|
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();?>
<?php
$oTemplate = &TemplateHandler::getInstance();
print $oTemplate->compile('./modules/layout/tpl/','header.html');
?>
<!-- 레이아웃의 목록 -->
<table cellspacing="0" class="crossTable">
<thead>
<tr>
<th scope="col" class="halfwide"><div><?php @print($__Context->lang->layout_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->menu_count);?></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_make);?></div></th>
</tr>
</thead>
<tbody>
<?php $Context->__idx[0]=0;if(count($__Context->layout_list)) foreach($__Context->layout_list as $__Context->key => $__Context->val){$__Context->__idx[1]=($__Context->__idx[1]+1)%2; $__Context->cycle_idx = $__Context->__idx[1]+1; ?>
<?php if($__Context->val->title){ ?>
<tr class="row<?php @print($__Context->cycle_idx);?>">
<th rowspan="2">
<div>
<a href="<?php @print(getUrl('','module','layout','act','dispLayoutAdminInfo','selected_layout',$__Context->val->layout));?>" onclick="popopen(this.href,'layout_info');return false" class="blue"><?php @print($__Context->val->title);?></a> <br />
(<?php @print($__Context->val->layout);?>)
</div>
</th>
<td><?php @print($__Context->val->version);?></td>
<td>
<?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><?php @print($__Context->val->menu_count);?></td>
<td><?php @print(zdate($__Context->val->date, 'Y-m-d'));?></td>
<td><?php @print($__Context->val->path);?></td>
<td><a href="<?php @print(getUrl('act','dispLayoutAdminInsert','layout',$__Context->val->layout));?>" class="button"><span><?php @print($__Context->lang->cmd_make);?></span></a></td>
</tr>
<tr>
<td colspan="6" class="left">
<?php @print(nl2br(trim($__Context->val->description)));?>
</td>
</tr>
<?php }else{ ?>
<tr>
<td colspan="6"><?php @print($__Context->val->layout);?></td>
<td class="tahoma"><?php @print($__Context->val->path);?></td>
<td class="tahoma blue"><a href="<?php @print(getUrl('act','dispLayoutAdminInsert','layout',$__Context->val->layout));?>"><?php @print($__Context->lang->cmd_make);?></a></td>
</tr>
<?php } ?>
<?php } ?>
</tbody>
</table>