-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddons.php
More file actions
14 lines (12 loc) · 1.08 KB
/
addons.php
File metadata and controls
14 lines (12 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php include( "top.php" ); ?>
<h3>MantisTouch</h3>
<p><a href="http://www.mantistouch.org">MantisTouch</a> MantisTouch was developed by Victor Boctor to provide mobility to MantisBT. As a web app, MantisTouch provides a mobile optimized user interface for iPhone, Android, and Windows Phone. MantisTouch uses web services to access the bugtracking data allowing it to be installed on the same or a different server than MantisBT.</p>
<table border="0" width="100%">
<tr>
<td align="center" valign="top" style="text-align:center;"><a href="http://www.mantistouch.org"><img alt="Login Page" src="images/mt_login_page.png" height="300" width="200" border="1" /></a></td>
<td align="center" valign="top"><a href="http://www.mantistouch.org"><img alt="Dashboard Page" src="images/mt_dashboard_page.png" height="300" width="200" border="1" /></a></td>
<td align="center" valign="top"><a href="http://www.mantistouch.org"><img alt="Issues Page" src="images/mt_issues_page.png" height="300" width="200" border="1" /></a></td>
</tr>
</table>
<?php
include_once('bot.php');