Update classic.php

This commit is contained in:
qkqpttgf 2020-03-22 14:00:43 +08:00 committed by GitHub
parent 615b7bf8f2
commit ebaf9791bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -220,7 +220,20 @@
else $filenum = 0; ?>
<table class="list-table" id="list-table">
<tr id="tr0">
<th class="file"><a onclick="sortby('a');"><?php echo getconstStr('File'); ?></a><?php if (!(isset($_SERVER['USER'])&&$_SERVER['USER']=='qcloud')) { ?>&nbsp;&nbsp;&nbsp;<button onclick="showthumbnails(this);"><?php echo getconstStr('ShowThumbnails'); ?></button><?php } ?>&nbsp;<button onclick="CopyAllDownloadUrl('.download');"><?php echo getconstStr('CopyAllDownloadUrl'); ?></button></th>
<th class="file">
<a onclick="sortby('a');"><?php echo getconstStr('File'); ?></a>
<?php if (!(isset($_SERVER['USER'])&&$_SERVER['USER']=='qcloud')) { ?>
&nbsp;&nbsp;&nbsp;
<button onclick="showthumbnails(this);"><?php echo getconstStr('ShowThumbnails'); ?></button>
<?php } ?> &nbsp;
<button onclick="CopyAllDownloadUrl('.download');"><?php echo getconstStr('CopyAllDownloadUrl'); ?></button>
<?php if ($path=='/') { ?>
<form action="" method="POST" style="display: inline-table;">
<input type="text" name="search" value="">
<input type="submit" name="searchbtn" value="<?php echo getconstStr('Search'); ?>">
</form>
<?php } ?>
</th>
<th class="updated_at" width="25%"><a onclick="sortby('time');"><?php echo getconstStr('EditTime'); ?></a></th>
<th class="size" width="15%"><a onclick="sortby('size');"><?php echo getconstStr('Size'); ?></a></th>
</tr>