1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="AdhesivePaperPrice.aspx.cs" Inherits="CY.WebForm.Pages.sysInquiry.AdhesivePaperPrice" %>
 
<!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">
    <div id="scrollContent" style="width:600px; margin:0px auto">
        <table>
             <tr>
            <td align="left"><span style="color:Red"><%=GetFastSetMsg(20)%></span></td>
            </tr>
            </table>
            <table class="tableStyle">
                <tr>
                    <td class="ali03"  style=" width:38%;">每平方米不干胶纸张单价:</td><td><input type="text" id="txtPrice" class="validateFloat" value="0" runat="server" />元</td>
                </tr>
                <tr>
                    <td ></td><td><asp:Button ID="btnSave" Text="保存" runat="server" CssClass="Btn" OnClick="btnSave_Click" OnClientClick="showWait();"/></td>
                </tr>
            </table>
    </div>
    </form>
</body>
</html>