|
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
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/member/tpl/filter/","insert_config.xml");
$oXmlFilter->compile();
?>
<!--Meta:modules/member/tpl/../../editor/tpl/js/editor_module_config.js--><?php Context::addJsFile("modules/member/tpl/../../editor/tpl/js/editor_module_config.js", false, ""); ?>
<?php
$oTemplate = &TemplateHandler::getInstance();
print $oTemplate->compile('./modules/member/tpl/','header.html');
?>
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
<input type="hidden" name="temp_srl" value="" />
<input type="hidden" name="agreement" value="<?php @print(htmlspecialchars($__Context->config->agreement));?>" />
<table cellspacing="0" class="rowTable">
<tr class="row2">
<th scope="row"><div><?php @print($__Context->lang->webmaster_name);?></div></th>
<td>
<input type="text" name="webmaster_name" value="<?php @print($__Context->config->webmaster_name);?>" size="20" class="inputTypeText lang_code" id="webmaster_name" />
<p><?php @print($__Context->lang->about_webmaster_name);?></p>
</td>
</tr>
<tr>
<th scope="row"><div><?php @print($__Context->lang->webmaster_email);?></div></th>
<td>
<input type="text" name="webmaster_email" value="<?php @print($__Context->config->webmaster_email);?>" size="40" class="inputTypeText" />
<p><?php @print($__Context->lang->about_webmaster_email);?></p>
</td>
</tr>
<tr class="row2">
<th scope="row"><div><?php @print($__Context->lang->enable_openid);?></div></th>
<td>
<input type="checkbox" name="enable_openid" value="Y" <?php if($__Context->config->enable_openid=='Y'){ ?>checked="checked"<?php } ?> class="checkbox" />
<?php @print($__Context->lang->about_enable_openid);?>
</td>
</tr>
<tr>
<th scope="row"><div><?php @print($__Context->lang->enable_join);?></div></th>
<td>
<input type="checkbox" name="enable_join" value="Y" <?php if($__Context->config->enable_join=='Y'){ ?>checked="checked"<?php } ?> class="checkbox" />
<?php @print($__Context->lang->about_enable_join);?>
</td>
</tr>
<tr class="row2">
<th scope="row"><div><?php @print($__Context->lang->enable_confirm);?></div></th>
<td>
<input type="checkbox" name="enable_confirm" value="Y" <?php if($__Context->config->enable_confirm=='Y'){ ?>checked="checked"<?php } ?> class="checkbox" />
<?php @print($__Context->lang->about_enable_confirm);?>
</td>
</tr>
<tr class="row2">
<th scope="row"><div><?php @print($__Context->lang->limit_day);?></div></th>
<td>
<input type="text" name="limit_day" value="<?php @print($__Context->config->limit_day);?>" size="2" class="inputTypeText" /><?php @print($__Context->lang->unit_day);?>
<p><?php @print($__Context->lang->about_limit_day);?></p>
</td>
</tr>
<tr>
<th scope="row"><div><?php @print($__Context->lang->profile_image);?></div></th>
<td>
<p>
<input type="checkbox" name="profile_image" value="Y" <?php if($__Context->config->profile_image=='Y'){ ?>checked="checked"<?php } ?> class="checkbox" />
<?php @print($__Context->lang->about_profile_image);?>
</p>
<?php @print($__Context->lang->profile_image_max_width);?> : <input type="text" name="profile_image_max_width" size="3" value="<?php @print($__Context->config->profile_image_max_width);?>" class="inputTypeText" />px<br />
<?php @print($__Context->lang->profile_image_max_height);?> : <input type="text" name="profile_image_max_height" size="3" value="<?php @print($__Context->config->profile_image_max_height);?>" class="inputTypeText" />px<br />
</td>
</tr>
<tr class="row2">
<th scope="row"><div><?php @print($__Context->lang->image_name);?></div></th>
<td>
<p>
<input type="checkbox" name="image_name" value="Y" <?php if($__Context->config->image_name=='Y'){ ?>checked="checked"<?php } ?> class="checkbox" />
<?php @print($__Context->lang->about_image_name);?>
</p>
<?php @print($__Context->lang->image_name_max_width);?> : <input type="text" name="image_name_max_width" size="3" value="<?php @print($__Context->config->image_name_max_width);?>" class="inputTypeText" />px<br />
<?php @print($__Context->lang->image_name_max_height);?> : <input type="text" name="image_name_max_height" size="3" value="<?php @print($__Context->config->image_name_max_height);?>" class="inputTypeText" />px<br />
</td>
</tr>
<tr>
<th scope="row"><div><?php @print($__Context->lang->image_mark);?></div></th>
<td>
<p>
<input type="checkbox" name="image_mark" value="Y" <?php if($__Context->config->image_mark=='Y'){ ?>checked="checked"<?php } ?> class="checkbox"/>
<?php @print($__Context->lang->about_image_mark);?>
</p>
<?php @print($__Context->lang->image_mark_max_width);?> : <input type="text" name="image_mark_max_width" size="3" value="<?php @print($__Context->config->image_mark_max_width);?>" class="inputTypeText"/>px<br />
<?php @print($__Context->lang->image_mark_max_height);?> : <input type="text" name="image_mark_max_height" size="3" value="<?php @print($__Context->config->image_mark_max_height);?>" class="inputTypeText"/>px<br />
</td>
</tr>
<tr>
<th scope="row"><div><?php @print($__Context->lang->group_image_mark);?></div></th>
<td>
<p>
<input type="checkbox" name="group_image_mark" value="Y" <?php if($__Context->config->group_image_mark=='Y'){ ?>checked="checked"<?php } ?> class="checkbox"/>
<?php @print($__Context->lang->about_group_image_mark);?>
</p>
</td>
</tr>
<tr>
<th scope="row"><div><?php @print($__Context->lang->signature);?></div></th>
<td>
<p>
<input type="checkbox" name="signature" value="Y" <?php if($__Context->config->signature=='Y'){ ?>checked="checked"<?php } ?> class="checkbox"/>
</p>
</td>
</tr>
<tr class="row2">
<th scope="row"><div><?php @print($__Context->lang->signature_max_height);?></div></th>
<td>
<input type="text" name="signature_max_height" size="3" value="<?php @print($__Context->config->signature_max_height);?>" class="inputTypeText"/>px
<p><?php @print($__Context->lang->about_signature_max_height);?></p>
</td>
</tr>
<tr>
<th scope="row"><div><?php @print($__Context->lang->editor_skin);?></div></th>
<td>
<select name="editor_skin" onchange="getEditorSkinColorList(this.value)">
<?php $Context->__idx[0]=0;if(count($__Context->editor_skin_list)) foreach($__Context->editor_skin_list as $__Context->editor_skin){$__Context->__idx[1]=($__Context->__idx[1]+1)%2; $__Context->cycle_idx = $__Context->__idx[1]+1; ?>
<option value="<?php @print($__Context->editor_skin);?>" <?php if($__Context->editor_skin==$__Context->config->editor_skin){ ?>selected="selected"<?php } ?>><?php @print($__Context->editor_skin);?></option>
<?php } ?>
</select>
<select name="editor_colorset" id="sel_editor_colorset" style="display:none"></select>
<script "text/javascript">//<![CDATA[
getEditorSkinColorList('<?php @print($__Context->config->editor_skin);?>','<?php @print($__Context->config->editor_colorset);?>');
//]]></script>
</td>
</tr>
<tr class="row2">
<th scope="row"><div><?php @print($__Context->lang->after_login_url);?></div></th>
<td>
<input type="text" name="after_login_url" value="<?php @print($__Context->config->after_login_url);?>" class="inputTypeText w400" />
<p><?php @print($__Context->lang->about_after_login_url);?></p>
</td>
</tr>
<tr>
<th scope="row"><div><?php @print($__Context->lang->after_logout_url);?></div></th>
<td>
<input type="text" name="after_logout_url" value="<?php @print($__Context->config->after_logout_url);?>" class="inputTypeText w400" />
<p><?php @print($__Context->lang->about_after_logout_url);?></p>
</td>
</tr>
<tr class="row2">
<th scope="row"><div><?php @print($__Context->lang->redirect_url);?></div></th>
<td>
<input type="text" name="redirect_url" value="<?php @print($__Context->config->redirect_url);?>" class="inputTypeText w400" />
<p><?php @print($__Context->lang->about_redirect_url);?></p>
</td>
</tr>
<tr>
<th scope="row"><div><?php @print($__Context->lang->agreement);?></div></th>
<td>
<?php @print($__Context->editor);?>
<p><?php @print($__Context->lang->about_agreement);?></p>
</td>
</tr>
<tr class="row2">
<th scope="row"><div><?php @print($__Context->lang->skin);?></div></th>
<td>
<select name="skin" onchange="doGetSkinColorset(this.options[this.selectedIndex].value);return false;">
<?php $Context->__idx[1]=0;if(count($__Context->skin_list)) foreach($__Context->skin_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->key);?>" <?php if($__Context->config->skin == $__Context->key){ ?>selected="selected"<?php } ?>><?php @print($__Context->val->title);?> (<?php @print($__Context->key);?>)</option>
<?php } ?>
</select>
</td>
</tr>
<tr>
<th scope="row"><div><?php @print($__Context->lang->colorset);?></div></th>
<td><div id="member_colorset"></div></td>
</tr>
<tr class="row2">
<th colspan="2" class="button">
<span class="button black strong"><input type="submit" value="<?php @print($__Context->lang->cmd_registration);?>" /></span>
<?php if($__Context->module=="admin"){ ?>
<a href="<?php @print(getUrl('act','dispMemberAdminList'));?>" class="button"><span><?php @print($__Context->lang->cmd_back);?></span></a>
<?php } ?>
</th>
</tr>
</table>
</form>
<script type="text/javascript">
xAddEventListener(window,'load', function() { doGetSkinColorset("<?php @print($__Context->config->skin);?>"); });
</script>