관리자 페이지 패키지별 UI 적용을 위한 1차 작업 마무리

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4616 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-10-15 11:10:08 +00:00
parent 856ab513ec
commit ba4e9e26e2
248 changed files with 3520 additions and 3424 deletions

View file

@ -7,158 +7,156 @@
<input type="hidden" name="agreement" value="{htmlspecialchars($config->agreement)}" />
<table cellspacing="0" class="adminTable">
<col width="180" />
<col />
<tr>
<th scope="row">{$lang->webmaster_name}</th>
<td>
<input type="text" name="webmaster_name" value="{$config->webmaster_name}" size="20" class="inputTypeText" />
<p>{$lang->about_webmaster_name}</p>
</td>
</tr>
<tr>
<th scope="row">{$lang->webmaster_email}</th>
<td>
<input type="text" name="webmaster_email" value="{$config->webmaster_email}" size="40" class="inputTypeText" />
<p>{$lang->about_webmaster_email}</p>
</td>
</tr>
<tr>
<th scope="row">{$lang->enable_openid}</th>
<td>
<input type="checkbox" name="enable_openid" value="Y" <!--@if($config->enable_openid=='Y')-->checked="checked"<!--@end--> class="checkbox" />
{$lang->about_enable_openid}
</td>
</tr>
<tr>
<th scope="row">{$lang->enable_join}</th>
<td>
<input type="checkbox" name="enable_join" value="Y" <!--@if($config->enable_join=='Y')-->checked="checked"<!--@end--> class="checkbox" />
{$lang->about_enable_join}
</td>
</tr>
<tr>
<th scope="row">{$lang->enable_confirm}</th>
<td>
<input type="checkbox" name="enable_confirm" value="Y" <!--@if($config->enable_confirm=='Y')-->checked="checked"<!--@end--> class="checkbox" />
{$lang->about_enable_confirm}
</td>
</tr>
<tr>
<th scope="row">{$lang->enable_ssl}</th>
<td>
<input type="checkbox" name="enable_ssl" value="Y" <!--@if($config->enable_ssl=='Y')-->checked="checked"<!--@end--> class="checkbox" />
{$lang->about_enable_ssl}
</td>
</tr>
<tr>
<th scope="row">{$lang->limit_day}</th>
<td>
<input type="text" name="limit_day" value="{$config->limit_day}" size="2" class="inputTypeText" />{$lang->unit_day}
<p>{$lang->about_limit_day}</p>
</td>
</tr>
<tr>
<th scope="row">{$lang->profile_image}</th>
<td>
<p>
<input type="checkbox" name="profile_image" value="Y" <!--@if($config->profile_image=='Y')-->checked="checked"<!--@end--> class="checkbox" />
{$lang->about_profile_image}
</p>
{$lang->profile_image_max_width} : <input type="text" name="profile_image_max_width" size="3" value="{$config->profile_image_max_width}" class="inputTypeText" />px<br />
{$lang->profile_image_max_height} : <input type="text" name="profile_image_max_height" size="3" value="{$config->profile_image_max_height}" class="inputTypeText" />px<br />
</td>
</tr>
<tr>
<th scope="row">{$lang->image_name}</th>
<td>
<p>
<input type="checkbox" name="image_name" value="Y" <!--@if($config->image_name=='Y')-->checked="checked"<!--@end--> class="checkbox" />
{$lang->about_image_name}
</p>
{$lang->image_name_max_width} : <input type="text" name="image_name_max_width" size="3" value="{$config->image_name_max_width}" class="inputTypeText" />px<br />
{$lang->image_name_max_height} : <input type="text" name="image_name_max_height" size="3" value="{$config->image_name_max_height}" class="inputTypeText" />px<br />
</td>
</tr>
<tr>
<th scope="row">{$lang->image_mark}</th>
<td>
<p>
<input type="checkbox" name="image_mark" value="Y" <!--@if($config->image_mark=='Y')-->checked="checked"<!--@end--> class="checkbox"/>
{$lang->about_image_mark}
</p>
{$lang->image_mark_max_width} : <input type="text" name="image_mark_max_width" size="3" value="{$config->image_mark_max_width}" class="inputTypeText"/>px<br />
{$lang->image_mark_max_height} : <input type="text" name="image_mark_max_height" size="3" value="{$config->image_mark_max_height}" class="inputTypeText"/>px<br />
</td>
</tr>
<tr>
<th scope="row">{$lang->signature_max_height}</th>
<td>
<input type="text" name="signature_max_height" size="3" value="{$config->signature_max_height}" class="inputTypeText"/>px
<p>{$lang->about_signature_max_height}</p>
</td>
</tr>
<tr>
<th scope="row">{$lang->editor_skin}</th>
<td>
<select name="editor_skin">
<!--@foreach($editor_skin_list as $editor_skin)-->
<option value="{$editor_skin}" <!--@if($editor_skin==$config->editor_skin)-->selected="selected"<!--@end-->>{$editor_skin}</option>
<tr>
<th scope="row"><div>{$lang->webmaster_name}</div></th>
<td>
<input type="text" name="webmaster_name" value="{$config->webmaster_name}" size="20" class="inputTypeText" />
<p>{$lang->about_webmaster_name}</p>
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->webmaster_email}</div></th>
<td>
<input type="text" name="webmaster_email" value="{$config->webmaster_email}" size="40" class="inputTypeText" />
<p>{$lang->about_webmaster_email}</p>
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->enable_openid}</div></th>
<td>
<input type="checkbox" name="enable_openid" value="Y" <!--@if($config->enable_openid=='Y')-->checked="checked"<!--@end--> class="checkbox" />
{$lang->about_enable_openid}
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->enable_join}</div></th>
<td>
<input type="checkbox" name="enable_join" value="Y" <!--@if($config->enable_join=='Y')-->checked="checked"<!--@end--> class="checkbox" />
{$lang->about_enable_join}
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->enable_confirm}</div></th>
<td>
<input type="checkbox" name="enable_confirm" value="Y" <!--@if($config->enable_confirm=='Y')-->checked="checked"<!--@end--> class="checkbox" />
{$lang->about_enable_confirm}
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->enable_ssl}</div></th>
<td>
<input type="checkbox" name="enable_ssl" value="Y" <!--@if($config->enable_ssl=='Y')-->checked="checked"<!--@end--> class="checkbox" />
{$lang->about_enable_ssl}
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->limit_day}</div></th>
<td>
<input type="text" name="limit_day" value="{$config->limit_day}" size="2" class="inputTypeText" />{$lang->unit_day}
<p>{$lang->about_limit_day}</p>
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->profile_image}</div></th>
<td>
<p>
<input type="checkbox" name="profile_image" value="Y" <!--@if($config->profile_image=='Y')-->checked="checked"<!--@end--> class="checkbox" />
{$lang->about_profile_image}
</p>
{$lang->profile_image_max_width} : <input type="text" name="profile_image_max_width" size="3" value="{$config->profile_image_max_width}" class="inputTypeText" />px<br />
{$lang->profile_image_max_height} : <input type="text" name="profile_image_max_height" size="3" value="{$config->profile_image_max_height}" class="inputTypeText" />px<br />
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->image_name}</div></th>
<td>
<p>
<input type="checkbox" name="image_name" value="Y" <!--@if($config->image_name=='Y')-->checked="checked"<!--@end--> class="checkbox" />
{$lang->about_image_name}
</p>
{$lang->image_name_max_width} : <input type="text" name="image_name_max_width" size="3" value="{$config->image_name_max_width}" class="inputTypeText" />px<br />
{$lang->image_name_max_height} : <input type="text" name="image_name_max_height" size="3" value="{$config->image_name_max_height}" class="inputTypeText" />px<br />
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->image_mark}</div></th>
<td>
<p>
<input type="checkbox" name="image_mark" value="Y" <!--@if($config->image_mark=='Y')-->checked="checked"<!--@end--> class="checkbox"/>
{$lang->about_image_mark}
</p>
{$lang->image_mark_max_width} : <input type="text" name="image_mark_max_width" size="3" value="{$config->image_mark_max_width}" class="inputTypeText"/>px<br />
{$lang->image_mark_max_height} : <input type="text" name="image_mark_max_height" size="3" value="{$config->image_mark_max_height}" class="inputTypeText"/>px<br />
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->signature_max_height}</div></th>
<td>
<input type="text" name="signature_max_height" size="3" value="{$config->signature_max_height}" class="inputTypeText"/>px
<p>{$lang->about_signature_max_height}</p>
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->editor_skin}</div></th>
<td>
<select name="editor_skin">
<!--@foreach($editor_skin_list as $editor_skin)-->
<option value="{$editor_skin}" <!--@if($editor_skin==$config->editor_skin)-->selected="selected"<!--@end-->>{$editor_skin}</option>
<!--@end-->
</select>
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->after_login_url}</div></th>
<td>
<input type="text" name="after_login_url" value="{$config->after_login_url}" class="inputTypeText w400" />
<p>{$lang->about_after_login_url}</p>
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->after_logout_url}</div></th>
<td>
<input type="text" name="after_logout_url" value="{$config->after_logout_url}" class="inputTypeText w400" />
<p>{$lang->about_after_logout_url}</p>
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->redirect_url}</div></th>
<td>
<input type="text" name="redirect_url" value="{$config->redirect_url}" class="inputTypeText w400" />
<p>{$lang->about_redirect_url}</p>
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->agreement}</div></th>
<td>
{$editor}
<p>{$lang->about_agreement}</p>
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->skin}</div></th>
<td>
<select name="skin" onchange="doGetSkinColorset(this.options[this.selectedIndex].value);return false;">
<!--@foreach($skin_list as $key => $val)-->
<option value="{$key}" <!--@if($config->skin == $key)-->selected="selected"<!--@end-->>{$val->title} ({$key})</option>
<!--@end-->
</select>
</td>
</tr>
<tr>
<th scope="row">{$lang->after_login_url}</th>
<td>
<input type="text" name="after_login_url" value="{$config->after_login_url}" class="inputTypeText w400" />
<p>{$lang->about_after_login_url}</p>
</td>
</tr>
<tr>
<th scope="row">{$lang->after_logout_url}</th>
<td>
<input type="text" name="after_logout_url" value="{$config->after_logout_url}" class="inputTypeText w400" />
<p>{$lang->about_after_logout_url}</p>
</td>
</tr>
<tr>
<th scope="row">{$lang->redirect_url}</th>
<td>
<input type="text" name="redirect_url" value="{$config->redirect_url}" class="inputTypeText w400" />
<p>{$lang->about_redirect_url}</p>
</td>
</tr>
<tr>
<th scope="row">{$lang->agreement}</th>
<td>
{$editor}
<p>{$lang->about_agreement}</p>
</td>
</tr>
<tr>
<th scope="row">{$lang->skin}</th>
<td>
<select name="skin" onchange="doGetSkinColorset(this.options[this.selectedIndex].value);return false;">
<!--@foreach($skin_list as $key => $val)-->
<option value="{$key}" <!--@if($config->skin == $key)-->selected="selected"<!--@end-->>{$val->title} ({$key})</option>
<!--@end-->
</select>
</td>
</tr>
<tr>
<th scope="row">{$lang->colorset}</th>
<td><div id="member_colorset"></div></td>
</tr>
<tr>
<th scope="row" colspan="2" class="button">
<span class="button"><input type="submit" value="{$lang->cmd_registration}" /></span>
<!--@if($module=="admin")-->
<a href="{getUrl('act','dispMemberAdminList')}" class="button"><span>{$lang->cmd_back}</span></a>
<!--@end-->
</th>
</tr>
</table>
</select>
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->colorset}</div></th>
<td><div id="member_colorset"></div></td>
</tr>
<tr>
<td colspan="2" class="right">
<span class="button"><input type="submit" value="{$lang->cmd_registration}" /></span>
<!--@if($module=="admin")-->
<a href="{getUrl('act','dispMemberAdminList')}" class="button"><span>{$lang->cmd_back}</span></a>
<!--@end-->
</td>
</tr>
</table>
</form>