?? default.aspx
字號:
<%@ Page Language="C#" MasterPageFile="~/Teacher/TeacherMasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Teacher_Default" Title="現代教務管理系統" Theme="Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div style="width: 100%; margin-left:3px; margin-top:15px">
<table style="width: 100%; height:100%; padding-top:1px; border-right: #99ccff 0.1em solid; border-left: #99ccff 0.1em solid;">
<tr>
<td colspan="3" style="background-image: url(Images/main_top_bg.gif); height: 19px;">
<asp:Image ID="Image1" runat="server" Height="17px" ImageUrl="~/Teacher/Images/main_top_1.gif"
Width="21px" />公告列表</td>
</tr>
<tr>
<td colspan="3" style="height: 430px; vertical-align: top; text-align: left; ">
<asp:GridView ID="gdvAffiche" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None"
Width="100%" AutoGenerateColumns="False" Font-Size="13px" Font-Names="tahoma,arial" PageSize="15">
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<EmptyDataRowStyle Height="20px" />
<RowStyle BackColor="#EFF3FB" Font-Size="12px" />
<EditRowStyle BackColor="#2461BF" Height="20px" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="SkyBlue" Font-Bold="True" ForeColor="White" Font-Size="12px" Height="12px" />
<AlternatingRowStyle BackColor="White" />
<Columns>
<asp:HyperLinkField HeaderText="公告標題" DataTextField="af_title" DataNavigateUrlFields="af_id" DataNavigateUrlFormatString="AfficheDetails.aspx?id={0}" Target="_blank" />
<asp:BoundField HeaderText="發布部門" DataField="dp_name" >
<ItemStyle Width="12%" />
</asp:BoundField>
<asp:BoundField HeaderText="發布時間" DataField="af_time" DataFormatString="{0:yyyy/MM/dd}" HtmlEncode="False" >
<ItemStyle Width="8%" />
</asp:BoundField>
<asp:BoundField HeaderText="有效期" DataField="af_enabletime" DataFormatString="{0:yyyy/MM/dd}" HtmlEncode="False" >
<ItemStyle Width="8%" />
</asp:BoundField>
</Columns>
</asp:GridView>
</td>
</tr>
<tr>
<td colspan="3" style="background-image: url(Images/bottom_bg.gif); height: 25px; width: 929px;" align="right" valign="middle">
power by yuhong </td>
</tr>
</table>
</div>
</asp:Content>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -