diff options
Diffstat (limited to 'templates/web')
-rw-r--r-- | templates/web/angus/angus_search.html | 6 | ||||
-rw-r--r-- | templates/web/angus/around/intro.html | 1 | ||||
-rw-r--r-- | templates/web/angus/footer.html | 23 | ||||
-rw-r--r-- | templates/web/angus/front/footer-marketing.html | 24 | ||||
-rw-r--r-- | templates/web/angus/header.html | 48 | ||||
-rw-r--r-- | templates/web/angus/post_header_extra.html | 14 |
6 files changed, 0 insertions, 116 deletions
diff --git a/templates/web/angus/angus_search.html b/templates/web/angus/angus_search.html deleted file mode 100644 index f519b8f4f..000000000 --- a/templates/web/angus/angus_search.html +++ /dev/null @@ -1,6 +0,0 @@ -<form action="//www.angus.gov.uk/site/scripts/google_results.aspx" method="get" id="search" class="form form__search"> - <div> - <input size="18" maxlength="40" class="field" name="q" id="SearchSite" placeholder="Explore Angus Council" type="text"> - <input value="Search" class="button button__primary" type="submit"> - </div> -</form> diff --git a/templates/web/angus/around/intro.html b/templates/web/angus/around/intro.html deleted file mode 100644 index 45e94194a..000000000 --- a/templates/web/angus/around/intro.html +++ /dev/null @@ -1 +0,0 @@ -<h1>Report, view, or discuss local issues</h1> diff --git a/templates/web/angus/footer.html b/templates/web/angus/footer.html deleted file mode 100644 index f9e1f3a99..000000000 --- a/templates/web/angus/footer.html +++ /dev/null @@ -1,23 +0,0 @@ - </div><!-- .content role=main --> - </div><!-- .container --> - </div><!-- .table-cell --> - - <div class="nav-wrapper"> - <div class="container"> - [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area %] - </div> - </div> - </div> <!-- .wrapper --> - - [% IF pagefooter %] - <div class="angus_footer"> - <footer role="contentinfo"> - [% INCLUDE 'front/footer-marketing.html' %] - </footer> - </div> - [% END %] - - [% INCLUDE 'common_footer_tags.html' %] - -</body> -</html> diff --git a/templates/web/angus/front/footer-marketing.html b/templates/web/angus/front/footer-marketing.html deleted file mode 100644 index 59413121d..000000000 --- a/templates/web/angus/front/footer-marketing.html +++ /dev/null @@ -1,24 +0,0 @@ -<div class="tablewrapper bordered"> - <p class="social"><a href="https://twitter.com/anguscouncil" class="icon-twitter" title="Follow Angus Council on Twitter">Twitter</a> <a href="https://www.facebook.com/AngusCouncil" class="icon-facebook" title="Join Angus Council on Facebook">Facebook</a> <a href="https://www.youtube.com/channel/UCtdcoPEFDA_CikJMiJjiDtA" class="icon-youtube" title="Watch Angus Council videos on YouTube">YouTube</a></p> - <ul> - <li> - <a href="http://www.angus.gov.uk/info/19999/council_and_democracy/172/contact_us "><strong>Contact the Council</strong></a> - </li> - <li> - <a href="http://www.angus.gov.uk/socialmedia">Social media</a> - </li> - <li> - <a href="http://www.angus.gov.uk/whats_new">Recently published</a> - </li> - <li> - <a href="http://www.angus.gov.uk/site_map">Site map</a> - </li> - <li> - <a href="http://www.angus.gov.uk/terms">Terms and disclaimer</a> - </li> - <li> - <a href="http://www.angus.gov.uk/cookies">Cookies</a> - </li> - </ul> - <p><span class="copyright">All content © Angus Council.</span></p> -</div>
\ No newline at end of file diff --git a/templates/web/angus/header.html b/templates/web/angus/header.html deleted file mode 100644 index 4b3d043a4..000000000 --- a/templates/web/angus/header.html +++ /dev/null @@ -1,48 +0,0 @@ -[% - SET html_att = ' lang="' _ lang_code _ '"'; - # For a right-to-left language, use the following line in your own header: - # SET html_att = html_att _ ' dir="rtl"'; --%] -<!doctype html> -<!--[if IE 8]> <html class="no-js ie8"[% html_att %]><![endif]--> -<!--[if IE 9]> <html class="no-js ie9"[% html_att %]><![endif]--> -<!--[if gt IE 9]><!--><html class="no-js"[% html_att %]><!--<![endif]--> - <head> - <meta name="viewport" content="initial-scale=1.0"> - - <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> - <meta name="HandHeldFriendly" content="true"> - <meta name="mobileoptimized" content="0"> - - [% INCLUDE 'header_opengraph.html' %] - [% INCLUDE 'header/css.html' %] - [% INCLUDE 'common_header_tags.html' %] - - [% IF c.req.uri.host == 'osm.fixmystreet.com' %] - <link rel="canonical" href="https://www.fixmystreet.com[% c.req.uri.path_query %]"> - [% END %] - - [% TRY %][% PROCESS 'header_extra.html' %][% CATCH file %][% END %] - - </head> - [% TRY %][% PROCESS 'set_body_class.html' %][% CATCH file %][% END %] - <body class="[% bodyclass | html IF bodyclass %]"> - - <div class="wrapper"> - <div class="table-cell"> - <header id="site-header" role="banner"> - <div class="container"> - [% INCLUDE 'header_logo.html' %] - <a href="#main-nav" id="nav-link">Main Navigation</a> - - [% INCLUDE 'angus_search.html' %] - </div> - </header> - - [% INCLUDE 'post_header_extra.html' %] - [% pre_container_extra %] - - <div class="container"> - <div class="content[% " $mainclass" | html IF mainclass %]" role="main"> - - <!-- [% INCLUDE 'debug_header.html' %] --> diff --git a/templates/web/angus/post_header_extra.html b/templates/web/angus/post_header_extra.html deleted file mode 100644 index 0c30e1a45..000000000 --- a/templates/web/angus/post_header_extra.html +++ /dev/null @@ -1,14 +0,0 @@ -<div class="angus_nav"> - <div class="container"> - <ul> - <li><a href="http://www.angus.gov.uk/">Home</a></li> - <li><a href="/">FixMyStreet</a></li> - </ul> - </div> -</div> - -<div class="clearfix wrapper__main_menu"> - <div class="container"> - [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area ul_class="nav-menu nav-menu--breadcrumb" omit_wrapper=1 %] - </div> -</div> |