📄 share.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>
<tr class=f_one onmouseover="this.className='f_two'" onmouseout="this.className='f_one'">
<td height="25" width="45%"><a href="http://www.topwang.com" target="_Blank">抱歉,您不能使用该功能!请购买拓网文件上传共享系统商业版本。</a></td>
<td height="25" width="29%"></td>
<td height="25" width="5%" align="center"></td>
<td height="25" width="15%" align="center"></td>
</tr>
<tr>
<td colspan="4" align=right bgcolor="#F5F5F5" height="30">{$page} </td>
</tr>
<tr>
<td colspan="4" align="right" bgcolor="#FFFFFF" 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='?action=share'">
</td>
</tr>
</table>
</td>
</tr>
</table>
{include footer.html}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -