관리자 페이지 패키지별 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

@ -4,17 +4,14 @@
<input type="hidden" name="target_module_srl" value="{$module_info->module_srl?$module_info->module_srl:$module_srls}" />
<table cellspacing="0" class="adminTable">
<col width="150" />
<col />
<col />
<caption>{$lang->editor}</caption>
<tr>
<th scope="col">&nbsp;</th>
<th scope="col">{$lang->document}</th>
<th scope="col">{$lang->comment}</th>
<th scope="col"><div>&nbsp;</div></th>
<th scope="col" class="half_wide"><div>{$lang->document}</div></th>
<th scope="col" class="half_wide"><div>{$lang->comment}</div></th>
</tr>
<tr>
<th rowspan="2">{$lang->editor_skin}</th>
<th rowspan="2"><div>{$lang->editor_skin}</div></th>
<td>
<select name="editor_skin">
<!--@foreach($editor_skin_list as $editor)-->
@ -31,10 +28,10 @@
</td>
</tr>
<tr>
<td colspan="2">{$lang->about_editor_skin}</td>
<td colspan="2"><p>{$lang->about_editor_skin}</p></td>
</tr>
<tr>
<th rowspan="2">{$lang->enable_html_grant}</th>
<th rowspan="2"><div>{$lang->enable_html_grant}</div></th>
<td>
<!--@foreach($group_list as $k => $v)-->
<input type="checkbox" name="enable_html_grant" value="{$k}" id="enable_html_{$k}" <!--@if(in_array($k, $editor_config->enable_html_grant))-->checked="checked"<!--@end-->/> <label for="enable_html_{$k}">{$v->title}</label> <br />
@ -47,10 +44,10 @@
</td>
</tr>
<tr>
<td colspan="2">{$lang->about_enable_html_grant}</td>
<td colspan="2"><p>{$lang->about_enable_html_grant}</p></td>
</tr>
<tr>
<th rowspan="2">{$lang->upload_file_grant}</th>
<th rowspan="2"><div>{$lang->upload_file_grant}</div></th>
<td>
<!--@foreach($group_list as $k => $v)-->
<input type="checkbox" name="upload_file_grant" value="{$k}" id="fileupload_{$k}" <!--@if(in_array($k, $editor_config->upload_file_grant))-->checked="checked"<!--@end-->/> <label for="fileupload_{$k}">{$v->title}</label> <br />
@ -63,10 +60,10 @@
</td>
</tr>
<tr>
<td colspan="2">{$lang->about_upload_file_grant}</td>
<td colspan="2"><p>{$lang->about_upload_file_grant}</p></td>
</tr>
<tr>
<th rowspan="2">{$lang->enable_default_component_grant}</th>
<th rowspan="2"><div>{$lang->enable_default_component_grant}</div></th>
<td>
<!--@foreach($group_list as $k => $v)-->
<input type="checkbox" name="enable_default_component_grant" value="{$k}" id="default_componen_{$k}" <!--@if(in_array($k, $editor_config->enable_default_component_grant))-->checked="checked"<!--@end-->/> <label for="default_componen_{$k}">{$v->title}</label> <br />
@ -79,10 +76,10 @@
</td>
</tr>
<tr>
<td colspan="2">{$lang->about_default_component_grant}</td>
<td colspan="2"><p>{$lang->about_default_component_grant}</p></td>
</tr>
<tr>
<th rowspan="2">{$lang->enable_component_grant}</th>
<th rowspan="2"><div>{$lang->enable_component_grant}</div></th>
<td>
<!--@foreach($group_list as $k => $v)-->
<input type="checkbox" name="enable_component_grant" value="{$k}" id="componen_{$k}" <!--@if(in_array($k, $editor_config->enable_component_grant))-->checked="checked"<!--@end-->/> <label for="componen_{$k}">{$v->title}</label> <br />
@ -95,10 +92,10 @@
</td>
</tr>
<tr>
<td colspan="2">{$lang->about_component_grant}</td>
<td colspan="2"><p>{$lang->about_component_grant}</p></td>
</tr>
<tr>
<th rowspan="2">{$lang->editor_height}</th>
<th rowspan="2"><div>{$lang->editor_height}</div></th>
<td>
<input type="text" name="editor_height" value="{$editor_config->editor_height}" class="inputTypeText w80" />px
</td>
@ -107,10 +104,10 @@
</td>
</tr>
<tr>
<td colspan="2">{$lang->about_editor_height}</td>
<td colspan="2"><p>{$lang->about_editor_height}</p></td>
</tr>
<tr>
<th rowspan="2">{$lang->height_resizable}</th>
<th rowspan="2"><div>{$lang->height_resizable}</div></th>
<td>
<input type="checkbox" value="Y" name="enable_height_resizable" <!--@if($editor_config->enable_height_resizable=='Y')-->checked="checked"<!--@end-->/>
</td>
@ -119,22 +116,20 @@
</td>
</tr>
<tr>
<td colspan="2">{$lang->about_editor_height_resizable}</td>
<td colspan="2"><p>{$lang->about_editor_height_resizable}</p></td>
</tr>
<tr>
<th rowspan="2">{$lang->enable_autosave}</th>
<th rowspan="2"><div>{$lang->enable_autosave}</div></th>
<td colspan="2"><input type="checkbox" value="Y" name="enable_autosave" <!--@if($editor_config->enable_autosave=='Y')-->checked="checked"<!--@end-->/></td>
</tr>
<tr>
<td colspan="2">{$lang->about_enable_autosave}</td>
<td colspan="2"><p>{$lang->about_enable_autosave}</p></td>
</tr>
<tr>
<th class="button" colspan="3">
<td class="right" colspan="3">
<span class="button"><input type="submit" value="{$lang->cmd_save}"/></span>
</th>
</td>
</tr>
</table>
</form>
<div class="gap1"></div>