aboutsummaryrefslogtreecommitdiffstats
path: root/www/details.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/details.html')
-rw-r--r--www/details.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/www/details.html b/www/details.html
deleted file mode 100644
index db3f8a7..0000000
--- a/www/details.html
+++ /dev/null
@@ -1,27 +0,0 @@
- <div id="details-page" class="wrapper" data-role="page" data-add-back-btn="true">
- <div data-role="header" data-position="fixed" >
- <h1>Details</h1>
- <a href="submit.html" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Next</a>
- </div>
- <div class="container" data-enhance="false">
- <div class="content" role="main">
- <div id="side-form">
- <fieldset>
- <div id="problem_form">
-
- <label for="form_title">Subject</label>
- <input type="text" value="" name="title" id="form_title" placeholder="Provide a title" required>
-
- <label for="form_detail">Details</label>
- <textarea rows="7" cols="26" name="detail" id="form_detail" placeholder="Please fill in details of the problem." required></textarea>
-
- <div id="form_category_row">
- <label class="inline" for="form_category">Category</label>
- <select name="category" id="form_category" required><option>Loading...</option></select>
- </div>
- </div>
- </fieldset>
- </div>
- </div>
- </div>
- </div>