📄 admintop.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="admintop.ascx.cs" Inherits="admintop" %>
<%@ Register Assembly="Meta.Web" Namespace="Meta.Web.Controls" TagPrefix="mc" %>
<link href="admin.css" rel="stylesheet" type="text/css" />
<div align="center" style="text-align: left">
<table border="0" style="width: 954px" >
<tr>
<td nowrap="nowrap" style="width: 166px; height: 31px" background="images/top_bg.gif">
<div align="center" style="background-image: url(images/top_bg.gif)">
<strong><span style="font-weight: bold; font-size: 16px; color: #ffffff">学生寝室管理系统</span></strong></div>
</td>
<td nowrap="nowrap" style="width: 808px; height: 31px">
<div align="left" style="font-weight: bold">
现在是<mc:DateLabel ID="DateLabel1" runat="server" />
<mc:TimeLabel ID="TimeLabel1" runat="server" />
欢迎您!
<asp:Label ID="Label1" runat="server" ForeColor="Red" Style="font-weight: bold;
font-size: 14px"></asp:Label>管理员<asp:LinkButton ID="LinkButton2" runat="server" OnClick="LinkButton2_Click"
Style="font-weight: bold; color: navy">[退出]</asp:LinkButton>
<asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click" CausesValidation="False">网站首页</asp:LinkButton>
谢谢您的支持</div>
</td>
</tr>
</table>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -