📄 myfiles.html
字号:
<html>
<head>
<title>
上传结果
</title>
<style type="text/css">
<!--
body {
font-size: 12px;
color: #333333;
font-family: 宋体;
background-color: #B5BCC7;
scrollbar-highlight-color: #98A0AD;
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #7D899D;
margin: 0;}
td{
Font-family:宋体; Font-size: 12px; Line-height: 20px; Line-height: 150%;Table-layout:Fixed;Word-break:Break-all
}
input {
Font-family:Verdana, Arial, Helvetica, Sans-serif,宋体; Text-decoration: None; Border-top-width: 1px; Border-left-width: 1px; Font-size: 12px; Border-bottom-width: 1px; Border-right-width: 1px
}
-->
</style>
</head>
<body>
<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><b>上传文件列表</b>:</td>
<td><b>上传时间</b></td>
</tr>
<!-- BEGIN links_block -->
<tr class=f_one onmouseover="this.className='f_two'" onmouseout="this.className='f_one'">
<td height="25"><a href="{{links}}" target="_Blank">{{links}}</a></td>
<td height="25">{{addtime}}</td>
</tr>
<!-- END links_block -->
<tr>
<td colspan="2" align=right>{{showpage}}</td>
</tr>
<tr>
<td colspan="2"><a href="Myfiles.asp?Action=ClearCookie">清除COOKIE</a></td>
</tr>
</table>
</td>
</tr>
</table>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -