⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default.aspx

📁 asp.net 2.0的教务管理软件源码
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/style/MasterPage.master" AutoEventWireup="true"
    CodeFile="default.aspx.cs" Inherits="Start" Title="起始页 - 杰邦教学管理系统 |-51aspx.com" %>

<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
    <div style="z-index: 101; left: 3px; width: 97%; position: absolute; top: 2px; height: 37px;
        border-right: #66cccc thin dashed; border-top: #66cccc thin dashed; vertical-align: middle;
        border-left: #66cccc thin dashed; border-bottom: #66cccc thin dashed; text-align: center;">
        <br />
        欢迎使用杰邦教学管理系统 v0.1beta |-51aspx.com</div>
    <div style="border-right: #66cccc thin dashed; border-top: #66cccc thin dashed; z-index: 102;
        left: 1px; border-left: #66cccc thin dashed; width: 200px; border-bottom: #66cccc thin dashed;
        position: absolute; top: 51px; bottom: 48px; height: 415px;">
        <table width="100%">
            <tr>
                <td class="titlebar">
                    您好!<asp:Literal runat="server" ID="litSuper"></asp:Literal>管理员:</td>
            </tr>
        </table>
        <table width="100%" border="1" cellspacing="0" cellpadding="2">
            <tr>
                <td style="height: 22px; width: 86px;" align="right">
                    您的登录名:</td>
                <td>
                    <asp:Label ID="lblManager" runat="server"></asp:Label></td>
            </tr>
            <tr>
                <td style="height: 22px" align="right">
                    您的职务:</td>
                <td>
                    <asp:Label ID="lblDuty" runat="server"></asp:Label></td>
            </tr>
            <tr>
                <td style="height: 22px" align="right">
                    本次登录时间:</td>
                <td>
                    <asp:Label ID="lblLastLogin" runat="server"></asp:Label></td>
            </tr>
            <tr>
                <td style="height: 22px" align="right">
                </td>
                <td>
                </td>
            </tr>
        </table>
        <br />
        <table width="100%">
            <tr>
                <td class="titlebar" style="height: 24px">
                    您的信息:</td>
            </tr>
        </table>
        <table cellspacing="2" width="100%" border="1">
            <tbody>
                <tr>
                    <td style="height: 24px; width: 86px;" align="right">
                        </td>
                    <td>
                        </td>
                </tr>
                <tr>
                    <td style="height: 25px; width: 86px;" align="right">
                        待咨询学生:</td>
                    <td style="height: 25px">
                        <asp:Label ID="lblWait" runat="server"></asp:Label>人</td>
                </tr>
                <tr>
                    <td align="right" style="width: 86px; height: 24px">
                        在读学生:</td>
                    <td>
                        <asp:Label ID="lblReading" runat="server"></asp:Label>人</td>
                </tr>
                <tr>
                    <td style="height: 24px; width: 86px;" align="right">
                        已毕业学生:</td>
                    <td>
                        <asp:Label ID="lblGraduated" runat="server" Text="Label"></asp:Label>人</td>
                </tr>
                <tr>
                    <td align="right" style="width: 86px; height: 24px">
                    </td>
                    <td>
                    </td>
                </tr>
                <tr>
                    <td align="right" style="width: 86px; height: 24px">
                        已收学费累计:</td>
                    <td>
                        <asp:Label ID="lblSumFee" runat="server"></asp:Label>元</td>
                </tr>
                <tr>
                    <td align="right" style="width: 86px; height: 24px">
                        本月学费:</td>
                    <td>
                        <asp:Label ID="lblSumMonth" runat="server"></asp:Label>元</td>
                </tr>
            </tbody>
        </table>
    </div>
    <div style="z-index: 100; left: 206px; width: 77%; position: absolute; top: 51px;
        bottom: 48px; background: #ccffff; border-right: #66cccc thin dashed; border-top: #66cccc thin dashed;
        border-left: #66cccc thin dashed; border-bottom: #66cccc thin dashed; height: 421px;" id="mainDiv">
        <div style="clear: both; z-index: 102; left: 33px; width: 97px; position: absolute;
            top: 5px; height: 19px; vertical-align: bottom; background-color: aqua;">
            <table style="width: 100%">
                <tr>
                    <td class="titlebar">
                        常见任务:</td>
                </tr>
            </table>
        </div>
        <div style="z-index: 101; left: 21px; width: 300px; position: absolute; top: 18px;
            border:#3366ff 1px dotted;  background-color: white; height: 354px; padding:10px;">
            <br />
            &nbsp;
            <table cellpadding="4" width="100%" class="mainLink">
                <tr>
                    <td style="width: 40px">
                <asp:Image ID="Image1" runat="server" ImageAlign="AbsMiddle" Height="36px" ImageUrl="~/images/02.gif" Width="34px" /></td>
                    <td>
                <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/Personal/StudentIn.aspx">添加新学生</asp:HyperLink></td>
                </tr>
                <tr>
                    <td>
                <asp:Image ID="Image2" runat="server" ImageAlign="AbsMiddle" ImageUrl="~/images/05.gif" Height="36px" /></td>
                    <td>
                <asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="~/Personal/StudentList.aspx">查看/管理学生列表</asp:HyperLink></td>
                </tr>
                <tr>
                    <td>
                <asp:Image ID="Image3" runat="server" ImageAlign="AbsMiddle" ImageUrl="~/images/06.gif" Height="36px" /></td>
                    <td>
                <asp:HyperLink ID="HyperLink3" runat="server" NavigateUrl="~/Personal/StudentAttend.aspx">管理学生考勤</asp:HyperLink></td>
                </tr>
                <tr>
                    <td>
                <asp:Image ID="Image4" runat="server" ImageAlign="AbsMiddle" ImageUrl="~/images/07.gif" Height="36px" /></td>
                    <td>
                <asp:HyperLink ID="HyperLink4" runat="server" NavigateUrl="~/Personal/StudentCredit.aspx">管理学生成绩</asp:HyperLink></td>
                </tr>
                <tr>
                    <td>
                <asp:Image ID="Image5" runat="server" ImageAlign="AbsMiddle" ImageUrl="~/images/09.gif" Height="36px" /></td>
                    <td>
                <asp:HyperLink ID="HyperLink5" runat="server" NavigateUrl="~/Personal/EmployeeSelfIn.aspx">修改我的个人资料</asp:HyperLink></td>
                </tr>
                <tr>
                    <td>
                <asp:Image ID="Image6" runat="server" ImageAlign="AbsMiddle" ImageUrl="~/images/11.gif" Height="36px" /></td>
                    <td>
                <asp:HyperLink ID="HyperLink6" runat="server" NavigateUrl="~/Signin.aspx">退出系统(注销)</asp:HyperLink></td>
                </tr>
            </table>
            &nbsp;</div>
        <div style="z-index: 101; left: 365px; width: 46%; position: absolute; top: 18px;
            border:#3366ff 1px dotted;  background-color: white; height: 152px; padding:10px; overflow: auto;">
            <br />
            <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CssClass="mainView"
                DataSourceID="SqlDataSource1" EmptyDataText="目前还没有领导部门或班级" ShowHeader="False"
                Width="95%">
                <Columns>
                    <asp:BoundField DataField="theID" HeaderText="ID">
                        <ItemStyle HorizontalAlign="Center" Width="20%" />
                    </asp:BoundField>
                    <asp:HyperLinkField DataNavigateUrlFields="theID" DataNavigateUrlFormatString="~/Personal/StudentList.aspx?ClassID={0}"
                        DataTextField="theName" HeaderText="名称" />
                </Columns>
            </asp:GridView>
            <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:keke100ConnectionString %>"
                SelectCommand="p_ListMyPowerClass" SelectCommandType="StoredProcedure">
                <SelectParameters>
                    <asp:SessionParameter Name="EmployeeID" SessionField="LoginID" Type="Int32" />
                </SelectParameters>
            </asp:SqlDataSource>
        </div>
    <div style="z-index: 101; left: 366px; width: 46%; position: absolute; top: 208px;
            border:#3366ff 1px dotted;  background-color: white; height: 165px; padding:10px; overflow: auto;">
                <br />
        <asp:GridView ID="GridView2" runat="server" AutoGenerateColumns="False" CssClass="mainView"
            DataSourceID="SqlDataSource2" EmptyDataText="目前还没有安排课程" ShowHeader="False" Width="95%">
            <Columns>
                <asp:BoundField DataField="theID" HeaderText="ID">
                    <ItemStyle HorizontalAlign="Center" Width="20%" />
                </asp:BoundField>
                <asp:HyperLinkField DataNavigateUrlFields="theID" DataNavigateUrlFormatString="~/Personal/StudentAttend.aspx?dc_ID={0}"
                    DataTextField="theName" Text="名称" />
            </Columns>
        </asp:GridView>
        <asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:keke100ConnectionString %>"
            SelectCommand="p_ListEmDeCourse" SelectCommandType="StoredProcedure">
            <SelectParameters>
                <asp:SessionParameter Name="em_ID" SessionField="LoginID" Type="Int32" />
                <asp:Parameter DefaultValue="1" Name="IsSelected" Type="Int32" />
            </SelectParameters>
        </asp:SqlDataSource>
    </div>
                <div style="clear: both; z-index: 103; left: 379px; width: 97px; position: absolute;
            top: 197px; height: 19px; vertical-align: bottom; background-color: aqua;">
                    <table style="width: 100%">
                        <tr>
                            <td class="titlebar">
                                您的课程:</td>
                        </tr>
                    </table>
                </div>
            <div style="clear: both; z-index: 103; left: 379px; width: 97px; position: absolute;
            top: 5px; height: 19px; vertical-align: bottom; background-color: aqua;">
                <table style="width: 100%">
                    <tr>
                        <td class="titlebar">
                            您的班级:</td>
                    </tr>
                </table>
            </div>
    </div>
</asp:Content>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -