-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathtop.php
More file actions
114 lines (95 loc) · 5.08 KB
/
Copy pathtop.php
File metadata and controls
114 lines (95 loc) · 5.08 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?php
include( 'config_defaults_inc.php' );
include( 'browser_check.php' );
require_once( 'helper_functions.php' );
/**
* Global variables referenced in this script
* @global $g_blog_url
*/
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mantis Bug Tracker<?php if ( isset( $t_sub_title ) ) { echo " | $t_sub_title"; } ?></title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<!-- META HTTP-EQUIV -->
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="content-language" content="en-us" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- 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" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js'></script>
<link rel="stylesheet" href="css/mantisbt.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/custom.css" />
<link rel="stylesheet" href="css/color_scheme.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic" type="text/css" />
<link rel="stylesheet" href="css/font-awesome.css" />
<link rel="stylesheet" href="css/flexslider.css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="<?php echo $g_blog_url; ?>?feed=rss2" />
</head>
<body>
<div>
<div id="out_container">
<!-- THE LINE AT THE VERY TOP OF THE PAGE -->
<div class="top_line"></div>
<!-- HEADER AREA -->
<header>
<div class="container">
<div class="row">
<!-- HEADER: LOGO AREA -->
<div class="col-xs-12 col-sm-4 col-md-3 logo">
<a class="logo" href="index.php" onclick="ga('send', 'event', 'Header', 'Logo');">
<img alt="logo" title="Mantis Bug Tracker" width="262" src="images/mantis_logo_262x90.png" class="img-responsive" />
</a>
</div>
<div class="col-xs-12 col-sm-8 col-md-9">
<div class="navbar navbar-default">
<div class="navbar-header"></div>
<div class="buttons-container"></div>
<div class="navbar-collapse pull-right">
<ul class="nav nav-pills navbar-nav">
<li class="single">
<a href="index.php" onclick="ga('send', 'event', 'Navbar', 'Home');">
HOME
</a>
</li>
<li class="single">
<a href="demo.php" onclick="ga('send', 'event', 'Navbar', 'Demo');">
DEMO
</a>
</li>
<li class="single">
<a href="download.php" onclick="ga('send', 'event', 'Navbar', 'Download');">
DOWNLOAD
</a>
</li>
<li class="single">
<a href="support.php" onclick="ga('send', 'event', 'Navbar', 'Support');">
SUPPORT
</a>
</li>
<li class="single">
<a href="addons.php" onclick="ga('send', 'event', 'Navbar', 'Addons');">
ADD-ONS
</a>
</li>
<li class="single" style="border-right:none;">
<a href="hosting.php" onclick="ga('send', 'event', 'Navbar', 'Hosting');">
HOSTING
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="main-content">
<div class="container">
<br />