aboutsummaryrefslogtreecommitdiffstats
path: root/phonegap/www/report_created.html
diff options
context:
space:
mode:
Diffstat (limited to 'phonegap/www/report_created.html')
-rw-r--r--phonegap/www/report_created.html34
1 files changed, 12 insertions, 22 deletions
diff --git a/phonegap/www/report_created.html b/phonegap/www/report_created.html
index 778394026..2717ce084 100644
--- a/phonegap/www/report_created.html
+++ b/phonegap/www/report_created.html
@@ -10,25 +10,20 @@
<link rel="stylesheet" href="css/mobile.css">
<link rel="stylesheet" href="css/layout.css" media="(min-width:48em)">
-<meta http-equiv="content-type" content="text/html; charset=utf-8">
-<script type="text/javascript" src="js/config.js"></script>
-<script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
-<script type="text/javascript" src="js/jquery-1.7.0.min.js"></script>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <script type="text/javascript" src="js/config.js"></script>
+ <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
+ <script type="text/javascript" src="js/jquery-1.7.0.min.js"></script>
-<script type="text/javascript">
- $(function() {
- var uri = CONFIG.FMS_URL + 'report/' + localStorage.report;
- $('#report_url').html( '<a href="' + uri + '">' + uri + '</a>' );
- });
-</script>
-
-
-<title>
- Report Created ::
- FixMyStreet
-</title>
+ <script type="text/javascript">
+ $(function() {
+ var uri = CONFIG.FMS_URL + 'report/' + localStorage.report;
+ $('#report_url').html( '<a href="' + uri + '">' + uri + '</a>' );
+ });
+ </script>
+ <title> Report Created :: FixMyStreet </title>
</head>
<body class="mobile-header" id="container" ontouchmove="touchmove(event);">
@@ -41,15 +36,11 @@
</div>
</header>
-
<div class="container">
<div class="content" role="main">
-
-
-<h1>Your report has been created</h1>
+ <h1>Your report has been created</h1>
<p>You can view it on the site at <span id="report_url"></span></p>
-
</div><!-- .content role=main -->
</div><!-- .container -->
</div><!-- .table-cell -->
@@ -58,7 +49,6 @@
<a href="index.html">home</a>
Report Created
</div>
-
<div class="mobile-info">
<a href="about.html">i</a>
</div>