1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
---|
2 | <!--#set var="title" value="Report a problem" --> |
---|
3 | <!--#set var="shownav" value="yes" --> |
---|
4 | <!--#include virtual="inc/header.shtml" --> |
---|
5 | |
---|
6 | <p>Thanks for taking the time to let us know about something not working |
---|
7 | properly. The more information you provide, the less work we will have to do in |
---|
8 | order to fix the problem and so the more likely it is to be fixed. |
---|
9 | </p> |
---|
10 | |
---|
11 | <p>If you have found a bug, then please tell us which browser you are trying to use.</p> |
---|
12 | |
---|
13 | <p>If you don't trust feedback forms on websites then <a href="mailto:webmaster@npemap.org.uk">email your problem</a> instead.</p> |
---|
14 | |
---|
15 | <div style="background-color: #ffcccc; border: 1px solid #ffaaaa"> |
---|
16 | <p>If you have found a postcode in the wrong place, you can report it bad by clicking on the marker on the map.</p> |
---|
17 | </div> |
---|
18 | |
---|
19 | <form method="post" action="/cgi/problem.fcgi"> |
---|
20 | |
---|
21 | <p> |
---|
22 | <label for="type">Type of comment: </label> |
---|
23 | <select id="type" name="type"> |
---|
24 | <option value="general" selected="selected">General</option> |
---|
25 | <option value="bug">Found a bug</option> |
---|
26 | <option value="idea">Idea for a new feature</option> |
---|
27 | <option value="comment">Just a Comment</option> |
---|
28 | <option value="tiles">Incorrect tiles</option> |
---|
29 | <option value="other">Other</option> |
---|
30 | </select> |
---|
31 | </p> |
---|
32 | |
---|
33 | <p><label for="email">Your email address (in case we want more info, or want to let you know about a solution)</label><br/> |
---|
34 | <input type="text" id="email" name="email" size="50"/> |
---|
35 | </p> |
---|
36 | |
---|
37 | <p><label for="comment">Comment</label><br /> |
---|
38 | <textarea id="comment" name="comment" rows="15" cols="80"></textarea> |
---|
39 | </p> |
---|
40 | <p><input type="submit" value="Submit"/></p> |
---|
41 | |
---|
42 | </form> |
---|
43 | |
---|
44 | <!--#include virtual="inc/footer.shtml" --> |
---|