📄 help.php
字号:
<?include "include/db.php";include "include/authenticate.php";include "include/general.php";$section=getvalescaped("section","");include "include/header.php";?><div class="BasicsBox"> <? if ($section=="") { ?> <h2> </h2> <h1><?=$lang["helpandadvice"]?></h1> <p><?=text("introtext")?></p> <div class="VerticalNav"> <ul> <? $sections=get_section_list("help"); for ($n=0;$n<count($sections);$n++) { ?> <li><a href="help.php?section=<?=urlencode($sections[$n])?>"><?=htmlspecialchars($sections[$n])?></a></li> <? } ?> </ul> </div> <? } else { ?> <h2> </h2> <h1><?=$section?></h1> <p><?=text($section)?></p> <p><a href="help.php">> <?=$lang["backtohelphome"]?></a></p><? } ?></div><?include "include/footer.php";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -