|
|
|
@ -54,14 +54,18 @@ |
|
|
|
|
<li onclick="javascript:batch(3);"><a style="cursor: pointer;">压缩</a></li> |
|
|
|
|
<li onclick="javascript:batch(4);"><a style="cursor: pointer;">删除</a></li> |
|
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
<script src="/static/js/jquery-ui.min.js?v={{config.version}}"></script> |
|
|
|
|
<script src="/static/js/jquery.contextify.min.js?v={{config.version}}"></script> |
|
|
|
|
<script src="/static/app/files.js?v={{config.version}}"></script> |
|
|
|
|
<script src="/static/app/upload.js?v={{config.version}}"></script> |
|
|
|
|
<script type="text/javascript"> |
|
|
|
|
|
|
|
|
|
setTimeout(function() { |
|
|
|
|
getDisk(); |
|
|
|
|
}, 500); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var xPath = getCookie('open_dir_path'); |
|
|
|
|
setTimeout(function() { |
|
|
|
|
getFiles((xPath != undefined ? xPath : '/www/wwwroot')); |
|
|
|
@ -72,6 +76,7 @@ setCookie('uploadSize', 1024 * 1024 * 1024); |
|
|
|
|
if (getCookie('rank') == undefined || getCookie('rank') == null) { |
|
|
|
|
setCookie('rank', 'a'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
$("#set_icon").click(function() { |
|
|
|
|
setCookie('rank', 'b'); |
|
|
|
|
$(this).addClass("active"); |
|
|
|
|