SCPL: logos and TPac templates
[transitory.git] / Open-ILS / src / templates_scpl / opac / parts / footer.tt2
diff --git a/Open-ILS/src/templates_scpl/opac/parts/footer.tt2 b/Open-ILS/src/templates_scpl/opac/parts/footer.tt2
new file mode 100644 (file)
index 0000000..91c9d0b
--- /dev/null
@@ -0,0 +1,29 @@
+<div id="footer-wrap">
+<div id="footer">
+    <!-- <a href="/">[% l('Dynamic catalog') %]</a> &nbsp;|&nbsp; -->
+    <a href="http://www.santacruzpl.org">[% l('SCPL Home') %]</a> &nbsp;|&nbsp;
+    <a href="http://www.santacruzpl.org/aboutscpl/">[% l('About the Library') %]</a> &nbsp;|&nbsp;
+    <a href="http://www.santacruzpl.org/contact/">[% l('Contact Us') %]</a> 
+    <!-- <a href="http://example.com">[% l('Bottom Link 5') %]</a> -->
+    [% IF ctx.timing %]
+    <div id="timing">
+        [% FOR event IN ctx.timing %]
+        At <span class="timing-time">[% event.0 | format("%0.4f") %]</span>:
+        <span class="timing-event">[% event.1 %]</span><br />
+        [% END %]
+    </div>
+    [% END %]
+    <div id="copyright_text" style="margin-top: 2em;">
+        [% l('Copyright &copy; 2006-[_1] Georgia Public Library Service, and others', date.format(date.now, '%Y')) %]
+    </div>
+    <div id="footer_logo">
+        [% l('Powered by') %]
+        <a href="http://evergreen-ils.org">
+            <img src="[% ctx.media_prefix %]/opac/images/eg_tiny_logo.png"
+                style="border:none; width: 94px; height: 16px;"
+                alt="[% l('Evergreen') %]"
+            />
+        </a>
+    </div>
+</div>
+</div>