aboutsummaryrefslogtreecommitdiffstats
path: root/phonegap/www/email_sent.html
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-06-25 14:33:57 +0100
committerDave Whiteland <dave@mysociety.org>2012-06-25 14:33:57 +0100
commitf9fe02f91ac72ea2954ee68a5f32d96a237fcd67 (patch)
treef91d63ab3d6b9cd3555587090a541c870ecd3363 /phonegap/www/email_sent.html
parent67da8efc720d2d0bd22bd9fe8655b7e983b35bb4 (diff)
parent45b3040884d7089e7d8c6f4acccd657b91c92a04 (diff)
Merge branch 'master' into fmb-read-only
Conflicts: .gitignore bin/make_css perllib/FixMyStreet/Cobrand/FixMyStreet.pm
Diffstat (limited to 'phonegap/www/email_sent.html')
-rw-r--r--phonegap/www/email_sent.html60
1 files changed, 60 insertions, 0 deletions
diff --git a/phonegap/www/email_sent.html b/phonegap/www/email_sent.html
new file mode 100644
index 000000000..529ccb693
--- /dev/null
+++ b/phonegap/www/email_sent.html
@@ -0,0 +1,60 @@
+<!doctype html>
+ <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/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/json2.js"></script>
+ <script type="text/javascript" src="js/config.js"></script>
+ <script type="text/javascript" src="cordova-1.8.0.js"></script>
+ <script type="text/javascript" src="js/jquery-1.7.0.min.js"></script>
+ <script type="text/javascript" src="js/mobile.js"></script>
+
+ <title> Create a report :: FixMyStreet </title>
+ </head>
+ <body class="fullwidthpage mobile-header">
+
+ <div class="wrapper">
+ <div class="table-cell">
+ <header id="site-header" role="banner">
+ <div class="container">
+ <span id="site-logo"></span>
+ </div>
+ </header>
+
+ <div id="user-meta">
+ </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 &mdash; <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 &mdash; if you do not, your problem will not be posted..</p>
+
+ <p>(Don't worry &mdash; we'll hang on to your problem report while you're checking your email.)</p>
+
+ </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>
+</body>
+</html>