aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/website/cobrands/barnet/footer (renamed from templates/website/cobrands/barnet/barnet-footer)0
-rw-r--r--templates/website/cobrands/barnet/header (renamed from templates/website/cobrands/barnet/barnet-header)0
-rw-r--r--templates/website/cobrands/emptyhomes/footer (renamed from templates/website/cobrands/emptyhomes/emptyhomes-footer)0
-rw-r--r--templates/website/cobrands/emptyhomes/header (renamed from templates/website/cobrands/emptyhomes/emptyhomes-header)0
-rw-r--r--templates/website/cobrands/fiksgatami/footer16
-rw-r--r--templates/website/cobrands/fiksgatami/header23
-rw-r--r--templates/website/problem2
7 files changed, 40 insertions, 1 deletions
diff --git a/templates/website/cobrands/barnet/barnet-footer b/templates/website/cobrands/barnet/footer
index f6963e553..f6963e553 100644
--- a/templates/website/cobrands/barnet/barnet-footer
+++ b/templates/website/cobrands/barnet/footer
diff --git a/templates/website/cobrands/barnet/barnet-header b/templates/website/cobrands/barnet/header
index 67619b417..67619b417 100644
--- a/templates/website/cobrands/barnet/barnet-header
+++ b/templates/website/cobrands/barnet/header
diff --git a/templates/website/cobrands/emptyhomes/emptyhomes-footer b/templates/website/cobrands/emptyhomes/footer
index f93ad0102..f93ad0102 100644
--- a/templates/website/cobrands/emptyhomes/emptyhomes-footer
+++ b/templates/website/cobrands/emptyhomes/footer
diff --git a/templates/website/cobrands/emptyhomes/emptyhomes-header b/templates/website/cobrands/emptyhomes/header
index a9ed5ce51..a9ed5ce51 100644
--- a/templates/website/cobrands/emptyhomes/emptyhomes-header
+++ b/templates/website/cobrands/emptyhomes/header
diff --git a/templates/website/cobrands/fiksgatami/footer b/templates/website/cobrands/fiksgatami/footer
new file mode 100644
index 000000000..2221d99a8
--- /dev/null
+++ b/templates/website/cobrands/fiksgatami/footer
@@ -0,0 +1,16 @@
+</div></div>
+<h2 class="v">$navigation</h2>
+<ul id="navigation">
+<li><a href="/">{{ $report }}</a></li>
+<li><a href="/reports">{{ $reports }}</a></li>
+<li><a href="/alert{{ $pc }}">{{ $alerts }}</a></li>
+<li><a href="/faq">{{ $help }}</a></li>
+<li><a href="/contact">{{ $contact }}</a></li>
+</ul>
+
+{{ $orglogo }}
+
+<p id="footer">{{ $creditline }}</p>
+
+</body>
+</html>
diff --git a/templates/website/cobrands/fiksgatami/header b/templates/website/cobrands/fiksgatami/header
new file mode 100644
index 000000000..cb1396556
--- /dev/null
+++ b/templates/website/cobrands/fiksgatami/header
@@ -0,0 +1,23 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="{{ $lang_code }}">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <script type="text/javascript" src="/yui/utilities.js"></script>
+ <script type="text/javascript" src="/js.js"></script>
+ {{ $map_js }}
+ {{ $robots }}
+
+ <title>{{ $title }}{{ $site_title }}</title>
+ <style type="text/css">
+ @import url("/css/core.css");
+ @import url("/css/main.css");
+ @import url("/cobrands/fiksgatami/css.css");
+ </style>
+ <!--[if LT IE 7]>
+ <style type="text/css">@import url("/css/ie6.css");</style>
+ <![endif]-->
+ {{ $rss }}
+ </head>
+ <body>
+ {{ $heading_element_start }}{{ $heading }}{{ $heading_element_end }}
+ <div id="wrapper"><div id="content">
diff --git a/templates/website/problem b/templates/website/problem
index aba6b009c..4debc1d2e 100644
--- a/templates/website/problem
+++ b/templates/website/problem
@@ -37,7 +37,7 @@
<input type="hidden" name="submit_update" value="1">
<input type="hidden" name="id" value="{{ $input_h{id} }}">
<div><label for="form_name">{{ $name_label }}</label>
-<input type="text" name="name" id="form_name" value="{{ $input_h{name} }}" size="20"> (optional)</div>
+<input type="text" name="name" id="form_name" value="{{ $input_h{name} }}" size="20"> {{ $optional }}</div>
{{ if ( $field_errors{email}) {
"<div class='form-error'>$field_errors{email}</div>";
} }}