diff options
Diffstat (limited to 'www/photo.html')
-rw-r--r-- | www/photo.html | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/www/photo.html b/www/photo.html deleted file mode 100644 index ed5d9b6..0000000 --- a/www/photo.html +++ /dev/null @@ -1,29 +0,0 @@ - <div id="photo-page" class="wrapper" data-role="page" data-add-back-btn="true"> - <div data-role="header" data-position="fixed" > - <h1>Add Photo</h1> - <a href="details.html" id="photo-next-btn" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Skip</a> - </div> - <div class="container" data-enhance="false"> - <div class="content" role="main"> - <div id="side-form"> - <fieldset> - <div id="problem_form"> - <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"> - </div> - - <div id="display_photo" style="display: none"> - <label>Your Photo</label> - <img id="photo" src="" width="200" /> - <input value="Remove Photo" type="button" name="del_photo_button" id="id_del_photo_button" class="green-btn"> - </div> - - <input type="hidden" name="photo" id="form_photo" value=""> - </div> - </fieldset> - </div> - </div> - </div> - </div> |