mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Content list tab UI changed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12441 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
16b193f794
commit
ef66d3b548
7 changed files with 15 additions and 25 deletions
|
|
@ -76,10 +76,11 @@ body>.x,
|
|||
.x .x_nav-tabs>li>a{padding-top:6px;padding-bottom:6px;text-decoration:none !important}
|
||||
.x .x_nav-tabs>li.x_active>a{font-weight:bold}
|
||||
.x .x_table{margin:10px 0;border-top:2px solid #ddd;border-bottom:1px solid #ddd}
|
||||
.x h1+.x_table:first-of-type{border-top:0;margin-top:-10px}
|
||||
.x h1+.x_table{border-top:0;margin-top:-10px}
|
||||
.x .x_table>caption{text-align:left;padding:0 0 10px 0;line-height:26px}
|
||||
.x .x_table>caption>a,
|
||||
.x .x_table>caption>i{position:relative;top:7px}
|
||||
.x .x_table>caption>i,
|
||||
.x .x_table>caption>strong{position:relative;top:7px}
|
||||
.x .x_inline{display:inline-block;*display:inline;*zoom:1}
|
||||
.x .x_page-header+.x_form-horizontal{margin-top:-20px}
|
||||
.x label.checked,
|
||||
|
|
@ -106,8 +107,7 @@ body>.x,
|
|||
.x_modal .x_modal-body{background:#fff;min-height:50px}
|
||||
.x .x_control-group{padding-top:8px;margin-bottom:10px;border-top:1px dotted #ddd;clear:both}
|
||||
.x .x_control-group:before{content:"";display:block;clear:both}
|
||||
.x .x_control-group:first-child,
|
||||
.x .x_control-group:first-of-type{border-top:0;padding-top:0}
|
||||
.x .x_control-group:first-child{border-top:0;padding-top:0}
|
||||
.x .x_control-group select{width:auto;min-width:220px}
|
||||
.x input[type="text"],
|
||||
.x input[type="password"],
|
||||
|
|
|
|||
2
modules/admin/tpl/css/admin.min.css
vendored
2
modules/admin/tpl/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -28,7 +28,6 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
<a href="{getUrl('search_target', 'ipaddress')}" class="active" cond="$search_target == 'ipaddress'">{$lang->ipaddress}:{$search_keyword}({number_format($total_count)})</a>
|
||||
|
||||
<div class="x_btn-group x_pull-right">
|
||||
<span class="x_btn" style="background:none;cursor:default">{$lang->document_manager}</span>
|
||||
<a href="#manageForm" class="x_btn modalAnchor" data-value="trash">{$lang->cmd_trash}</a>
|
||||
<a href="#manageForm" class="x_btn modalAnchor" data-value="delete">{$lang->cmd_delete}</a>
|
||||
<a href="#manageForm" class="x_btn modalAnchor" data-value="move">{$lang->cmd_move}</a>
|
||||
|
|
@ -62,7 +61,6 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
</table>
|
||||
<div class="x_clearfix">
|
||||
<div class="x_btn-group x_pull-right">
|
||||
<span class="x_btn" style="background:none;cursor:default">{$lang->document_manager}</span>
|
||||
<a href="#manageForm" class="x_btn modalAnchor" data-value="trash">{$lang->cmd_trash}</a>
|
||||
<a href="#manageForm" class="x_btn modalAnchor" data-value="delete">{$lang->cmd_delete}</a>
|
||||
<a href="#manageForm" class="x_btn modalAnchor" data-value="move">{$lang->cmd_move}</a>
|
||||
|
|
|
|||
|
|
@ -11,23 +11,15 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
<div class="x_page-header">
|
||||
<h1>{$lang->file} <a class="x_icon-question-sign" href="./help/index.html#UMAN_content_file" target="_blank">{$lang->help}</a></h1>
|
||||
</div>
|
||||
<div class="x_tabbable">
|
||||
<ul class="x_nav x_nav-tabs">
|
||||
<li <!--@if($search_keyword == '')-->class="x_active"<!--@end-->><a href="{getUrl('', 'module', 'admin', 'act', 'dispFileAdminList')}">All</a></li>
|
||||
<li <!--@if($search_target == 'isvalid' && $search_keyword == 'Y')-->class="x_active"<!--@end-->><a href="{getUrl('search_target','isvalid','search_keyword','Y')}">{$lang->is_valid}</a></li>
|
||||
<li <!--@if($search_target == 'isvalid' && $search_keyword == 'N')-->class="x_active"<!--@end-->><a href="{getUrl('search_target','isvalid','search_keyword','N')}">{$lang->is_stand_by}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<table id="fileListTable" class="x_table x_table-striped x_table-hover">
|
||||
<caption>
|
||||
<!--@if($search_keyword == '')-->
|
||||
All
|
||||
<!--@elseif($search_target == 'isvalid' && $search_keyword == 'Y')-->
|
||||
{$lang->is_valid} <a class="x_icon-question-sign" href="./help/index.html#UMAN_faq_file_status" target="_blank">{$lang->help}</a>
|
||||
<!--@elseif($search_target == 'isvalid' && $search_keyword == 'N')-->
|
||||
{$lang->is_stand_by} <a class="x_icon-question-sign" href="./help/index.html#UMAN_faq_file_status" target="_blank">{$lang->help}</a>
|
||||
<!--@end-->
|
||||
({number_format($total_count)})
|
||||
<a href="{getUrl('', 'module', 'admin', 'act', 'dispFileAdminList')}" class="active"|cond="$search_keyword == ''">{$lang->all}<block cond="$search_keyword == ''">({number_format($total_count)})</block></a>
|
||||
<i>|</i>
|
||||
<a href="{getUrl('search_target','isvalid','search_keyword','Y')}" class="active"|cond="$search_target == 'isvalid' && $search_keyword == 'Y'">{$lang->is_valid}<block cond="$search_target == 'isvalid' && $search_keyword == 'Y'">({number_format($total_count)})</block></a>
|
||||
<i>|</i>
|
||||
<a href="{getUrl('search_target','isvalid','search_keyword','N')}" class="active"|cond="$search_target == 'isvalid' && $search_keyword == 'N'">{$lang->is_stand_by}<block cond="$search_target == 'isvalid' && $search_keyword == 'N'">({number_format($total_count)})</block></a>
|
||||
<a class="x_icon-question-sign" href="./help/index.html#UMAN_faq_file_status" target="_blank">{$lang->help}</a>
|
||||
|
||||
<span class="x_pull-right"><a href="#listManager" class="x_btn modalAnchor" onclick="getFileList();">{$lang->file_manager}</a></span>
|
||||
</caption>
|
||||
<thead>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ xe.lang.confirm_poll_delete = '{$lang->confirm_poll_delete}';
|
|||
<input type="hidden" name="module" value="poll" />
|
||||
<table class="x_table x_table-striped x_table-hover" id="pollListTable">
|
||||
<caption>
|
||||
All({number_format($total_count)})
|
||||
<strong>{$lang->all}({number_format($total_count)})</strong>
|
||||
<span class="x_pull-right">
|
||||
<input type="submit" class="x_btn _allowFreqSubmit" value="{$lang->cmd_delete_checked_poll}" />
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
</div>
|
||||
<table width="100%" id="trackbackListTable" class="x_table x_table-striped x_table-hover">
|
||||
<caption>
|
||||
All({number_format($total_count)})
|
||||
<strong>{$lang->all}({number_format($total_count)})</strong>
|
||||
<span class="x_pull-right">
|
||||
<a href="#listManager" class="x_btn modalAnchor" onclick="getTrackbackList();">{$lang->trackback_manager}</a>
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ var no_text_comment = '{$lang->no_text_comment}';
|
|||
<input type="hidden" name="is_all" value="true" />
|
||||
<table id="trashListTable" class="x_table x_table-striped x_table-hover">
|
||||
<caption>
|
||||
{$lang->trash}({number_format($total_count)})
|
||||
<strong>{$lang->all}({number_format($total_count)})</strong>
|
||||
<div class="x_pull-right x_btn-group">
|
||||
<a href="#fo_list" class="x_btn modalAnchor" onclick="getTrashList();">{$lang->document_manager}</a>
|
||||
<button type="submit" class="x_btn" name="is_all" value="true">{$lang->empty_trash_all}</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue