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

📄 left.php

📁 十大精典PHP项目开发全程案例+代码
💻 PHP
字号:
<?php
	session_start();
	include "conn/conn.php";
	include "inc/chec.php";
?>
<table width="201" border="0" cellspacing="0" cellpadding="0" bgcolor="#f0f0f0">
  <tr>
    <td colspan="2" height="25">&nbsp;</td>
  </tr>
  <tr>
    <td height="25" class="menu_td"><div align="center">
<?php
	if(($_SESSION[type] == "super") or ($_SESSION[type] == "视频目录管理员")){
		echo "<img src='images/unlock.png' width='11' height='13' />";
	}else{
		echo "<img src='images/lock.png' width='11' height='13' />";
	}
?>

	</td>
    <td height="25" class="menu_td"><div align="left"><a <?php if(($_SESSION[type]=="super") or ($_SESSION[type]=="视频目录管理员")) echo "href='main.php?action=audioList'"; ?>>视频目录管理</a></div></td>
  </tr>
  <tr>
    <td height="25" class="menu_td"><div align="center">
      <?php
	if(($_SESSION[type] == "super") or ($_SESSION[type] == "音频目录管理员"))
		echo "<img src='images/unlock.png' width='11' height='13' />";
	else
		echo "<img src='images/lock.png' width='11' height='13' />";
?>
    </td>
    <td height="25" class="menu_td"><div align="left"><a <?php if(($_SESSION[type]=="super") or ($_SESSION[type]=="音频目录管理员")) echo "href='main.php?action=videoList'"; ?>>音频目录管理</a></div></td>
  </tr>
  <tr>
    <td height="25" class="menu_td"><div align="center">
      <?php
	if(($_SESSION[type] == "super") or ($_SESSION[type] == "视频数据管理员"))
		echo "<img src='images/unlock.png' width='11' height='13' />";
	else
		echo "<img src='images/lock.png' width='11' height='13' />";
?>
    </td>
    <td height="25" class="menu_td"><div align="left"><a <?php if(($_SESSION[type]=="super") or ($_SESSION[type]=="视频数据管理员")) echo "href='main.php?action=audio'";  ?>>视频数据管理</a></div></td>
  </tr>
  <tr>
    <td height="25" class="menu_td"><div align="center">
      <?php
	if(($_SESSION[type] == "super") or ($_SESSION[type] == "音频数据管理员"))
		echo "<img src='images/unlock.png' width='11' height='13' />";
	else
		echo "<img src='images/lock.png' width='11' height='13' />";
?>
    </td>
    <td height="25" class="menu_td"><div align="left"><a  <?php if (($_SESSION[type]=="super") or ($_SESSION[type]=="音频数据管理员")) echo "href='main.php?action=video'";  ?>>音乐数据管理</a></div></td>
  </tr>
  <tr>
    <td height="25" class="menu_td"><div align="center">
      <?php
	if(($_SESSION[type] == "super") or ($_SESSION[type] == "会员等级管理员"))
		echo "<img src='images/unlock.png' width='11' height='13' />";
	else
		echo "<img src='images/lock.png' width='11' height='13' />";
?>
    </td>
    <td height="25" class="menu_td"><div align="left"><a  <?php if(($_SESSION[type]=="super") or ($_SESSION[type]=="会员等级管理员")) echo "href='main.php?action=grade'"; ?>>会员等级设置</a></div></td>
  </tr>
  <tr>
    <td height="25" class="menu_td"><div align="center">
      <?php
	if(($_SESSION[type] == "super") or ($_SESSION[type] == "会员数据管理员"))
		echo "<img src='images/unlock.png' width='11' height='13' />";
	else
		echo "<img src='images/lock.png' width='11' height='13' />";
?>
    </td>
    <td height="25" class="menu_td"><div align="left"><a  <?php if(($_SESSION[type]=="super") or ($_SESSION[type]=="会员数据管理员")) echo "href='main.php?action=member'"; ?>>会员数据管理</a></div></td>
  </tr>
  <tr>
    <td height="25" class="menu_td"><div align="center">
      <?php
	if($_SESSION[type] == "super")
		echo "<img src='images/unlock.png' width='11' height='13' />";
	else
		echo "<img src='images/lock.png' width='11' height='13' />";
?>
    </td>
    <td height="25" class="menu_td"><div align="left"><a  <?php if($_SESSION[type]=="super") echo "href='main.php?action=log'";  ?>>上传日志管理</a></div></td>
  </tr>
  <tr>
    <td height="25" class="menu_td"><div align="center">
      <?php
	if($_SESSION[type] == "super")
		echo "<img src='images/unlock.png' width='11' height='13' />";
	else
		echo "<img src='images/lock.png' width='11' height='13' />";
?>
    </td>
    <td height="25" class="menu_td"><div align="left"><a  <?php if($_SESSION[type]=="super") echo "href='main.php?action=manager'";  ?>>管理员设置</a></div></td>
  </tr>
  <tr>
  	<td colspan="2" height="20">&nbsp;</td>
  </tr>
  <tr>
  	<td colspan="2"><img src="images/bottom.jpg" width="185" height="50" /></td>
  </tr>
</table>

⌨️ 快捷键说明

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