📄 templet.asp
字号:
<!-- #include file="utility/check.asp" -->
<%
'****************************************
'目的:
'开始时间: 2005-5-31
'最后修改时间: 2005-5-31
'编写人: 某某某
'****************************************
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>已发信息列表</title>
<link rel="stylesheet" type="text/css" href="images/link.css">
</head>
<body>
<div align="center">
<table border="1" width="700" id="table2" cellspacing="0" cellpadding="0" style="border-collapse: collapse" height="22">
<tr>
<td> 当前操作:</td>
</tr>
</table>
<br>
<table border="1" width="700" id="table1" cellspacing="0" cellpadding="0" style="border-collapse: collapse" height="275" bordercolor="#CCCCCC">
<tr>
<td width="70" height="28" align="right">标题:</td>
<td height="28"> </td>
</tr>
<tr>
<td width="70" align="right" height="28">发信人:</td>
<td height="28"> </td>
</tr>
<tr>
<td width="70" align="right" height="28">收信人:</td>
<td height="28"> </td>
</tr>
<tr>
<td width="70" align="right" height="194">内容:</td>
<td height="194"> </td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -