⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 notesadd.aspx

📁 Build words list automatic
💻 ASPX
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="NotesAdd.aspx.vb" Inherits="XMContentManager.NotesAdd" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>NotesAdd</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<script language="javascript">
		function backToNotesRead() {
			document.location.replace("NotesRead.aspx?doc=" 
			+ document.getElementById("hidDoc").value + "&notesadd=false");
		}
		</script>
	</HEAD>
	<body bgColor="#eaffff">
		<form id="Form1" method="post" runat="server">
			<TABLE id="Table1" style="HEIGHT: 48px" cellSpacing="1" cellPadding="1" width="100%" bgColor="#ccffcc"
				border="0">
				<TR>
					<TD width="50%"><FONT style="FONT-WEIGHT: bold; FONT-SIZE: 16pt; COLOR: darkslategray; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: double">Add 
							NEW Comments or Notes</FONT></TD>
					<td vAlign="middle"><asp:label id="lblDoc" runat="server" Font-Bold="True" Font-Names="Arial"></asp:label><INPUT id="hidDoc" type="hidden" name="hidDoc" runat="server">
					</td>
				</TR>
			</TABLE>
			<table cellSpacing="0" cellPadding="0" width="100%" border="0">
				<tbody style="FONT-WEIGHT: bold; FONT-SIZE: medium">
					<tr>
						<td align="left"><A href="#" onclick="JAVASCRIPT:backToNotesRead();">Back to Read 
								Comments+Notes</A></td>
						<td align="right"><A href="javascript:window.close();">Close Window</A></td>
					</tr>
				</tbody>
			</table>
			<P align="left"><asp:label id="lblFeedback" runat="server" EnableViewState="False" Font-Size="Medium"></asp:label></P>
			<P>
				<TABLE id="Table4" style="WIDTH: 630px; HEIGHT: 218px" cellSpacing="1" cellPadding="1"
					width="630" align="center" border="0">
					<TR>
						<TD style="WIDTH: 145px; HEIGHT: 28px" bgColor="#006633"><asp:label id="lblAuthorName" runat="server" Font-Size="Medium" Font-Bold="True" ForeColor="White">Author Name:</asp:label></TD>
						<TD style="HEIGHT: 28px" bgColor="threedlightshadow"><asp:textbox id="txtAuthorName" runat="server" MaxLength="50" Width="216px"></asp:textbox><asp:requiredfieldvalidator id="reqAuthorName" runat="server" ControlToValidate="txtAuthorName" ErrorMessage="Required"></asp:requiredfieldvalidator></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 145px; HEIGHT: 3px" bgColor="#006633"></TD>
						<TD style="HEIGHT: 3px" bgColor="threedlightshadow"></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 145px; HEIGHT: 35px" bgColor="#006633"><asp:label id="lblOrganisation" runat="server" Font-Size="Medium" Font-Bold="True" ForeColor="White">Document Name:</asp:label></TD>
						<TD style="HEIGHT: 35px" bgColor="threedlightshadow"><asp:label id="lblDocumentName" runat="server" Width="416px" BorderStyle="Inset"></asp:label></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 145px; HEIGHT: 7px" bgColor="#006633"></TD>
						<TD style="HEIGHT: 7px" bgColor="threedlightshadow"></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 145px; HEIGHT: 32px" bgColor="#006633"><asp:label id="lblNotes" runat="server" Font-Size="Medium" Font-Bold="True" ForeColor="White">Notes:</asp:label></TD>
						<TD style="HEIGHT: 32px" bgColor="threedlightshadow"><asp:textbox id="txtNotes" runat="server" Width="416px" Font-Name="Helvetica" Height="80" Wrap="true"
								TextMode="MultiLine"></asp:textbox><asp:requiredfieldvalidator id="reqNotes" runat="server" ControlToValidate="txtNotes" ErrorMessage="Required"></asp:requiredfieldvalidator></TD>
					</TR>
					<tr>
						<td>&nbsp;</td>
						<td><asp:button id="btnAdd" runat="server" Font-Size="Small" Font-Bold="True" ForeColor="#404000"
								Width="104px" Font-Names="Franklin Gothic Demi" Text="Add"></asp:button>&nbsp;&nbsp;
							<asp:button id="btnReset" runat="server" Font-Size="Small" Font-Bold="True" ForeColor="#404000"
								Width="104px" Font-Names="Franklin Gothic Demi" Text="Reset"></asp:button></td>
					</tr>
				</TABLE>
			</P>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -