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

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


<form action="./" method="post" onsubmit="return procFilter(this, insert_page)" enctype="multipart/form-data">
<input type="hidden" name="page" value="<?php @print($__Context->page);?>" />
<input type="hidden" name="module_srl" value="<?php @print($__Context->module_srl);?>" />

    <table cellspacing="0" class="rowTable">
    <tr>
        <th scope="row"><div><?php @print($__Context->lang->mid);?></div></th>
        <td colspan="3">
            <input type="text" name="mid" value="<?php @print($__Context->module_info->mid);?>" class="inputTypeText w200" />
            <p><?php @print($__Context->lang->about_mid);?></p>
        </td>
    </tr>
    <tr>
        <th scope="row"><div><?php @print($__Context->lang->module_category);?></div></th>
        <td colspan="3">
            <select name="module_category_srl">
                <option value="0"><?php @print($__Context->lang->notuse);?></option>
                <?php $Context->__idx[0]=0;if(count($__Context->module_category))  foreach($__Context->module_category as $__Context->key => $__Context->val){$__Context->__idx[1]=($__Context->__idx[1]+1)%2; $__Context->cycle_idx = $__Context->__idx[1]+1; ?>
                <option value="<?php @print($__Context->key);?>" <?php  if($__Context->module_info->module_category_srl==$__Context->key){ ?>selected="selected"<?php  } ?>><?php @print($__Context->val->title);?></option>
                <?php  } ?>
            </select>
            <p><?php @print($__Context->lang->about_module_category);?></p>
        </td>
    </tr>
    <tr>
        <th scope="row"><div><?php @print($__Context->lang->browser_title);?></div></th>
        <td colspan="3">
            <input type="text" name="browser_title" value="<?php @print(htmlspecialchars($__Context->module_info->browser_title));?>"  class="inputTypeText w400" id="browser_title"/>
            <a href="<?php @print(getUrl('','module','module','act','dispModuleAdminLangcode','target','browser_title'));?>" onclick="popopen(this.href);return false;" class="buttonSet buttonSetting"><span><?php @print($__Context->lang->cmd_find_langcode);?></span></a>
            <p><?php @print($__Context->lang->about_browser_title);?></p>
        </td>
    </tr>
    <tr>
        <th scope="row"><div><?php @print($__Context->lang->layout);?></div></th>
        <td colspan="3">
            <select name="layout_srl">
            <option value="0"><?php @print($__Context->lang->notuse);?></option>
            <?php $Context->__idx[1]=0;if(count($__Context->layout_list))  foreach($__Context->layout_list as $__Context->key => $__Context->val){$__Context->__idx[2]=($__Context->__idx[2]+1)%2; $__Context->cycle_idx = $__Context->__idx[2]+1; ?>
            <option value="<?php @print($__Context->val->layout_srl);?>" <?php  if($__Context->module_info->layout_srl==$__Context->val->layout_srl){ ?>selected="selected"<?php  } ?>><?php @print($__Context->val->title);?> (<?php @print($__Context->val->layout);?>)</option>
            <?php  } ?>
            </select>
            <p><?php @print($__Context->lang->about_layout);?></p>
        </td>
    </tr>
	<tr>
		<th scope="row"><div><?php @print($__Context->lang->mobile_view);?></div></th>
		<td>
			<input type="checkbox" name="use_mobile" value="Y" <?php  if($__Context->module_info->use_mobile == "Y"){ ?>checked="checked"<?php  } ?> />
			<p><?php @print($__Context->lang->about_mobile_view);?></p>
		</td>
	</tr>
    <tr>
        <th scope="row"><div><?php @print($__Context->lang->mobile_layout);?></div></th>
        <td>
            <select name="mlayout_srl">
            <option value="0"><?php @print($__Context->lang->notuse);?></option>
            <?php $Context->__idx[2]=0;if(count($__Context->mlayout_list))  foreach($__Context->mlayout_list as $__Context->key => $__Context->val){$__Context->__idx[3]=($__Context->__idx[3]+1)%2; $__Context->cycle_idx = $__Context->__idx[3]+1; ?>
            <option value="<?php @print($__Context->val->layout_srl);?>" <?php  if($__Context->module_info->mlayout_srl==$__Context->val->layout_srl){ ?>selected="selected"<?php  } ?>><?php @print($__Context->val->title);?> (<?php @print($__Context->val->layout);?>)</option>
            <?php  } ?>
            </select>
            <p><?php @print($__Context->lang->about_layout);?></p>
        </td>
    </tr>
    <tr>
        <th scope="row"><div><?php @print($__Context->lang->page_caching_interval);?></div></th>
        <td colspan="3">
            <input type="text" name="page_caching_interval" value="<?php @print((int)$__Context->module_info->page_caching_interval);?>"  class="inputTypeText w40" /> <?php @print($__Context->lang->unit_min);?>
            <p><?php @print($__Context->lang->about_page_caching_interval);?></p>
        </td>
    </tr>
    <tr>
        <th colspan="4" class="button">
            <span class="button black strong"><input type="submit" value="<?php @print($__Context->lang->cmd_save);?>" accesskey="s" /></span>
            <a href="<?php @print(getUrl('','module','page','act','dispPageAdminContentModify','module_srl',$__Context->module_info->module_srl));?>" onclick="window.open(this.href,'PageEdit','width=850,height=650,scrollbars=yes,resizable=yes,toolbars=no');return false;" class="button red"><span><?php @print($__Context->lang->cmd_page_modify);?></span></a>
            <?php  if($__Context->module=="admin"){ ?>
            <a href="<?php @print(getUrl('act','dispPageAdminContent','module_srl',''));?>" class="button"><span><?php @print($__Context->lang->cmd_list);?></span></a>
            <?php  }else{ ?>
            <a href="<?php @print(getUrl('act',''));?>" class="button"><span><?php @print($__Context->lang->cmd_back);?></span></a>
            <?php  } ?>
        </th>
    </tr>
    </table>

</form>

Anon7 - 2021