myfiles.html

来自「后台管理系统」· HTML 代码 · 共 52 行

HTML
52
字号
<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 + =
减小字号Ctrl + -
显示快捷键?