|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/xe/modules/widget/tpl/ |
Upload File : |
<h3 class="xeAdmin">{$lang->widget} <span class="gray">{$lang->cmd_management}</span></h3>
<!-- 설명 -->
<div class="infoText">{nl2br($lang->about_widget)}</div>
<!-- 위젯의 목록 -->
<table cellspacing="0" class="crossTable">
<thead>
<tr>
<th scope="col"><div>{$lang->widget_name}<div></th>
<th scope="col"><div>{$lang->version}<div></th>
<th scope="col"><div>{$lang->author}<div></th>
<th scope="col"><div>{$lang->date}<div></th>
<th scope="col"><div>{$lang->path}<div></th>
<th scope="col"><div>{$lang->cmd_generate_code}<div></th>
</tr>
</thead>
<tbody>
<!--@foreach($widget_list as $key => $val)-->
<tr class="row{$cycle_idx}">
<th scope="row" rowspan="2">
<div>
<a href="{getUrl('','module','widget','act','dispWidgetInfo','selected_widget',$val->widget)}" onclick="popopen(this.href,'widget_info');return false">{$val->title}</a><br />
({$val->widget})
</div>
</th>
<td class="number center">{$val->version}</td>
<td class="nowrap">
<!--@foreach($val->author as $author)-->
<!--@if($author->homepage)--><a href="{$author->homepage}" onclick="window.open(this.href);return false;"><!--@end-->{$author->name}<!--@if($author->homepage)--></a><!--@end-->
<!--@endforeach-->
</td>
<td class="date nowrap center">{zdate($val->date, 'Y-m-d')}</td>
<td class="number">{$val->path}</td>
<td class="center"><a href="{getUrl('','module','widget','act','dispWidgetGenerateCode','selected_widget',$val->widget)}" onclick="popopen(this.href,'widget_code_generate');return false">{$lang->cmd_generate_code}</a></td>
</tr>
<tr>
<td colspan="5" class="left">
{nl2br(trim($val->description))}
</td>
</tr>
<!--@end-->
</tbody>
</table>