mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
File list UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11934 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f8c3500316
commit
42d9677204
1 changed files with 45 additions and 47 deletions
|
|
@ -32,7 +32,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
||||||
</caption>
|
</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" class="text">{$lang->file}</th>
|
<th scope="col">{$lang->file}</th>
|
||||||
<th scope="col" class="nowr">{$lang->file_size}</th>
|
<th scope="col" class="nowr">{$lang->file_size}</th>
|
||||||
<th scope="col" class="nowr">{$lang->cmd_download}</th>
|
<th scope="col" class="nowr">{$lang->cmd_download}</th>
|
||||||
<th scope="col" class="nowr">{$lang->author}</th>
|
<th scope="col" class="nowr">{$lang->author}</th>
|
||||||
|
|
@ -44,7 +44,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
||||||
</thead>
|
</thead>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" class="text">{$lang->file}</th>
|
<th scope="col">{$lang->file}</th>
|
||||||
<th scope="col" class="nowr">{$lang->file_size}</th>
|
<th scope="col" class="nowr">{$lang->file_size}</th>
|
||||||
<th scope="col" class="nowr">{$lang->cmd_download}</th>
|
<th scope="col" class="nowr">{$lang->cmd_download}</th>
|
||||||
<th scope="col" class="nowr">{$lang->author}</th>
|
<th scope="col" class="nowr">{$lang->author}</th>
|
||||||
|
|
@ -67,7 +67,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
{@ $cur_upload_target_srl = $val->upload_target_srl}
|
{@ $cur_upload_target_srl = $val->upload_target_srl}
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="8" class="text" scope="col">
|
<th colspan="8" scope="col">
|
||||||
<!--@if(!$val->upload_target_type)-->
|
<!--@if(!$val->upload_target_type)-->
|
||||||
<!--@if($val->isvalid=='Y')-->
|
<!--@if($val->isvalid=='Y')-->
|
||||||
{$lang->is_valid}
|
{$lang->is_valid}
|
||||||
|
|
@ -90,7 +90,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
||||||
<!--@endif-->
|
<!--@endif-->
|
||||||
<!-- one document end -->
|
<!-- one document end -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="text"><a href="{$val->download_url}">{htmlspecialchars($val->source_filename)}</a></td>
|
<td><a href="{$val->download_url}">{htmlspecialchars($val->source_filename)}</a></td>
|
||||||
<td class="nowr">{FileHandler::filesize($val->file_size)}</td>
|
<td class="nowr">{FileHandler::filesize($val->file_size)}</td>
|
||||||
<td class="nowr">{$val->download_count}</td>
|
<td class="nowr">{$val->download_count}</td>
|
||||||
<td class="nowr">
|
<td class="nowr">
|
||||||
|
|
@ -110,39 +110,12 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
||||||
<!--@endforeach-->
|
<!--@endforeach-->
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="btnArea">
|
<span class="x_pull-right">
|
||||||
<span class="x_pull-right"><a href="#listManager" class="x_btn modalAnchor" onclick="getFileList();">{$lang->file_manager}...</a></span>
|
<a href="#listManager" class="x_btn modalAnchor" onclick="getFileList();">{$lang->file_manager}...</a>
|
||||||
</div>
|
</span>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<form ruleset="deleteChecked" action="./" method="post" class="x_modal fg" id="listManager">
|
<form action="" class="x_pagination" style="margin-top:-10px">
|
||||||
<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>{$lang->file_manager}</h2>
|
|
||||||
</div>
|
|
||||||
<div class="x_modal-body">
|
|
||||||
<table width="100%" id="fileManageListTable" class="x_table x_table-striped x_table-hover">
|
|
||||||
<caption>{$lang->selected_file} <strong id="selectedFileCount"></strong></caption>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th scope="col" class="text">{$lang->file}</th>
|
|
||||||
<th scope="col" class="nowr">{$lang->file_size}</th>
|
|
||||||
<th scope="col" class="nowr">{$lang->status}</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<div class="x_modal-footer">
|
|
||||||
<button type="submit" class="x_btn x_btn-danger">{$lang->cmd_delete}</button>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
<div class="search">
|
|
||||||
<form action="" class="x_pagination x_pagination-centered">
|
|
||||||
<input type="hidden" name="error_return_url" value="" />
|
<input type="hidden" name="error_return_url" value="" />
|
||||||
<input type="hidden" name="module" value="{$module}" />
|
<input type="hidden" name="module" value="{$module}" />
|
||||||
<input type="hidden" name="act" value="{$act}" />
|
<input type="hidden" name="act" value="{$act}" />
|
||||||
|
|
@ -181,19 +154,44 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
||||||
</ul>
|
</ul>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<form action="./" method="get" onsubmit="return checkSearch(this)" class="search center x_input-append">
|
<form action="./" method="get" onsubmit="return checkSearch(this)" class="search center x_input-append">
|
||||||
<input type="hidden" name="module" value="{$module}" />
|
<input type="hidden" name="module" value="{$module}" />
|
||||||
<input type="hidden" name="act" value="{$act}" />
|
<input type="hidden" name="act" value="{$act}" />
|
||||||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||||
<input type="hidden" name="error_return_url" value="" />
|
<input type="hidden" name="error_return_url" value="" />
|
||||||
<select name="search_target">
|
<select name="search_target">
|
||||||
<option value="">{$lang->search_target}</option>
|
<option value="">{$lang->search_target}</option>
|
||||||
<!--@foreach($lang->file_search_target_list as $key => $val)-->
|
<!--@foreach($lang->file_search_target_list as $key => $val)-->
|
||||||
<option value="{$key}" <!--@if($search_target==$key)-->selected="selected"<!--@end-->>{$val}</option>
|
<option value="{$key}" <!--@if($search_target==$key)-->selected="selected"<!--@end-->>{$val}</option>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</select>
|
</select>
|
||||||
<input type="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
|
<input type="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
|
||||||
<button type="submit" class="x_btn x_btn-inverse">{$lang->cmd_search}</button>
|
<button type="submit" class="x_btn x_btn-inverse">{$lang->cmd_search}</button>
|
||||||
<a href="{getUrl('','module',$module,'act',$act)}" class="x_btn">{$lang->cmd_cancel}</a>
|
<a href="{getUrl('','module',$module,'act',$act)}" class="x_btn">{$lang->cmd_cancel}</a>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
|
||||||
|
<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">
|
||||||
|
<h3>{$lang->file_manager}</h3>
|
||||||
|
</div>
|
||||||
|
<div class="x_modal-body">
|
||||||
|
<table width="100%" id="fileManageListTable" class="x_table x_table-striped x_table-hover">
|
||||||
|
<caption>{$lang->selected_file} <strong id="selectedFileCount"></strong></caption>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th scope="col">{$lang->file}</th>
|
||||||
|
<th scope="col" class="nowr">{$lang->file_size}</th>
|
||||||
|
<th scope="col" class="nowr">{$lang->status}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="x_modal-footer">
|
||||||
|
<button type="submit" class="x_btn x_btn-danger">{$lang->cmd_delete}</button>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue