⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bugs.phtml

📁 Bug tracker, and reporter.
💻 PHTML
字号:
<!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="stylesheet" href="<?php echo ROOT_URL.'/public/styles/';?>tablesorter.css" type="text/css" />		<link rel="shortcut icon" href="<?php echo ROOT_ICO;?>/bug.png" type="image/x-icon" />		<script type="text/javascript" src="<?php echo ROOT_URL.'/public/scripts/';?>jquery.pack.js"></script>		<script type="text/javascript" src="<?php echo ROOT_URL.'/public/scripts/';?>jquery.tablesorter.js"></script>		<script type="text/javascript" src="<?php echo ROOT_URL.'/public/scripts/';?>jquery.metadata.js"></script>		<script type="text/javascript" src="<?php echo ROOT_URL.'/public/scripts/';?>jquery.tablesorter.pager.js"></script>		<script type="text/javascript">			$(document).ready(function() {  				$(".tablesorter").tablesorter({widgets: ['zebra']})  				.tablesorterPager({container: $("#pager")});  			});  		</script>	</head>	<body>		<div id="header">			<h1><a href="<?php echo ROOT_URL; ?>">Bugtracker</a></h1>			<span class="compte_info">				<?php echo Zend_Auth::getInstance()->getIdentity()->prenom?>				 - <a href="<?php echo ROOT_URL.'/compte';?>">Mon Compte</a>				 - <a href="<?php echo ROOT_URL.'/compte/logout';?>">D閏onnexion</a>				</span>		</div>		<div id="menu_haut">			<ul>				<li><a href="<?php echo ROOT_URL?>">G閚閞al</a></li>				<li><a href="<?php echo ROOT_URL.'/projet-'.$this -> projet_id?>">Accueil du projet</a></li>				<li class="active"><a href="<?php echo ROOT_URL.'/projet-'.$this -> projet_id.'/bugs'; ?>">Tous les bugs</a></li>				<li><a href="<?php echo ROOT_URL.'/projet-'.$this -> projet_id.'/perso'; ?>">Mes bugs</a></li>			</ul>		</div>				<div id="contenu">			<h2>Liste des bugs</h2>			<p class="adder"><a href="<?php echo ROOT_URL.'/bug/add/p/'.$this -> projet_id?>">Ajouter un bug</a></p>			<p><?php echo $this -> form;?></p>			<table class="tablesorter">				<thead>					<tr>						<th>#</th>						<th>Status</th>						<th>Titre</th>						<th>Attitr

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -