📄 news_list2.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="news_list2.ascx.cs" Inherits="qruan.news_list2" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<style type="text/css">
<!--
.STYLE160 {FONT-SIZE: 12px }
.STYLE160 {FONT-SIZE: 12px }
.STYLE17 {font-size: 10px}
-->
</style>
<table id="Table_03" width="287" height="228" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="images/index_03_04_14_01.gif" width="287" height="37"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="83%"> </td>
<td width="17%"><a href="./news.aspx" target="_blank" style="COLOR:#fb6d4a; font-size:12px">更多>></a></td>
</tr>
</table></td>
</tr>
<tr>
<td valign="top"><table width="287" height="181" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top"><asp:Repeater id="Repeater1" runat="server">
<ItemTemplate>
<table width="280" height="22" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="27" align="center"><img src="images/18.gif" width="3" height="3" /></td>
<td width="193"><span class="STYLE160"> <a href='./news.aspx?id=<%# DataBinder.Eval(Container.DataItem,"id") %>&action=<%# DataBinder.Eval(Container.DataItem,"news_lei") %>' target="_blank"><%# temp_fun1(Convert.ToString(DataBinder.Eval(Container.DataItem,"news_name")),29) %></a></span></td>
<td width="60" align="left"><span class="STYLE160"><%# temp_fun2(Convert.ToDateTime(DataBinder.Eval(Container.DataItem,"news_time"))) %></span></td>
</tr>
</table>
</ItemTemplate>
</asp:Repeater>
</td>
</tr>
</table></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -