index.phtml
来自「Bug tracker, and reporter.」· PHTML 代码 · 共 25 行
PHTML
25 行
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN""http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html> <head> <meta http-equiv="Content-type" content="text/html; charset=iso-8859-1" /> <title>DBugtracker - Cl閙ent JOBEILI (dator.fr)</title> <link rel="stylesheet" href="<?php echo ROOT_URL.'/public/styles/';?>reset.css" type="text/css" /> <link rel="stylesheet" href="<?php echo ROOT_URL.'/public/styles/';?>main.css" type="text/css" /> <link rel="shortcut icon" href="<?php echo ROOT_ICO;?>/bug.png" type="image/x-icon" /> </head> <body> <div id="header"> <h1><a href="<?php echo ROOT_URL; ?>">Bugtracker</a></h1> </div> <div id="menu_haut"> </div> <div id="contenu"> <h2>Connexion</h2> <?php echo $this -> form?> <p class="info"><a href="<?php echo ROOT_URL.'/login/new'?>">Vous n'avez pas encore de compte sur le site ?</a></p> </div> </body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?