📄 loginout.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Manager_Loginout, App_Web_tty86oeo" %>
<!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>
<link href="../Images/Style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
html,body{height:100%;}
-->
</style>
</head>
<body style="margin: 1px">
<form id="form1" runat="server">
<div>
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%">
<tr>
<td align="center" style="width: 100%"><table border="0" cellpadding="0" cellspacing="0" style="width: 450px">
<tr>
<td align="center" style="width: 100%">
<img src="../Images/loginout.jpg" /></td>
</tr>
<tr>
<td align="center" style="width: 100%; height: 50px">
<asp:Button ID="btnExit" runat="server" Height="25px" OnClick="btnExit_Click" Text="确定"
Width="70px" />
<asp:Button ID="btnCancle" runat="server" Height="25px" OnClick="btnCancle_Click"
Text="取消" Width="70px" /></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -