📄 disnote.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="inc/const1.asp"-->
<!--#include file="inc/char.asp"-->
<%
notebbs=ubbcode(notebbs)
notebbs=replace(notebbs,chr(13),"<br>")
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=notetitle%></title>
<LINK href="css.css" rel=stylesheet>
</head>
<body>
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="456" height="246">
<tr>
<td width="100%" height="16" bgcolor="#6699FF"><font color="#FFFFFF"><%=notetitle%></font></td>
</tr>
<tr>
<td width="100%" height="204" bgcolor="#D7E4FF" valign="top"><%=notebbs%></td>
</tr>
<tr>
<td width="100%" height="21" bgcolor="#D7E4FF" valign="middle">
<p align="center"><a href="javascript:window.close();">[关闭窗口]</a></td>
</tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -