📄 userindex.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="userindex.aspx.cs" Inherits="userindex" Title="学生寝室管理系统" %>
<%@ Register Assembly="EeekSoft.Web.PopupWin" Namespace="EeekSoft.Web" TagPrefix="cc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table border="0" height="286" style="width: 944px">
<tr>
<td nowrap="nowrap" style="width: 283px;">
<div align="center" style="font-weight: bold; font-size: 15px">
寝室信息</div>
</td>
<td nowrap="nowrap" style="width: 137px">
<div align="right">
<asp:HyperLink ID="HyperLink1" runat="server" ImageUrl="~/images/right_title_bg.gif"
NavigateUrl="~/homeinfo.aspx" Height="19px">HyperLink</asp:HyperLink></div>
</td>
<td nowrap="nowrap" style="width: 352px;">
<div align="center" style="font-weight: bold; font-size: 15px">
班级信息</div>
</td>
<td nowrap="nowrap" style="width: 137px;" align="right">
<div align="right">
<asp:HyperLink ID="HyperLink2" runat="server" ImageUrl="~/images/right_title_bg.gif"
NavigateUrl="~/classinfo.aspx">HyperLink</asp:HyperLink></div>
</td>
</tr>
<tr>
<td colspan="2" style="height: 23px">
<asp:DataGrid ID="mydatadrid1" runat =server style="font-size: 13px; font-weight: normal;" AutoGenerateColumns="False" BackColor="White" BorderColor="#999999" BorderStyle="Solid" BorderWidth="1px" CellPadding="3" ForeColor="Black" GridLines="Vertical" Width="416px" Height="8px" >
<FooterStyle BackColor="#CCCCCC" />
<SelectedItemStyle BackColor="#000099" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" />
<AlternatingItemStyle BackColor="#CCCCCC" />
<HeaderStyle BackColor="Black" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundColumn DataField="homesex" HeaderText="寝室类别"></asp:BoundColumn>
<asp:BoundColumn DataField="homeflood" HeaderText="几栋">
<HeaderStyle Width="35px" />
</asp:BoundColumn>
<asp:BoundColumn DataField="homehao" HeaderText="几号">
<HeaderStyle Width="50px" />
</asp:BoundColumn>
<asp:BoundColumn DataField="homecount" HeaderText="几人间">
<HeaderStyle Width="50px" />
</asp:BoundColumn>
<asp:BoundColumn DataField="homephone" HeaderText="寝室电话"></asp:BoundColumn>
</Columns>
</asp:DataGrid> </td>
<td colspan="2" style="height: 23px">
<asp:DataGrid ID="mydatagrid2" runat="server" BackColor="White" BorderColor="#999999"
BorderStyle="Solid" BorderWidth="1px" CellPadding="3" GridLines="Vertical" style="font-size: 13px" AutoGenerateColumns="False" ForeColor="Black" Height="16px" Width="540px">
<FooterStyle BackColor="#CCCCCC" />
<SelectedItemStyle BackColor="#000099" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" />
<AlternatingItemStyle BackColor="#CCCCCC" />
<HeaderStyle BackColor="Black" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundColumn DataField="userid" HeaderText="学号"></asp:BoundColumn>
<asp:BoundColumn DataField="username" HeaderText="姓名"></asp:BoundColumn>
<asp:BoundColumn DataField="enterdate" HeaderText="入学时间"></asp:BoundColumn>
<asp:BoundColumn DataField="userdepartment" HeaderText="所属系别"></asp:BoundColumn>
<asp:BoundColumn DataField="userzhuanye" HeaderText="所学专业"></asp:BoundColumn>
<asp:BoundColumn DataField="classname" HeaderText="班级名称"></asp:BoundColumn>
<asp:BoundColumn DataField="teacher" HeaderText="指导老师"></asp:BoundColumn>
</Columns>
</asp:DataGrid>
</td>
</tr>
<tr>
<td nowrap="nowrap" style="width: 283px; height: 8px;">
<div align="center" style="font-weight: bold; font-size: 15px">
文明寝室信息</div>
</td>
<td nowrap="nowrap" style="height: 8px; width: 137px;">
<div align="right">
<asp:HyperLink ID="HyperLink3" runat="server" ImageUrl="~/images/right_title_bg.gif"
NavigateUrl="~/homewenminginfo.aspx">HyperLink</asp:HyperLink></div>
</td>
<td style="height: 8px; width: 352px;">
<div align="center" style="font-weight: bold; font-size: 15px">
寝室损坏信息</div>
</td>
<td style="width: 137px; height: 8px;" align="right">
<div align="right">
<asp:HyperLink ID="HyperLink4" runat="server" ImageUrl="~/images/right_title_bg.gif"
NavigateUrl="~/homebadlist.aspx">HyperLink</asp:HyperLink></div>
</td>
</tr>
<tr>
<td colspan="2" nowrap="nowrap" style="height: 82px">
<asp:DataGrid ID="mydatagrid3" runat="server" BackColor="White" BorderColor="#999999"
BorderStyle="Solid" BorderWidth="1px" CellPadding="3" GridLines="Vertical" AutoGenerateColumns="False" ForeColor="Black" style="font-size: 13px" Width="417px" Height="22px">
<FooterStyle BackColor="#CCCCCC" />
<SelectedItemStyle BackColor="#000099" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" />
<AlternatingItemStyle BackColor="#CCCCCC" />
<HeaderStyle BackColor="Black" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundColumn DataField="homesex" HeaderText="寝室类别">
<HeaderStyle Width="60px" />
</asp:BoundColumn>
<asp:BoundColumn DataField="homeflood" HeaderText="几栋">
<HeaderStyle Width="40px" />
</asp:BoundColumn>
<asp:BoundColumn DataField="homehao" HeaderText="几号">
<HeaderStyle Width="50px" />
</asp:BoundColumn>
<asp:BoundColumn DataField="homecount" HeaderText="几人间">
<HeaderStyle Width="50px" />
</asp:BoundColumn>
<asp:BoundColumn DataField="homephone" HeaderText="寝室电话">
<HeaderStyle Width="70px" />
</asp:BoundColumn>
<asp:BoundColumn DataField="homefen" HeaderText="分数">
<HeaderStyle Width="40px" />
</asp:BoundColumn>
</Columns>
</asp:DataGrid></td>
<td colspan="2" style="height: 82px">
<asp:DataGrid ID="mydatagrid4" runat="server" BackColor="White" BorderColor="#999999"
BorderStyle="Solid" BorderWidth="1px" CellPadding="3" GridLines="Vertical" style="font-size: 13px" AutoGenerateColumns="False" ForeColor="Black" Height="1px" Width="540px">
<FooterStyle BackColor="#CCCCCC" />
<SelectedItemStyle BackColor="#000099" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" />
<AlternatingItemStyle BackColor="#CCCCCC" />
<HeaderStyle BackColor="Black" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundColumn DataField="homeflood" HeaderText="几栋">
<HeaderStyle Width="30px" />
</asp:BoundColumn>
<asp:BoundColumn DataField="homehao" HeaderText="几号">
<HeaderStyle Width="30px" />
</asp:BoundColumn>
<asp:TemplateColumn HeaderText="内容">
<EditItemTemplate>
</EditItemTemplate>
<ItemTemplate>
<table border="0" style="width: 334px">
<tr>
<td align="left"> <%#DataBinder.Eval(Container.DataItem, "content")%>/<%#DataBinder.Eval(Container.DataItem, "datatime","{0:d}")%>-<font
color="#000033">[<%#DataBinder.Eval(Container.DataItem, "username")%>]</font>书写</td>
</tr>
</table>
</ItemTemplate>
</asp:TemplateColumn>
<asp:BoundColumn DataField="shenhe" HeaderText="审核">
<HeaderStyle Width="30px" />
</asp:BoundColumn>
</Columns>
</asp:DataGrid></td>
</tr>
</table>
</asp:Content>
<asp:Content ID="Content2" runat="server" ContentPlaceHolderID="ContentPlaceHolder2">
<cc1:popupwin id="PopupWin1" runat="server" backcolor="Gainsboro" bordercolor="Gray"
darkshadow="64, 64, 64" forecolor="White" gradientdark="220, 220, 220" gradientlight="64, 64, 64"
lightshadow="192, 192, 192" message="" popupspeed="80" shadow="0, 0, 0" text=""
textcolor="0, 0, 0" title="系统信息" style="font-weight: bold; text-align: center" Font-Bold="True" Font-Italic="True" Font-Strikeout="False" OffsetX="20" OffsetY="20"></cc1:popupwin>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -