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

📄 tqms_master.master

📁 一个多用户在线题库管理系统,可以实现各类试题的添加和管理
💻 MASTER
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="TQMS_Master.master.cs" Inherits="TQMS_Master" EnableTheming="true"   %>
<!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 id="Head1" runat="server">
    <title>无标题页</title>
</head>
<body  style="margin-top:0px; margin-left:0"   >
<center>
    <form id="form1" runat="server">
    <div>
        <div style="width:100%;">
     <table  height="100" width="980" cellpadding="0" cellspacing="0"   >
                <tr>
                    <td style="width: 200px; height: 120px; background-color: transparent;" background="App_Themes/lightblue/images/tqms_01.jpg" >
                    </td>
                    <td align="center" style="height: 97px" background="App_Themes/lightblue/images/tqms_02.jpg" >
                        <span style="font-size: 32pt; color: #ff9900; font-family: 华文行楷; background-color: transparent;">
                        试题素材管理系统</span></td>
                </tr>
                <tr><td colspan="2" background="App_Themes/lightblue/images/tqms_03.jpg" height="10"> </td></tr>
            </table>
    </div>
          <div>
             
              <table cellpadding="0" cellspacing="0" height="400" width="980">
                  <tr>
                      <td background="images/tqms_15.jpg" height="20" width="200">
                      </td>
                      <td style="height: 19px">
                          &nbsp;</td>
                  </tr>
                  <tr>
                      <td align="center" height="100%" valign="top" width="200" background="images/tqms_05.jpg">
                          &nbsp; &nbsp;&nbsp;
                          <table>
                              <tr>
                                  <td>
                                      <asp:HyperLink ID="hlkUser" runat="server" Height="40px" Width="150px">HyperLink</asp:HyperLink></td>
                              </tr>
                              <tr>
                                  <td>
                                      <asp:HyperLink ID="hlkCouser" runat="server" Height="40px" Width="150px" Visible="False">HyperLink</asp:HyperLink></td>
                              </tr>
                              <tr>
                                  <td>
                                      <asp:HyperLink ID="hlkChapter" runat="server" Height="40px" Width="150px" Visible="False">HyperLink</asp:HyperLink></td>
                              </tr>
                              <tr>
                                  <td>
                                      <asp:HyperLink ID="hlkQuestion" runat="server" Height="40px" Width="150px">HyperLink</asp:HyperLink></td>
                              </tr>
                              <tr>
                                  <td>
                                      <asp:LinkButton ID="hlkQuit" runat="server" Height="40px" OnClick="hlkQuit_Click"
                                          Width="150px">退出</asp:LinkButton></td>
                              </tr>
                          </table>
                          </td>
                          <td align="center" valign="top">
                              <asp:ContentPlaceHolder ID="Main" runat="server">
                              </asp:ContentPlaceHolder>
                          </td>
                  </tr>
                  <tr>
                      <td background="images/tqms_19.jpg" width="200">
                      </td>
                      <td style="height: 19px">
                      </td>
                  </tr>
              </table>
        </div>
        <div style="clear: both; font-size: 10pt; left: 0px; float: none; background-image: url(App_Themes/lightblue/images/tqms_22.jpg); visibility: visible; vertical-align: text-bottom; width: 980px; border-top-style: none; padding-top: 5px; border-right-style: none; border-left-style: none; top: 8px; height: 30px; text-align: center; border-bottom-style: none">
            <center>
                版权所有 (C)技术支持:chujiaqiang229@163.com。<a href="http://www.51aspx.com" target="_blank">download from 51aspx.com</a>
</center>
        </div>
        </div>
    </form>
    </center>
</body>
</html>

⌨️ 快捷键说明

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