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 :  /proc/21571/root/home/queenjbs/xe/modules/layout/tpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/21571/root/home/queenjbs/xe/modules/layout/tpl/downloaded_layout_list.html
<!--#include("header.html")-->

<!-- 레이아웃의 목록 -->
<table cellspacing="0" class="crossTable">
<thead>
    <tr>
        <th scope="col" class="halfwide"><div>{$lang->layout_name}</div></th>
        <th scope="col"><div>{$lang->version}</div></th>
        <th scope="col"><div>{$lang->author}</div></th>
        <th scope="col"><div>{$lang->menu_count}</div></th>
        <th scope="col"><div>{$lang->date}</div></th>
        <th scope="col"><div>{$lang->path}</div></th>
        <th scope="col"><div>{$lang->cmd_make}</div></th>
    </tr>
</thead>
<tbody>
    <!--@foreach($layout_list as $key => $val)-->

        <!--// 레이아웃 정보 파일(conf/info.xml)가 있는 경우-->
        <!--@if($val->title)-->
        <tr class="row{$cycle_idx}">
            <th rowspan="2">
                <div>
                    <a href="{getUrl('','module','layout','act','dispLayoutAdminInfo','selected_layout',$val->layout)}" onclick="popopen(this.href,'layout_info');return false" class="blue">{$val->title}</a> <br />
                    ({$val->layout})
                </div>
            </th>
            <td>{$val->version}</td>
            <td>
                <!--@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>{$val->menu_count}</td>
            <td>{zdate($val->date, 'Y-m-d')}</td>
            <td>{$val->path}</td>
            <td><a href="{getUrl('act','dispLayoutAdminInsert','layout',$val->layout)}" class="button"><span>{$lang->cmd_make}</span></a></td>
        </tr>
        <tr>
            <td colspan="6" class="left">
                {nl2br(trim($val->description))}
            </td>
        </tr>
        <!--// 레이아웃 정보 파일(conf/info.xml)이 없는 경우 -->
        <!--@else-->
        <tr>
            <td colspan="6">{$val->layout}</td>
            <td class="tahoma">{$val->path}</td>
            <td class="tahoma blue"><a href="{getUrl('act','dispLayoutAdminInsert','layout',$val->layout)}">{$lang->cmd_make}</a></td>
        </tr>
        <!--@end-->
    <!--@end-->
</tbody>
</table>

Anon7 - 2021