📄 index.php
字号:
<?php/*Copyright Intermesh 2003Author: Merijn Schering <mschering@intermesh.nl>Version: 1.0 Release date: 08 July 2003This program is free software; you can redistribute it and/or modify itunder the terms of the GNU General Public License as published by theFree Software Foundation; either version 2 of the License, or (at youroption) any later version.*/require_once("../../Group-Office.php");$GO_SECURITY->authenticate();$GO_MODULES->authenticate('search');require_once($GO_LANGUAGE->get_language_file('search'));$page_title = $search_title;require_once($GO_THEME->theme_path."header.inc");?><table border="0" cellspacing="0" cellpadding="15"><tr> <td> <h1><?php echo $search_title; ?></h1> <?php echo $search_text; ?><br /> <form method="get" action="http://www.google.com/search"> <table border="0" cellpadding="0" cellspacing="3"> <tr> <td> <input type="text" name="q" size="31" maxlength="255" class="textbox" value=""> </td> <td align="right"> <?php $button = new button($cmdSearch, 'javascript:document.forms[0].submit()'); ?> </td> </tr> <tr> <td colspan="2" > <br /><br /> <a href="http://www.google.com/" target="_blank" title="Google"><img src="<?php echo $GO_THEME->images['google']; ?>" border="0" width="143" height="53" /></a> </td> </tr> </table> </form> </td></tr></table><script type="text/javascript">document.forms[0].q.focus();</script><?phprequire_once($GO_THEME->theme_path."footer.inc");?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -