diff options
Diffstat (limited to 'www/submit-problem.html')
-rw-r--r-- | www/submit-problem.html | 173 |
1 files changed, 0 insertions, 173 deletions
diff --git a/www/submit-problem.html b/www/submit-problem.html deleted file mode 100644 index 5e059b4..0000000 --- a/www/submit-problem.html +++ /dev/null @@ -1,173 +0,0 @@ - - <script type="text/javascript"> - validation_strings = { - update: 'Please enter a message', - title: 'Please enter a subject', - detail: 'Please enter some details', - name: { - required: 'Please enter your name', - validName: 'Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below' - }, - category: 'Please choose a category', - rznvy: { - required: 'Please enter your email', - email: 'Please enter a valid email' - }, - email: { - required: 'Please enter your email', - email: 'Please enter a valid email' - } - }; - </script> - - <div id="submit-problem" class="wrapper" data-role="page" data-add-back-btn="true"> - - <div id="submit-header" data-role="header" data-position="fixed"> - <h1>Details</h1> - </div> - - <div class="container" data-role="content" data-enhance="false"> - <div class="content" role="main"> - - <form action="" method="post" name="mapForm" id="mapForm" enctype="multipart/form-data" class="validate" data-ajax="false"> - - <input type="hidden" name="pc" id="pc" value=""> - <input type="hidden" name="latitude" id="fixmystreet.latitude" value=""> - <input type="hidden" name="longitude" id="fixmystreet.longitude" value=""> - - <div id="side-form"> - <div id="report-a-problem-main"> - <h1>Reporting a problem</h1> - - <p id="councils_text"> - All the information you provide here will be sent to <strong>the local council</strong>. - The subject and details of the problem will be public, plus your name if you give us permission. - </p> - - <!-- div id="report-a-problem-sidebar"> - - <div class="sidebar-tips"> - <p>You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. </p> - <p> - Please fill in details of the problem below. The council won't be able - to help unless you leave as much detail as you can, so please describe the exact location of - the problem (e.g. on a wall), what it is, how long it has been there, a description (and a - photo of the problem if you have one), etc. - </p> - </div> - - <div class="sidebar-notes"> - <p>Please note:</p> - - <ul class="plain-list"> - <li>We will only use your personal information in accordance with our <a href="/faq#privacy">privacy policy.</a></li> - <li>Please be polite, concise and to the point.</li> - <li>Please do not be abusive — abusing your council devalues the service for all users.</li> - <li>Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation.</li> - <li>Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website.</li> - </ul> - </div> - </div--> - - <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 id="add_photo"> - <label>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=""> - <label for="form_email" id="email_label">Your email</label> - <input type="email" value="" name="email" id="form_email" placeholder="Please enter your email address" required> - - <div id="form_sign_in"> - <h3 id="now_submit">Now to submit your report…</h3> - <h2 id="have_password">Do you have a FixMyStreet password?</h2> - - <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="submit" 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> - - <label for="form_may_show_nameme">Name</label> - <input type="text" class="form-focus-trigger validName" value="" 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> - - <div class="general-sidebar-notes form-focus-hidden"> - <p class="dark">We never show your email address or phone number.</p> - <p id="providing_password">Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports.</p> - </div> - - <label class="form-focus-hidden" for="form_phone">Phone number</label> - <input class="form-focus-hidden" type="text" value="" name="phone" id="form_phone" placeholder="Your phone number (optional)"> - - <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="submit" id="submit_register" name="submit_register" value="Report"> - </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> - </form> - </div> - </div> - - <!-- div data-role="footer" data-id="foo1" data-position="fixed"> - <div data-role="navbar"> - <ul> - <li><a href="index.html">Home</a></li> - <li><a href="account.html">Account</a></li> - <li><a href="about.html">Info</a></li> - </ul> - </div><!-- /navbar --> - </div --> - </div> <!-- .wrapper --> |