usesyrk_new.aspx

来自「小区警务管理系统」· ASPX 代码 · 共 285 行

ASPX
285
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="usesyrk_new.aspx.cs" Inherits="web.SubDocument.usesyrk_new" %>

<!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 runat="server">
    <title>usesyrk_new</title>
<link type="text/css" href="../css/Main.css" rel="Stylesheet" />

    <script src="../js/admin.js" type="text/jscript"></script>
    <script src="../js/My97DatePicker/WdatePicker.js" type="text/jscript"></script>
    <script type="text/javascript">
        function checkme(){
            if(document.getElementById("TextBox1").value==""){
                alert("请输入现住址!");
                document.getElementById("TextBox1").focus();
                return false;
            }
        }
    </script>

</head>
<body>
    <form id="form1" runat="server">
    <div id="title">
        <div style="background-image: url(../images/x16.gif);">
            实有人口添加</div>
    </div>
    <div style="text-align: right; line-height: 200%; background-color: #F7F7F7; margin-bottom: 5px;">
        <asp:Button ID="save" CssClass="btn_mouseout" onmouseover="this.className='btn_mouseover'"
            onmouseout="this.className='btn_mouseout'" runat="server" Text="保 存" OnClick="save_Click" />
        <asp:Button ID="back" CssClass="btn_mouseout" onmouseover="this.className='btn_mouseover'"
            onmouseout="this.className='btn_mouseout'" runat="server" Text="返 回" OnClick="back_Click" />
    </div>
    <div style="text-align: center;">
        <table border="1" cellpadding="0" cellspacing="0" width="90%">
            <tr>
                <td style="background-color: #98BAE8; text-align: left; height: 30px;">
                    现住址:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox1" CssClass="txt_lostfocus" Width="200px" runat="server"></asp:TextBox>
                </td>
                <td style="background-color: #98BAE8; width: 100px; text-align: left; height: 30px;">
                    户口所在地:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox2" CssClass="txt_lostfocus" Width="200px"
                        runat="server" ></asp:TextBox>
                </td>
            </tr>
            <tr>
                <td style="background-color: #98BAE8; text-align: left; height: 30px;">
                    户口类型:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:DropDownList ID="DropDownList1" runat="server">
                    </asp:DropDownList>
                </td>
                <td style="background-color: #98BAE8; width: 100px; text-align: left; height: 30px;">
                    户类型:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:DropDownList ID="DropDownList2" runat="server">
                    </asp:DropDownList>
                </td>
            </tr>
            <tr>
                <td style="background-color: #98BAE8; text-align: left; height: 30px;">
                    人员类别:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:DropDownList ID="DropDownList3" runat="server">
                    </asp:DropDownList>
                </td>
                <td style="background-color: #98BAE8; width: 100px; text-align: left; height: 30px;">
                    户主或与户主关系:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox3" CssClass="txt_lostfocus" Width="200px" runat="server"></asp:TextBox>
                </td>
            </tr>
            <tr>
                <td style="background-color: #98BAE8; text-align: left; height: 30px;">
                    姓名:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox4" CssClass="txt_lostfocus" Width="200px" runat="server"></asp:TextBox>
                </td>
                <td style="background-color: #98BAE8; width: 100px; text-align: left; height: 30px;">性别
                </td>
                <td style="width: 40%; text-align: left; height: 30px;"><asp:DropDownList ID="DropDownList4" runat="server">
                    </asp:DropDownList>
                </td>
            </tr>
            <tr>
                <td style="background-color: #98BAE8; text-align: left; height: 30px;">
                    曾用名:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox5" CssClass="txt_lostfocus" Width="200px" runat="server"></asp:TextBox>
                </td>
                <td style="background-color: #98BAE8; width: 100px; text-align: left; height: 30px;">
                    名族:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:DropDownList ID="DropDownList5" runat="server">
                    </asp:DropDownList>
                </td>
            </tr>


            <tr>
                <td style="background-color: #98BAE8; text-align: left; height: 30px;">
                    出生日期:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox6" CssClass="txt_lostfocus" Width="200px" runat="server"  onfocus="WdatePicker({dateFmt:'yyyy-MM-dd',skin:'whyGreen'})"></asp:TextBox>
                </td>
                <td style="background-color: #98BAE8; width: 100px; text-align: left; height: 30px;">
                    身份证号码:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox7" CssClass="txt_lostfocus" Width="200px" runat="server"></asp:TextBox>
                </td>
            </tr>
                        <tr>
                <td style="background-color: #98BAE8; text-align: left; height: 30px;">
                    文化程度:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:DropDownList ID="DropDownList6" runat="server">
                    </asp:DropDownList>
                </td>
                <td style="background-color: #98BAE8; width: 100px; text-align: left; height: 30px;">
                    籍贯:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox8" CssClass="txt_lostfocus" Width="200px" runat="server"></asp:TextBox>
                </td>
            </tr>
                        <tr>
                <td style="background-color: #98BAE8; text-align: left; height: 30px;">
                    服务处所:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox9" CssClass="txt_lostfocus" Width="200px" runat="server"></asp:TextBox>
                </td>
                <td style="background-color: #98BAE8; width: 100px; text-align: left; height: 30px;">
                    职业:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox10" CssClass="txt_lostfocus" Width="200px" runat="server"></asp:TextBox>
                </td>
            </tr>
                        <tr>
                <td style="background-color: #98BAE8; text-align: left; height: 30px;">
                    身高:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox11" CssClass="txt_lostfocus" Width="200px" runat="server"></asp:TextBox>
                </td>
                <td style="background-color: #98BAE8; width: 100px; text-align: left; height: 30px;">
                    血型:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:DropDownList ID="DropDownList7" runat="server">
                    </asp:DropDownList>
                </td>
            </tr>
            
            
            
                        <tr>
                <td style="background-color: #98BAE8; text-align: left; height: 30px;">
                    鞋号:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox12" CssClass="txt_lostfocus" Width="200px" runat="server"></asp:TextBox>
                </td>
                <td style="background-color: #98BAE8; width: 100px; text-align: left; height: 30px;">
                    婚姻状况:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:DropDownList ID="DropDownList8" runat="server">
                    </asp:DropDownList>
                </td>
            </tr>
                        <tr>
                <td style="background-color: #98BAE8; text-align: left; height: 30px;">
                    兵役状况:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:DropDownList ID="DropDownList9" runat="server">
                    </asp:DropDownList>
                </td>
                <td style="background-color: #98BAE8; width: 100px; text-align: left; height: 30px;">
                    机动车牌号:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox13" CssClass="txt_lostfocus" Width="200px" runat="server"></asp:TextBox>
                </td>
            </tr>
                        <tr>
                <td style="background-color: #98BAE8; text-align: left; height: 30px;">
                    出租车牌号:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox14" CssClass="txt_lostfocus" Width="200px" runat="server"></asp:TextBox>
                </td>
                <td style="background-color: #98BAE8; width: 100px; text-align: left; height: 30px;">
                    宗教信仰:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:DropDownList ID="DropDownList10" runat="server">
                    </asp:DropDownList>
                </td>
            </tr>
            
                        <tr>
                <td style="background-color: #98BAE8; text-align: left; height: 30px;">
                    防护装置:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox15" CssClass="txt_lostfocus" Width="200px" runat="server"></asp:TextBox>
                </td>
                <td style="background-color: #98BAE8; width: 100px; text-align: left; height: 30px;">
                    有无出租房:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:DropDownList ID="DropDownList11" runat="server">
                    </asp:DropDownList>
                </td>
            </tr>
                        <tr>
                <td style="background-color: #98BAE8; text-align: left; height: 30px;">
                    有无暂住人口:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:DropDownList ID="DropDownList12" runat="server">
                    </asp:DropDownList>
                </td>
                <td style="background-color: #98BAE8; width: 100px; text-align: left; height: 30px;">
                    有无功法组织:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:DropDownList ID="DropDownList13" runat="server">
                    </asp:DropDownList>
                </td>
            </tr>
            
                        <tr>
                <td style="background-color: #98BAE8; text-align: left; height: 30px;">
                    联系电话:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox16" CssClass="txt_lostfocus" Width="200px" runat="server"></asp:TextBox>
                </td>
                <td style="background-color: #98BAE8; width: 100px; text-align: left; height: 30px;">
                    手机:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox17" CssClass="txt_lostfocus" Width="200px" runat="server"></asp:TextBox>
                </td>
            </tr>
                        <tr>
                <td style="background-color: #98BAE8; text-align: left; height: 30px;">
                    行为习惯显示表现:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox18" CssClass="txt_lostfocus" Width="200px" runat="server"></asp:TextBox>
                </td>
                <td style="background-color: #98BAE8; width: 100px; text-align: left; height: 30px;">
                    备注:
                </td>
                <td style="width: 40%; text-align: left; height: 30px;">
                    <asp:TextBox ID="TextBox19" CssClass="txt_lostfocus" Width="200px" runat="server"></asp:TextBox>
                </td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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