mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Board module UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12234 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
da0146a8ae
commit
376dc12c9c
9 changed files with 49 additions and 45 deletions
|
|
@ -19,7 +19,7 @@
|
|||
<option value="-3">{$lang->grant_to_admin}</option>
|
||||
<option value="">{$lang->grant_to_group}</option>
|
||||
</select>
|
||||
<div id="zone_{$grant_name}" data-display="none" style="margin-top:8px">
|
||||
<div id="zone_{$grant_name}" hidden style="margin-top:8px">
|
||||
<label loop="$group_list => $group_srl, $group_item" for="grant_{$grant_name}_{$group_srl}">
|
||||
<input type="checkbox" name="{$grant_name}[]" value="{$group_item->group_srl}" id="grant_{$grant_name}_{$group_srl}" />
|
||||
{$group_item->title}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
<option value="-3">{$lang->grant_to_admin}</option>
|
||||
<option value="">{$lang->grant_to_group}</option>
|
||||
</select>
|
||||
<div id="zone_{$grant_name}" style="display:none">
|
||||
<div id="zone_{$grant_name}" hidden style="margin:8px 0 0 0">
|
||||
<!--@foreach($group_list as $group_srl => $group_item)-->
|
||||
<input type="checkbox" class="checkbox" name="{$grant_name}" value="{$group_item->group_srl}" id="grant_{$grant_name}_{$group_srl}" />
|
||||
<label for="grant_{$grant_name}_{$group_srl}">{$group_item->title}</label>
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
<option value="" <!--@if($default_grant[$grant_name]=='group')-->selected="selected"<!--@end-->>{$lang->grant_to_group}</option>
|
||||
</select>
|
||||
<p class="x_help-inline" cond="$grant_name == 'access'"><button type="button" class="x_icon-question-sign" data-toggle="#{$grant_name}">{$lang->help}</button><span hidden id="{$grant_name}">{$lang->about_grant_deatil}</span></p>
|
||||
<div id="zone_{$grant_name}" style="display:none">
|
||||
<div id="zone_{$grant_name}" hidden style="margin:8px 0 0 0">
|
||||
<!--@foreach($group_list as $group_srl => $group_item)-->
|
||||
<label for="grant_{$grant_name}_{$group_srl}" class="x_inline"><input type="checkbox" class="checkbox" name="{$grant_name}" value="{$group_item->group_srl}" id="grant_{$grant_name}_{$group_srl}" checked="checked"|cond="is_array($selected_group[$grant_name])&&in_array($group_srl,$selected_group[$grant_name])" /> {$group_item->title}</label>
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<h1 class="h1">{$lang->module_maker}</h1>
|
||||
<h1>{$lang->module_maker}</h1>
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
<tr>
|
||||
<th scope="row">{$lang->title}</th>
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
</table>
|
||||
|
||||
<!--@if($module_info->history)-->
|
||||
<h1 class="h1">{$lang->module_history}</h1>
|
||||
<h1>{$lang->module_history}</h1>
|
||||
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
<col width="100" />
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<label class="x_control-label">
|
||||
{$lang->skin}
|
||||
</label>
|
||||
<div class="x_controls">
|
||||
<div class="x_controls" style="padding-top:3px">
|
||||
{$skin_info->title}
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
<label class="x_control-label">
|
||||
{$lang->skin_author}
|
||||
</label>
|
||||
<div class="x_controls">
|
||||
<div class="x_controls" style="padding-top:3px">
|
||||
<block loop="$skin_info->author=>$author">
|
||||
{$author->name}
|
||||
<block cond="$author->homepage || $author->email_address">
|
||||
|
|
@ -38,37 +38,29 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="x_control-group" cond="$skin_info->homepage">
|
||||
<label class="x_control-label">{$lang->homepage}
|
||||
</label>
|
||||
<div class="x_controls">
|
||||
<a href="{$skin_info->homepage}" target="_blank">{$skin_info->homepage}</a>
|
||||
</div>
|
||||
<label class="x_control-label">{$lang->homepage}</label>
|
||||
<div class="x_controls" style="padding-top:3px"><a href="{$skin_info->homepage}" target="_blank">{$skin_info->homepage}</a></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->date}
|
||||
</label>
|
||||
<div class="x_controls">{zdate($skin_info->date, 'Y-m-d')}
|
||||
</div>
|
||||
<label class="x_control-label">{$lang->date}</label>
|
||||
<div class="x_controls" style="padding-top:3px">{zdate($skin_info->date, 'Y-m-d')}</div>
|
||||
</div>
|
||||
<div class="x_control-group" cond="$skin_info->license || $skin_info->license_link">
|
||||
<label class="x_control-label">{$lang->skin_license}
|
||||
</label>
|
||||
<div class="x_controls">
|
||||
<label class="x_control-label">{$lang->skin_license}</label>
|
||||
<div class="x_controls" style="padding-top:3px">
|
||||
{nl2br(trim($skin_info->license))}
|
||||
<p cond="$skin_info->license_link"><a href="{$skin_info->license_link}" target="_blank">{$skin_info->license_link}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group" cond="$skin_info->description">
|
||||
<label class="x_control-label">{$lang->description}
|
||||
</label>
|
||||
<div class="x_controls">{nl2br(trim($skin_info->description))}
|
||||
</div>
|
||||
<label class="x_control-label">{$lang->description}</label>
|
||||
<div class="x_controls" style="padding-top:3px">{nl2br(trim($skin_info->description))}</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<h1>{$lang->extra_vars}</h1>
|
||||
<div class="x_control-group" cond="$skin_info->colorset" class="colorset">
|
||||
<div class="x_control-group" cond="$skin_info->colorset">
|
||||
<label class="x_control-label">{$lang->colorset}</label>
|
||||
<div class="x_controls">
|
||||
<block loop="$skin_info->colorset => $key, $val">
|
||||
|
|
@ -77,12 +69,13 @@
|
|||
<!--@else-->
|
||||
{@ $_width = 200; $_height = 20; $_talign = "left"; }
|
||||
<!--@end-->
|
||||
<div style="display:inline-block;text-align:{$_talign};margin-bottom:1em;width:{$_width}px;height:{$_height}px;margin-right:10px;">
|
||||
<label for="colorset_{$key}"><input type="radio" name="colorset" value="{$val->name}" id="colorset_{$key}" checked="checked"|cond="$skin_vars['colorset']->value==$val->name" />
|
||||
{$val->title}</label>
|
||||
<div class="x_thumbnail" style="display:inline-block;text-align:{$_talign};margin-bottom:1em;width:{$_width}px;height:{$_height}px;margin-right:10px;">
|
||||
<label for="colorset_{$key}">
|
||||
<input type="radio" name="colorset" value="{$val->name}" id="colorset_{$key}" checked="checked"|cond="$skin_vars['colorset']->value==$val->name" />
|
||||
{$val->title}
|
||||
</label>
|
||||
<block cond="$val->screenshot">
|
||||
<br />
|
||||
<img src="../../../{$val->screenshot}" alt="{$val->title}" style="border:1px solid #888888;padding:2px;margin:2px;"/>
|
||||
<img src="../../../{$val->screenshot}" alt="{$val->title}" />
|
||||
</block>
|
||||
</div>
|
||||
</block>
|
||||
|
|
@ -118,13 +111,13 @@
|
|||
|
||||
<!--// image -->
|
||||
<block cond="$val->type == 'image'">
|
||||
<div cond="$val->value">
|
||||
<img src="{$val->value}" /><br />
|
||||
<label for="del_{$val->name}"><input type="checkbox" name="del_{$val->name}" value="Y" id="del_{$val->name}" class="checkbox" /> {$lang->cmd_delete}</label>
|
||||
<div cond="$val->value" class="x_thumbnail" style="max-width:210px;margin:0 0 10px 0">
|
||||
<img src="{$val->value}" />
|
||||
<label for="del_{$val->name}" style="padding:8px 0 0 0"><input type="checkbox" name="del_{$val->name}" value="Y" id="del_{$val->name}" class="checkbox" /> {$lang->cmd_delete}</label>
|
||||
</div>
|
||||
<input type="file" name="{$val->name}" value="" />
|
||||
</block>
|
||||
<span class="x_help-block" cond="$val->description">{nl2br(trim($val->description))}</span>
|
||||
<p class="x_help-inline" cond="$val->description">{nl2br(trim($val->description))}</p>
|
||||
</div>
|
||||
</div>
|
||||
</block>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<load target="../../admin/tpl/css/admin.css" usecdn="true" />
|
||||
<h1 class="h1">{$skin_info->title}</h1>
|
||||
<h1>{$skin_info->title}</h1>
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
<col width="100" />
|
||||
<col />
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
</table>
|
||||
|
||||
<!--@if($skin_info->history)-->
|
||||
<h1 class="h1">{$lang->skin_history}</h1>
|
||||
<h1>{$lang->skin_history}</h1>
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
<col width="100" />
|
||||
<col />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue