pos_add.aspx
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:1k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="pos_add.aspx.cs" Inherits="web_pos_pos_add" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6.     <style type="text/css">
  7. <!--
  8. .STYLE1 {
  9. font-size: xx-large;
  10. font-family: "华文彩云";
  11. font-weight: bold;
  12. color: #0033CC;
  13. }
  14. -->
  15. </style>
  16. </head>
  17. <body>
  18.     <form id="form1" runat="server">
  19.     <table width="569" height="20" border="1" align="center">
  20.   <tr>
  21.     <td style="height: 1px; width: 331px;"><span class="STYLE1">新增門店地址</span></td>
  22.   </tr>
  23.   <tr>
  24.     <td style="height:auto; width: 331px;">&nbsp;門店名稱:<asp:TextBox ID="name" runat="server" Width="239px"></asp:TextBox></td>
  25.   </tr>
  26.   <tr>
  27.     <td style="width: 331px">&nbsp;外部地址:<asp:TextBox ID="url" runat="server" Width="238px"></asp:TextBox></td>
  28.   </tr>
  29.   <tr>
  30.     <td style="width: 331px; height: 28px;">&nbsp;內部地址:<asp:TextBox ID="internal_url" runat="server" Width="237px"></asp:TextBox></td>
  31.   </tr>
  32.   <tr>
  33.     <td style="width: 331px">
  34.         <asp:Button ID="btn_ok" runat="server" Text="新增" OnClick="btn_ok_Click" />
  35.         </td>
  36.   </tr>
  37. </table>
  38.     </form>
  39. </body>
  40. </html>