📄 u_messagelist.html
字号:
<html>
<head>
<title>Messages</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
body {font-size:9pt;color:black}
.linebtm {border-width:1px;border-style:solid;border-color:white white gray white}
a {color:black;font-size:9pt}
a:link {color:red;text-decoration:none;font-size:9pt}
a:hover {color:blue;text-decoration:none;font-size:9pt}
a:visited {color:red;text-decoration:none;font-size:9pt}
a:active {color:red;text-decoration:none;font-size:9pt}
</style>
</head>
<script>
function ShowDetail(iSerial)
{
var sParam;
sParam = "u_MessageInfo.asp?Serial=" + iSerial + "&";
window.open(sParam,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=320,height=300')
}
</script>
<body>
{Header}
<form action="u_MessageInfo.asp" method="post" name="OpenDetailPage">
<table border=0>
<tr>
<td valign="top">
<!--BeginFormList--><table border=0 cellspacing=0 cellpadding=0>
<tr><td colspan="2"><a name="List"><font style="font-size:11pt;font-family:黑体;color:#508CFF">{FormTitle}</font></a> <img src="../images/refresh.gif" alt="刷新" title="刷新" onclick="JavaScript:location.href='MessageList.asp'"></td></tr>
<tr><td colspan="2"><img src="../images/startline.gif" height="1px" width=250 border=0></tr>
<!--BeginDListList-->
<tr>
<td align=center><font style="font-size:9pt;color:red"><script language="JavaScript">if ("{beRead}"=="0") document.write("<img src='../images/dot_red.gif' border=0>"); else document.write("<img src='../images/dot.gif'>");</script></font> </td>
<td width=230><a style="cursor:hand" onclick="ShowDetail({Serial})"><font style="font-size:9pt;color:black"> {Message_Subject}</font><font style="font-size:9pt;color:#508CFF"><script language="JavaScript">if ("{Message_Type}"=="0") document.write("(公告)"); else document.write("");</script></font>
</a></td>
</tr>
<!--EndDListList-->
<!--BeginListNoRecords-->
<tr><td colspan="2" ><font style="font-size:9pt;color:black">( 没有任何消息 )</font></td></tr>
<!--EndListNoRecords-->
<tr>
<td colspan="2" align=right>
<!--BeginListNavigator-->
<a href{ListNavigatorFirstPage}="{FileName}?{FormParams}{SortParams}FormList_Page=1#List">首页</a>
<a href{ListNavigatorFirstPage}="{FileName}?{FormParams}{SortParams}FormList_Page={PrevPage}#List">前页</a>
<font style="font-size:9pt">[</font> <!--BeginListNavigatorPages--><a href{NavigatorPageSwitch}="{FileName}?{FormParams}{SortParams}FormList_Page={NavigatorPageNumber}#List"><font style="font-size:9pt">{NavigatorPageNumberView}</font></a> <!--EndListNavigatorPages--><font style="font-size:9pt">]</font>
<a href{ListNavigatorLastPage}="{FileName}?{FormParams}{SortParams}FormList_Page={NextPage}#List">后页</a>
<a href{ListNavigatorLastPage}="{FileName}?{FormParams}{SortParams}FormList_Page=last#List">末页</a>
<!--EndListNavigator-->
</td>
</tr>
<tr><td colspan="2"><img src="../images/endline.gif" height="1px" width=250 border=0></tr>
<tr>
<td colspan="2" >
<a target=_blank href="u_SendMessage.asp?{TransitParams}" style="text-decoration:none;color:#508CFF"><font size=2>发送新消息</font></a>
</td>
</tr>
</table>
<!--EndFormList-->
</td>
</tr>
</table>
</form>
{Footer}
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -