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/6500829f48225476723298808aab4984.compiled.php
<?php if(!defined("__ZBXE__")) exit();?>
<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/member/tpl/filter/","insert_group.xml");
$oXmlFilter->compile();
?>

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


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

<?php Context::loadJavascriptPlugin("ui"); ?>
<?php Context::loadJavascriptPlugin("filebox"); ?>


<!-- 그룹의 삭제와 관련된 form -->
<form id="fo_group_info" action="./" method="get">
<input type="hidden" name="act" value="procMemberAdminUpdateGroup" />
<input type="hidden" name="group_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->group_title);?></div></th>
        <th scope="col" class="half_wide"><div><?php @print($__Context->lang->description);?></div></th>
        <th scope="col"><div><?php @print($__Context->lang->regdate);?></div></th>
        <th scope="col"><div><?php @print($__Context->lang->is_default);?></div></th>
        <th scope="col" colspan="2"><div>&nbsp;</div></th>
    </tr>
</thead>
<tbody>
    <?php  if(!count($__Context->group_list)){ ?>
    <tr>
        <td colspan="7"><?php @print($__Context->lang->msg_group_is_null);?></td>
    </tr>
    <?php  } ?>
    <?php $Context->__idx[0]=0;if(count($__Context->group_list))  foreach($__Context->group_list as $__Context->group_srl => $__Context->group_info){$__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  if($__Context->config->group_image_mark=='Y' && $__Context->group_info->image_mark){ ?><img src="<?php @print($__Context->group_info->image_mark);?>" style="vertical-align: middle; margin-right: 3px;" /><?php  } ?><?php @print($__Context->group_info->title);?></td>
        <td><?php @print(nl2br($__Context->group_info->description));?>&nbsp;</td>
        <td><?php @print(zdate($__Context->group_info->regdate,"Y-m-d H:i:s"));?></td>
        <td><?php  if($__Context->group_info->is_default=='Y'){ ?>Y<?php  }else{ ?>&nbsp;<?php  } ?></td>
        <td><a href="<?php @print(getUrl('group_srl',$__Context->group_info->group_srl));?>" title="<?php @print($__Context->lang->cmd_modify);?>" class="buttonSet buttonSetting"><span><?php @print($__Context->lang->cmd_modify);?></span></a></td>
        <td>
            <?php  if($__Context->group_info->is_default!='Y' && $__Context->group_info->is_admin !='Y'){ ?>
            <a href="#" onclick="doUpdateGroup('<?php @print($__Context->group_info->group_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>
            <?php  }else{ ?>
            &nbsp;
            <?php  } ?>
        </td>
    </tr>
    <?php  } ?>
</tbody>
</table>


<!-- 그룹 추가 -->
<form action="./" method="get" onsubmit="return procFilter(this, insert_group)">
<input type="hidden" name="page" value="<?php @print($__Context->page);?>" />
<input type="hidden" name="group_srl" value="" />

    <table cellspacing="0" class="rowTable">
    <tr>
        <th scope="row"><div><?php @print($__Context->lang->group_title);?></div></th>
        <td class="wide"><input type="text" name="title" class="inputTypeText w400" /></td>
    </tr>
    <tr class="row2">
        <th scope="row"><div><?php @print($__Context->lang->is_default);?></div></th>
        <td><input type="checkbox" name="is_default" value="Y" class="checkbox" /> <?php @print($__Context->lang->about_member_default);?></td>
    </tr>
    <tr>
        <th scope="row"><div><?php @print($__Context->lang->description);?></div></th>
        <td><textarea name="description" class="inputTypeTextArea w400"></textarea></td>
    </tr>

    <tr class="row2">
        <th scope="row"><div><?php @print($__Context->lang->group_image_mark);?></div></th>
        <td class="left">
            <div id="filebox_preview_image_mark" style="width:100px;height:100px;display:none"></div>
            <input type="hidden" name="image_mark" value="" />
            <span class="button black"><button type="button" onclick="XE.filebox.open(jQuery('[name=image_mark]').get(0), 'jpg,jpeg,gif,png')"><?php @print($__Context->lang->cmd_select);?></button></span>
            <span id="filebox_cancel_image_mark" class="button red" style="display:none"><button type="button" onclick="XE.filebox.cancel('image_mark')"><?php @print($__Context->lang->cmd_delete);?></button></span>
        </td>
    </tr>

    <tr>
        <th colspan="2" class="button">
            <span class="button black strong"><input type="submit" value="<?php @print($__Context->lang->cmd_registration);?>" accesskey="s" /></span>
        </th>
    </tr>
    </table>
</form>

Anon7 - 2021