mid.html
1004 Bytes
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="http://static.yohobuy.com/admin/css/style.css" rel="stylesheet" type="text/css" media="all" />
<title>YOHO有货后台管理</title>
</head>
<script language='javaScript' type='text/javaScript'>
var displayBar=true;
function switchBar(o) {
if (displayBar) {
parent.document.getElementById("left").parentNode.cols="0,10,*";
displayBar=false;
o.className="btn_mid_over"
//o.value=">"
} else {
parent.document.getElementById("left").parentNode.cols="195,10,*";
displayBar=true;
o.className="btn_mid"
//o.value="<"
}
}
</script>
</head>
<body style="height:100%">
<div class="mid">
<div class="btn_mid" onClick="switchBar(this);" title="收缩/展开"></div>
</div>
</body>
</html>