?? newsggdetail.aspx
字號(hào):
<%@ Page language="c#" Codebehind="NewsGgDetail.aspx.cs" AutoEventWireup="false" Inherits="Zj.Web.News.NewsGgDetail" %>
<%@ Register TagPrefix="uc1" TagName="Foot" Src="../Inc/Foot.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Head" Src="../Inc/Head.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>
<%=WebName%>
·<%=strTitle%></title>
<meta name="ProgId" content="SharePoint.WebPartPage.Document">
<meta name="WebPartPageExpansion" content="full">
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style/NewsView.css" rel="stylesheet" type="text/css">
</HEAD>
<body topMargin="0">
<form id="NewsDetails" method="post" runat="server">
<uc1:Head id="Head1" runat="server"></uc1:Head>
<table width="770" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="3"></td>
</tr>
</table>
<TABLE cellSpacing="0" cellPadding="0" width="770" align="center" border="0">
<TBODY>
<TR>
<TD vAlign="top" width="600">
<DIV align="center"><asp:label id="lblMsg" runat="server" ForeColor="#C00000"></asp:label></DIV>
<TABLE width="740" align="center" border="0">
<TR>
<TD align="center" bgColor="#eeeeee" height="30"><FONT style="FONT-SIZE: 16px"><B><%=strTitle%></B></FONT></TD>
</TR>
<TR>
<TD align="right"><FONT color="#999999"> 時(shí)間:<%=strDate%></FONT></TD>
</TR>
</TABLE>
<BR>
<TABLE cellSpacing="2" cellPadding="2" width="739" border="0">
<TR>
<TD class="NewsBody"><FONT id="zoom" style="FONT-SIZE: 12px"><%=strContent%></FONT><BR>
(發(fā)布人:<%=strAuthor%>)
</TD>
</TR>
<TR>
<TD align="right">
<SCRIPT language="JavaScript">
if (window.print)
{
document.write('【<a href="#" onClick="javascript:window.print()"><font color=cc0000>打印本文</font></a>】 ');
}
</SCRIPT>
【<A href="javascript:window.close()"><FONT color="#cc0000">關(guān)閉窗口</FONT></A>】</TD>
</TR>
</TABLE>
</TD>
<TD width="10"></TD>
</TR>
</TBODY>
</TABLE>
</TR></TBODY></TABLE>
<!--頁(yè)腳開始-->
<table height="6" cellSpacing="0" cellPadding="0" width="770" border="0" align="center">
<tr>
<td bgColor="#FEC104" height="3"></td>
</tr>
</table>
<table height="20" cellSpacing="0" cellPadding="0" width="770" border="0" align="center">
<tr bgColor="#e7e7e7">
<td align="center" width="894">
<uc1:Foot id="Foot1" runat="server"></uc1:Foot></td>
</tr>
</table>
<!--頁(yè)腳結(jié)束-->
</form>
</body>
</HTML>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -