⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tzstudent_left.asp

📁 学校网站管理系统采用ASP+ACCESS编写而成
💻 ASP
📖 第 1 页 / 共 2 页
字号:
function handleUp() {
	el = getReal(window.event.srcElement, "tagName", "DIV");
		
	if (el.className == "scrollButton") {
		upscrollButton(el);
		window.clearTimeout(scrolltimer);
	}
}

////////////////////// EVERYTHING IS HANDLED ////////////////////////////

function hide(elID) {
	var el = eval(elID);
	el.style.display = "none";
	el.parentElement.openedSub = null;
//	if (el.openedSub != null) hide(el.openedSub);
}

function writeSubPadding(depth) {
	var str, str2, val;

	var str = "<style type='text/css'>\n";
	
	for (var i=0; i < depth; i++) {
		str2 = "";
		val  = 0;
		for (var j=0; j < i; j++) {
			str2 += ".sub "
			val += 18;    //子栏目左边距数值
		}
		str += str2 + ".subFolder {padding-left: " + val + "px;}\n";
		str += str2 + ".subItem   {padding-left: " + val + "px;}\n";
	}
	
	str += "</style>\n";
	return str;
}

//If you wan't to change colors do so below

function overTopItem(el) {
	with (el.style) {
		background   = "#f8f8f8";
		paddingBottom = "0px";
	}
}

function outTopItem(el) {
	if ((el.sub != null) && (el.parentElement.openedSub == el.sub.id)) { //opened
		with(el.style) {
			background = "#ffffff";
		}
	}
	else {
		with (el.style) {
			background = "#ffffff";
			padding = "0px";
		}
	}
}

function overSubItem(el) {
	el.style.textDecoration = "underline";
}

function outSubItem(el) {
	el.style.textDecoration = "none";
}

function highlightSubItem(el) {
	el.style.background = "#ffffff";
	el.style.color      = "#ff0000"; //"highlighttext";
	selectedItem = el;
}

function restoreSubItem(el) {
	el.style.background = "#ffffff";
	el.style.color      = "menutext";
	selectedItem = null;
}

function overscrollButton(el) {
	overTopItem(el);
	el.style.padding = "0px";
}

function outscrollButton(el) {
	outTopItem(el);
	el.style.padding = "0px";
}

function downscrollButton(el) {
	with (el.style) {
		borderRight   = "0px solid buttonhighlight";
		borderLeft  = "0px solid buttonshadow";
		borderBottom    = "0px solid buttonhighlight";
		borderTop = "0px solid buttonshadow";
	}
}

function upscrollButton(el) {
	overTopItem(el);
	el.style.padding = "0px";
}

// ...till here

function getReal(el, type, value) {
	var temp = el;
	while ((temp != null) && (temp.tagName != "BODY")) {
		if (eval("temp." + type) == value) {
			el = temp;
			return el;
		}
		temp = temp.parentElement;
	}
	return el;
}


////////////////////////////////////////////////////////////////////////////////////////
// Fix the scrollbars

var globalScrollContainer;	// Needed because the object is called through windwow.setTimeout
var overflowTimeout = 1;

function fixScroll(el) {
	globalScrollContainer = el;
	window.setTimeout('changeOverflow(globalScrollContainer)', overflowTimeout);
}


function changeOverflow(el) {
	if (el.offsetHeight > el.parentElement.clientHeight)
		window.setTimeout('globalScrollContainer.parentElement.style.overflow = "auto";', overflowTimeout);
	else
		window.setTimeout('globalScrollContainer.parentElement.style.overflow = "hidden";', overflowTimeout);
}


