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

📄 left.php

📁 STCMS 音乐系统 v2.5 build 090501: 为达到最佳效果
💻 PHP
字号:
<!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=gb2312" />
<title>无标题文档</title>
<script type="text/javascript">
function divDisplay(id){
	if(document.getElementById(id).style.display == "block"){
		document.getElementById(id).style.display="none";
		return false;
	}else{
		document.getElementById(id).style.display="block";
		return false;
	}
}
</script>
<style type="text/css">
body {
	font-family:"Courier New", Courier, monospace;
	background-color:#FFFFFF;
	color:#0066CC;
	font-size:12px;
	margin:0px;
}
.title {
	background:#0066CC;
	color:#FFFFFF;
	font-size:14px;
	border:#0066CC 1px solid;
	margin-top:3px;
	padding:2px;
}
.content {
	background:#FFFFFF;
	color:#0066CC;
	border:#0066CC solid 1px;
	font-size:12px;
	padding:5px;
	line-height:18px;
}
a {
	color:#0066CC;
	text-decoration:none
}
.title a {
	color:#FFFFFF
}
</style>
</head>
<body>
<center>
		<div class="title"> <a href="main.php" target="mainFrame"><strong>后台首页</strong></a> </div>
		<div class="title"> <a href="../" target="_blank"><strong>打开首页</strong></a> </div>
		</div>
		<div class="title" id="channel_menu"> <a href="#" onclick="divDisplay('channel_list');"><strong>频道管理</strong></a></div>
		<div class="content" id="channel_list" style="display:block"> <a href="channel.php?action=add" target="mainFrame">添加频道</a><br />
				<a href="channel.php?action=view" target="mainFrame">查看频道</a></div>
		<div id="sort_menu" class="title"><a href="#" onclick="divDisplay('sort_list');"><strong>分类管理</strong></a></div>
		<div class="content" id="sort_list" style="display:block"> <a href="category.php?action=add" target="mainFrame">添加分类</a><br />
				<a href="category.php?action=view" target="mainFrame">查看分类</a></div>
		<div id="article_menu" class="title"><a href="#" onclick="divDisplay('article_list');"><strong>专辑管理</strong></a></div>
		<div class="content" id="article_list" style="display:block"><a href="special.php?action=add" target="mainFrame">添加专辑</a><br />
				<a href="special.php?action=view" target="mainFrame">查看专辑</a></div>
		<div id="news_menu" class="title"> <a href="#" onclick="divDisplay('news_list');"><strong>音乐管理</strong></a></div>
		<div class="content" id="news_list" style="display:block"> <a href="music.php?action=add" target="mainFrame">添加音乐</a><br />
				<a href="music.php?action=view" target="mainFrame">查看音乐</a></div>
		<div class="title" id="gbook_menu"> <a href="#" onclick="divDisplay('gbook_list');"><strong>评论&amp;文件</strong></a> </div>
		<div class="content" id="gbook_list" style="display:block"> <a href="comment.php?action=view" target="mainFrame">评论管理</a><br />
				<a href="upload.php?action=view" target="mainFrame">上传管理</a> </div>
		<div class="title"> <a href="#" onclick="divDisplay('member_div')"><strong>高级管理</strong></a> </div>
		<div id="member_div" style="display:block" class="content">
				<a href="member.php" target="mainFrame">查看会员</a><br />
				<a href="input.php" target="mainFrame">硬盘录入</a><br />
				<a href="server.php" target="mainFrame">试听服务器管理</a><br />
				<a href="artist.php" target="mainFrame">艺术家库</a>&nbsp;&nbsp;<a href="artist.php?action=add" target="mainFrame">添加</a>
		</div>
        <div class="title"> <a href="#" onclick="divDisplay('system_div')"><strong>系统相关</strong></a> </div>
		<div id="system_div" style="display:none" class="content"> <a href="config.php" target="mainFrame">首选参数</a><br />
				<a href="admin.php?" target="mainFrame">查看管理员</a><br />
				<a href="data.php" target="mainFrame">数据管理</a><br />
				<a href="log.php" target="mainFrame">系统记录</a><br />
				<a href="tpl.php" target="mainFrame">模板管理</a><br />
		</div>
		<div id="menu_bottom" class="title"> <a href="login.php?action=logout" target="_top"><strong>注销登陆</strong></a> </div>
</center>
</body>
</html>

⌨️ 快捷键说明

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