|
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/member/tpl/','header.html');
?>
<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/member/tpl/filter/","update_join_form.xml");
$oXmlFilter->compile();
?>
<!-- 가입폼의 위/아래, 삭제와 관련된 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><?php @print($__Context->lang->column_title);?></div></th>
<th scope="col" class="half_wide"><div><?php @print($__Context->lang->column_name);?></div></th>
<th scope="col"><div><?php @print($__Context->lang->column_type);?></div></th>
<th scope="col"><div><?php @print($__Context->lang->is_active);?></div></th>
<th scope="col"><div><?php @print($__Context->lang->is_required);?></div></th>
<th scope="col"><div><?php @print($__Context->lang->regdate);?></div></th>
<th scope="col" colspan="4"><div> </div></th>
</tr>
</thead>
<tbody>
<?php $Context->__idx[0]=0;if(count($__Context->form_list)) foreach($__Context->form_list as $__Context->no => $__Context->val){$__Context->__idx[1]=($__Context->__idx[1]+1)%2; $__Context->cycle_idx = $__Context->__idx[1]+1; ?>
<tr class="row<?php @print($__Context->cycle_idx);?>">
<td><?php @print(htmlspecialchars($__Context->val->column_title));?></td>
<td><?php @print($__Context->val->column_name);?></td>
<td><?php @print($__Context->lang->column_type_list[$__Context->val->column_type]);?></td>
<td><?php @print($__Context->val->is_active);?></td>
<td><?php @print($__Context->val->required);?></td>
<td><?php @print(zdate($__Context->val->regdate,"Y-m-d"));?></td>
<td><a href="#" onclick="doUpdateJoinForm('<?php @print($__Context->val->member_join_form_srl);?>','up');return false;" title="<?php @print($__Context->lang->cmd_move_up);?>" class="buttonSet buttonUp"><span><?php @print($__Context->lang->cmd_move_up);?></span></a></td>
<td><a href="#" onclick="doUpdateJoinForm('<?php @print($__Context->val->member_join_form_srl);?>','down');return false;" title="<?php @print($__Context->lang->cmd_move_down);?>" class="buttonSet buttonDown"><span><?php @print($__Context->lang->cmd_move_down);?></span></a></td>
<td><a href="<?php @print(getUrl('member_join_form_srl',$__Context->val->member_join_form_srl,'act','dispMemberAdminInsertJoinForm'));?>" title="<?php @print($__Context->lang->cmd_modify);?>" class="buttonSet buttonSetting"><span><?php @print($__Context->lang->cmd_modify);?></span></a></td>
<td><a href="#" onclick="doUpdateJoinForm('<?php @print($__Context->val->member_join_form_srl);?>','delete','<?php @print($__Context->lang->confirm_delete);?>');return false;" title="<?php @print($__Context->lang->cmd_delete);?>" class="buttonSet buttonDelete"><span><?php @print($__Context->lang->cmd_delete);?></span></a></td>
</tr>
<?php } ?>
<tr class="row2">
<th colspan="10" class="button">
<a href="<?php @print(getUrl('act','dispMemberAdminInsertJoinForm','member_join_form_srl',''));?>" class="button black strong"><span><?php @print($__Context->lang->cmd_make);?></span></a>
</th>
</tr>
</tbody>
</table>