📄 notice.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="notice.aspx.cs" Inherits="web_notice" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table width="779" border="0" align="center" cellpadding="00" cellspacing="0" class="font">
<tr>
<td align="left" bgcolor="#FFFFFF">
<div align="center">
<table width="779" border="0" cellpadding="00" cellspacing="0" bgcolor="#FFFFFF" class="font">
<tr>
<td width="196" height="100" valign="top" background="image/qy11_14.gif">
<div align="left">
<asp:DataList ID="Circular" runat="server" Width="190px">
<ItemTemplate>
<table width="100%">
<tr>
<td style="height: 19px" width="9">
<img src="images/neiye_23.jpg" /></td>
<td align="left" style="height: 19px">
<a href='shownotice.aspx?ID=<%# (DataBinder.Eval(Container.DataItem, "ID"))%>'>
<%# DataBinder.Eval(Container.DataItem, "title").ToString()%> </a>
</td>
</tr>
</table>
</ItemTemplate>
<HeaderTemplate>
<table width="100%">
<tr>
<td align="left" colspan="2" style="height: 81px; background-image: url(image/qy11_13.gif); text-align: center;">
<table>
<tr>
<td style="width: 187px; height: 34px">
</td>
</tr>
<tr>
<td style="width: 187px; height: 25px; text-align: right">
<span style="font-size: 10pt"><strong>最新公告</strong></span></td>
</tr>
</table>
</td>
</tr>
</table>
</HeaderTemplate>
</asp:DataList><!--左边自定义控件--></div>
</td>
<td align="center" valign="top">
<div style="width:100%;text-align:left;">
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td align="left" background="image/qy11_120.gif" height="29"><span style="padding-left:60px;font-weight:bold;">物业公告</span></td>
</tr>
</table>
<table width="100%" height="8" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td align="center"> </td>
</tr>
</table>
<div style="width:96%;margin:0px auto;">
<table width="100%" height="8" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td class="font1" style="height: 21px">
<asp:DataList ID="noticelist" runat="server" Width="100%">
<ItemTemplate>
<table width="100%">
<tr>
<td width="9" style="height: 20px">
<img src="Images/arrow_02.gif" />
</td>
<td align="left" style="height: 20px; text-align: left; width: 515px;">
<a href='<%#"Shownotice.aspx?ID="+DataBinder.Eval(Container.DataItem,"ID")%>'
target="_blank">
<%# DataBinder.Eval(Container.DataItem, "title")%>
</a>
</td>
<td align="left" style="height: 20px; text-align: right" width="400">
[(<%# DataBinder.Eval(Container.DataItem, "noticedate").ToString()%>)]
</td>
</tr>
<tr>
<td background="Images/xxgl.gif" colspan="4" width="100%">
</td>
</tr>
</table>
</ItemTemplate>
</asp:DataList><%-- <table width="100%" height="19" border="0" align="center" cellpadding="0" cellspacing="0">
<tr bgcolor="#F7F7F7">
<td width="22%" height="18"> 首页 >> <asp:Label ID="Label1" runat="server"></asp:Label></td>
<td width="78%"> </td>
</tr>
<tr>
<td colspan="2" bgcolor="#999999" style="height: 1px"></td>
</tr>
</table>--%></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="height: 25px">
<tr>
<td style="height: 13px; width: 209px; text-align: right;">
共有<asp:Label ID="labcount" runat="server" ForeColor="Red" Text="Label"></asp:Label>页
当前<asp:Label ID="labNewPage" runat="server" ForeColor="Red"
Text="1"></asp:Label>页</td>
<td align="right" style="height: 13px; text-align: right;">
<form id="form1" runat="server">
<asp:LinkButton ID="lnkbtnTop" runat="server" OnClick="lnkbtnTop_Click">首页</asp:LinkButton>
<asp:LinkButton ID="lnkbtnprve" runat="server" OnClick="lnkbtnprve_Click">上一页</asp:LinkButton>
<asp:LinkButton ID="lnkbtnNext" runat="server"
OnClick="lnkbtnNext_Click">下一页</asp:LinkButton>
<asp:LinkButton ID="lnkbtnlast" runat="server" OnClick="lnkbtnlast_Click">尾页</asp:LinkButton></form>
</td>
<td width="20" style="height: 13px"></td>
</tr>
</table>
</div>
<table width="100%" height="8" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td align="center" height="70"> </td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -