diff options
Diffstat (limited to 'www/around.html')
-rw-r--r-- | www/around.html | 40 |
1 files changed, 4 insertions, 36 deletions
diff --git a/www/around.html b/www/around.html index 740f77b..edf1393 100644 --- a/www/around.html +++ b/www/around.html @@ -1,40 +1,6 @@ - - <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> - <title> Viewing a location :: FixMyStreet</title> - <div id="around-page" class="wrapper" data-role="page"> - <!--div class="table-cell"> - <header id="site-header" role="banner"> - <div class="container"> - <span id="site-logo"></span> - </div> - </header> - - <div id="user-meta"> - - </div--> - - - <div class="container" data-role="content" data-enhance="false"> + <div class="table-cell"> + <div class="container" data-enhance="false"> <div class="content" role="main"> <input type="hidden" name="zoom" value="2"> <form action="" method="post" name="mapForm" id="mapForm" enctype="multipart/form-data" class="validate"> @@ -67,10 +33,12 @@ <p id="sub_map_links"> <a id="hide_pins_link" rel="nofollow" href="">Hide pins</a> <a id="all_pins_link" rel="nofollow" href="">Show old</a> + <a rel="nofollow" href="index.html">home</a> </p> </div> </form> </div> </div> </div> + </div> |