-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtop.php
59 lines (54 loc) · 2.38 KB
/
top.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?php
include( 'config_defaults_inc.php' );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Mantis Bug Tracker<?php if ( isset( $t_sub_title ) ) { echo " | $t_sub_title"; } ?></title>
<!-- META HTTP-EQUIV -->
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="content-language" content="en-us" />
<!-- META NAME -->
<meta name="description" content="MantisBT is a popular free web-based bug tracking system. It is written in PHP works with MySQL, MS SQL, and PostgreSQL databases. MantisBT has been installed on Windows, Linux, Mac OS, OS/2, and others. It is released under the terms of the GNU General Public License (GPL)." />
<meta name="keywords" content="mantis, mantisbt, bugtracker, bug, tracker, issue, software" />
<meta name="dc.title" content="Mantis Bug Tracker" />
<meta name="revisit-after" content="1 days" />
<!-- STYLES -->
<link rel="stylesheet" type="text/css" href="css/mantis.css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.mantisbt.org/blog/?feed=rss2" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://twitter.com/statuses/user_timeline/7199732.rss" />
</head>
<body id="mantisbody">
<div id="header">
<div id="headerInner">
<div id="logoContainer">
<div id="logoContainerInner">
<div id="logo"><a href="/"><img src="images/mantis_logo_262x90.png" width="262" height="90" alt="Mantis Bug Tracker Logo" border="0" /></a></div>
<div class="clearLeft"></div>
</div>
<div id="menu">
<table cellpadding="0" cellspacing="0" border="0">
<tbody>
<tr>
<td>
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="bugs/">Bugtracker</a></li>
<li><a href="blog/">Blog</a></li>
<li><a href="download.php">Download</a></li>
<li><a href="documentation.php">Docs</a></li>
<li><a href="demo.php">Demo</a></li>
<li><a href="hosting.php">Hosting</a></li>
<li><a href="addons.php">Add-ons</a></li>
<li><a href="support.php">Support</a></li>
<li><a href="development.php">Development</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div id="site">