aboutsummaryrefslogtreecommitdiffstats
path: root/phonegap/www/email_sent.html
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-06-15 12:23:54 +0100
committerStruan Donald <struan@exo.org.uk>2012-06-15 12:23:54 +0100
commitcc1aa4a6676db38eabed168327941c6aa93b4654 (patch)
treea7848a02a53b88e89450de4fd187e7939fb61e80 /phonegap/www/email_sent.html
parent3a25a77b31e955ae6db9f7bd22120ef421aa5d92 (diff)
parentd0c522739862671cc0ffa5cc1611d3772fe732bd (diff)
Merge branch 'phonegap'
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>