📄 showcontent.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" Inherits="user_show_showcontent" Codebehind="showcontent.aspx.cs" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script language="JavaScript" type="text/javascript" src="../../configuration/js/Prototype.js"></script>
<script language="JavaScript" type="text/javascript" src="../../configuration/js/Public.js"></script>
<title><%Response.Write(NetCMS.Config.UIConfig.HeadTitle); %>__文章</title>
<link href="../../sysImages/<%Response.Write(NetCMS.Config.UIConfig.CssPath()); %>/css/usercss.css" rel="stylesheet" type="text/css" />
<link href="../../sysImages/<%Response.Write(NetCMS.Config.UIConfig.CssPath()); %>/css/divcss.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin-top:6px;">
<form id="form1" runat = "Server">
<span id="contentClass" style="padding-left:14px;width:98%;" runat="server"></span>位置:浏览文章
<br />
<div style="width:98%;padding-top:12px;height:20px;position:relative;border-top-width:1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: dashed; border-right-style: none;border-bottom-style: none;border-left-style: none;border-top-color: #CCCCCC;"></div>
<div id="div_title" style="padding-left:14px;height:30px;font-weight: bold;width:98%;text-align:center;font-size:16px;" runat="server"></div>
<div id="div_other" style="padding-left:14px;height:20px;width:98%;text-align:center;font-size:12px;" runat="server"></div>
<br /><div id="div_Content" style="padding-left:14px;width:98%;font-size:14px;line-height:25px;" runat="server"></div>
<div id="div_tags" align="right" style="padding-left:14px;width:98%;font-size:14px;line-height:25px;" runat="server"></div>
</form>
<br />
<br />
<table width="100%" style="height:74px;" border="0" cellpadding="0" cellspacing="0" class="copyright_bg">
<tr>
<td class="list_link" align="center"><label id="copyright" runat="server" /></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -