aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/templates/en/offline.html34
1 files changed, 17 insertions, 17 deletions
diff --git a/www/templates/en/offline.html b/www/templates/en/offline.html
index f6279cf..4019aea 100644
--- a/www/templates/en/offline.html
+++ b/www/templates/en/offline.html
@@ -3,7 +3,7 @@
<h1>Offline</h1>
<a id="offline-next-btn" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Skip</a>
</div>
-<div class="table-cell">
+<div data-role="content">
<div id="locating" class="nodisplay" style="background: white; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3000; text-align: center; padding-top: 50%">
<p>
Getting Your Location
@@ -19,22 +19,22 @@
</div>
</div>
</div>
- <div class="container" data-enhance="false">
- <p>
- Sorry, there doesn't seem to be any internet connection. You can save this report for sending later though
- </p>
+ <p>
+ Sorry, there doesn't seem to be any internet connection. You can save this report for sending later though
+ </p>
- <p id="locate_result">
- <% if ( lat ) { %>
- Report has position ( <% print( lat.toFixed(2) + ', ' + lon.toFixed(2) ) %> )
- <% } else { %>
- <input type="button" class="green-btn" id="locate" value="locate" >
- <% } %>
- </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>
- <input type="text" value="<%= title %>" name="title" id="form_title" placeholder="Provide a title" required>
+ <div class="gmailstyletest">
+ <input data-role="none" type="text" value="<%= title %>" name="title" id="form_title" placeholder="Provide a title" required>
- <textarea rows="7" cols="26" name="detail" id="form_detail" placeholder="Please fill in details of the problem." required><%= details %></textarea>
+ <textarea data-role="none" rows="7" cols="26" name="detail" id="form_detail" placeholder="Please fill in details of the problem." required><%= details %></textarea>
<% if ( file != '' ) { %>
<div id="add_photo" style="display: none">
@@ -42,8 +42,8 @@
<div id="add_photo">
<% } %>
<label>Optionally Add a Photo</label>
- <input value="Take Photo" type="button" name="photo_button" id="id_photo_button" class="green-btn"> Or
- <input value="Choose" type="button" name="existing" id="id_existing" class="green-btn">
+ <input value="Take Photo" type="button" name="photo_button" id="id_photo_button" data-role="button" data-theme="a"> Or
+ <input value="Choose" type="button" name="existing" id="id_existing" data-role="button" data-theme="a">
</div>
<% if ( file == '' ) { %>
@@ -56,7 +56,7 @@
<img class="small" id="photo" src="<%= file %>" />
</div>
<div class="right">
- <input value="Remove Photo" type="button" name="del_photo_button" id="id_del_photo_button" class="green-btn">
+ <input value="Remove Photo" type="button" name="del_photo_button" id="id_del_photo_button" data-role="button" data-theme="a">
<div>
</div>
</div>