📄 student_default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="student_Default.aspx.cs" Inherits="student_student_Default" %>
<%@ Register Src="student_main.ascx" TagName="student_main" TagPrefix="uc1" %>
<%@ Register Src="foot.ascx" TagName="foot" TagPrefix="uc2" %>
<!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 runat="server">
<title>欢迎使用哈尔滨师范大学教务系统!</title>
<link href="../CSS/CSS.css" rel="stylesheet" type="text/css" />
<link href="../CSS/CSS.css" rel="stylesheet" type="text/css" />
<link href="../CSS/CSS.css" rel="stylesheet" type="text/css" />
<link href="../CSS/CSS.css" rel="stylesheet" type="text/css" />
<link href="../CSS/CSS.css" rel="stylesheet" type="text/css" />
<link href="../CSS/CSS.css" rel="stylesheet" type="text/css" />
<link href="../CSS/CSS.css" rel="stylesheet" type="text/css" />
<link href="../CSS/CSS.css" rel="stylesheet" type="text/css" />
<link href="../CSS/CSS.css" rel="stylesheet" type="text/css" />
<link href="../CSS/CSS.css" rel="stylesheet" type="text/css" />
<link href="../CSS/CSS.css" rel="stylesheet" type="text/css" />
<link href="../CSS/CSS.css" rel="stylesheet" type="text/css" />
<link href="../CSS/CSS.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin-top: 0px; margin-bottom: 0px; margin-right:0px; margin-left:0px" class="css">
<form id="form1" runat="server">
<div>
<table border="0" cellpadding="0" cellspacing="0" class="css" style="width: 1003px;
height: 620px">
<tr style="height: 110px">
<td colspan="3">
<uc1:student_main ID="Student_main1" runat="server" />
</td>
</tr>
<tr style="height: 460px">
<td colspan="3" style="vertical-align: top; text-align: center; background-color: #dee9f9;">
<table style="width: 1003px; height: 440px" border="0" cellpadding="0" cellspacing="0" class="css">
<tr style="height: 25px">
<td style="width: 25px">
<asp:Image ID="Image1" runat="server" Height="25px" ImageUrl="~/image/system/公告1.jpg"
Width="25px" /></td>
<td colspan="2" style="width: 978px; background-image: url(../image/system/main_top_bg.gif); text-align: left;">
→校内通知公告</td>
</tr>
<tr style="height: 195px">
<td colspan="3" style="vertical-align: top; text-align: left">
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BackColor="White"
BorderColor="#3366CC" BorderStyle="Solid" BorderWidth="1px" CellPadding="4" Font-Size="12px"
HorizontalAlign="Center" PageSize="8" Width="1003px" OnRowCommand="GridView1_RowCommand" OnRowCreated="GridView1_RowCreated" >
<FooterStyle BackColor="#EFEFEF" ForeColor="#003399" />
<Columns>
<asp:TemplateField HeaderText="新闻标题">
<ItemTemplate>
<asp:LinkButton ID="LinkButton1" runat="server" CommandName="LBClick" ForeColor="#003399" >LinkButton</asp:LinkButton>
</ItemTemplate>
<ItemStyle Width="400px" />
</asp:TemplateField>
<asp:BoundField DataField="releaseUnit" HeaderText="发布单位" >
<ItemStyle Width="300px" />
</asp:BoundField>
<asp:BoundField DataField="releaseDate" HeaderText="发布日期" >
<ItemStyle Width="150px" />
</asp:BoundField>
<asp:BoundField DataField="dateLimit" HeaderText="有效日期" >
<ItemStyle Width="150px" />
</asp:BoundField>
</Columns>
<RowStyle ForeColor="#003399" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" />
<PagerStyle BackColor="#EFEFEF" ForeColor="#003399" HorizontalAlign="Right" />
<HeaderStyle BackColor="#003399" BorderStyle="None" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="#EFEFFF" />
</asp:GridView>
</td>
</tr>
<tr style="height: 25px">
<td style="width: 25px">
<asp:Image ID="Image2" runat="server" Height="25px" ImageUrl="~/image/system/公告1.jpg"
Width="25px" /></td>
<td colspan="2" style="width: 978px; background-image: url(../image/system/main_top_bg.gif); text-align: left;">
→系内通知公告</td>
</tr>
<tr style="height: 195px">
<td colspan="3" style="vertical-align: top; text-align: left">
<asp:GridView ID="GridView2" runat="server" AutoGenerateColumns="False" BackColor="White"
BorderColor="#3366CC" BorderStyle="Solid" BorderWidth="1px" CellPadding="4" Font-Size="12px"
HorizontalAlign="Center" PageSize="8" Width="1003px" OnRowCommand="GridView2_RowCommand" OnRowCreated="GridView2_RowCreated">
<FooterStyle BackColor="#EFEFEF" ForeColor="#003399" />
<Columns>
<asp:TemplateField HeaderText="新闻标题">
<ItemTemplate>
<asp:LinkButton ID="LinkButton2" runat="server" CommandName="LBClick1" ForeColor="#003399" >LinkButton</asp:LinkButton>
</ItemTemplate>
<ItemStyle Width="400px"/>
</asp:TemplateField>
<asp:BoundField DataField="releaseUnit" HeaderText="发布单位" >
<ItemStyle Width="300px" />
</asp:BoundField>
<asp:BoundField DataField="releaseDate" HeaderText="发布日期" >
<ItemStyle Width="150px" />
</asp:BoundField>
<asp:BoundField DataField="dateLimit" HeaderText="有效日期" >
<ItemStyle Width="150px" />
</asp:BoundField>
</Columns>
<RowStyle ForeColor="#003399" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" />
<PagerStyle BackColor="#EFEFEF" ForeColor="#003399" HorizontalAlign="Right" />
<HeaderStyle BackColor="#003399" BorderStyle="None" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="#EFEFFF" />
</asp:GridView>
</td>
</tr>
</table>
</td>
</tr>
<tr style="height: 50px">
<td colspan="3">
<uc2:foot ID="Foot1" runat="server" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -