📄 left.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Left.aspx.cs" Inherits="Czy_Left" %>
<!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">
<LINK href="../CSS/Style.css" type="text/css" rel="stylesheet">
<title>无标题页</title>
</head>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 0px; WIDTH: 164px; POSITION: absolute; TOP: 0px"
cellSpacing="1" cellPadding="1" width="164" align="center" border="0" >
<TR class="HeaderStyle" >
<TD align="center" style="HEIGHT: 55.72%; width: 160px;cursor :hand ; " >
<span style="font-family: 宋体">操作员业务菜单</span></TD>
</TR>
<tr>
<td id="tab1" style="display:block; " >
<table>
<TR class="ItemStyle">
<TD align="center" style="height: 20px"><asp:hyperlink id="HyperLink1" runat="server" BorderColor="#EDF3FA" NavigateUrl="GdcwSf.aspx"
Target="OfficeMain" ForeColor="DeepSkyBlue">【固定车位收费】</asp:hyperlink></TD>
</TR>
<tr class="ItemStyle">
<td align="center" style="height: 16px">
<asp:HyperLink ID="Hyperlink2" runat="server" BorderColor="#EDF3FA" NavigateUrl="GdcjcqkList.aspx"
Target="OfficeMain" ForeColor="DeepSkyBlue">【固定车进出情况】</asp:HyperLink></td>
</tr>
<tr class="ItemStyle">
<td align="center" style="width: 160px">
<asp:HyperLink ID="Hyperlink5" runat="server" BorderColor="#EDF3FA" NavigateUrl="LscdjList.aspx"
Target="OfficeMain" ForeColor="DeepSkyBlue" BorderStyle="None">【临时车位收费管理】</asp:HyperLink></td>
</tr>
</table>
</td>
</tr>
<tr class="HeaderStyle" >
<td align="center" class="bt12b" style="HEIGHT: 55.72%; width: 160px;cursor :hand ; " >
历史信息记录</td>
</tr>
<tr>
<td id="tab2" style="display:block; " >
<table>
<tr class="ItemStyle">
<td align="center" style="width: 160px">
<asp:HyperLink ID="Hyperlink4" runat="server" BorderColor="#EDF3FA" NavigateUrl="SfjlFind.aspx"
Target="OfficeMain" ForeColor="DeepSkyBlue">【收费信息记录】</asp:HyperLink></td>
</tr>
<tr class="ItemStyle">
<td align="center" style="width: 160px">
<asp:HyperLink ID="Hyperlink6" runat="server" BorderColor="#EDF3FA" NavigateUrl="GdcjcqkList.aspx?Tag=See"
Target="OfficeMain" ForeColor="DeepSkyBlue">【固定车进出情况记录】</asp:HyperLink></td>
</tr>
<tr class="ItemStyle">
<td align="center" style="width: 160px; height: 30px;">
<asp:HyperLink ID="HyperLink10" runat="server" BorderColor="#EDF3FA" NavigateUrl="LscdjList.aspx?Tag=See"
Target="OfficeMain" ForeColor="DeepSkyBlue">【临时车收费记录 】</asp:HyperLink></td>
</tr>
<tr class="ItemStyle">
<td align="center" style=" cursor:hand; width: 160px; height: 20px" onclick="document.getElementById('userMenu').style.display='block';"">
<span style="color: #00bfff">【修改密码】</span>
</td>
</tr>
<tr class="ItemStyle">
<td align="center" style="width: 160px; height: 20px">
<asp:LinkButton ID="LinkButton1" runat="server" BorderColor="#EDF3FA" ForeColor="DeepSkyBlue" OnClick="LinkButton1_Click" >【重新登陆】</asp:LinkButton></td>
</tr>
</table>
</td>
</tr>
</TABLE>
<div id="userMenu" runat="server" align="center" style="border-right: gray thin solid;
border-top: gray thin solid; display: none; z-index: 2000; left: 0px; border-left: gray thin solid;
width: 160px; border-bottom: gray thin solid; position: relative; top: 155px;
height: 122px; background-color: ghostwhite">
<table style="height: 113px">
<TR class="ItemStyle">
<TD align="center" style="height: 20px"><asp:hyperlink id="Hyperlink16" runat="server" BorderColor="#EDF3FA" NavigateUrl="CplbS.aspx"
Target="OfficeMain" ForeColor="DeepSkyBlue">【密码】</asp:hyperlink>
<asp:TextBox ID="TextBox1" runat="server" Width="80px" TextMode="Password"></asp:TextBox></TD>
</TR>
<tr class="ItemStyle">
<td align="center" style="height: 16px">
<asp:HyperLink ID="HyperLink15" runat="server" BorderColor="#EDF3FA" ForeColor="DeepSkyBlue"
NavigateUrl="CplbS.aspx" Target="OfficeMain">【确认】</asp:HyperLink>
<asp:TextBox ID="TextBox2" runat="server" Width="80px" TextMode="Password"></asp:TextBox></td>
</tr>
<tr class="ItemStyle">
<td align="center" style="width: 160px">
<asp:Button ID="Button1" runat="server" CssClass="button"
Text="保存" OnClick="Button1_Click" />
<input id="Button2" class="button" onclick="document.getElementById('userMenu').style.display='none';" type="button" value="关闭" /></td>
</tr>
</table>
</div>
</FONT>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -