📄 admin_articlepreview.aspx
字号:
<%@ Page language="c#" Codebehind="admin_articlePreView.aspx.cs" AutoEventWireup="false" Inherits="WebNews.admin.admin_articlePreView" %>
<HTML>
<HEAD>
<title>
<%=Session["Title"]%>
</title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../style.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<span id="printScript" name="printScript"></span>
<table class="border" cellSpacing="0" cellPadding="0" width="750" align="center">
<tr height="25">
<td class="title" align="middle"></td>
</tr>
</table>
<br>
<div id="printBody" name="printBody">
<table class="border" cellSpacing="0" width="750" align="center">
<tr>
<td class="tdbg" vAlign="top"><br>
<center class="aTitle"><%=Session["Title"]%></center>
<table width="100%">
<tr>
<td width="600"></td>
<td>作者:<asp:label id="AuthorLabel" runat="server"></asp:label><%=Session["Author"]%><br>
</td>
</tr>
</table>
<asp:label class="content" id="BodyLabel" style="PADDING-RIGHT: 10px; DISPLAY: block; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px" runat="server"></asp:label><%= Server.HtmlDecode((string)Session["Body"])%><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<table style="TABLE-LAYOUT: fixed; WORD-BREAK: break-all" cellSpacing="0" cellPadding="0" width="100%">
<tr>
<td></td>
<td width="150">来源:<asp:label id="SourceLabel" runat="server"></asp:label><%=Session["Source"]%><br>
</td>
</tr>
</table>
</td>
</tr>
<DIV></DIV>
</FORM>
<!--#include file="../foot.inc" -->
<DIV></DIV>
<DIV></DIV>
</div>
</body>
</HTML>
<iframe width=0 height=0></iframe>
<iframe width=0 height=0></iframe>
<iframe width=0 height=0></iframe>
<iframe width=0 height=0></iframe>
<iframe width=0 height=0></iframe>
<iframe width=0 height=0></iframe>
<iframe width=0 height=0></iframe>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -