stheader.ascx
来自「连锁配送中心系统」· ASCX 代码 · 共 21 行
ASCX
21 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="STHeader.ascx.cs" Inherits="STcontract.STControls.STHeader" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<LINK href="../style.css" type="text/css" rel="stylesheet">
</head>
<body leftmargin="0" topmargin="0">
<div align="center">
<img src="../Images/UserHead.jpg" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="328,125,399,154" href="../STUser/STUserInfo.aspx">
<area shape="rect" coords="402,125,511,153" href="../STUser/STUserDep.aspx">
<area shape="rect" coords="517,125,586,154" href="../STUser/STUserProduct.aspx">
<area shape="rect" coords="588,125,661,154" href="../STUser/STSale.aspx">
<area shape="rect" coords="665,125,742,153" href="../Index.aspx">
</map>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?