📄 class.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="_Class, App_Web_k7f8vto_" %>
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<%@ Register Src="Inc/Left.ascx" TagName="Left" TagPrefix="uc1" %>
<%@ Register Src="Inc/Bottom.ascx" TagName="Bottom" TagPrefix="Uc_Bottom" %>
<%@ Register Src="Inc/Header.ascx" TagName="Header" TagPrefix="Uc_Top" %>
<!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 id="HeadClass" runat="server">
<meta name="keywords" content="鹿茸,鹿茸BLOG,鹿茸简易文章系统,鹿茸blog,cnkker,Cnkker's blog">
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<title>欢迎光临--</title>
<link href="images/type.css" rel="stylesheet" type="text/css">
</head>
<body>
<form id="form1" runat="server">
<Uc_Top:Header ID="Header1" runat="server" />
<table borderColor="#d8d8f0" cellSpacing="0" cellPadding="0" width="730" align="center" bgColor="#ffffff" border="1" id="table1">
<tr>
<th colSpan="2" style="height: 4px"> </th>
</tr>
<tr>
<td class="td" align="center" valign="top" style="height: 454px; width: 171px;">
<uc1:Left ID="Left1" runat="server" />
<br />
</td>
<td width="556" valign="top">
<div align="left">
<table borderColor="#d8d8f0" cellSpacing="0" cellPadding="0" width="100%" border="1" id="table9">
<tr>
<td valign="top">
<table id="Table3" border="1" bordercolor="#d8d8f0" cellpadding="0" cellspacing="0"
width="100%">
<tr>
<td height="22" style="padding-left: 5px">
<asp:Label ID="LblClass" runat="server" Text="Label"></asp:Label>
</td>
<td height="22" style="padding-left: 5px" width="27%" align="right">
</td>
</tr>
<tr>
<th colSpan="2"> </th>
</tr>
</table>
<asp:DataGrid ID="DgClassList" runat="server" AutoGenerateColumns="False"
Width="100%" GridLines="None" ShowHeader="False" ShowFooter="True">
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<table id="Table2" border="1" bordercolor="#d8d8f0" cellpadding="0" cellspacing="0"
width="100%">
<tr class="" onmouseout="javascript:this.className='';" onmouseover="javascript:this.className='trOnMOver';">
<td style="height: 22px" width="72%">
<font color="#000000"> <font face="宋体">·</font><a href="<%# ContentUrl(Convert.ToInt32(DataBinder.Eval(Container.DataItem,"R_id")))%>"><span><%# DataBinder.Eval(Container.DataItem,"R_Title") %></font></SPAN></A></td>
<td align="right" width="27%" style="height: 22px">
<%# DataBinder.Eval(Container.DataItem,"R_Date") %></td>
</tr>
</table>
</ItemTemplate>
<FooterTemplate>
<table id="Table3" border="1" bordercolor="#d8d8f0" cellpadding="0" cellspacing="0"
width="100%">
<tr>
<th> </th>
</tr>
</table>
</FooterTemplate>
</asp:TemplateColumn>
</Columns>
</asp:DataGrid>
<webdiyer:AspNetPager id="ArticlePager" runat="server" PageSize="20" ShowInputBox="Always" SubmitButtonText="转到"
FirstPageText=" 首页 " LastPageText=" 尾页 " NextPageText=" 下页 " PrevPageText=" 上页 " ShowCustomInfoSection="Left"
CustomInfoSectionWidth="60%" OnPageChanged="ArticlePager_PageChanged" AlwaysShow="True" CustomInfoTextAlign="Center" NumericButtonCount="20"></webdiyer:AspNetPager>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<Uc_Bottom:Bottom ID="Bottom1" runat="server" />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -