📄 myfiles.html
字号:
{include header.html}
<TABLE cellSpacing=1 cellPadding=0 width="98%" align=center bgcolor="cccccc">
<tr>
<td class="head">我的上传记录<tr>
<td class=f_one>
<table border="0" width="100%">
<tr>
<td bgcolor="#F5F5F5" height="25"><b>上传文件列表</b>:</td>
<td align="center" bgcolor="#F5F5F5" height="25"><b>文件简介</b></td>
<td align="center" bgcolor="#F5F5F5" height="25"><b>点击</b></td>
<td width="15%" align="center" bgcolor="#F5F5F5" height="25"><b>上传时间</b></td>
</tr>
<for var="myfiles" value="filelist">
<tr class=f_one onmouseover="this.className='f_two'" onmouseout="this.className='f_one'">
<td height="25" width="44%"><a href="{$filelist['getid']}" target="_Blank">{$filelist['getid']}</a></td>
<td height="25" width="31%">{$filelist['description']}</td>
<td height="25" width="5%" align="center">{$filelist['hits']}</td>
<td height="25" width="15%" align="center">{$filelist['addtime']:date Y-m-d H:i:s}</td>
</tr>
</for>
<tr>
<td colspan="4" align=right bgcolor="#F5F5F5" height="30">{$page} </td>
</tr>
<tr>
<td colspan="4" align=right height="40"> <select name="select" onChange=MM_jumpMenu('parent',this,0)>
<option value='?'>排序方式</option>
<option value='?sortby=hits' <if condition="$sortby=='hits'"> selected </if>>点击次数</option>
<option value='?sortby=uptime' <if condition="$sortby=='uptime'"> selected </if>>上传时间</option>
</select> <input type="button" value="清除我的记录" name="sharemyfile" onclick="location.href='myfiles.php?action=clearcookie'">
<input type="button" value="共享我的文件" name="sharemyfile" onclick="location.href='share.php?action=share'"></td>
</tr>
</table>
</td>
</tr>
</table>
{include footer.html}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -