main.aspx.svn-base

来自「大学英语学习系统」· SVN-BASE 代码 · 共 47 行

SVN-BASE
47
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Main.aspx.cs" Inherits="SystemManage_Main" %>

<!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>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    
    <table border="1" align="center" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#666666" class="style2" id="TABLE1" runat="server" style="width: 730px; height: 77px">
    
          <tr>
            <td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF" style="height: 8px; background-image: url(Images/2.jpg);" colspan="2">
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                <asp:LinkButton ID="LnkbtnLogin" runat="server" OnClick="LnkbtnLogin_Click">登 录</asp:LinkButton>
                &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;
                <asp:LinkButton ID="LnkbtnReg" runat="server" OnClick="LnkbtnReg_Click">注 册</asp:LinkButton>
                &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;<asp:LinkButton ID="LnkbtnStudentInfo" runat="server" OnClick="LnkbtnStudentInfo_Click">个人资料</asp:LinkButton>
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <asp:LinkButton ID="LnkbtnExit" runat="server" OnClick="LnkbtnExit_Click">退 出</asp:LinkButton>
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:Label ID="LabTname" runat="server"></asp:Label></td>
          </tr>
          <tr>
              <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="2" style="height: 12px; background-image: url(Images/3.jpg);">
                  <asp:LinkButton ID="LnkColTest" runat="server" OnClick="LnkColTest_Click">集体测试</asp:LinkButton>
                  &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;
                  <asp:LinkButton ID="LnkGeneralEx" runat="server" OnClick="LnkGeneralEx_Click">综合测试</asp:LinkButton>
                  &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; <asp:LinkButton ID="LnkExercise" runat="server" OnClick="LnkExercise_Click">单项练习</asp:LinkButton>
                  &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; 
                  <asp:LinkButton ID="LnkQueryGrade" runat="server" OnClick="LnkQueryGrade_Click">成绩查询</asp:LinkButton>
                  &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;
                  <asp:LinkButton ID="LinkButton8" runat="server" CssClass="select2">疑问解答</asp:LinkButton></td>
          </tr>
          <tr>
            <td align="center" bordercolor="#FFFFFF" bgcolor="#FFFFFF" style="height: 22px" colspan="2">
                </td>
          </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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