📄 weblink_add.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="weblink_add.aspx.cs" Inherits="admin_goodlink_list" %>
<!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>
<style type="text/css">
<!--
table {
font-size: 12px;
font-weight: normal;
color: #000000;
}
body {
margin-top: 20px;
}
th {
font-size: 14px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<form id="form1" runat="server">
<div>
<table width="400" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="400" height="200" valign="top" bordercolor="#00CCCC"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#00CCFF"><span class="style1"> 修改友情链接</span></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td style="height: 18px">网站名称:</td>
<td style="height: 18px"> <asp:TextBox ID="TextBox_name" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td>网站分类:</td>
<td> <asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" Width="139px">
<asp:ListItem>其他</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td>网站地址:</td>
<td> <asp:TextBox ID="TextBox_url" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td>网站图标:</td>
<td> <asp:TextBox ID="TextBox_images" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td>网站简介:</td>
<td> <asp:TextBox ID="TextBox_say" runat="server" TextMode="MultiLine"></asp:TextBox></td>
</tr>
<tr>
<td> <asp:Button ID="Button1" runat="server" Text="添加" OnClick="Button1_Click" /></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -