-
Notifications
You must be signed in to change notification settings - Fork 8
/
upgrade_browser.php
89 lines (66 loc) · 3.05 KB
/
upgrade_browser.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
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
<?php
include( 'config_defaults_inc.php' );
?>
<!DOCTYPE html>
<html>
<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 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, macOS, 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 http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/upgrade_browser.css" />
</head>
<body>
<div id="container">
<div id="header">
<div id="intro">
<a class="logo" href="index.php" onclick="ga('send', 'event', 'Header', 'Logo');">
<img alt="logo" title="Mantis Bug Tracker" width="230" src="images/mantis_logo_262x90.png" class="img-responsive" />
</a>
</div>
<div id="explain">
<h1>MantisBT makes collaboration with team members & clients easy, fast, and professional.</h1>
</div>
</div>
<h2>You are using an outdated browser</h2>
<p>For a better experience using MantisBT website, please upgrade to a modern web browser.</p>
<div id="buts">
<a href="https://www.microsoft.com/windows/internet-explorer/default.aspx" id="button-ie" title="Internet Explorer browser">
<h3>Internet Explorer</h3>
<p class="sub">PC, Mac + Linux</p>
<p class="downloadfree">Download free</p>
</a>
<a href="https://www.apple.com/safari/" id="button-sa" title="Safari browser">
<h3>Safari</h3>
<p class="sub">PC, Mac + Linux</p>
<p class="downloadfree">Download free</p>
</a>
<a href="https://www.google.com/chrome/" id="button-ch" title="Google Chrome browser">
<h3>Chrome</h3>
<p class="sub">PC, Mac + Linux</p>
<p class="downloadfree">Download free</p>
</a>
<a href="https://www.opera.com/" id="button-op" title="Opera browser">
<h3>Opera</h3>
<p class="sub">PC, Mac + Linux</p><p class="downloadfree">Download free</p>
</a>
<a href="https://www.mozilla.org/firefox/" id="button-ff" title="Firefox browser">
<h3>Firefox</h3>
<p class="sub">PC, Mac + Linux</p>
<p class="downloadfree">Download free</p>
</a>
</div>
</div>
<?php
include( 'google_analytics.php' );
?>
</body>
</html>