mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
issue 2388 File UI refactoring
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11544 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0bed60d3a8
commit
85c83bd638
1 changed files with 5 additions and 7 deletions
|
|
@ -6,10 +6,10 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form id="fo_list" action="./" method="post" class="form">
|
||||
<form id="fo_list" action="./" method="post">
|
||||
<input type="hidden" name="module" value="file" />
|
||||
<div class="x_page-header">
|
||||
<h1 class="h1">{$lang->file}</h1>
|
||||
<h1>{$lang->file}</h1>
|
||||
</div>
|
||||
<div class="table">
|
||||
<div class="x_tabbable">
|
||||
|
|
@ -117,12 +117,12 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<form ruleset="deleteChecked" action="./" method="post" class="x_modal fg form" id="listManager">
|
||||
<form ruleset="deleteChecked" action="./" method="post" class="x_modal fg" id="listManager">
|
||||
<input type="hidden" name="module" value="file" />
|
||||
<input type="hidden" name="act" value="procFileAdminDeleteChecked" />
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
<div class="x_modal-header">
|
||||
<h2 class="h2">{$lang->file_manager}</h2>
|
||||
<h2>{$lang->file_manager}</h2>
|
||||
</div>
|
||||
<div class="x_modal-body">
|
||||
<table width="100%" id="fileManageListTable" class="x_table x_table-striped x_table-hover">
|
||||
|
|
@ -144,14 +144,13 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
</form>
|
||||
|
||||
<div class="search">
|
||||
<form action="" class="pagination">
|
||||
<form action="" class="x_pagination x_pagination-centered">
|
||||
<input type="hidden" name="error_return_url" value="" />
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<input cond="$search_keyword" type="hidden" name="search_keyword" value="{$search_keyword}" />
|
||||
<input cond="$search_target" type="hidden" name="search_target" value="{$search_target}" />
|
||||
|
||||
<div class="x_pagination x_pagination-centered">
|
||||
<ul>
|
||||
<li class="x_disabled"|cond="$page == 1"><a href="{getUrl('page', '')}" class="direction">«</a></li>
|
||||
<block cond="$page_navigation->first_page + $page_navigation->page_count > $page_navigation->last_page && $page_navigation->page_count != $page_navigation->total_page">
|
||||
|
|
@ -180,7 +179,6 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
</block>
|
||||
<li class="x_disabled"|cond="$page == $last_page"><a href="{getUrl('page', $page_navigation->last_page)}">»</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<form action="./" method="get" onsubmit="return checkSearch(this)" class="search center x_input-append">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue