linkAdd.aspx
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:2k
源码类别:

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="linkAdd.aspx.cs" Inherits="manage_link_linkAdd" %>
  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.     <link href="../../css/css.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body>
  9.     <form id="form1" runat="server">
  10.     <div>
  11.         <table class="txt" style="width: 393px; height: 1px">
  12.             <tr>
  13.                 <td style="width: 90px">
  14.                     上传Logo:</td>
  15.                 <td style="width: 255px">
  16.                     <asp:FileUpload ID="FileUpload1" runat="server" Width="312px" /></td>
  17.                 <td style="width: 3px">
  18.                     &nbsp;</td>
  19.             </tr>
  20.             <tr>
  21.                 <td style="width: 90px">
  22.                     站点名称:</td>
  23.                 <td style="width: 255px">
  24.                     <asp:TextBox ID="TextBox1" runat="server" Width="305px"></asp:TextBox></td>
  25.                 <td style="width: 3px">
  26.                 </td>
  27.             </tr>
  28.             <tr>
  29.                 <td style="width: 90px">
  30.                     链接地址:</td>
  31.                 <td style="width: 255px">
  32.                     <asp:TextBox ID="TextBox2" runat="server" Width="304px"></asp:TextBox></td>
  33.                 <td style="width: 3px">
  34.                 </td>
  35.             </tr>
  36.             <tr>
  37.                 <td style="width: 90px">
  38.                 </td>
  39.                 <td align="center" style="width: 255px">
  40.                     <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="添 加" />
  41.                     <asp:Button ID="Button2" runat="server" Text="重 置" onclick="Button2_Click" /></td>
  42.                 <td style="width: 3px">
  43.                 </td>
  44.             </tr>
  45.         </table>
  46.     
  47.     </div>
  48.     </form>
  49. </body>
  50. </html>