📄 jump.tpl
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html lang="<?=$_SESSION['chat']->get_language()?>" xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?=$_SESSION['translator']->get_language()?>"> <head> <meta http-equiv="Content-type" content='<?=$_SESSION['template']->get_content_type()?>; charset="<?=$_SESSION['translator']->out('CHARACTER_ENCODING')?>"' /> <title><?=$_SESSION['translator']->out('TITLE')?></title> <link rel="stylesheet" href="<?=$_SESSION['template']->get_theme_path()?>/css/default.css" /> <!-- $Id: jump.tpl,v 1.4.2.2 2004/02/25 22:08:50 letreo Exp $ --> </head> <body> <div class="content"> <h1> <?=$_SESSION['translator']->out('JUMP_FAILED')?> </h1> <div class="error"> <?=$errortext?> </div> </div> <div class="menu"> <menu> <li> <a href="#" onclick="window.close()"><?=$_SESSION['translator']->out('CLOSE_WINDOW')?></a> </li> </menu> </div> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -