mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Common UI and .x_btn style cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12222 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9984a9e9af
commit
27c12c5dfb
55 changed files with 203 additions and 225 deletions
|
|
@ -119,7 +119,7 @@
|
|||
<span class="x_pull-right x_input-append">
|
||||
<input type="text" value="{$config->expression}" placeholder="Math.pow(i,2) * 90" size="30" class="level_expression" />
|
||||
<button type="button" class="x_btn calc_point">{$lang->level_point_calc}</button>
|
||||
<button type="button" class="x_btn x_btn-warning calc_point _reset">{$lang->cmd_exp_reset}</button>
|
||||
<button type="button" class="x_btn calc_point _reset">{$lang->cmd_exp_reset}</button>
|
||||
</span>
|
||||
</div>
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
|
|
@ -168,10 +168,8 @@
|
|||
|
||||
<section class="section">
|
||||
<h1>{$lang->cmd_point_recal}</h1>
|
||||
<p><input class="x_btn x_btn-warning" type="button" value="{$lang->cmd_point_recal}" onclick="doPointRecal()" style="min-width:220px" /></p>
|
||||
<p>{$lang->about_cmd_point_recal}</p>
|
||||
<p id="pointReCal"></p>
|
||||
<div class="x_clearfix">
|
||||
<span class="x_pull-right"><input class="x_btn x_btn-danger x_btn-large" type="button" value="{$lang->cmd_point_recal}" onclick="doPointRecal(); return false;"/></span>
|
||||
</div>
|
||||
</section>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@
|
|||
<block cond="$page_navigation->first_page != 1 && $page_navigation->first_page + $page_navigation->page_count > $page_navigation->last_page - 1 && $page_navigation->page_count != $page_navigation->total_page">
|
||||
{@$isGoTo = true}
|
||||
<li>
|
||||
<a href="#goTo" data-toggle="#goTo" title="{$lang->cmd_go_to_page}">...</a>
|
||||
<a href="#goTo" data-toggle title="{$lang->cmd_go_to_page}">...</a>
|
||||
<span cond="$isGoTo" id="goTo" class="x_input-append">
|
||||
<input type="number" min="1" max="{$page_navigation->last_page}" required name="page" title="{$lang->cmd_go_to_page}" />
|
||||
<button type="submit" class="x_add-on">Go</button>
|
||||
|
|
@ -112,7 +112,7 @@
|
|||
<block cond="$last_page != $page_navigation->last_page && $last_page + 1 != $page_navigation->last_page">
|
||||
{@$isGoTo = true}
|
||||
<li>
|
||||
<a href="#goTo" data-toggle="#goTo" title="{$lang->cmd_go_to_page}">...</a>
|
||||
<a href="#goTo" data-toggle title="{$lang->cmd_go_to_page}">...</a>
|
||||
<span cond="$isGoTo" id="goTo" class="x_input-append">
|
||||
<input type="number" min="1" max="{$page_navigation->last_page}" required name="page" title="{$lang->cmd_go_to_page}" />
|
||||
<button type="submit" class="x_add-on">Go</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue