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

📄 homeparkinfo.aspx

📁 物业管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="homeparkinfo.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>
    
<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:DropDownList ID="parkname" runat="server" Width="122px">
                  </asp:DropDownList>
                  </td>
          </tr>
            <tr>
                <td align="right" colspan="2" style="width: 17%; height: 24px;">
                    楼宇名称:</td>
                <td colspan="1" style="height: 24px">
                    <asp:DropDownList ID="pav" runat="server" Width="122px">
                    </asp:DropDownList>
                    </td>
            </tr>
            <tr>
                <td align="right" colspan="2" style="width: 17%; height: 13px;">
                    单元号:</td>
                <td colspan="1" style="height: 13px">
                    <asp:DropDownList ID="cell" runat="server" Width="121px">
                    </asp:DropDownList>
                    </td>
            </tr>
            <tr>
                <td align="right" colspan="2" style="width: 17%">
                    门牌号:</td>
                <td colspan="1">
                    <asp:TextBox ID="num" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td align="right" colspan="2" style="width: 17%; height: 9px">
                    收费总计:</td>
                <td colspan="1" style="height: 9px">
                    <asp:TextBox ID="tsum" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td align="right" colspan="2" style="width: 17%; height: 5px">
                    登记日期:</td>
                <td colspan="1" style="height: 5px">
                    <asp:TextBox ID="login" runat="server"></asp:TextBox></td>
            </tr>
           
            <tr>
                <td align="right" colspan="2" style="width: 17%; height: 9px">
                    车牌号码:</td>
                <td colspan="1" style="height: 9px">
                    <asp:TextBox ID="carcode" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td align="right" colspan="2" style="width: 17%; height: 9px">
                    是否付款:</td>
                <td colspan="1" style="height: 9px">
                    <asp:DropDownList ID="ddlyesno" runat="server">
                        <asp:ListItem Value="1">已付款</asp:ListItem>
                        <asp:ListItem Value="0">未付款</asp:ListItem>
                    </asp:DropDownList></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;&nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                </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 + -