📄 login_header.inc
字号:
<?php$charset = isset($charset) ? $charset : 'UTF-8';header('Content-Type: text/html; charset='.$charset);?><html><head><?php if (isset($GO_HEADER['head'])) echo $GO_HEADER['head']; ?><meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" /><link rel="stylesheet" type="text/css" href="<?php echo $GO_CONFIG->host; ?>login_screens/<?php echo $GO_CONFIG->login_screen; ?>/login.css" /><script language="javascript" type="text/javascript" src="<?php echo $GO_CONFIG->host; ?>javascript/common.js"></script><link rel="shortcut icon" href="<?php echo $GO_CONFIG->host; ?>lib/favicon.ico" /><title><?php echo $GO_CONFIG->title; ?></title><?phpif($GO_CONFIG->force_fullscreen && basename($_SERVER['PHP_SELF']) != 'fullscreen.php'){ echo '<script type="text/javascript">if(window.name != "groupoffice"){openPopup("groupoffice", document.location,"","");document.location="fullscreen.php";}</script>';}?></head><body dir="<?php echo $htmldirection; ?>" onkeypress="executeOnEnter(event, 'document.login_form.submit();')"><table border="0" width="100%" height="95%" cellpadding="0" cellspacing="0"><tr><td align="center" valign="center"> <table id="header" border="0"> <tr> <td id="header-logo"> <a href="http://www.group-office.com" target="_blank" title="Group-Office homepage"><img src="<?php echo $GO_CONFIG->host; ?>login_screens/<?php echo $GO_CONFIG->login_screen; ?>/GOCOM.gif" border="0" align="absmiddle" /></a> </td> </tr> <tr> <td id="header-border"></td> </tr> <tr> <td align="center">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -