git-svn-id: http://xe-core.googlecode.com/svn/trunk@206 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-02 04:32:48 +00:00
parent e1e39b63ac
commit d9a04bed3a
4 changed files with 11 additions and 21 deletions

View file

@ -4,25 +4,11 @@
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
<table border="1">
<tr>
<th rowspan="2">{$lang->enable_join}</th>
<td><input type="checkbox" name="enable_join" value="Y" <!--@if($config->enable_join=='Y')-->checked="true"<!--@end-->/></td>
<th rowspan="2">{$lang->test}</th>
<td><input type="text" name="test" value="{$config->test}" /></td>
</tr>
<tr>
<td>{$lang->about_enable_join}</td>
</tr>
<tr>
<th rowspan="2">{$lang->redirect_url}</th>
<td><input type="text" name="redirect_url" value="{$config->redirect_url}" /></td>
</tr>
<tr>
<td>{$lang->about_redirect_url}</td>
</tr>
<tr>
<th rowspan="2">{$lang->agreement}</th>
<td><textarea name="agreement">{$config->agreement}</textarea></td>
</tr>
<tr>
<td>{$lang->about_agreement}</td>
<td>{$lang->about_test}</td>
</tr>
<tr>
<td colspan="2">

View file

@ -1,7 +1,7 @@
<!--%import("js/admin.js")-->
<div style="margin-bottom:20px;">
<span <!--@if($act=='dispAdminContent')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispAdminContent','module_srl','')}">{$lang->cmd_list}</a>]</span>
<span <!--@if($act=='dispAdminContent')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispAdminContent','module_srl','')}">{$lang->cmd_board_list}</a>]</span>
<span <!--@if($act=='dispAdminModuleConfig')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispAdminModuleConfig','module_srl','')}">{$lang->cmd_module_config}</a>]</span>
</div>