|
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/pop_up/tpl/','header.html');
?>
<!-- 정보 -->
<div class="summary">
<strong>Total</strong> <em><?php @print(number_format($__Context->total_count));?></em>, Page <strong><?php @print(number_format($__Context->page));?></strong>/<?php @print(number_format($__Context->total_page));?>
</div>
<!-- 목록 -->
<table cellspacing="0" class="rowTable">
<thead>
<tr>
<th scope="col"><div><?php @print($__Context->lang->no);?></div></th>
<th scope="col"><div><?php @print($__Context->lang->target_type);?></div></th>
<th scope="col" class="half_wide"><div><?php @print($__Context->lang->target_name);?></div></th>
<th scope="col"><div><?php @print($__Context->lang->popup_type);?></div></th>
<th scope="col" class="half_wide"><div><?php @print($__Context->lang->popup_name);?></div></th>
<th scope="col"><div><?php @print($__Context->lang->start_date);?></div></th>
<th scope="col"><div><?php @print($__Context->lang->end_date);?></div></th>
<th scope="col"><div><?php @print($__Context->lang->regdate);?></div></th>
<th scope="col" colspan="2"><div> </div></th>
</tr>
</thead>
<tbody>
<?php $Context->__idx[0]=0;if(count($__Context->popup_list)) foreach($__Context->popup_list as $__Context->no => $__Context->val){$__Context->__idx[1]=($__Context->__idx[1]+1)%2; $__Context->cycle_idx = $__Context->__idx[1]+1; ?>
<tr>
<td class="center number"><?php @print($__Context->no);?></td>
<td class="center"><?php @print($__Context->val->target_type);?></td>
<td><a href="<?php @print(getUrl('mid', $__Context->val->target_mid,'act',''));?>" title="Preview" target="_blank"><?php @print($__Context->val->target_mid);?></a></td>
<td><?php @print($__Context->val->popup_type);?></td>
<td><?php @print($__Context->val->popup_name);?></td>
<td><?php @print(zdate($__Context->val->startdate,"Y-m-d"));?></td>
<td><?php @print(zdate($__Context->val->enddate,"Y-m-d"));?></td>
<td><?php @print(zdate($__Context->val->regdate,"Y-m-d"));?></td>
<td><a href="<?php @print(getUrl('act','dispPop_upAdminInsertPopupConn','popup_conn_srl',$__Context->val->popup_conn_srl));?>" class="buttonSet buttonSetting"><span><?php @print($__Context->lang->cmd_setup);?></span></a></td>
<td><a href="<?php @print(getUrl('act','dispPop_upAdminDeletePopupConn','popup_conn_srl', $__Context->val->popup_conn_srl));?>" class="buttonSet buttonDelete"><span><?php @print($__Context->lang->cmd_delete);?></span></a></td>
</tr>
<?php } ?>
</tbody>
</table>
<div class="clear">
<div class="fr">
<a href="<?php @print(getUrl('act','dispPop_upAdminInsertPopupConn','popup_conn_srl',''));?>" class="button black strong"><span><?php @print($__Context->lang->cmd_make);?></span></a>
</div>
</div>
<!-- 페이지 네비게이션 -->
<div class="pagination a1">
<a href="<?php @print(getUrl('page','','popup_conn_srl',''));?>" class="prevEnd"><?php @print($__Context->lang->first_page);?></a>
<?php while($__Context->page_no = $__Context->page_navigation->getNextPage()){ ?>
<?php if($__Context->page == $__Context->page_no){ ?>
<strong><?php @print($__Context->page_no);?></strong>
<?php }else{ ?>
<a href="<?php @print(getUrl('page',$__Context->page_no,'popup_conn_srl',''));?>"><?php @print($__Context->page_no);?></a>
<?php } ?>
<?php } ?>
<a href="<?php @print(getUrl('page',$__Context->page_navigation->last_page,'popup_conn_srl',''));?>" class="nextEnd"><?php @print($__Context->lang->last_page);?></a>
</div>