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/modules/member/tpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/queenjbs/xe/modules/member/tpl/join_form_list.html
<!--#include("header.html")-->
<!--%import("filter/update_join_form.xml")-->

<!-- 가입폼의 위/아래, 삭제와 관련된 form -->
<form id="fo_join_form_info" action="./" method="get">
    <input type="hidden" name="member_join_form_srl" value="" />
    <input type="hidden" name="mode" value="" />
</form>

<!-- 목록 -->
<table cellspacing="0" class="rowTable">
<thead>
    <tr>
        <th scope="col" class="half_wide"><div>{$lang->column_title}</div></th>
        <th scope="col" class="half_wide"><div>{$lang->column_name}</div></th>
        <th scope="col"><div>{$lang->column_type}</div></th>
        <th scope="col"><div>{$lang->is_active}</div></th>
        <th scope="col"><div>{$lang->is_required}</div></th>
        <th scope="col"><div>{$lang->regdate}</div></th>
        <th scope="col" colspan="4"><div>&nbsp;</div></th>
    </tr>
</thead>
<tbody>
    <!--@foreach($form_list as $no => $val)-->
    <tr class="row{$cycle_idx}">
        <td>{htmlspecialchars($val->column_title)}</td>
        <td>{$val->column_name}</td>
        <td>{$lang->column_type_list[$val->column_type]}</td>
        <td>{$val->is_active}</td>
        <td>{$val->required}</td>
        <td>{zdate($val->regdate,"Y-m-d")}</td>
        <td><a href="#" onclick="doUpdateJoinForm('{$val->member_join_form_srl}','up');return false;" title="{$lang->cmd_move_up}" class="buttonSet buttonUp"><span>{$lang->cmd_move_up}</span></a></td>
        <td><a href="#" onclick="doUpdateJoinForm('{$val->member_join_form_srl}','down');return false;" title="{$lang->cmd_move_down}" class="buttonSet buttonDown"><span>{$lang->cmd_move_down}</span></a></td>
        <td><a href="{getUrl('member_join_form_srl',$val->member_join_form_srl,'act','dispMemberAdminInsertJoinForm')}" title="{$lang->cmd_modify}" class="buttonSet buttonSetting"><span>{$lang->cmd_modify}</span></a></td>
        <td><a href="#" onclick="doUpdateJoinForm('{$val->member_join_form_srl}','delete','{$lang->confirm_delete}');return false;" title="{$lang->cmd_delete}" class="buttonSet buttonDelete"><span>{$lang->cmd_delete}</span></a></td>
    </tr>
    <!--@end-->
    <tr class="row2">
        <th colspan="10" class="button">
            <a href="{getUrl('act','dispMemberAdminInsertJoinForm','member_join_form_srl','')}" class="button black strong"><span>{$lang->cmd_make}</span></a>
        </th>
    </tr>
</tbody>
</table>

Anon7 - 2021