University of Sudbury basic skin
authorDan Scott <dscott@laurentian.ca>
Mon, 27 Aug 2012 15:56:22 +0000 (11:56 -0400)
committerDan Scott <dscott@laurentian.ca>
Fri, 25 May 2018 21:25:46 +0000 (17:25 -0400)
Logos and one link; not even touching colours yet.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates_usudbury/opac/parts/css/colors.tt2 [new file with mode: 0644]
Open-ILS/src/templates_usudbury/opac/parts/footer.tt2 [new file with mode: 0644]
Open-ILS/src/templates_usudbury/opac/parts/homesearch.tt2 [new file with mode: 0644]
Open-ILS/src/templates_usudbury/opac/parts/topnav_links.tt2 [new file with mode: 0644]
Open-ILS/src/templates_usudbury/opac/parts/topnav_logo.tt2 [new file with mode: 0644]
Open-ILS/web/opac/images/usudbury_logo.png [new file with mode: 0644]
Open-ILS/web/opac/images/usudbury_logo_tiny.png [new file with mode: 0644]

diff --git a/Open-ILS/src/templates_usudbury/opac/parts/css/colors.tt2 b/Open-ILS/src/templates_usudbury/opac/parts/css/colors.tt2
new file mode 100644 (file)
index 0000000..eda641d
--- /dev/null
@@ -0,0 +1,36 @@
+[%
+    css_colors = {
+
+        background = "#fff", # white
+        background_alert = "#ffcccc", # pink
+        background_invert = "#252525", # charcoal
+        text = "black", # black 
+        text_alert = "red", # red
+        text_attention = "#ffcc33", # pumpkin orange
+        text_badnews = "#f41d36", # cherry red
+        text_goodnews = "#1dd93c", # lime green
+        text_greatnews = "green", # green
+        text_invert = "#fff", # white
+        text_match = "#c00", # deep red
+        primary = "#00593d", # dark green
+        primary_fade = "#007a54", # medium green
+        primary_offset = "#417860", # light_green
+        control = "#69A088", # lighter green
+        accent_light = "#ccc", #  grey (light)
+        accent_lighter = "#ddd", #  grey (lighter)
+        accent_lighter2 = "#d8d8d8", #  grey (lighter again)
+        accent_lightest = "#eee", #  grey (lightest)
+        accent_ultralight = "#f0f0f0", # ivory
+        accent_medium = "#999", # gun metal grey (medium)
+        accent_mediumdark = "#888", # gun metal grey (medium dark)
+        accent_dark = "#666", # gun metal grey (dark)
+        accent_darker = "#333", # gun metal grey (darker)
+        border_standard = "#e9ebf3", # light grey-blue
+        border_dark = "black", # black
+        border_alert = "red", # red
+        button_text = "#fbf9f9", # off-white 
+        button_text_shadow = "#555555", # medium grey
+        table_heading = "#d8d8d8", # grey-blue
+    };
+    
+%]
diff --git a/Open-ILS/src/templates_usudbury/opac/parts/footer.tt2 b/Open-ILS/src/templates_usudbury/opac/parts/footer.tt2
new file mode 100644 (file)
index 0000000..ea2f4c8
--- /dev/null
@@ -0,0 +1,25 @@
+<div id="footer-wrap">
+<div id="footer">
+    <a href="[% l('http://usudbury.ca/index.php/en/library') %]">[% l('Library home') %]</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_usudbury/opac/parts/homesearch.tt2 b/Open-ILS/src/templates_usudbury/opac/parts/homesearch.tt2
new file mode 100644 (file)
index 0000000..c362f85
--- /dev/null
@@ -0,0 +1,3 @@
+<div id="homesearch_main_logo">
+    <img src="[% ctx.media_prefix %]/opac/images/usudbury_logo.png" />
+</div>
diff --git a/Open-ILS/src/templates_usudbury/opac/parts/topnav_links.tt2 b/Open-ILS/src/templates_usudbury/opac/parts/topnav_links.tt2
new file mode 100644 (file)
index 0000000..aa7cdf9
--- /dev/null
@@ -0,0 +1,7 @@
+<div id="gold-links-holder">
+    <div id="gold-links">
+        <div id="header-links">
+            <a href="[% l('http://usudbury.ca/index.php/en/library') %]">[% l('Library home') %]</a>
+        </div>
+    </div>
+</div>
diff --git a/Open-ILS/src/templates_usudbury/opac/parts/topnav_logo.tt2 b/Open-ILS/src/templates_usudbury/opac/parts/topnav_logo.tt2
new file mode 100644 (file)
index 0000000..c97a485
--- /dev/null
@@ -0,0 +1,2 @@
+       <div id="topnav_logo"> <a href="http://usudbury.ca"><img alt="[% l('University of Sudbury') %]" 
+            src="[% ctx.media_prefix %]/opac/images/usudbury_logo_tiny.png" /></a></div>
diff --git a/Open-ILS/web/opac/images/usudbury_logo.png b/Open-ILS/web/opac/images/usudbury_logo.png
new file mode 100644 (file)
index 0000000..7189576
Binary files /dev/null and b/Open-ILS/web/opac/images/usudbury_logo.png differ
diff --git a/Open-ILS/web/opac/images/usudbury_logo_tiny.png b/Open-ILS/web/opac/images/usudbury_logo_tiny.png
new file mode 100644 (file)
index 0000000..276ca4e
Binary files /dev/null and b/Open-ILS/web/opac/images/usudbury_logo_tiny.png differ