mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
CosCosmetic issues.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12558 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9c69c4a1f5
commit
21dc417b41
5 changed files with 35 additions and 27 deletions
|
|
@ -5,11 +5,11 @@
|
|||
<table class="x_table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>{$lang->version}</th>
|
||||
<th class="nowr">{$lang->version}</th>
|
||||
<td>{$addon_info->version} ({zdate($addon_info->date, 'Y-m-d')})</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->author}</th>
|
||||
<th class="nowr">{$lang->author}</th>
|
||||
<td>
|
||||
<block loop="$addon_info->author => $author">
|
||||
{$author->name} (<a cond="$author->homepage" href="{$author->homepage}" target="_blank">{$author->homepage}</a>, <a cond="$author->email_address" href="mailto:{$author->email_address}">{$author->email_address}</a>) <br />
|
||||
|
|
@ -17,15 +17,15 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr cond="$addon_info->homepage">
|
||||
<th>{$lang->homepage}</th>
|
||||
<th class="nowr">{$lang->homepage}</th>
|
||||
<td><a href="{$addon_info->homepage}" target="_blank">{$addon_info->homepage}</a></td>
|
||||
</tr>
|
||||
<tr cond="$addon_info->license">
|
||||
<th>{$lang->addon_license}</th>
|
||||
<th class="nowr">{$lang->addon_license}</th>
|
||||
<td><a href="{$addon_info->license_link}"|cond="$addon_info->license_link" target="_blank">{$addon_info->license}</a></td>
|
||||
</tr>
|
||||
<tr cond="$addon_info->description">
|
||||
<th>{$lang->description}</th>
|
||||
<th class="nowr">{$lang->description}</th>
|
||||
<td>{$addon_info->description}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
|
|
@ -8,11 +8,13 @@
|
|||
<input type="hidden" name="type" value="module" />
|
||||
<input type="hidden" name="unit_count" value="10" />
|
||||
<h2>{$lang->type_module}</h2>
|
||||
<div class="x_control-group x_input-append checkxml">
|
||||
<label>{$lang->xml_path}</label>
|
||||
<input type="text" name="xml_file" value="./" />
|
||||
<button type="button" class="x_btn">{$lang->cmd_check_path}</button>
|
||||
<span class="x_help-inline" style="font-size:13px"></span>
|
||||
<div class="x_control-group checkxml">
|
||||
<span class="x_input-append">
|
||||
<label>{$lang->xml_path}</label>
|
||||
<input type="text" name="xml_file" value="./" style="width:280px;font:11px Tahoma, Geneva, sans-serif" />
|
||||
<button type="button" class="x_btn">{$lang->cmd_check_path}</button>
|
||||
</span>
|
||||
<p class="x_help-inline" style="line-height:26px"></p>
|
||||
</div>
|
||||
<div class="x_control-group xml ttxml">
|
||||
<label>{$lang->data_destination}</label>
|
||||
|
|
@ -38,11 +40,13 @@
|
|||
<input type="hidden" name="type" value="member" />
|
||||
<input type="hidden" name="unit_count" value="100" />
|
||||
<h2>{$lang->type_member}</h2>
|
||||
<div class="x_control-group x_input-append checkxml">
|
||||
<label>{$lang->xml_path}</label>
|
||||
<input type="text" name="xml_file" value="./" />
|
||||
<button type="button" class="x_btn">{$lang->cmd_check_path}</button>
|
||||
<span class="x_help-inline" style="font-size:13px">{$lang->msg_no_xml_file}</span>
|
||||
<div class="x_control-group checkxml">
|
||||
<span class="x_input-append">
|
||||
<label>{$lang->xml_path}</label>
|
||||
<input type="text" name="xml_file" value="./" style="width:280px;font:11px Tahoma, Geneva, sans-serif" />
|
||||
<button type="button" class="x_btn">{$lang->cmd_check_path}</button>
|
||||
</span>
|
||||
<p class="x_help-inline" style="line-height:26px">{$lang->msg_no_xml_file}</p>
|
||||
</div>
|
||||
<div class="x_control-group syncmember">
|
||||
<label><input type="checkbox" name="isSync" value="Y" /> {$lang->type_syncmember}</label>
|
||||
|
|
@ -56,11 +60,13 @@
|
|||
<input type="hidden" name="type" value="message" />
|
||||
<input type="hidden" name="unit_count" value="100" />
|
||||
<h2>{$lang->type_message}</h2>
|
||||
<div class="x_control-group x_input-append checkxml">
|
||||
<label>{$lang->xml_path}</label>
|
||||
<input type="text" name="xml_file" value="./" />
|
||||
<button type="button" class="x_btn">{$lang->cmd_check_path}</button>
|
||||
<span class="x_help-inline" style="font-size:13px"></span>
|
||||
<div class="x_control-group checkxml">
|
||||
<span class="x_input-append">
|
||||
<label>{$lang->xml_path}</label>
|
||||
<input type="text" name="xml_file" value="./" style="width:280px;font:11px Tahoma, Geneva, sans-serif" />
|
||||
<button type="button" class="x_btn">{$lang->cmd_check_path}</button>
|
||||
</span>
|
||||
<p class="x_help-inline" style="line-height:26px"></p>
|
||||
</div>
|
||||
<div class="btnArea">
|
||||
<button type="submit" class="x_btn x_btn-primary">{$lang->importer}</button>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
<include target="header.html" />
|
||||
<table class="x_table x_table-striped x_table-hover dsTg">
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
<caption>
|
||||
<strong>All({count($module_list)})</strong>
|
||||
<div class="x_pull-right x_btn-group">
|
||||
<button class="x_btn x_active __simple">{$lang->simple_view}</button>
|
||||
<button class="x_btn __detail">{$lang->detail_view}</button>
|
||||
</div>
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -78,4 +78,8 @@
|
|||
<value xml:lang="jp"><![CDATA[タイプ]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[類型]]></value>
|
||||
</item>
|
||||
<item name="remove_all_trash_item">
|
||||
<value xml:lang="ko"><![CDATA[휴지통을 완전히 비웁니다. 실행 후에는 복원이 불가능합니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Remove all trash items. After execute could not be recovered.]]></value>
|
||||
</item>
|
||||
</lang>
|
||||
|
|
|
|||
|
|
@ -14,11 +14,14 @@ var no_text_comment = '{$lang->no_text_comment}';
|
|||
<input type="hidden" name="act" value="procTrashAdminEmptyTrash" />
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
<input type="hidden" name="is_all" value="true" />
|
||||
<p>
|
||||
<button type="submit" class="x_btn x_btn-warning x_btn-primary" name="is_all" value="true">{$lang->empty_trash_all}</button>
|
||||
{$lang->remove_all_trash_item}
|
||||
</p>
|
||||
<table id="trashListTable" class="x_table x_table-striped x_table-hover">
|
||||
<caption>
|
||||
<strong>{$lang->all}({number_format($total_count)})</strong>
|
||||
<div class="x_pull-right x_btn-group">
|
||||
<button type="submit" class="x_btn" name="is_all" value="true">{$lang->empty_trash_all}</button>
|
||||
<a href="#fo_list" class="x_btn modalAnchor" data-name="is_all" data-value="false">{$lang->delete}</a>
|
||||
<a href="#fo_list" class="x_btn modalAnchor" data-name="act" data-value="procTrashAdminRestore">{$lang->restore}</a>
|
||||
</div>
|
||||
|
|
@ -53,7 +56,6 @@ var no_text_comment = '{$lang->no_text_comment}';
|
|||
</tbody>
|
||||
</table>
|
||||
<div class="x_pull-right x_btn-group">
|
||||
<button type="submit" class="x_btn" name="is_all" value="true">{$lang->empty_trash_all}</button>
|
||||
<a href="#fo_list" class="x_btn modalAnchor" data-name="is_all" data-value="false">{$lang->delete}</a>
|
||||
<a href="#fo_list" class="x_btn modalAnchor" data-name="act" data-value="procTrashAdminRestore">{$lang->restore}</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue