KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/queenjbs/xe/files/cache/template_compiled/5fc17701231391fb3687242c6378084e.compiled.php
<?php if(!defined("__ZBXE__")) exit();?>
<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/document/tpl/filter/","delete_checked.xml");
$oXmlFilter->compile();
?>

<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/document/tpl/filter/","manage_checked_document.xml");
$oXmlFilter->compile();
?>

<?php
$oTemplate = &TemplateHandler::getInstance();
print $oTemplate->compile('./modules/document/tpl/','header.html');
?>


<form id="fo_list" action="./" method="get" onsubmit="return procFilter(this, delete_checked)">
<input type="hidden" name="page" value="<?php @print($__Context->page);?>" />

<!-- 목록 -->
<table cellspacing="0" class="rowTable">
<caption>Total <?php @print(number_format($__Context->total_count));?>, Page <?php @print(number_format($__Context->page));?>/<?php @print(number_format($__Context->total_page));?></caption>
<thead>
    <tr>
        <th scope="col"><div><?php @print($__Context->lang->no);?></div></th>
        <th scope="col"><div><input type="checkbox" onclick="XE.checkboxToggleAll(); return false;" /></div></th>
        <th scope="col" class="wide"><div><?php @print($__Context->lang->title);?></div></th>
        <th scope="col"><div><?php @print($__Context->lang->user_name);?></div></th>
        <th scope="col"><div><?php @print($__Context->lang->cmd_declare);?></div></th>
        <th scope="col"><div><?php @print($__Context->lang->readed_count);?></div></th>
        <th scope="col"><div><?php @print($__Context->lang->voted_count);?></div></th>
        <th scope="col"><div><?php @print($__Context->lang->date);?></div></th>
    </tr>
</thead>
<tbody>
    <?php $Context->__idx[0]=0;if(count($__Context->document_list))  foreach($__Context->document_list as $__Context->no => $__Context->oDocument){$__Context->__idx[1]=($__Context->__idx[1]+1)%2; $__Context->cycle_idx = $__Context->__idx[1]+1; ?>
    <tr>
        <td><?php @print($__Context->no);?></td>
        <td><input type="checkbox" name="cart" value="<?php @print($__Context->oDocument->document_srl);?>" onclick="doAddDocumentCart(this)" <?php  if($__Context->oDocument->isCarted()){ ?>checked="checked"<?php  } ?>/></td>
        <td>
            <a href="<?php @print(getUrl('','document_srl',$__Context->oDocument->document_srl));?>" onclick="window.open(this.href);return false"><?php @print($__Context->oDocument->getTitleText());?></a>

            <?php  if($__Context->oDocument->getCommentCount()){ ?>
                [<?php @print($__Context->oDocument->getCommentCount());?>]
            <?php  } ?>

            <?php  if($__Context->oDocument->getTrackbackCount()){ ?>
                [<?php @print($__Context->oDocument->getTrackbackCount());?>]
            <?php  } ?>
        </td>
        <td><span class="member_<?php @print($__Context->oDocument->get('member_srl'));?>"><?php @print($__Context->oDocument->getNickName());?></span></td>
        <td><strong><?php @print($__Context->oDocument->get('declared_count'));?></strong></td>
        <td><?php @print($__Context->oDocument->get('readed_count'));?></td>
        <td><?php @print($__Context->oDocument->get('voted_count'));?></td>
        <td><?php @print($__Context->oDocument->getRegdate("Y-m-d"));?></td>
    </tr>
    <?php  } ?>
    <tr>
        <th colspan="8" class="button">
            <a href="<?php @print(getUrl('','module','document','act','dispDocumentManageDocument'));?>" onclick="popopen(this.href,'manageDocument'); return false;" class="button black strong"><span><?php @print($__Context->lang->cmd_manage_document);?></span></a>
            <a href="#" onclick="doCancelDeclare();return false;" class="button"><span><?php @print($__Context->lang->cmd_cancel_declare);?></span></a>
        </th>
    </tr>
</tbody>
</table>


</form>

<!-- 페이지 네비게이션 -->
<div class="clear"></div>
<div class="pagination a1">
    <a href="<?php @print(getUrl('page','','module_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,'module_srl',''));?>"><?php @print($__Context->page_no);?></a> 
        <?php  } ?>
    <?php  } ?>
    <a href="<?php @print(getUrl('page',$__Context->page_navigation->last_page,'module_srl',''));?>" class="nextEnd"><?php @print($__Context->lang->last_page);?></a>
</div>

Anon7 - 2021