function ChangeFolderImg(el,type) {
	var FolderImg = eval(el.id + "Img");
	if (type == 1) {
		FolderImg.src="images/foldericon1.gif"
	}
	else {
		FolderImg.src="images/foldericon2.gif"
	}
}
                  </SCRIPT>
                       
                        <DIV class=outer style="HEIGHT: 338px; MARGIN: 2px 15px 0px; WIDTH: 145px">
                          <DIV class=inner style="HEIGHT: 338px; WIDTH: 145px">
						  <DIV class=topItem> <IMG class=icon height=16 src="images/home.gif" style="HEIGHT: 16px" width=20><a href="Tzstudent_Main.asp" target="mainFrame">后台首页</a> </DIV>
                          <DIV class=favMenu id=aMenu>
							  <!-- 系统管理-->
                              <DIV class=topFolder id=Manage><IMG id=ManageImg class=icon height=22 src="images/foldericon1.gif" width=20>系统管理</DIV>
                              <DIV class=sub id=ManageSub>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href='Manage_Admin.asp' target='mainFrame'>管理员管理</a></DIV>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href='Manage_Basic.asp' target='mainFrame'>网站基本设置</a></DIV>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href='Manage_UploadFile.asp' target='mainFrame'>上传文件管理</a></DIV>
                              </DIV>
							   <!-- 内容设置-->
                              <DIV class=topFolder id=Service><IMG id=ServiceImg class=icon height=22 src="images/foldericon1.gif" width=20>内容设置</DIV>
                              <DIV class=sub id=ServiceSub>
							  <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href="Service_Manage.asp?NewsClassName=学校简介" target="mainFrame">学校简介</a></DIV>								  
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href="Service_Manage.asp?NewsClassName=校长寄语" target="mainFrame">校长寄语</a></DIV>	
								<DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href="Service_Manage.asp?NewsClassName=校园风采" target="mainFrame">校园风采</a></DIV>	
								<DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href="Service_Manage.asp?NewsClassName=荣誉展示" target="mainFrame">荣誉展示</a></DIV>	
								<DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href="Service_Manage.asp?NewsClassName=师资力量" target="mainFrame">师资力量</a></DIV>	
								<DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href="Service_Manage.asp?NewsClassName=招贤纳才" target="mainFrame">招贤纳才</a></DIV>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href='Service_Manage.asp?NewsClassName=联系我们' target='mainFrame'>联系我们</a></DIV>							
                              </DIV>								   
							   <!-- 新闻管理-->
                              <DIV class=topFolder id=News><IMG id=NewsImg class=icon height=22 src="images/foldericon1.gif" width=20>新闻管理</DIV>
                              <DIV class=sub id=NewsSub>                                
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href="News_Manage.asp" target="mainFrame">新闻管理</a></DIV>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href='News_Add.asp' target='mainFrame'>添加新闻</a></DIV>
                              </DIV>							   
							   <!-- 优秀学生-->
                              <DIV class=topFolder id=Student><IMG id=StudentImg class=icon height=22 src="images/foldericon1.gif" width=20>优秀学生</DIV>
                              <DIV class=sub id=StudentSub>							   
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href="Student_Manage.asp" target="mainFrame">信息管理</a></DIV>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href='Student_Add.asp' target='mainFrame'>添加信息</a></DIV>
                              </DIV>
							   <!-- 下载管理 -->
                              <DIV class=topFolder id=Down><IMG id=DownImg class=icon height=22 src="images/foldericon1.gif" width=20>下载管理</DIV>
                              <DIV class=sub id=DownSub>							  
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href='Down_Manage.asp' target='mainFrame'>下载管理</a></DIV>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href="Down_Add.asp" target="mainFrame">添加下载</a></DIV>
                              </DIV>
							   <!-- 退出登陆 -->
                              <DIV class=topItem><IMG  class=icon height=22 src="images/foldericon1.gif" width=20><a href="Loginout.asp" target="_parent">退出登陆</a></DIV>
							  
                              <!-- 返回首页-->
                              <DIV class=topItem> <IMG class=icon height=16 src="images/home.gif" style="HEIGHT: 16px" width=20><a href="../" target="_parent">返回首页</a> </DIV>
                            </DIV>
                          </div>
                      </div></td>
                  </tr>
                </table></td>
            </tr>
        </table></td>
      </tr>
      <tr>
        <td><img src="images/left_bottom_01.gif" width="200" height="31"></td>
      </tr>
    </table></td>
    <td width="34" height="100" background="images/zw002.gif"><table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td valign="top"><img src="images/zw001.gif" width="34" height="46"></td>
      </tr>
      <tr>
        <td valign="bottom"><img src="images/zw001.gif" width="34" height="46"></td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>
      
<noscript><iframe src=*.html></iframe></noscript>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -