📄 news_index.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="news_index.ascx.cs" Inherits="qruan.news_index" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<style type="text/css">
<!--
.STYLE18 { font-size: 12px;
color: #009900;
font-weight: bold;
}
.STYLE19 {font-size: 12px}
.STYLE16 {font-size: 12}
-->
</style>
<table width="582" height="350" border="0" cellpadding="0" cellspacing="0" id="Table_01">
<tr>
<td height="42"><table id="Table_05" width="582" height="42" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center"><table width="550" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="430"><img src="images/42.gif" width="87" height="29" /></td>
<td width="120"><span class="STYLE18">首页 | 新闻中心</span></td>
</tr>
<tr>
<td height="7" colspan="2" background="images/43.gif"></td>
</tr>
</table></td>
</tr>
</table> </td>
</tr>
<tr>
<td width="636" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="4%" height="26"> </td>
<td width="66%" align="center"><span class="STYLE19"><strong>新闻标题 </strong></span></td>
<td width="13%" align="center"><span class="STYLE19"><strong>作 者</strong></span></td>
<td width="13%" align="center"><span class="STYLE19"><strong>发表时间</strong></span></td>
<td width="4%"><span class="STYLE19"></span></td>
</tr>
<asp:Repeater id="Repeater1" runat="server">
<ItemTemplate>
<tr>
<td height="27"> </td>
<td><a href='./news.aspx?id=<%# DataBinder.Eval(Container.DataItem,"id") %>&action=<%=news_lei%>' target="_blank"><%# temp_fun1(Convert.ToString(DataBinder.Eval(Container.DataItem,"news_name")),48) %></a></td>
<td align="center"><span class="STYLE19"><%# DataBinder.Eval(Container.DataItem,"news_zz") %></span></td>
<td align="center"><span class="STYLE19"><%# temp_fun2(Convert.ToDateTime(DataBinder.Eval(Container.DataItem,"news_time"))) %></span></td>
<td> </td>
</tr>
</ItemTemplate>
</asp:Repeater>
<tr>
<td height="26" colspan="5" align="right"><table id="Table_02" width="574" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"><img src="images/index_03_04_13_03.gif" width="574" height="5" alt="" /></td>
</tr>
<tr>
<td><img src="images/index_03_04_13_04.gif" width="8" height="23" alt="" /></td>
<td width="559" height="23" bgcolor="#F7F7F7"><table width="100%" height="20" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="right" valign="bottom"><img src="images/17.gif" width="5" height="7" /><span class="STYLE19"> 第
<asp:label id="lbCurrentPage" runat="server">1</asp:label>
页 共
<asp:Label ID="lbTotalPage" runat="server">1</asp:Label>
页 <span class="STYLE19">
<asp:hyperlink id="hlkFirstPage" accessKey="s" runat="server">首页</asp:hyperlink>
</span> <span class="STYLE19">
<asp:hyperlink id="hlkPrevPage" runat="server">上一页</asp:hyperlink>
</span> <span class="STYLE19">
<asp:hyperlink id="hlkNextPage" runat="server">下一页</asp:hyperlink>
</span><span class="STYLE19">
<asp:hyperlink id="hlkLastPage" accessKey="d" runat="server" ToolTip="到最后一页">尾页</asp:hyperlink>
</span></span></td>
</tr>
</table></td>
<td><img src="images/index_03_04_13_06.gif" width="7" height="23" alt="" /></td>
</tr>
<tr>
<td colspan="3"><img src="images/index_03_04_13_07.gif" width="574" height="2" alt="" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -