Add CFOF minimal skin
authorDan Scott <dscott@laurentian.ca>
Fri, 10 Feb 2017 20:50:52 +0000 (15:50 -0500)
committerDan Scott <dscott@laurentian.ca>
Fri, 25 May 2018 21:25:46 +0000 (17:25 -0400)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates_cfof/opac/parts/footer.tt2 [new file with mode: 0644]
Open-ILS/src/templates_cfof/opac/parts/homesearch.tt2 [new file with mode: 0644]
Open-ILS/src/templates_cfof/opac/parts/topnav_links.tt2 [new file with mode: 0644]
Open-ILS/src/templates_cfof/opac/parts/topnav_logo.tt2 [new file with mode: 0644]
Open-ILS/web/opac/images/cfof_logo.png [new file with mode: 0644]
Open-ILS/web/opac/images/cfof_logo_tiny.png [new file with mode: 0644]

diff --git a/Open-ILS/src/templates_cfof/opac/parts/footer.tt2 b/Open-ILS/src/templates_cfof/opac/parts/footer.tt2
new file mode 100644 (file)
index 0000000..a03756d
--- /dev/null
@@ -0,0 +1,25 @@
+<div id="footer-wrap">
+<div id="footer">
+    <a href="[% l('http://cfof.on.ca/accueil') %]">[% l('Accueil') %]</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>
diff --git a/Open-ILS/src/templates_cfof/opac/parts/homesearch.tt2 b/Open-ILS/src/templates_cfof/opac/parts/homesearch.tt2
new file mode 100644 (file)
index 0000000..c4ecb31
--- /dev/null
@@ -0,0 +1,3 @@
+<div id="homesearch_main_logo">
+    <img src="[% ctx.media_prefix %]/opac/images/cfof_logo.png" />
+</div>
diff --git a/Open-ILS/src/templates_cfof/opac/parts/topnav_links.tt2 b/Open-ILS/src/templates_cfof/opac/parts/topnav_links.tt2
new file mode 100644 (file)
index 0000000..cf5c968
--- /dev/null
@@ -0,0 +1,7 @@
+<div id="gold-links-holder">
+    <div id="gold-links">
+        <div id="header-links">
+            <a href="[% l('http://cfof.on.ca/accueil') %]">[% l('Accueil') %]</a>
+        </div>
+    </div>
+</div>
diff --git a/Open-ILS/src/templates_cfof/opac/parts/topnav_logo.tt2 b/Open-ILS/src/templates_cfof/opac/parts/topnav_logo.tt2
new file mode 100644 (file)
index 0000000..4eb5f48
--- /dev/null
@@ -0,0 +1,2 @@
+       <div id="topnav_logo"> <a href="http://cfof.on.ca/"><img alt="[% l('Centre franco-ontarien de folklore') %]" 
+            src="[% ctx.media_prefix %]/opac/images/cfof_logo_tiny.png" /></a></div>
diff --git a/Open-ILS/web/opac/images/cfof_logo.png b/Open-ILS/web/opac/images/cfof_logo.png
new file mode 100644 (file)
index 0000000..bb2779c
Binary files /dev/null and b/Open-ILS/web/opac/images/cfof_logo.png differ
diff --git a/Open-ILS/web/opac/images/cfof_logo_tiny.png b/Open-ILS/web/opac/images/cfof_logo_tiny.png
new file mode 100644 (file)
index 0000000..9644d43
Binary files /dev/null and b/Open-ILS/web/opac/images/cfof_logo_tiny.png differ