diff options
Diffstat (limited to 'www/frontpage-form.html')
-rw-r--r-- | www/frontpage-form.html | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/www/frontpage-form.html b/www/frontpage-form.html deleted file mode 100644 index b43e592..0000000 --- a/www/frontpage-form.html +++ /dev/null @@ -1,37 +0,0 @@ - <div class="wrapper" id="locate-page" data-role="page"> - <div data-id="locate" id="search-header" data-role="header" data-position="fixed"> - <a href="index.html" data-transition="slidedown" class="ui-btn-left">Locate</a> - <h1>Locate</h1> - <a href="settings.html" data-transition="slideup" class="ui-btn-right" data-icon="gear" data-iconpos="notext"></a> - </div> - <div class="table-cell"> - <div class="container"> - <div class="content" role="main"> - <div id="front-main"> - <div id="front-main-container" data-enhance="false"> - <form name="postcodeForm" id="postcodeForm"> - <label for="pc">Enter a nearby GB postcode, or street name and area:</label> - <div> - <input type="text" name="pc" value="" id="pc" size="10" maxlength="200" placeholder="e.g. ‘B2 4QA’ or ‘Tib St, Manchester’"> - <input type="submit" value="Go" id="submit"> - </div> - </form> - </div> - </div> - - <div class="tablewrapper"> - <div id="front-howto"> - <h2>How to report a problem</h2> - - <ol class="big-numbers"> - <li>Enter a nearby GB postcode, or street name and area</li> - <li>Locate the problem on a map of the area</li> - <li>Enter details of the problem</li> - <li>We send it to the council on your behalf</li> - </ol> - </div> - </div> - </div> - </div> - </div> - </div> <!-- .wrapper --> |