📄 link.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Link.aspx.cs" Inherits="WebPage_Link" %>
<!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>
<LINK REL='stylesheet' Type='text/css' href="../css/css2.css" />
</head>
<body>
<form id="form1" runat="server">
<div>
<table id="Table1" border="0" cellpadding="0" cellspacing="0" style="width: 590px;">
<tr>
<td style="height: 386px">
</td>
<td valign="top" style="width: 742px; height: 386px;">
<table id="Table2" border="0" cellpadding="0" cellspacing="0" width="100%" style="height: 27%">
<tr style="font-size: 1pt; height: 8px">
<td>
</td>
<td style="font-size: 1pt; height: 6px; width: 585px;">
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td align="left" style="width: 585px">
<table id="Table3" align="left" border="0" cellpadding="0" cellspacing="0" height="100%"
width="100%">
<tr>
<td align="Center" class="TD_Title" >
</td>
<td align="left" >
<font face="宋体"></font>
</td>
<td align="Center" style="font-size: 16px; color: #98aab1" width="12">
<font face="宋体">
</font></td>
<td align="Center" style="font-family: Times New Roman" >
<font face="宋体"> </font></td>
<td align="right" style="width: 383px; font-family: Times New Roman"
width="383">
<font face="宋体">
</font></td>
<td align="Center" valign="top" width="100%">
<font face="宋体"></font>
</td>
<td align="right" width="80%">
<nobr><asp:Button id="btnAdd" tabIndex=4 runat="server" Width="80px" Text="新 建" Height="22px" CssClass="button_all" CausesValidation="False" OnClick="btnAdd_Click1"></asp:Button>
<asp:Button id="btnDel" tabIndex=5 runat="server" Width="80px" Text="删 除" Height="22px" CssClass="button_all" CausesValidation="False" OnClick="btnDel_Click1"></asp:Button> </nobr></td>
</tr>
</table>
</td>
<td>
</td>
</tr>
<tr style="font-size: 1pt; height: 3px">
<td style="font-size: 1pt; height: 13px;">
</td>
<td align="left" style="font-size: 1pt; width: 585px; height: 13px;">
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True"
AutoGenerateColumns="False" BorderWidth="1px" Font-Size="9pt" OnPageIndexChanging="changepage"
OnSelectedIndexChanged="GridView1_SelectedIndexChanged1" Width="100%">
<PagerSettings FirstPageText="首页" LastPageText="最后一页" Mode="NextPreviousFirstLast"
NextPageText="下一页" PreviousPageText="上一页" />
<Columns>
<asp:BoundField ApplyFormatInEditMode="True" DataField="ID" HeaderText="ID">
<ItemStyle HorizontalAlign="Center" Width="60px" Wrap="False" />
<HeaderStyle BackColor="#ECF1F9" HorizontalAlign="Center" />
</asp:BoundField>
<asp:BoundField DataField="CheckSelected" HeaderText="<INPUT id="chkAll" style="CURSOR: hand" onclick="SelectAllcheckBox();" type="checkbox">"
HtmlEncode="False">
<ItemStyle HorizontalAlign="Center" Width="60px" />
<HeaderStyle BackColor="#ECF1F9" HorizontalAlign="Center" />
</asp:BoundField>
<asp:ButtonField CommandName="Select" DataTextField="LinkTitle" HeaderText="友情连接名称">
<ItemStyle HorizontalAlign="Center" />
<HeaderStyle BackColor="#ECF1F9" HorizontalAlign="Center" />
</asp:ButtonField>
<asp:BoundField DataField="LinkUrl" HeaderText="链接路径">
<ItemStyle HorizontalAlign="Center" Width="200px" />
<HeaderStyle BackColor="#ECF1F9" HorizontalAlign="Center" />
</asp:BoundField>
<asp:BoundField DataField="ReleaseTime" HeaderText="发表时间">
<ItemStyle HorizontalAlign="Center" Width="110px" />
<HeaderStyle BackColor="#ECF1F9" HorizontalAlign="Center" />
</asp:BoundField>
</Columns>
<PagerStyle Font-Bold="True" Font-Size="X-Small" Font-Strikeout="False" Font-Underline="False"
HorizontalAlign="Right" />
<AlternatingRowStyle BackColor="Snow" />
</asp:GridView>
</td>
<td style="font-size: 1pt; height: 13px;">
</td>
</tr>
<tr>
<td>
</td>
<td align="left" valign="top" style="width: 585px;">
<input id="hidSort" runat="server" name="hidSort" size="1" style="width: 19px;
height: 22px" type="hidden" /><input id="hidSortFlag" runat="server" name="hidSortFlag"
size="1" style="width: 19px; height: 22px" type="hidden" /><input id="hidSortCompare"
runat="server" name="hidSortCompare" size="1" style="width: 19px; height: 22px"
type="hidden" /><input id="hidWhere" runat="server" name="hidWhere" size="1" style="width: 19px;
height: 22px" type="hidden" /><input id="hidIsModify" runat="server" name="hidIsModify"
size="1" style="width: 19px; height: 22px" type="hidden" />
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td align="left" style="width: 585px">
</td>
<td>
</td>
</tr>
</table>
</td>
<td style="height: 386px">
</td>
</tr>
<tr>
<td>
</td>
<td align="left" style="width: 742px">
<div id="divParent" runat="server" style="border-right: #cecfde 1px solid; border-top: #cecfde 1px solid;
display: none; border-left: #cecfde 1px solid; border-bottom: #cecfde 1px solid;
height: 1px;width:590px">
</div>
</td>
<td>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -