diff options
Diffstat (limited to 'phonegap/www/email_sent.html')
-rw-r--r-- | phonegap/www/email_sent.html | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/phonegap/www/email_sent.html b/phonegap/www/email_sent.html new file mode 100644 index 000000000..33f190270 --- /dev/null +++ b/phonegap/www/email_sent.html @@ -0,0 +1,137 @@ +<!doctype html> +<!--[if lt IE 7]><html class="no-js ie6 oldie" lang="en-gb"><![endif]--> +<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-gb"><![endif]--> +<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-gb"><![endif]--> +<!--[if IE 9]> <html class="no-js ie9 oldie" lang="en-gb"><![endif]--> +<!--[if gt IE 9]><!--><html class="no-js" lang="en-gb"><!--<![endif]--> + <head> + <meta name="viewport" content="initial-scale=1.0"> + + <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> + <meta name="HandHeldFriendly" content="true"> + <meta name="mobileoptimized" content="0"> + + <link rel="stylesheet" href="css/base.css"> + <link rel="stylesheet" href="css/layout.css" media="(min-width:48em)"> + <!--[if (lt IE 9) & (!IEMobile)]> + <link rel="stylesheet" href="/cobrands/fixmystreet/layout.css?1331294274"> + <![endif]--> + + <script type="text/javascript"> + validation_strings = { + update: 'Please enter a message', + title: 'Please enter a subject', + detail: 'Please enter some details', + name: { + required: 'Please enter your name', + validName: 'Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below' + }, + category: 'Please choose a category', + rznvy: { + required: 'Please enter your email', + email: 'Please enter a valid email' + }, + email: { + required: 'Please enter your email', + email: 'Please enter a valid email' + } + }; +</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> + +<script src="js/jquery.validate.min.js" type="text/javascript" charset="utf-8"></script> + +<script src="js/modernizr.custom.61367.js" type="text/javascript" charset="utf-8"></script> + + +<script type="text/javascript" src="js/geo.min.js"></script> +<script type="text/javascript" src="js/fixmystreet.js"></script> + + + + + + + <meta name="robots" content="noindex,nofollow"> + + + + +<title> + Create a report :: + FixMyStreet +</title> + + + + + +<!-- Tracking code not inserted as "http://matthew.fixmystreet.dev.mysociety.org" not "http://www.fixmystreet.com" --> + + + + </head> + <body class=""> + + <div class="wrapper"> + <div class="table-cell"> + <header id="site-header" role="banner"> + <div class="container"> + <a href="/" id="site-logo">FixMyStreet</a> + <a href="#main-nav" id="nav-link">Main Navigation</a> + </div> + </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> + +<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>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 class="nav-wrapper"> + <div class="nav-wrapper-2"> + <div id="main-nav" role="navigation"> + <ul id="mysoc-menu"> + <li><a id="mysoc-logo" href="http://www.mysociety.org/">mySociety</a></li><li><a href="http://mysociety.org/donate/">Donate</a></li><li><a href="http://www.mysociety.org/projects/">Our Sites</a></li> + </ul> + + <ul id="main-menu"> + <li><a href="/" class="report-a-problem-btn">Report a problem</a></li><li><a href="/my">Your reports</a></li><li><a href="/reports">All reports</a></li><li><a href="/alert">Local alerts</a></li><li><a href="/faq">Help</a></li> + </ul> + </div> + </div> + </div> + +<!-- + + --> + </div> <!-- .wrapper --> +</body> +</html> |