inc_top.asp

来自「讲的是网络编程」· ASP 代码 · 共 9 行

ASP
9
字号

<table border="0" width="760" cellspacing="0" cellpadding="0" align="center">
  <tr>
	<td width="60%" class="bottom" style="border-left: 1px solid rgb(0,0,0);border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)" height="30">
	&nbsp;&nbsp;&nbsp;&nbsp;[ <% = strSiteName%> - 网站后台管理系统&nbsp;<% = strSysEdition%><%If is_sqldata=0 Then%>Access 版<%else%>Sql 版<%end if%>]</td>
	<td width="40%" class="bottom" style="border-right: 1px solid rgb(0,0,0); border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)" height="30" align="right">
	当前时间:<% = FormatTime(now(),1)%></td>
  </tr>
</table>

⌨️ 快捷键说明

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