bottombar.asp
来自「这是ASP的OA」· ASP 代码 · 共 24 行
ASP
24 行
<table width="100%" height="12" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="8"><img src="images/blank.gif" width="1" height="1"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="1" class="bottombar_sp_min"></td>
</tr>
<tr>
<td align="center" class="bottombar_main"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="58%" height="18" nowrap class="v7"> <font color="#999999">
<%response.write "页面执行时间:" & FormatNumber((timer()-starttime)*1000,3) & " 毫秒 "%>
</font></td>
<td width="42%" align="right" nowrap class="v7"><font color="#666666">2003-<%=year(now)%>
© <%=sitename%> 版权所有 <a href="http://www.matrix3.cn/bbs" target="_blank"><font color="#999999">M3</font></a> </font></td>
</tr>
</table></td>
</tr>
<tr>
<td height="4" class="bottombar_sp_max"></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?