diff options
Diffstat (limited to 'phonegap/www/email_sent.html')
-rw-r--r-- | phonegap/www/email_sent.html | 35 |
1 files changed, 12 insertions, 23 deletions
diff --git a/phonegap/www/email_sent.html b/phonegap/www/email_sent.html index a2a1bde96..eccd9ecce 100644 --- a/phonegap/www/email_sent.html +++ b/phonegap/www/email_sent.html @@ -10,13 +10,10 @@ <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/jquery-1.7.0.min.js"></script> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <script type="text/javascript" src="js/jquery-1.7.0.min.js"></script> - <title> - Create a report :: - FixMyStreet -</title> + <title> Create a report :: FixMyStreet </title> </head> <body class="fullwidthpage mobile-header"> @@ -29,39 +26,31 @@ </header> <div id="user-meta"> - - <!-- <a href="/auth">Sign in</a> --> - </div> <div class="container"> <div class="content" role="main"> + <h1>Nearly Done! Now check your email...</h1> + <p>The confirmation email <strong>may</strong> take a few minutes to arrive — <em>please</em> be patient.</p> -<h1>Nearly Done! Now check your email...</h1> + <p>If you use web-based email or have 'junk mail' filters, you may wish to check your bulk/spam mail folders: sometimes, our messages are marked that way.</p> -<p>The confirmation email <strong>may</strong> take a few minutes to arrive — <em>please</em> be patient.</p> + <p>You must now click the link in the email we've just sent you — if you do not, your problem will not be posted..</p> -<p>If you use web-based email or have 'junk mail' filters, you may wish to check your bulk/spam mail folders: sometimes, our messages are marked that way.</p> + <p>(Don't worry — we'll hang on to your problem report while you're checking your email.)</p> -<p>You must now click the link in the email we've just sent you — if you do not, your problem will not be posted..</p> - -<p>(Don't worry — we'll hang on to your problem report while you're checking your email.)</p> - - - </div><!-- .content role=main --> - </div><!-- .container --> - </div><!-- .table-cell --> + </div> + </div> + </div> <div class="big-green-banner mobile-map-banner mobile-nav-banner"> <a href="index.html">home</a> Confirm Report </div> - <div class="mobile-info"> <a href="about.html">i</a> </div> - - </div> <!-- .wrapper --> + </div> </body> </html> |