📄 menu.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Manager_Menu, App_Web_tty86oeo" %>
<%@ Register Assembly="C1.Web.Command.2" Namespace="C1.Web.Command" TagPrefix="c1c" %>
<!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" />
</head>
<body style="margin: 0px; text-align: center; background-color: gray;">
<form id="form1" runat="server">
<div>
<c1c:C1WebTopicBar ID="FixerMenu" runat="server" BackColor="#C1C4D3" CaptionImageHeight="62px"
CaptionImageWidth="62px" GroupPadding="10px" GroupSpacing="10px" IconBarWidth="16px"
ItemSpacing="2px" Padding="10px" Width="180px">
<SeparatorStyle BorderColor="LightGray" BorderStyle="Solid" BorderWidth="1px" />
<GroupStyle BackColor="#F0F1F5" BorderColor="White" BorderStyle="Solid" BorderWidth="1px" />
<MouseOverSelectedItemStyle BackColor="White" BorderColor="Silver" BorderStyle="Solid"
BorderWidth="1px" Font-Underline="True" ForeColor="Black" />
<DisabledItemStyle ForeColor="#9D9DA1" />
<Groups>
<c1c:C1WebTopicBarGroup ClientScripts="" Text="管理选项">
<Items>
<c1c:C1WebTopicBarItem ClientScripts="" NavigateUrl="Report.aspx" Target="main" Text="故障报修">
<ItemStyle ImageUrl="~/Images/icon_case.gif" />
</c1c:C1WebTopicBarItem>
<c1c:C1WebTopicBarItem ClientScripts="" Target="main" Text="查看留言" NavigateUrl="Message.aspx">
<ItemStyle ImageUrl="~/Images/icon_gonggao2.gif" />
</c1c:C1WebTopicBarItem>
<c1c:C1WebTopicBarItem ClientScripts="" NavigateUrl="Password.aspx" Target="main"
Text="更改密码">
<ItemStyle ImageUrl="~/Images/icon_linkman.gif" />
</c1c:C1WebTopicBarItem>
<c1c:C1WebSeparator>
</c1c:C1WebSeparator>
<c1c:C1WebTopicBarItem ClientScripts="" Text="退出管理" NavigateUrl="Loginout.aspx" Target="main">
<ItemStyle ImageUrl="~/Images/icon_exit.gif" />
</c1c:C1WebTopicBarItem>
</Items>
</c1c:C1WebTopicBarGroup>
</Groups>
<SelectedItemStyle BackColor="White" BorderColor="Silver" BorderStyle="Solid" BorderWidth="1px" />
<ExpandedHeaderStyle BackColor="#FBFBFC" Font-Bold="True" Font-Names="Tahoma" Font-Size="8pt"
ForeColor="#7E7E98" Height="24px" IndicatorUrl="res:af_topicind03.gif" LabelPaddingLeft="10px" />
<MouseOverCollapsedHeaderStyle BackColor="#FBFBFC" Font-Bold="True" ForeColor="#7E7C7C"
IndicatorUrl="res:af_topicind04.gif" LabelPaddingLeft="10px" />
<MouseOverItemStyle Font-Underline="True" ForeColor="#7E7C7C" />
<CollapsedHeaderStyle BackColor="#FBFBFC" Font-Bold="True" Font-Names="Tahoma" Font-Size="8pt"
ForeColor="#7E7E98" Height="24px" IndicatorUrl="res:af_topicind04.gif" LabelPaddingLeft="10px" />
<ItemStyle BackColor="#F0F1F5" BorderColor="#F0F1F5" BorderStyle="Solid" BorderWidth="1px"
Font-Names="Tahoma" Font-Size="8pt" ForeColor="DimGray" />
<MouseOverExpandedHeaderStyle BackColor="#FBFBFC" Font-Bold="True" ForeColor="#7E7C7C"
IndicatorUrl="res:af_topicind03.gif" LabelPaddingLeft="10px" />
<DisabledHeaderStyle BackColor="#FBFBFC" Font-Bold="True" Font-Names="Tahoma" Font-Size="8pt"
ForeColor="#7E7E98" Height="24px" IndicatorUrl="res:af_topicind04.gif" LabelPaddingLeft="10px" />
</c1c:C1WebTopicBar>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -