📄 template.tpl.php
字号:
<?php
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<body>
<?=$menu?>
<?php if(isset($_grade) && $_grade==0){ ?>
<table cellpadding='2' cellspacing='1' border='0' align='center' class='tableBorder'>
<tr>
<td class='pagemenu'>
<?php
$i = 1;
foreach($modules as $m=>$name)
{
?>
<a href="?mod=<?=$mod?>&file=<?=$file?>&action=<?=$action?>&module=<?=$m?>&projectid=<?=$project?>" class='pagelink'><?=$name?></a>
<?php
if($i%15==0) echo '<br/>'; else echo ' | ';
$i++;
}
?>
</td>
</tr>
</table>
<?php } ?>
<form name="search" method="get">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="30">
<tr>
<td>褰撳墠浣嶇疆锛
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -