mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +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
|
|
@ -1,12 +1,6 @@
|
|||
<!--%import("popup.js")-->
|
||||
<!--%import("popup.css")-->
|
||||
|
||||
<div id="popHeader" class="wide">
|
||||
<h3 class="xeAdmin">
|
||||
{$component_info->title} ver. {$component_info->version}
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
<h1 class="h1">{$component_info->title} ver. {$component_info->version}</h1>
|
||||
<div class="emoticonList">
|
||||
<select name="list" id="selectEmoticonList">
|
||||
<!--@foreach($emoticon_list as $key => $val)-->
|
||||
|
|
@ -14,6 +8,3 @@
|
|||
<!--@end-->
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div id="popBody">
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -9,11 +9,11 @@
|
|||
<col width="120" />
|
||||
<col />
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->width}</div></th>
|
||||
<td><input type="text" class="inputTypeText" size="3" id="width" value="400" />px</td>
|
||||
<th scope="row">{$lang->width}</th>
|
||||
<td><input type="text" size="3" id="width" value="400" />px</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->gallery_style}</div></th>
|
||||
<th scope="row">{$lang->gallery_style}</th>
|
||||
<td>
|
||||
<select id="gallery_style">
|
||||
<option value="slide">{$lang->gallery_slide_style}</option>
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->gallery_slide_align}</div></th>
|
||||
<th scope="row">{$lang->gallery_slide_align}</th>
|
||||
<td>
|
||||
<select id="gallery_align">
|
||||
<option value="center">{$lang->gallery_slide_center}</option>
|
||||
|
|
@ -32,11 +32,11 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->gallery_border_thickness}</div></th>
|
||||
<td><input type="text" class="inputTypeText" size="1" id="border_thickness" value="0" />px</td>
|
||||
<th scope="row">{$lang->gallery_border_thickness}</th>
|
||||
<td><input type="text" size="1" id="border_thickness" value="0" />px</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->gallery_border_color}</div></th>
|
||||
<th scope="row">{$lang->gallery_border_color}</th>
|
||||
<td>
|
||||
<div class="editor_color_box">
|
||||
<script type="text/javascript">
|
||||
|
|
@ -45,12 +45,12 @@
|
|||
</div>
|
||||
<ul class="buttonLeft">
|
||||
<li><img src="./images/border_solid.gif" alt="blank" class="border_preview_color" id="border_preview_color" /></li>
|
||||
<li>#<input type="text" id="border_color_input" size="7" maxlength="6" class="inputTypeText" value="000000" onkeyup="manual_select_color('border',this)"/></li>
|
||||
<li>#<input type="text" id="border_color_input" size="7" maxlength="6" value="000000" onkeyup="manual_select_color('border',this)"/></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->gallery_bg_color}</div></th>
|
||||
<th scope="row">{$lang->gallery_bg_color}</th>
|
||||
<td>
|
||||
<div class="editor_color_box">
|
||||
<script type="text/javascript">
|
||||
|
|
@ -59,12 +59,12 @@
|
|||
</div>
|
||||
<ul class="buttonLeft">
|
||||
<li><img src="./images/blank.gif" alt="blank" class="bg_preview_color" id="bg_preview_color" /></li>
|
||||
<li>#<input type="text" id="bg_color_input" size="7" maxlength="6" class="inputTypeText" value="FFFFFF" onkeyup="manual_select_color('bg',this)"/></li>
|
||||
<li>#<input type="text" id="bg_color_input" size="7" maxlength="6" value="FFFFFF" onkeyup="manual_select_color('bg',this)"/></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->image_list}</div></th>
|
||||
<th scope="row">{$lang->image_list}</th>
|
||||
<td>
|
||||
<select id="image_list" size="6" multiple="true" class="image_list">
|
||||
</select>
|
||||
|
|
|
|||
|
|
@ -14,19 +14,19 @@
|
|||
<col />
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->multimedia_url}</div></th>
|
||||
<td><input type="text" class="inputTypeText w400" id="multimedia_url" value="{$manual_url}" /></td>
|
||||
<td><input type="text" id="multimedia_url" value="{$manual_url}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->multimedia_caption}</div></th>
|
||||
<td><input type="text" class="inputTypeText w400" id="multimedia_caption" value="" /></td>
|
||||
<td><input type="text" id="multimedia_caption" value="" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->multimedia_width}</div></th>
|
||||
<td><input type="text" class="inputTypeText" size="3" id="multimedia_width" value="400" />px</td>
|
||||
<td><input type="text" size="3" id="multimedia_width" value="400" />px</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->multimedia_height}</div></th>
|
||||
<td><input type="text" class="inputTypeText" size="3" id="multimedia_height" value="400" />px</td>
|
||||
<td><input type="text" size="3" id="multimedia_height" value="400" />px</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->multimedia_auto_start}</div></th>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<col width="100" />
|
||||
<col />
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->poll_stop_date}</div></th>
|
||||
<th scope="row">{$lang->poll_stop_date}</th>
|
||||
<td>
|
||||
|
||||
<input type="hidden" name="stop_date" id="stop_date" value="{date('Ymd',time()+60*60*24*30)}" />
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->skin}</div></th>
|
||||
<th scope="row">{$lang->skin}</th>
|
||||
<td>
|
||||
<select name="skin">
|
||||
<!--@foreach($skin_list as $skin=>$skin_info)-->
|
||||
|
|
@ -56,32 +56,31 @@
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="poll_source" class="clear" style="display:none">
|
||||
<div class="clear"></div>
|
||||
|
||||
<table cellspacing="0" class="rowTable gap1">
|
||||
<col width="100" />
|
||||
<col />
|
||||
<tr>
|
||||
<th scope="row"><div><label>{$lang->poll_chk_count}</label></div></th>
|
||||
<td><input type="text" name="checkcount_tidx" value="1" size="1" class="inputTypeText" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->poll_title}</div></th>
|
||||
<td><input type="text" name="title_tidx" class="inputTypeText w400" /></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->poll_item} 1</div></th>
|
||||
<td><input type="text" name="item_tidx_1" class="inputTypeText w400" /></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->poll_item} 2</div></th>
|
||||
<td><input type="text" name="item_tidx_2" class="inputTypeText w400" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div id="poll_source" style="display:none">
|
||||
<div class="table">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<col width="100" />
|
||||
<col />
|
||||
<tr>
|
||||
<th scope="row"><div><label>{$lang->poll_chk_count}</label></div></th>
|
||||
<td><input type="text" name="checkcount_tidx" value="1" size="1" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->poll_title}</div></th>
|
||||
<td><input type="text" name="title_tidx" /></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->poll_item} 1</div></th>
|
||||
<td><input type="text" name="item_tidx_1" /></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->poll_item} 2</div></th>
|
||||
<td><input type="text" name="item_tidx_2" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<button type="button" class="_add_item">{$lang->cmd_add_item}</button>
|
||||
<button type="button" class="_del_item">{$lang->cmd_del_item}</button>
|
||||
<button type="button" class="_del_poll">{$lang->cmd_del_poll}</button>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<input type="hidden" name="component_name" value="{$component_name}" />
|
||||
<div class="table">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<tr class="row2">
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->component_name}</div></th>
|
||||
<td>{$component->component_name} ver. {$component->version}</td>
|
||||
</tr>
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<!--@if($component->link)-->
|
||||
<tr class="row2">
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->component_link}</div></th>
|
||||
<td><a href="#" onclick="winopen('{$component->link}');return false;">{$component->link}</a></td>
|
||||
</tr>
|
||||
|
|
@ -33,13 +33,13 @@
|
|||
<tr class="row{$cycle_idx}">
|
||||
<th scope="row"><div>{$val->title}</div></th>
|
||||
<td>
|
||||
<input type="text" name="{$key}" value="{$val->value}" class="inputTypeText w400" />
|
||||
<input type="text" name="{$key}" value="{$val->value}" />
|
||||
<p>{$val->description}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
|
||||
<tr class="row2">
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->grant}</div></th>
|
||||
<td>
|
||||
<!--@foreach($group_list as $key => $val)-->
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<div class="table">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<tr class="row2">
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->component_author}</div></th>
|
||||
<td>
|
||||
<!--@foreach($component->author as $author)-->
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
<th scope="row"><div>{$lang->homepage}</div></th>
|
||||
<td class="blue"><a href="{$component->homepage}" onclick="window.open(this.href);return false;">{$component->homepage}</a></td>
|
||||
</tr><!--@end-->
|
||||
<tr class="row2">
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->regdate}</div></th>
|
||||
<td>{zdate(str_replace('-',"",$component->date), 'Y-m-d')}</td>
|
||||
</tr>
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
</td>
|
||||
</tr><!--@end-->
|
||||
<!--@if($component->description)-->
|
||||
<tr class="row2">
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->component_description}</div></th>
|
||||
<td>{nl2br(trim($component->description))}</td>
|
||||
</tr><!--@end-->
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
{$history->version}<br />
|
||||
{zdate($history->date, 'Y-m-d')}
|
||||
</div></th>
|
||||
<td class="wide">
|
||||
<td >
|
||||
<!--@foreach($history->author as $author)-->
|
||||
<p>{$author->name} (<a href="{$author->homepage}" onclick="window.open(this.href);return false;">{$author->homepage}</a> / <a href="mailto:{$author->email_address}">{$author->email_address}</a>)</p>
|
||||
<!--@endforeach-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue