SCPL: logos and TPac templates master scpl_2_3_0
authorGalen Charlton <gmc@esilibrary.com>
Sun, 4 Nov 2012 13:43:30 +0000 (08:43 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Sun, 4 Nov 2012 13:43:30 +0000 (08:43 -0500)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

Open-ILS/src/templates_scpl/opac/parts/css/.colors.tt2.swp [new file with mode: 0644]
Open-ILS/src/templates_scpl/opac/parts/css/colors.tt2 [new file with mode: 0644]
Open-ILS/src/templates_scpl/opac/parts/footer.tt2 [new file with mode: 0644]
Open-ILS/src/templates_scpl/opac/parts/homesearch.tt2 [new file with mode: 0644]
Open-ILS/src/templates_scpl/opac/parts/topnav_links.tt2 [new file with mode: 0644]
Open-ILS/src/templates_scpl/opac/parts/topnav_logo.tt2 [new file with mode: 0644]
Open-ILS/web/opac/images/scpl_main_logo.jpg [new file with mode: 0644]
Open-ILS/web/opac/images/scpl_small_logo.jpg [new file with mode: 0644]

diff --git a/Open-ILS/src/templates_scpl/opac/parts/css/.colors.tt2.swp b/Open-ILS/src/templates_scpl/opac/parts/css/.colors.tt2.swp
new file mode 100644 (file)
index 0000000..0ef75d4
Binary files /dev/null and b/Open-ILS/src/templates_scpl/opac/parts/css/.colors.tt2.swp differ
diff --git a/Open-ILS/src/templates_scpl/opac/parts/css/colors.tt2 b/Open-ILS/src/templates_scpl/opac/parts/css/colors.tt2
new file mode 100644 (file)
index 0000000..019473c
--- /dev/null
@@ -0,0 +1,41 @@
+[%
+    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 = "#023297", # dark green
+        # primary = "#ffffff", # white
+        # primary_fade = "#b5c6d8", # medium green
+        # primary_fade = "#023297", # medium green
+        primary_fade = "#1392a3", # medium green
+        primary_offset = "#f0bc5c", # light_green
+        # primary_fade = "#ffffff", # white
+        # primary_fade = "#ffffff", # white
+        control = "#f0bc5c", # 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_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>
diff --git a/Open-ILS/src/templates_scpl/opac/parts/homesearch.tt2 b/Open-ILS/src/templates_scpl/opac/parts/homesearch.tt2
new file mode 100644 (file)
index 0000000..1ba5f24
--- /dev/null
@@ -0,0 +1,3 @@
+<div id="homesearch_main_logo">
+    <strong><center><img src="[% ctx.media_prefix %]/opac/images/scpl_main_logo.jpg" /></center></strong>
+</div>
diff --git a/Open-ILS/src/templates_scpl/opac/parts/topnav_links.tt2 b/Open-ILS/src/templates_scpl/opac/parts/topnav_links.tt2
new file mode 100644 (file)
index 0000000..f359c0b
--- /dev/null
@@ -0,0 +1,12 @@
+<div id="gold-links-holder">
+    <div id="gold-links">
+        <div id="header-links">
+            <a href="http://www.santacruzpl.org/">[% l('SCPL Home') %]</a>
+            <a href="http://www.santacruzpl.org/branches/list/">[% l('Library Hours') %]</a>
+            <a href="http://www.santacruzpl.org/services/1/">[% l('Library Accounts') %]</a>
+            <a href="http://www.santacruzpl.org/websites/">[% l('Internet Resources') %]</a>
+            <a href="http://www.santacruzpl.org/cid/public/">[% l('CID') %]</a>
+            <!-- <a href="http://www.santacruzpl.org/evergreen/">[% l('Library Automation System FAQs') %]</a> -->
+        </div>
+    </div>
+</div>
diff --git a/Open-ILS/src/templates_scpl/opac/parts/topnav_logo.tt2 b/Open-ILS/src/templates_scpl/opac/parts/topnav_logo.tt2
new file mode 100644 (file)
index 0000000..9edd846
--- /dev/null
@@ -0,0 +1,2 @@
+       <div id="topnav_logo"> <a href="http://www.santacruzpl.org"><img alt="[% l('Evergreen Logo') %]" 
+            src="[% ctx.media_prefix %]/opac/images/scpl_small_logo.jpg" /></a></div>
diff --git a/Open-ILS/web/opac/images/scpl_main_logo.jpg b/Open-ILS/web/opac/images/scpl_main_logo.jpg
new file mode 100644 (file)
index 0000000..f8fb7e6
Binary files /dev/null and b/Open-ILS/web/opac/images/scpl_main_logo.jpg differ
diff --git a/Open-ILS/web/opac/images/scpl_small_logo.jpg b/Open-ILS/web/opac/images/scpl_small_logo.jpg
new file mode 100644 (file)
index 0000000..5209630
Binary files /dev/null and b/Open-ILS/web/opac/images/scpl_small_logo.jpg differ