📄 addareafac.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="addareafac.aspx.cs" Inherits="admin_Default2" ValidateRequest="false" %>
<%@ Register Assembly="FreeTextBox" Namespace="FreeTextBoxControls" TagPrefix="FTB" %>
<!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 id="Head1" runat="server">
<title>添加小区周边设施</title>
<LINK href="image/style.css" type=text/css rel=stylesheet>
</head>
<body>
<form id="form1" runat="server">
<TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c4d8ed border=0>
<TBODY>
<TR>
<TD style="height: 27px"><IMG alt="" src="image/r_1.gif"></TD>
<TD width="100%" background=image/r_0.gif style="height: 5px"></TD>
<TD style="height: 27px"><IMG alt="" src="image/r_2.gif"></TD></TR>
<TR>
<TD></TD>
<TD>
<table class="toptable grid" cellspacing=1 cellpadding=1 align=center
border=1>
<tbody>
<tr>
<td class=category colspan="3"> 添加小区周边设施</td>
</tr>
<tr>
<td colspan="2" width="25%" style="height: 28px" align="right">
<strong><span style="color: #003373; background-color: #ffffff">公区设施名称:</span></strong></td>
<td colspan="1" style="height: 28px">
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
ErrorMessage="设施名称不能为空!" ValidationGroup="insert"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td colspan="2" align="right">
主要负责人:</td>
<td colspan="1">
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2"
ErrorMessage="负责人不能为空!" Display="Dynamic" ValidationGroup="insert"></asp:RequiredFieldValidator>例如:王五</td>
</tr>
<tr>
<td align="right" colspan="2" style="height: 23px">
设施类型:</td>
<td colspan="1" style="height: 23px">
<asp:DropDownList ID="ddl" runat="server" Width="137px">
</asp:DropDownList>选择一和设施类型,如果选项没有,请单击此处<asp:HyperLink ID="HyperLink1" runat="server"
ForeColor="Red" NavigateUrl="~/admin/codetable.aspx">添加</asp:HyperLink></td>
</tr>
<tr>
<td colspan="2" style="height: 28px" align="right">
联系人:</td>
<td colspan="1" style="height: 28px">
<asp:TextBox ID="TextBox4" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="TextBox4"
ErrorMessage="联系人不能为空!" Display="Dynamic" ValidationGroup="insert"></asp:RequiredFieldValidator>例如:王五</td>
</tr>
<tr>
<td align="right" colspan="2" style="height: 23px">
联系电话:</td>
<td colspan="1" style="height: 23px">
<asp:TextBox ID="TextBox5" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="TextBox5"
ErrorMessage="联系电话不能为空!" Display="Dynamic" ValidationGroup="insert"></asp:RequiredFieldValidator>
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="TextBox5"
ValidationExpression="(\(\d{3,4}\)|\d{3,4}-)?\d{7,8}" Display="Dynamic" ValidationGroup="insert">格式不正确!</asp:RegularExpressionValidator>格式:0550-6734466</td>
</tr>
<tr>
<td align="right" colspan="2" style="height: 28px">
详细说明:<br />
(详细说明新建设施的用途等)</td>
<td colspan="1" style="height: 28px" valign="top">
<FTB:FreeTextBox ID="FreeTextBox1" runat="server" ButtonPath="../images/ftb/office2003/" Height="200px" Width="500px">
</FTB:FreeTextBox>
</td>
</tr>
<tr>
<td align="right" colspan="2" style="height: 23px">
</td>
<td colspan="1" style="height: 23px">
<asp:Button ID="Button1" runat="server" Text="添加" Width="60px" OnClick="Button1_Click" ValidationGroup="insert" />
<asp:Button ID="Button2" runat="server" Text="消空" Width="68px" OnClick="Button2_Click" /></td>
</tr>
</tbody>
</table>
</TD>
<TD></TD></TR>
<TR>
<TD><IMG alt="" src="image/r_4.gif"></TD>
<TD></TD>
<TD><IMG alt=""
src="image/r_3.gif"></TD></TR></TBODY></TABLE>
</form>
</BODY>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -