mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
Admin HTML Markup Clean.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9377 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0634424830
commit
024a234f6a
74 changed files with 732 additions and 838 deletions
|
|
@ -7,14 +7,14 @@
|
|||
<table width="100%" border="1" cellspacing="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"><div> </div></th>
|
||||
<th scope="col" class="half_wide"><div>{$lang->document}</div></th>
|
||||
<th scope="col" class="half_wide"><div>{$lang->comment}</div></th>
|
||||
<th scope="col"> </th>
|
||||
<th scope="col">{$lang->document}</th>
|
||||
<th scope="col">{$lang->comment}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th rowspan="2"><div>{$lang->editor_skin}</div></th>
|
||||
<th rowspan="2">{$lang->editor_skin}</th>
|
||||
<td colspan="2"><p>{$lang->about_editor_skin}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2"><div>{$lang->content_style}</div></th>
|
||||
<th rowspan="2">{$lang->content_style}</th>
|
||||
<td colspan="2"><p>{$lang->about_content_style}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -66,44 +66,44 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2"><div>{$lang->content_font}</div></th>
|
||||
<th rowspan="2">{$lang->content_font}</th>
|
||||
<td colspan="2"><p>{$lang->about_content_font}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<input type="text" name="content_font" value="{str_replace(array('"','\''),'',$editor_config->content_font)}" class="inputTypeText w400" />
|
||||
<input type="text" name="content_font" value="{str_replace(array('"','\''),'',$editor_config->content_font)}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2"><div>{$lang->content_font_size}</div></th>
|
||||
<th rowspan="2">{$lang->content_font_size}</th>
|
||||
<td colspan="2"><p>{$lang->about_content_font_size}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<input type="text" name="content_font_size" value="{$editor_config->content_font_size}" class="inputTypeText w80" />
|
||||
<input type="text" name="content_font_size" value="{$editor_config->content_font_size}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2"><div>{$lang->editor_height}</div></th>
|
||||
<th rowspan="2">{$lang->editor_height}</th>
|
||||
<td colspan="2"><p>{$lang->about_editor_height}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="text" name="editor_height" value="{$editor_config->editor_height}" class="inputTypeText w80" />px
|
||||
<input type="text" name="editor_height" value="{$editor_config->editor_height}" />px
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" name="comment_editor_height" value="{$editor_config->comment_editor_height}" class="inputTypeText w80" />px
|
||||
<input type="text" name="comment_editor_height" value="{$editor_config->comment_editor_height}" />px
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2"><div>{$lang->enable_autosave}</div></th>
|
||||
<th rowspan="2">{$lang->enable_autosave}</th>
|
||||
<td colspan="2"><p>{$lang->about_enable_autosave}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><input type="checkbox" value="Y" name="enable_autosave" <!--@if($editor_config->enable_autosave=='Y')-->checked="checked"<!--@end-->/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2"><div>{$lang->enable_html_grant}</div></th>
|
||||
<th rowspan="2">{$lang->enable_html_grant}</th>
|
||||
<td colspan="2"><p>{$lang->about_enable_html_grant}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -125,7 +125,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2"><div>{$lang->upload_file_grant}</div></th>
|
||||
<th rowspan="2">{$lang->upload_file_grant}</th>
|
||||
<td colspan="2"><p>{$lang->about_upload_file_grant}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -151,7 +151,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2"><div>{$lang->enable_default_component_grant}</div></th>
|
||||
<th rowspan="2">{$lang->enable_default_component_grant}</th>
|
||||
<td colspan="2"><p>{$lang->about_default_component_grant}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2"><div>{$lang->enable_component_grant}</div></th>
|
||||
<th rowspan="2">{$lang->enable_component_grant}</th>
|
||||
<td colspan="2"><p>{$lang->about_component_grant}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue