1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PaperTypeEdit.aspx.cs" Inherits="CY.WebForm.Pages.sysInquiry.PaperTypeEdit" %>
 
<!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>新增/修改纸张类别</title>
    <uc:CMSHead ID="CMSHead1" runat="server"/>
</head>
<body>
    <form id="form1" runat="server">
    <table class="tableStyle">
                <tr><td class="ali03">类别名称:</td><td><input runat="server" id="txtPaperTypeName" type="text" style="width:200px" class="req" msg="纸张类别不能为空"/></td></tr>
                <tr><td class="ali03 ">是否有效:</td><td><asp:DropDownList ID="ddlStatus" runat="server" keepdefaultstyle='true'><asp:ListItem Value="1" Text="有效"></asp:ListItem><asp:ListItem Value="0" Text="无效"></asp:ListItem></asp:DropDownList></td></tr>
                <tr><td class="ali03 ">排序顺序:</td><td><input id="txtOrerNum" type="text" runat="server" class="req int" msg="排序不能为空"  value="1" /></td></tr>
                <tr><td class="ali03"></td><td><asp:Button ID="btnSubmit" Text="提交" runat="server" OnClick="btnSubmit_Click" />&nbsp;&nbsp;<input type="button" id="btnClose" value="关闭" onclick="RefreshDIVOpener();"/></td></tr>
     </table>
    </form>
</body>
</html>