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

📄 edithomerepair.aspx

📁 后台管理模块有:小区管理、设备管理、楼盘管理、收费管理、停车管理、用户管理 小区基本信息 添加周边设施 编辑周边设施 添加公告 编辑公告 楼盘信息添加 编辑楼盘信息 房产信息添加 房产信息查
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="edithomerepair.aspx.cs" Inherits="addhomerepair" ValidateRequest="false"%>



<!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>
     <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 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">&nbsp;添加报修内容</td>
          </tr>
          <tr>
            <td colspan="2" style="height: 28px; width: 124px;" align="right">
                <strong><span style="color: #003373; background-color: #ffffff">报修内容:</span></strong></td>
              <td colspan="1" style="height: 28px">
                  <asp:TextBox ID="txttitle" runat="server"></asp:TextBox>
                  <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txttitle"
                      ErrorMessage="设施名称不能为空!"></asp:RequiredFieldValidator></td>
          </tr>
            <tr>
                <td align="right" colspan="2" style="height: 23px; width: 124px;">
                    损坏时间:</td>
                <td colspan="1" style="height: 23px">
                <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="height: 131px; width: 124px;">
                    详细说明:<br />
                    (详细说明损坏的原因<br />
                    便于维修人员施工)</td>
                <td colspan="1" style="height: 131px">
                    <asp:TextBox ID="texMemo" runat="server" Height="134px" TextMode="MultiLine" Width="414px"></asp:TextBox><a href="~/bin/FreeTextBox.dll"><span style="color: #0000ff; text-decoration: underline"></span></a></td>
            </tr>
            <tr>
                <td align="right" colspan="2" style="height: 23px; width: 124px;">
                </td>
                <td colspan="1" style="height: 23px">
                    <asp:Button ID="Button1" runat="server" Text="修改" Width="60px" OnClick="Button1_Click" />
                    &nbsp;<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 + -