aboutsummaryrefslogtreecommitdiffstats
path: root/www/templates
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/en/address_search.html21
-rw-r--r--www/templates/en/around.html46
-rw-r--r--www/templates/en/details.html21
-rw-r--r--www/templates/en/details_extra.html7
-rw-r--r--www/templates/en/existing.html39
-rw-r--r--www/templates/en/home.html5
-rw-r--r--www/templates/en/login.html43
-rw-r--r--www/templates/en/offline.html61
-rw-r--r--www/templates/en/photo.html23
-rw-r--r--www/templates/en/reports.html28
-rw-r--r--www/templates/en/save_offline.html18
-rw-r--r--www/templates/en/sent.html24
-rw-r--r--www/templates/en/submit.html98
-rw-r--r--www/templates/en/submit_confirm.html31
-rw-r--r--www/templates/en/submit_email.html25
-rw-r--r--www/templates/en/submit_name.html38
-rw-r--r--www/templates/en/submit_password.html38
-rw-r--r--www/templates/en/submit_set_password.html19
18 files changed, 0 insertions, 585 deletions
diff --git a/www/templates/en/address_search.html b/www/templates/en/address_search.html
deleted file mode 100644
index b8bc71e..0000000
--- a/www/templates/en/address_search.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<div id="search-header" data-role="header">
- <a href="#" id="locate" data-transition="slidedown" class="ui-btn-left">Cancel</a>
- <h1>Search</h1>
-</div>
-<div data-role="content">
- <div id="front-main">
- <h3 class="notopmargin">Enter a nearby GB postcode, or street name and area</h3>
- <form class="inputcard" name="postcodeForm" id="postcodeForm">
- <div>
- <input data-role="none" type="text" name="pc" value="" id="pc" size="10" maxlength="200" placeholder="e.g. ‘B2 4QA’ or ‘Tib St, Manchester’">
- </div>
- </form>
- <input type="button" value="Go" id="submit" data-theme="a">
- </div>
-
- <div id="front-howto">
- <% if (typeof msg != 'undefined' && msg !== '') { %>
- <h2><%= msg %></h2>
- <% } %>
- </div>
-</div>
diff --git a/www/templates/en/around.html b/www/templates/en/around.html
deleted file mode 100644
index c54711a..0000000
--- a/www/templates/en/around.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<div data-id="locate" id="around-header" data-role="header">
- <a id="view-my-reports" class="nodisplay" data-role="button" href="#">
- Drafts <span class="draft_count"><% print( FMS.allDrafts.length ) %></span>
- </a>
- <a id="cancel" class="nodisplay" data-role="button" data-icon="arrow-l">Cancel</a>
- <h1>Find problem</h1>
- <a id="login-options" data-icon="fms-account" class="nodisplay ui-btn-right">Account</a>
- <a id="confirm" class="nodisplay" data-role="button" data-iconpos="right" data-icon="arrow-r">Next</a>
-</div>
-
- <div id="locating" class="nodisplay">
- <div class="radar"></div>
- <div id="progress">
- <div id="progress-bar">
- </div>
- </div>
-
- <p>
- Finding your location
- </p>
-
- <p>
- <input data-theme="c" type="button" id="locate_cancel" value="Cancel">
- </p>
- </div>
-<div data-role="content">
- <div class="frontpage-menu">
- <form class="inputcard" name="postcodeForm" id="postcodeForm">
- <input type="search" id="pc" name="pc" placeholder="Search or scroll the map">
- </form>
- <a data-role="none" id="relocate" class="nodisplay"><img src="images/location@x2.png"></a>
-
- <div class="nodisplay" id="front-howto"></div>
- </div>
-
- <a id="mark-here" data-role="button" data-theme="a" class="map-bottom-btn">
- New Report Here
- </a>
- <a id="reposition" data-role="button" data-theme="c" class="map-bottom-btn nodisplay">
- Reposition Report Here
- </a>
- <a id="confirm-map" data-role="button" data-theme="a" class="map-bottom-btn">
- Confirm Location
- </a>
-
-</div>
diff --git a/www/templates/en/details.html b/www/templates/en/details.html
deleted file mode 100644
index 08b2876..0000000
--- a/www/templates/en/details.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<div data-role="header">
- <h1>Details</h1>
- <a id="next" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Next</a>
-</div>
-<div data-role="content">
- <div class="gmailstyletest">
- <div>
- <label for="form_title">Subject</label>
- <input data-role="none" type="text" name="title" id="form_title" placeholder="Provide a title" value="<%= title %>" required>
- </div>
-
- <div>
- <%= categories %>
- </div>
-
- <div class="noborder">
- <label for="form_detail">Details</label>
- <textarea data-role="none" name="detail" id="form_detail" placeholder="Please fill in details of the problem." required><%= details %></textarea>
- </div>
- </div>
-</div>
diff --git a/www/templates/en/details_extra.html b/www/templates/en/details_extra.html
deleted file mode 100644
index 63535d6..0000000
--- a/www/templates/en/details_extra.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<div data-role="header" data-position="fixed">
- <h1>Further Details</h1>
- <a id="next" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Next</a>
-</div>
-<div data-role="content" data-enhance="false">
- <%= category_extras %>
-</div>
diff --git a/www/templates/en/existing.html b/www/templates/en/existing.html
deleted file mode 100644
index ced8572..0000000
--- a/www/templates/en/existing.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<div data-role="header">
- <h1>In progress</h1>
-</div>
-<div data-role="content" role="main">
- <div id="existing_report">
- <% if ( title ) { %>
- <h3><%= title %></h3>
- <% } %>
-
- <div class="meta">
- <p>
- <% if (lat) { %>
- Saved with a location
- <% } %>
-
- <% if ( category && category != '-- Pick a category --' ) { %>
- in the <%= category %> category
- <% } %>
- </p>
-
- <p><% print( moment( created ).fromNow() ) %></p>
- </div>
-
- <% if ( file ) { %>
- <div class="photo"><img class="small" src="<%= file %>"></div>
- <% } %>
-
- <% if ( details ) { %>
- <div class="details"><div><%= details %></div></div>
- <% } %>
- </div>
-
-
- <div class="right">
- <input id="use_report" type="button" value="use" data-role="button" data-theme="a" />
- <input id="save_report" type="button" value="save" data-role="button" data-theme="a" />
- <input id="discard" type="button" value="discard" data-role="button" data-theme="a" />
- </div>
-</div>
diff --git a/www/templates/en/home.html b/www/templates/en/home.html
deleted file mode 100644
index e8e0e8c..0000000
--- a/www/templates/en/home.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<div data-role="content">
- <div id="locating">
- <div class="radar"></div>
- </div>
-</div>
diff --git a/www/templates/en/login.html b/www/templates/en/login.html
deleted file mode 100644
index 72e131f..0000000
--- a/www/templates/en/login.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<div id="submit-header" data-role="header">
- <a id="reports-next-btn" data-icon="arrow-l" data-iconpos="left" class="ui-btn-left">Home</a>
- <h1>Login</h1>
-</div>
-
-<div data-role="content">
- <% if ( FMS.isLoggedIn ) { %>
- <div id="signed_in_row">
- <p class="notopmargin">You are signed in as <%= email %></p>
- <div id="err" class="nodisplay"></div>
- <div class="bottom-btn">
- <input type="button" id="logout" name="logout" value="Sign Out" data-theme="a">
- </div>
- </div>
- <div id="password_row" class="nodisplay">
- <p class="notopmargin">
- Signed out!
- </p>
- <% } else { %>
- <div id="password_row">
- <% } %>
- <form name="signinForm" class="inputcard" id="signinForm">
- <div>
- <input data-role="none" type="email" value="" name="email" id="form_email" placeholder="Your Email" required>
- </div>
- <div>
- <input data-role="none" type="password" value="" name="password" id="form_password" placeholder="Your password" required>
- </div>
- <div class="bottom-btn">
- <input type="submit" id="login" name="login" value="Login" data-theme="a">
- </div>
- </form>
- </div>
- <div id="success_row" class="nodisplay">
- <p class="notopmargin">
- Signed in!
- </p>
- <div id="err" class="nodisplay"></div>
- <div class="bottom-btn">
- <input type="button" id="logout" name="logout" value="Sign Out" data-theme="a">
- </div>
- </div>
-</div>
diff --git a/www/templates/en/offline.html b/www/templates/en/offline.html
deleted file mode 100644
index 0f8dc66..0000000
--- a/www/templates/en/offline.html
+++ /dev/null
@@ -1,61 +0,0 @@
-<div data-role="header" data-position="fixed">
- <a id="offline-prev-btn" class="ui-btn-left">Try Again</a>
- <h1>Offline</h1>
- <a id="offline-next-btn" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Skip</a>
-</div>
- <div id="locating" class="nodisplay">
- <div class="radar"></div>
- <div id="progress">
- <div id="progress-bar">
- </div>
- </div>
-
- <p>
- <input data-theme="c" type="button" id="locate_cancel" value="Cancel">
- </p>
- </div>
-<div data-role="content">
- <p class="notopmargin">
- Sorry, there doesn't seem to be any internet connection. You can create a report and complete it later though.
- </p>
-
- <p id="locate_result">
- <% if ( lat ) { %>
- Report has position ( <% print( lat.toFixed(2) + ', ' + lon.toFixed(2) ) %> )
- <% } else { %>
- <input type="button" data-role="button" data-theme="a" id="locate" value="Locate" >
- <% } %>
- </p>
-
- <div class="inputcard">
- <div>
- <input data-role="none" type="text" value="<%= title %>" name="title" id="form_title" placeholder="Provide a title" required>
- </div>
-
- <div>
- <textarea data-role="none" rows="7" cols="26" name="detail" id="form_detail" placeholder="Please fill in details of the problem." required><%= details %></textarea>
- </div>
- </div>
-
- <% if ( file != '' ) { %>
- <div id="add_photo" style="display: none">
- <% } else { %>
- <div id="add_photo">
- <% } %>
- <label>Add a Photo <em>(optional)</em></label>
- <input data-icon="fms-photo-new" value="Take a new photo" type="button" name="photo_button" id="id_photo_button" data-role="button" data-theme="a">
- <input data-icon="fms-photo-existing" value="Add an existing photo" type="button" name="existing" id="id_existing" data-role="button" data-theme="c">
- </div>
-
- <% if ( file == '' ) { %>
- <div id="display_photo" style="display: none">
- <% } else { %>
- <div id="display_photo">
- <% } %>
- <label>Your Photo</label>
- <div class="photo">
- <img class="small" id="photo" src="<%= file %>" />
- </div>
- <input value="Remove Photo" type="button" name="del_photo_button" id="id_del_photo_button" data-role="button" data-theme="a">
- </div>
-</div>
diff --git a/www/templates/en/photo.html b/www/templates/en/photo.html
deleted file mode 100644
index 6e69c4c..0000000
--- a/www/templates/en/photo.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<div data-role="header">
- <h1>Add Photo</h1>
- <% if ( file == '' ) { %>
- <a id="photo-next-btn" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Skip</a>
- <% } else { %>
- <a id="photo-next-btn" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Next</a>
- <% } %>
-</div>
-<div data-role="content">
- <h2>Add a Photo <em>(optional)</em>:</h2>
- <div class="photo">
- <% if ( file == '' ) { %>
- <img class="small" src="images/placeholder-photo.png" alt="" id="photo">
- <% } else { %>
- <img class="small" id="photo" src="<%= file %>" />
- <% } %>
- </div>
- <div class="bottom-btn">
- <input data-icon="fms-photo-existing" type="button" id="id_existing" data-theme="c" value="Add an existing photo" >
- <input data-icon="fms-photo-new" id="id_photo_button" type="button" data-theme="a" value="Take a new photo">
- <input id="id_del_photo_button" type="button" data-theme="a" value="Remove Photo">
- </div>
-</div>
diff --git a/www/templates/en/reports.html b/www/templates/en/reports.html
deleted file mode 100644
index f1b9dc2..0000000
--- a/www/templates/en/reports.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<div data-role="header" data-position="fixed">
- <a id="reports-next-btn" data-icon="arrow-l" data-iconpos="left" class="ui-btn-left">Home</a>
- <h1>My Reports</h1>
-</div>
-<div id="drafts">
- <h2>Draft reports</h2>
-
- <ul data-role="listview" data-split-theme="c" data-inset="true" data-split-icon="delete" class="reports">
- <% drafts.each(function(draft) {
- if ( draft ) {
- var classes = [];
- if ( draft.get('lat') ) {
- classes.push('with_location');
- }
- if ( draft.get('file') ) {
- classes.push('with_photo');
- }
- var draftClass = '';
- if ( classes.length ) {
- draftClass = 'class="' + classes.join(' ') + '"';
- }
- print( '<li id="' + draft.id + '"' + draftClass + '><a href="#" class="use_report">' + draft.description() + '</a><a class="del_report" href="#" title="delete">Delete</a></li>' );
- } else {
- print( '<li>no/li<>');
- }
- } ); %>
- </ul>
-</div>
diff --git a/www/templates/en/save_offline.html b/www/templates/en/save_offline.html
deleted file mode 100644
index 6b9b289..0000000
--- a/www/templates/en/save_offline.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<div data-role="header" data-position="fixed" >
- <h1>Offline</h1>
-</div>
-<div class="container" data-enhance="false">
- <div class="content" role="main">
- <h1>There is no internet connection</h1>
-
- <p>
- There isn't an internet connection, do you want to save the current report
- for later?
- </p>
-
- <div class="right">
- <input id="save_report" type="button" value="save" class="green-btn" />
- <input id="discard" type="button" value="discard" class="green-btn" />
- </div>
- </div>
-</div>
diff --git a/www/templates/en/sent.html b/www/templates/en/sent.html
deleted file mode 100644
index 8a94fef..0000000
--- a/www/templates/en/sent.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<div id="report-created-header" data-role="header">
- <a class="ui-btn-left">Locate</a>
- <h1>Report Created</h1>
-</div>
-<div data-role="content">
- <% if ( typeof email_confirm != 'undefined' && email_confirm === 1 ) { %>
- <h3>Confirmation email sent</h3>
-
- <p>
- We've sent you a confirmation email which may take a few minutes to arrive. Once it arrives
- click the link in the email to confirm your report.
- </p>
- <% } else { %>
- <h3>Your report has been created</h3>
-
- <p><a onclick="FMS.openExternal(event); return false;" href="<%= site_url %>">View it on the site</a></p>
- <% } %>
-
- <% if ( device.platform == 'iOS' && CONFIG.APP_ID ) { %>
- <p><a data-role="button" href="itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=<% print( CONFIG.APP_ID ) %>&onlyLatestVersion=true&pageNumber=0&sortOrdering=1&type=Purple+Software">Please rate this app</a></p>
- <% } else if ( device.platform == 'Android' && CONFIG.PLAY_ID ) { %>
- <p><a id="rate_app" data-role="button" href="https://play.google.com/store/apps/details?id=<% print( CONFIG.PLAY_ID ) %>">Please rate this app</a></p>
- <% } %>
-</div>
diff --git a/www/templates/en/submit.html b/www/templates/en/submit.html
deleted file mode 100644
index a36d1e2..0000000
--- a/www/templates/en/submit.html
+++ /dev/null
@@ -1,98 +0,0 @@
-<div id="submit-header" data-role="header" data-position="fixed" data-id="locate">
- <h1>Submit</h1>
-</div>
-
-<div class="container" data-role="content" data-enhance="false">
- <div class="content" role="main">
-
-
- <fieldset>
- <div id="problem_form">
- <% if ( user && user.password ) { %>
- <div id="signed_in">
- <p>
- You are signed in as <span id="username"><%= user.name %></span>
- </p>
-
- <p id="confirm_details">Confirm details</p>
- <div id="name_details">
- <label for="form_may_show_name">Name</label>
- <input type="text" class="validName" value="<%= user.name %>" name="name" id="form_name" placeholder="Your name">
-
- <div class="checkbox-group">
- <input type="checkbox" name="may_show_name" id="form_may_show_name" value="1" checked>
- <label class="inline" for="form_may_show_name">Show my name publicly</label>
- </div>
-
- <label for="form_phone">Phone number</label>
- <input type="text" value="<%= user.phone %>" name="phone" id="form_phone" placeholder="Your phone number (optional)">
- </div>
-
- <div class="form-txt-submit-box">
- <input class="green-btn" type="button" id="submit_signed_in" name="submit_signed_in" value="Report">
- </div>
- </div>
- <% } else { %>
- <div id="signed_out">
- <label for="form_email" id="email_label">Your email</label>
- <input type="email" value="<%= user.email %>" name="email" id="form_email" placeholder="Please enter your email address" required>
-
- <div id="form_sign_in">
- <h4 id="have_password">Do you have a FixMyStreet password?</h4>
-
- <div id="form_sign_in_yes" class="form-box">
-
- <h5><strong>Yes</strong> I have a password</h5>
-
- <label class="hidden-js n" for="password_sign_in">Yes I have a password</label>
- <div class="form-txt-submit-box">
- <input type="password" name="password_sign_in" id="password_sign_in" placeholder="Your password" value="">
- <input class="green-btn" type="button" id="submit_sign_in" name="submit_sign_in" value="Report">
- </div>
- </div>
-
- <div id="form_sign_in_no" class="form-box">
- <h5 id="let_me_confirm"><strong>No</strong> Let me confirm my report by email</h5>
-
- <div id="name_details">
- <label for="form_may_show_name">Name</label>
- <input type="text" class="validName" value="<%= user.name %>" name="name" id="form_name" placeholder="Your name">
-
- <div class="checkbox-group">
- <input type="checkbox" name="may_show_name" id="form_may_show_name" value="1" checked>
- <label class="inline" for="form_may_show_name">Show my name publicly</label>
- </div>
-
- <label for="form_phone">Phone number</label>
- <input type="text" value="<%= user.phone %>" name="phone" id="form_phone" placeholder="Your phone number (optional)">
- </div>
-
- <div id="password_surround">
- <label class="form-focus-hidden" for="password_register" id="password_label">Password</label>
- </div>
-
- <div class="form-txt-submit-box form-focus-hidden">
- <input type="password" name="password_register" id="password_register" value="" placeholder="Enter a password (optional)">
- <input class="green-btn" type="button" id="submit_register" name="submit_register" value="Report">
- </div>
-
- </div>
- </div>
- </div>
- <% } %>
-
- <div id="report_save" class="form-box">
- <h5>Save this report for completion later</h5>
- <div class="form-txt-submit-box">
- <input class="green-btn" type="button" id="save_report" name="save_report" value="Save">
- </div>
- </div>
- </div>
- </fieldset>
-
- <input type="hidden" name="submit_problem" value="1">
- </div>
-
- </div>
- </div>
-</div>
diff --git a/www/templates/en/submit_confirm.html b/www/templates/en/submit_confirm.html
deleted file mode 100644
index 1ce4b6c..0000000
--- a/www/templates/en/submit_confirm.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<div id="submit-header" data-role="header">
- <h1>Your details</h1>
-</div>
-
-<div data-role="content">
- <p class="notopmargin">
- You are logged in as <%= user.email %>.
- </p>
-
- <p>
- Please confirm your name, if you want it to be public and optionally your phone number.
- </p>
-
- <div id="errors"></div>
-
- <div class="inputcard">
- <div>
- <input data-role="none" type="text" value="<%= user.name %>" name="name" id="form_name" placeholder="Please enter your name" required>
- </div>
- <div>
- <input data-role="none" type="tel" value="<%= user.phone %>" name="name" id="form_phone" placeholder="Optionally enter your phone number">
- </div>
- <div class="checkbox-group noborder">
- <input type="checkbox" name="may_show_name" id="form_may_show_name" value="1" checked>
- <label class="inline" for="form_may_show_name">Show my name publicly</label>
- </div>
- </div>
- <div class="bottom-btn">
- <input data-role="button" data-theme="a" type="button" id="report" name="report" value="Report">
- </div>
-</div>
diff --git a/www/templates/en/submit_email.html b/www/templates/en/submit_email.html
deleted file mode 100644
index 3eaf26a..0000000
--- a/www/templates/en/submit_email.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<div id="submit-header" data-role="header">
- <h1>Your details</h1>
-</div>
-
-<div data-role="content">
- <div class="inputcard">
- <div>
- <input data-role="none" type="email" value="<%= user.email %>" name="email" id="form_email" placeholder="Please enter your email address" required>
- </div>
- </div>
-
- <p>
- This app needs to send you a confirmation email before we can send your report to the council.
- </p>
-
- <p>
- To skip this step in future, you can set a password now.
- </p>
-
- <div class="bottom-btn">
- <input data-role="button" data-theme="a" type="button" id="email_confirm" name="email_confirm" value="I don't want to set a password">
- <input data-role="button" data-theme="a" type="button" id="set_password" name="set_password" value="I'd like to set a password">
- <input data-role="button" data-theme="a" type="button" id="have_password" name="have_password" value="I've already got one - login">
- </div>
-</div>
diff --git a/www/templates/en/submit_name.html b/www/templates/en/submit_name.html
deleted file mode 100644
index fe0803c..0000000
--- a/www/templates/en/submit_name.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<div id="submit-header" data-role="header">
- <h1>Your details</h1>
-</div>
-
-<div data-role="content">
- <div id="errors"></div>
- <p class="top">
- <% if ( nopassword ) { %>
- No problem - we don't like faffing with passwords either.
- <% } %>
- Please give us some basic details, and you're nearly done.
- </p>
- <div class="inputcard">
- <% if ( typeof model.title_list !== 'undefined' ) { %>
- <div>
- <select data-role="none" placeholder="Title" id="form_title" name="title" required>
- <option value="">Title</option>
- <% for ( var i = 0; i < model.title_list.length; i++ ) { var title = model.title_list[i]; print( '<option value="' + title + '">' + title + '</option>' ); } %>
- </select>
- </div>
- <% } %>
- <div>
- <input data-role="none" type="text" value="<%= user.name %>" name="name" id="form_name" placeholder="Please enter your name" required>
- </div>
- <div>
- <input data-role="none" type="tel" value="<%= user.phone %>" name="name" id="form_phone" placeholder="Optionally enter your phone number">
- </div>
- <div data-role="fieldcontain">
- <fieldset data-role="controlgroup">
- <input type="checkbox" name="may_show_name" id="form_may_show_name" value="1" checked>
- <label for="form_may_show_name">Show my name publicly</label>
- </fieldset>
- </div>
- </div>
- <div class="bottom-btn">
- <input data-role="button" data-theme="a" type="button" id="send_confirm" name="send_confirm" value="Send confirmation email">
- </div>
-</div>
diff --git a/www/templates/en/submit_password.html b/www/templates/en/submit_password.html
deleted file mode 100644
index 07fb8ac..0000000
--- a/www/templates/en/submit_password.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<div id="submit-header" data-role="header">
- <h1>Your details</h1>
-</div>
-
-<div data-role="content">
- <div id="errors"></div>
- <form id="passwordForm" name="passwordForm">
- <div id="password_row">
- <div class="inputcard">
- <div>
- <input data-role="none" type="password" value="" name="password" id="form_password" placeholder="Your password" required>
- </div>
- </div>
- <div class="bottom-btn">
- <input data-role="button" data-theme="a" type="submit" id="report" name="report" value="Report">
- </div>
- </div>
- <div id="check_name" class="nodisplay">
- <div class="inputcard">
- <div>
- <input data-role="none" type="text" value="" id="form_name" name="name">
- </div>
- <div>
- <input data-role="none"type="tel" value="<%= user.phone %>" name="name" id="form_phone" placeholder="Please enter your phone number (optional)">
- </div>
- <div data-role="fieldcontain">
- <fieldset data-role="controlgroup">
- <input type="checkbox" name="may_show_name" id="form_may_show_name" value="1" checked>
- <label for="form_may_show_name">Show my name publicly</label>
- </fieldset>
- </div>
- </div>
- <div class="bottom-btn">
- <input data-role="button" data-theme="a" type="submit" id="confirm_name" name="report" value="Confirm name">
- </div>
- </div>
- </form>
-</div>
diff --git a/www/templates/en/submit_set_password.html b/www/templates/en/submit_set_password.html
deleted file mode 100644
index f265ee6..0000000
--- a/www/templates/en/submit_set_password.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<div id="submit-header" data-role="header">
- <h1>Your details</h1>
-</div>
-
-<div data-role="content">
- <div id="errors"></div>
- <form id="passwordForm" name="passwordForm">
- <div id="password_row">
- <div class="inputcard">
- <div>
- <input data-role="none" type="password" value="" name="password" id="form_password" placeholder="Your password" required>
- </div>
- </div>
- <div class="bottom-btn">
- <input data-role="button" data-theme="a" type="submit" id="continue" name="report" value="Continue">
- </div>
- </div>
- </form>
-</div>