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

📄 tzstudent_left.asp

📁 ①后台增加了基本设置功能
💻 ASP
📖 第 1 页 / 共 2 页
字号:
	
	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=About><IMG id=AboutImg class=icon height=22 src="images/foldericon1.gif" width=20>公司概况</DIV>
                              <DIV class=sub id=AboutSub>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href='About_ClassManage.asp' target='mainFrame'>栏目设置</a></DIV>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href="About_Manage.asp" target="mainFrame">信息管理</a></DIV>
								<DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href="About_Add.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_ClassManage.asp' target='mainFrame'>栏目设置 </a></DIV>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href="Service_Manage.asp" target="mainFrame">信息管理</a></DIV>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href='Service_Add.asp' 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_ClassManage.asp' target='mainFrame'>类别设置</a></DIV>
                                <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=Product><IMG id=ProductImg class=icon height=22 src="images/foldericon1.gif" width=20>产品管理</DIV>
                              <DIV class=sub id=ProductSub>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href='Product_ClassManage.asp' target='mainFrame'>类别设置</a></DIV>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href="Product_Manage.asp" target="mainFrame">产品管理</a></DIV>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href='Product_Add.asp' target='mainFrame'>添加产品</a></DIV>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href="Product_Check.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=topFolder id=Order><IMG id=OrderImg class=icon height=22 src="images/foldericon1.gif" width=20>在线购买</DIV>
                              <DIV class=sub id=OrderSub>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href='Order_Manage.asp' target='mainFrame'>在线购买</a></DIV>
                              </DIV>
							   <!-- 会员管理-->
                              <DIV class=topFolder id=User><IMG id=UserImg class=icon height=22 src="images/foldericon1.gif" width=20>会员管理</DIV>
                              <DIV class=sub id=UserSub>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href='User_Manage.asp' target='mainFrame'>会员管理</a></DIV>
                              </DIV>
							   <!-- 留言管理-->
                              <DIV class=topFolder id=Music><IMG id=MusicImg class=icon height=22 src="images/foldericon1.gif" width=20>留言管理</DIV>
                              <DIV class=sub id=MusicSub>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href='Book_Manage.asp' target='mainFrame'>留言管理</a></DIV>
                              </DIV>
							  <!-- 网站调查-->
                              <DIV class=topFolder id=Vote><IMG id=VoteImg class=icon height=22 src="images/foldericon1.gif" width=20>调查管理</DIV>
                              <DIV class=sub id=VoteSub>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href='Vote_Manage.asp' target='mainFrame'>调查管理</a></DIV>
                                <DIV class=subItem><IMG class=icon height=22 src="images/htmlicon.gif" width=20><a href="Vote_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>
      <tr>
        <td><table width="100%"  border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><font color="#0000FF">企业网站智能管理系统 V3.0</font></td>
          </tr>
          <tr>
            <td><font color="#FF0000">收费版本:548元</font></td>
          </tr>
          <tr>
            <td><font color="#0000FF">客服QQ:461479662 86894886 </font></td>
          </tr>
          <tr>
            <td><font color="#0000FF">服务电话:13776684983</font></td>
          </tr>
        </table></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 + -