|
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/files/cache/template_compiled/ |
Upload File : |
<?php if(!defined("__ZBXE__")) exit();?>
<h3 class="xeAdmin"><?php @print($__Context->lang->widget);?> <span class="gray"><?php @print($__Context->lang->cmd_management);?></span></h3>
<!-- 설명 -->
<div class="infoText"><?php @print(nl2br($__Context->lang->about_widget));?></div>
<!-- 위젯의 목록 -->
<table cellspacing="0" class="crossTable">
<thead>
<tr>
<th scope="col"><div><?php @print($__Context->lang->widget_name);?><div></th>
<th scope="col"><div><?php @print($__Context->lang->version);?><div></th>
<th scope="col"><div><?php @print($__Context->lang->author);?><div></th>
<th scope="col"><div><?php @print($__Context->lang->date);?><div></th>
<th scope="col"><div><?php @print($__Context->lang->path);?><div></th>
<th scope="col"><div><?php @print($__Context->lang->cmd_generate_code);?><div></th>
</tr>
</thead>
<tbody>
<?php $Context->__idx[0]=0;if(count($__Context->widget_list)) foreach($__Context->widget_list as $__Context->key => $__Context->val){$__Context->__idx[1]=($__Context->__idx[1]+1)%2; $__Context->cycle_idx = $__Context->__idx[1]+1; ?>
<tr class="row<?php @print($__Context->cycle_idx);?>">
<th scope="row" rowspan="2">
<div>
<a href="<?php @print(getUrl('','module','widget','act','dispWidgetInfo','selected_widget',$__Context->val->widget));?>" onclick="popopen(this.href,'widget_info');return false"><?php @print($__Context->val->title);?></a><br />
(<?php @print($__Context->val->widget);?>)
</div>
</th>
<td class="number center"><?php @print($__Context->val->version);?></td>
<td class="nowrap">
<?php $Context->__idx[1]=0;if(count($__Context->val->author)) foreach($__Context->val->author as $__Context->author){$__Context->__idx[2]=($__Context->__idx[2]+1)%2; $__Context->cycle_idx = $__Context->__idx[2]+1; ?>
<?php if($__Context->author->homepage){ ?><a href="<?php @print($__Context->author->homepage);?>" onclick="window.open(this.href);return false;"><?php } ?><?php @print($__Context->author->name);?><?php if($__Context->author->homepage){ ?></a><?php } ?>
<?php } ?>
</td>
<td class="date nowrap center"><?php @print(zdate($__Context->val->date, 'Y-m-d'));?></td>
<td class="number"><?php @print($__Context->val->path);?></td>
<td class="center"><a href="<?php @print(getUrl('','module','widget','act','dispWidgetGenerateCode','selected_widget',$__Context->val->widget));?>" onclick="popopen(this.href,'widget_code_generate');return false"><?php @print($__Context->lang->cmd_generate_code);?></a></td>
</tr>
<tr>
<td colspan="5" class="left">
<?php @print(nl2br(trim($__Context->val->description)));?>
</td>
</tr>
<?php } ?>
</tbody>
</table>