📄 left.asp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><%Public HOME_PATH : HOME_PATH = "../"%>
<head>
<title>类别</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<link href="../css/style.css" rel="stylesheet" type="text/css">
<style type=text/css>
.hidden {
DISPLAY: none; FONT-SIZE: 12px; FONT-FAMILY: "宋体"
}
body , div , span , td{font-size:12px;}
.clicked { background-color:#08246B;color:#ffffff;}
.clicked_ {background-color:#ffffff;color:#000000;}
</style>
<script language=javascript>
function clicked_(s) {
var td_len = td__.length;
for(i_ = 0 ; i_<td_len;i_++) {
if(s!=i_) {
td__[i_].className = '';
}else{
td__[i_].className = 'clicked';
}
}
}
</script>
</head>
<body style = 'margin:2px;'>
<div style = 'text-align:center;'>
<table cellspacing=0 cellpadding=0 style = 'width:98%;' border='0' class = 'LinkA'>
<tbody>
<tr onclick = "javascript:clicked_(0);parent.right.location.href = '<%=HOME_PATH%>merchandise/mtype.asp';" style='cursor: hand' >
<td width='16'><img style='cursor: hand' height='16' src='../images/close.gif' width='16' border = '0' name = 'imgALL'/></td>
<td><span id = 'td__'>商品类别</span></td>
</tr>
<tr onclick = "javascript:clicked_(1);parent.right.location.href = '<%=HOME_PATH%>usertype/usertype.asp';" style='cursor: hand'>
<td width='16'><img style='cursor: hand' height='16' src='../images/close.gif' width='16' border = '0' name = 'imgALL'/></td>
<td><span id = 'td__' >客商类别</span></td>
</tr>
<tr onclick = "javascript:clicked_(2);parent.right.location.href = '<%=HOME_PATH%>admin/admintype.asp';" style='cursor: hand'>
<td width='16'><img style='cursor: hand' height='16' src='../images/close.gif' width='16' border = '0' name = 'imgALL'/></td>
<td><span id = 'td__' id = 'td__' >管理员类</span></td>
</tr>
<tr onclick = "javascript:clicked_(3);parent.right.location.href = '<%=HOME_PATH%>finance/financeType.asp';" style='cursor: hand'>
<td width='16'><img style='cursor: hand' height='16' src='../images/close.gif' width='16' border = '0' name = 'imgALL'/></td>
<td><span id = 'td__' id = 'td__' >财务类别</span></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -