update
This commit is contained in:
parent
5c3f71c2e4
commit
dbdea53fc3
|
|
@ -366,7 +366,7 @@ function makeFilePage(showRow, page = ''){
|
|||
|
||||
//分页
|
||||
$("#filePage").html(page);
|
||||
$("#filePage div").append("<span class='Pcount-item'>每页<select style='margin-left: 3px;margin-right: 3px;border:#ddd 1px solid' class='showRow'>"+rowOption+"</select>条</span>");
|
||||
$("#filePage div").append("<span class='Pcount-item'>每页<select name='file_page' style='margin-left: 3px;margin-right: 3px;border:#ddd 1px solid;' class='showRow'>"+rowOption+"</select>条</span>");
|
||||
$("#filePage .Pcount").css("left","16px");
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -16,11 +16,11 @@
|
|||
<div class="pull-left mlr15" style="line-height:26px"><span id='dir_info'></span></div>
|
||||
<div class="search pull-right" style="position: absolute; top: 6px; right: 5px;">
|
||||
<form target="hid">
|
||||
<input type="text" id="search_file" class="ser-text pull-left" placeholder="搜索文件/目录" />
|
||||
<input type="text" id="search_file" class="ser-text pull-left" placeholder="搜索文件/目录" autocomplete="false" />
|
||||
<button type="button" class="ser-sub pull-left" onclick='searchFile(1)'></button>
|
||||
<div class="file_search" draggable="false">
|
||||
<label for="search_file">包含子目录</label>
|
||||
<div id="search_all" class="file_search_checked"></div>
|
||||
<label for="search_all">包含子目录</label>
|
||||
</div>
|
||||
</form>
|
||||
<iframe name='hid' id="hid" style="display:none"></iframe>
|
||||
|
|
|
|||
Loading…
Reference in New Issue