aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/web/zurich/header.html2
-rw-r--r--templates/web/zurich/nav_over_content.html10
2 files changed, 12 insertions, 0 deletions
diff --git a/templates/web/zurich/header.html b/templates/web/zurich/header.html
index cdff06df8..f6df75286 100644
--- a/templates/web/zurich/header.html
+++ b/templates/web/zurich/header.html
@@ -49,3 +49,5 @@
<div class="content[% " $mainclass" | html IF mainclass %]" role="main">
<!-- [% INCLUDE 'debug_header.html' %] -->
+
+ [% INCLUDE 'nav_over_content.html' %] \ No newline at end of file
diff --git a/templates/web/zurich/nav_over_content.html b/templates/web/zurich/nav_over_content.html
new file mode 100644
index 000000000..d02a76b69
--- /dev/null
+++ b/templates/web/zurich/nav_over_content.html
@@ -0,0 +1,10 @@
+ <div id="zurich-main-nav">
+ <ul>
+ <li><[% IF c.req.uri.path == '/around' %]span[% ELSE %]a href="/"[% END %]
+ >[% loc("Report a problem") %]</[% c.req.uri.path == '/around' ? 'span' : 'a' %]></li>[%
+ %]<li><[% IF c.req.uri.path == '/reports' %]span[% ELSE %]a href="/reports"[% END
+ %]>[% loc("All reports") %]</[% c.req.uri.path == '/reports' ? 'span' : 'a' %]></li>[%
+ %]<li><[% IF c.req.uri.path == '/faq' %]span[% ELSE %]a href="/faq"[% END
+ %]>[% loc("Help") %]</[% c.req.uri.path == '/faq' ? 'span' : 'a' %]></li>
+ </ul>
+ </div>