affiche.asp

来自「一个超市管理系统」· ASP 代码 · 共 19 行

ASP
19
字号
<!-- #include file="setup.asp" -->
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<link href=images/skins/<%=Request.Cookies("skins")%>/bbs.css rel=stylesheet>
<body topmargin=5>
<TITLE><%=clubname%>公告栏</TITLE>
<table border=0 width=98% cellspacing=1 cellpadding=0 height=64 class=a2><tr><td width=100% height=20 class=a1><p align=center><%=affichetitle%></td></tr><tr>
  <td width=100% height=120 class=a3>

<table border="0" width="90%" align="center">
  <tr>
    <td><%=affichecontent%></td>
  </tr>
</table>

</td></tr><tr><td width=100%  class=a4 height=18><p align=right>发布人 <%=afficheman%> 发布时间 <font style='family:arial; font-size: 7pt'><%=affichetime%></font>&nbsp;</td></tr></table></td></tr></table></center>
</BODY></HTML>
<%
responseend
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?