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

📄 menu.php

📁 Try2php整站系统(Try2php CMS)Try2php整站系统(Try2php CMS)
💻 PHP
字号:
<?//========================================Begin of Menu========================================
if ($_GET[act]=="menu")
{?>
<div align='center' class='heads'>
<table border="0" width="100%" id="table19" cellspacing="0" cellpadding="1">
<tr align=center>
<td width="10%"></td>
<td><A href="index.php" style="cursor:pointer" onclick="send_request('index.php?act=SearchBar','SearchBar')">主页</A></td>
<?$module=$_GET[module];
$check[$module]="class='checked'";
mysql_query("SET NAMES 'UTF8'");
$query = "select * from ".$prefix."class order by orderid";
$result = mysql_query($query);
$rows = @mysql_num_rows($result);

for($i=0;$i<$rows;$i++)
{
        @mysql_data_seek($result,$i);

        $data = @mysql_fetch_array($result);
        
        $this_module=$data[module];

        if ($data[module]=="url")
            $href_m="target=_blank href='".$data[type]."'";
        else
            $href_m="onclick=document.title='".$SiteInfo[se_sitename]."——".$data[name]."',send_request('index.php?act=SearchBar&module=".$data[module]."','SearchBar'),send_request('index.php?module=".$data[module]."&act=list&tree=yes','IndexContent'),send_request('index.php?act=menu&module=".$data[module]."','MainMenu')";
?>
<td>
<A style="cursor:pointer" <?="$href_m"?> <?=$check[$this_module]?>><?="$data[name]"?></A></td>
<?}?>
<td width="10%"></td></tr>
</table>
</div>
<?}//========================================End of Menu========================================?>

⌨️ 快捷键说明

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