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

📄 editpavilion.aspx

📁 物业管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="editpavilion.aspx.cs" Inherits="addpavilion" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<!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>test</title>
    
     <script language="JavaScript">
			<!--#INCLUDE VIRTUAL="Calendar.js"-->
		</script>
    
    
    
<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><IMG alt="" src="image/r_1.gif"></TD>
    <TD width="100%" background=image/r_0.gif></TD>
    <TD><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" style="height: 23px">&nbsp;添加小区楼宇</td>
          </tr>
          <tr>
            <td colspan="2" style="width: 17%; height: 26px;" align="right">
                <strong><span style="color: #003373; background-color: #ffffff">楼宇名称::</span></strong></td>
              <td colspan="1" style="height: 26px">
                  <asp:TextBox ID="name" runat="server"></asp:TextBox>
                  <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="name"
                      ErrorMessage="楼宇名称不为空"></asp:RequiredFieldValidator></td>
          </tr>
            <tr>
                <td align="right" colspan="2" style="width: 17%; height: 24px;">
                    楼宇层数:</td>
                <td colspan="1" style="height: 24px">
                    <asp:TextBox ID="layer" runat="server"></asp:TextBox>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="layer"
                        Display="Dynamic" ErrorMessage="楼宇层数不为空"></asp:RequiredFieldValidator>
                    <asp:RangeValidator ID="RangeValidator1" runat="server" ControlToValidate="layer"
                        Display="Dynamic" ErrorMessage="楼宇层数请如实填写" MaximumValue="1000" MinimumValue="1"
                        Type="Integer"></asp:RangeValidator></td>
            </tr>
            <tr>
                <td align="right" colspan="2" style="width: 17%; height: 13px;">
                    大楼高度(米):</td>
                <td colspan="1" style="height: 13px">
                    <asp:TextBox ID="high" runat="server"></asp:TextBox>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="high"
                        ErrorMessage="楼宇高度不为空"></asp:RequiredFieldValidator>
                    <asp:RangeValidator ID="RangeValidator2" runat="server" ControlToValidate="high"
                        Display="Dynamic" ErrorMessage="高度请如实埴写" MaximumValue="5000" MinimumValue="1"
                        Type="Integer"></asp:RangeValidator></td>
            </tr>
            <tr>
                <td align="right" colspan="2" style="width: 17%">
                    大楼面积(亩):</td>
                <td colspan="1">
                    <asp:TextBox ID="area" runat="server"></asp:TextBox>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ControlToValidate="area"
                        Display="Dynamic" ErrorMessage="面积不为空"></asp:RequiredFieldValidator>
                    <asp:RangeValidator ID="RangeValidator3" runat="server" ControlToValidate="area"
                        ErrorMessage="面积请如实填写" MaximumValue="50000" MinimumValue="1"></asp:RangeValidator></td>
            </tr>
            <tr>
                <td align="right" colspan="2" style="width: 17%; height: 6px">
                    建成日期:</td>
                <td colspan="1" style="height: 6px">
                
                 <asp:TextBox ID="selectdate" runat="server" onfocus="new Calendar().show(this);"></asp:TextBox> 
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="selectdate"
                        Display="Dynamic" ErrorMessage="日期不为空"></asp:RequiredFieldValidator>
                    <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="selectdate"
                        Display="Dynamic" ErrorMessage="请输入正确的日期格式" Operator="DataTypeCheck" SetFocusOnError="True"
                        Type="Date" ValueToCompare="2008-3-15"></asp:CompareValidator>格式:2008-3-15
                    
                    </td>
            </tr>
            <tr>
                <td align="right" colspan="2" style="width: 17%; height: 9px">
                    楼宇类型:</td>
                <td colspan="1" style="height: 9px">
                    <asp:DropDownList ID="ddl1" runat="server" Width="136px">
                    </asp:DropDownList></td>
            </tr>
            <tr>
                <td align="right" colspan="2" style="width: 17%; height: 9px">
                    备注说明:</td>
                <td colspan="1" style="height: 9px">
                    <asp:TextBox ID="memo" runat="server" Height="143px" TextMode="MultiLine" Width="352px"></asp:TextBox></td>
            </tr>
            <tr>
                <td align="right" colspan="3" style="height: 9px; text-align: left;">
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                    <asp:Button ID="Button1" runat="server" Text="添加" Width="61px" OnClick="Button1_Click" />
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;<asp:Button ID="Button2" runat="server" Text="取消" Width="61px" />
                </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 + -