?? notice.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Notice.aspx.cs" Inherits="Admin_Information_Notice" %>
<!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 runat="server">
<title>無標題頁</title>
<link href="../../Css/BaseCss.css" type="text/css" rel="stylesheet" />
</head>
<body style="margin-left:0;margin-top:0">
<form id="MyForm" method="post" runat="server">
<table border="0" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse;" width="100%">
<tr style="height: 30px;">
<td class="Text" style="background-color: #6666ff; width: 3%;"><font color="#006699" size="3"><img alt="" src="../../Images/moduleheaher.gif" width="16" height="16"></font></td>
<td class="Text" style="background-color: #6666ff;"><b>發布公告</b></td>
</tr>
</table>
<table class="Text" bordercolor="#006699" style="border-collapse:collapse;border-color:ActiveCaption;border-width:1" width="100%" border="1">
<tr style="height:30px;">
<td align="right" style="width:150px;height:30px;">
標題:</td>
<td align="left" style="height: 30px;">
<asp:textbox id="Desn" runat="server" Width="150px" CssClass="InputCss"></asp:textbox>
<asp:RequiredFieldValidator id="rfN" runat="server" ErrorMessage="標題不能為空!" ControlToValidate="Desn" CssClass="Text"></asp:RequiredFieldValidator></td>
</tr>
<tr style="height:30px;">
<td align="right" style="width:150px;height:30px;">
內容:</td>
<td align="left" style="height: 30px;">
<asp:textbox id="Body" runat="server" Width="400px" CssClass="InputCss" TextMode="MultiLine" Height="150px"></asp:textbox>
</td>
</tr>
<tr style="height: 30px;">
<td align="right" style="width: 150px"> </td>
<td align="left"><asp:button id="SureBtn" runat="server" Width="100px" CssClass="ButtonCss" Text="確定" OnClick="SureBtn_Click"></asp:button><font face="宋體"></font></td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -