Quipu Customizations
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 1 Sep 2020 18:06:15 +0000 (14:06 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 4 Sep 2020 12:29:49 +0000 (08:29 -0400)
Move library card application link to top menu instead of bottom menu,
cleaned up a lot of whitespace issues and old commented out text,
added CSS controls for parts of the Quipu form.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/footer.tt2
Open-ILS/src/templates/opac/parts/topnav_links.tt2

index 378b922..7335307 100644 (file)
@@ -3587,6 +3587,9 @@ label[for*=expert_]
     height: 160px;
     border: 1px solid #999;
 }
+.carousel-entry-title a {
+    color: [% css_colors.link %];
+}
 .carousel .glide__arrow {
     color: [% css_colors.button_text %];
     font-weight: bold !important;
@@ -3625,6 +3628,20 @@ label[for*=expert_]
     color: #00593d;
 }
 
+/* QUIPU CUSTOMIZATIONS */
+.radioClass {
+    text-decoration: none;
+    color: #000;
+    padding-right: 10px;
+}
+
+.eCARDPreferredNameDivClass {
+    padding: 10px;
+    font-size: .9em;
+}
+
+
+
 @media only screen and (max-width: 1200px) {
     .carousel {
         margin-left:430px;
index 3235605..2957545 100644 (file)
@@ -2,39 +2,23 @@
 <div id="footer-wrap">
 <div id="footer">
 <div id="footer-menu-wrapper">
-    <!-- <a href="/eg/opac/home">[% l("Home") %]</a> &nbsp;|&nbsp; -->
-    [% IF ctx.get_org_setting(
-        ctx.physical_loc || ctx.aou_tree.id, 'opac.allow_pending_user') %]
-    <a href="[% mkurl(ctx.opac_root _ '/register') %]">
-           <img alt="[% l('Request Library Card') %]" src="[% ctx.media_prefix %]/images/pines-dot.png" />
-               [% l('Request Library Card') %]</a> &nbsp; &nbsp; &nbsp; &nbsp;
-    [% END %]
-    <!-- <a href="/eg/kpac/home">[% l("Kids Catalog") %]</a> &nbsp;|&nbsp; -->
-    <!-- <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">[% l('Library Locations') %]</a> &nbsp;|&nbsp;-->
-    <!-- <a href="http://pines.georgialibraries.org/catalog-help">[% l('Help') %]</a> &nbsp;|&nbsp; -->
     <a href="http://pines.georgialibraries.org/about">
-           <img alt="[% l('About PINES') %]" src="[% ctx.media_prefix %]/images/pines-dot.png" /> [%- l('Learn More About PINES') %]</a> <!-- &nbsp;|&nbsp; -->
-        &nbsp; &nbsp; &nbsp; &nbsp;        
+        <img alt="[% l('About PINES') %]" src="[% ctx.media_prefix %]/images/pines-dot.png" /> [%- l('Learn More About PINES') %]</a>
+        &nbsp; &nbsp; &nbsp; &nbsp;
     <a href="http://pines.georgialibraries.org/catalog-help">
         <img alt="[% l('Help') %]" src="[% ctx.media_prefix %]/images/pines-dot.png" />
         [% l('Help') %]</a>
-        &nbsp; &nbsp; &nbsp; &nbsp;
-        
-    <!-- &nbsp;|&nbsp; -->
-    <!-- <a href="/">[% l('Dynamic catalog') -%]</a> &nbsp;|&nbsp; -->
-    <!-- [% gurl = mkurl(ctx.opac_root _ '/galileo', {}, 1) %]
-    <a href="[% gurl %]"> [% l('GALILEO') %] </a> -->
 </div>
 <div id="footer-menu-slim">
     <a href="/eg/opac/home">[% l("Home") %]</a><br/>
-       <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">
-           [% l('Library Locations') %]</a><br/>
+    <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">
+        [% l('Library Locations') %]</a><br/>
     <a href="/eg/kpac/home">
-           [% l("Kids' Catalog") %]</a><br/>
+        [% l("Kids' Catalog") %]</a><br/>
     [% IF ctx.get_org_setting(
         ctx.physical_loc || ctx.aou_tree.id, 'opac.allow_pending_user') %]
-    <a href="[% mkurl(ctx.opac_root _ '/register') %]">
-           [% l('Request Library Card') %]</a><br/>
+        <a href="[% mkurl(ctx.opac_root _ '/register') %]">
+        [% l('Request Library Card') %]</a><br/>
     [% END %]   
     [% IF ctx.physical_loc;
         # patron is at the branch, no redirect needed
         # send patron to galileo auth redirector
         gurl = mkurl(ctx.opac_root _ '/galileo', {}, 1);
     END %]
-   <a href="[% gurl %]">
-               [% l('GALILEO Research Databases') %]</a><br/>
-       <a href="http://pines.georgialibraries.org/about">
-           [%- l('Learn More About PINES') %]</a><br/>
+    <a href="[% gurl %]">
+        [% l('GALILEO Research Databases') %]</a><br/>
+    <a href="http://pines.georgialibraries.org/about">
+        [%- l('Learn More About PINES') %]</a><br/>
     <a href="https://play.google.com/store/apps/details?id=net.kenstir.apps.pines">
         PINES Android App</a><br/>
     <a href="https://itunes.apple.com/us/app/pines-georgia/id1400443994?platform=iphone&preserveScrollPosition=true&platform=iphone#platform/iphone&platform=iphone">
         PINES iOS App</a><br/>
     <a href="http://pines.georgialibraries.org/catalog-help">
-               [% l('Help') %]</a>     
-               
-       <hr style="margin-top:20px;">
-</div> 
-       
+        [% l('Help') %]</a>
+
+    <hr style="margin-top:20px;">
+</div>
+
     [% IF ctx.timing %]
     <div id="timing">
         [% FOR event IN ctx.timing %]
@@ -80,8 +64,8 @@
         <div style="float:left; margin:10px 10px 0px 0px;"><a href="http://www.imls.gov">
             <img src="[% ctx.media_prefix %]/images/IMLS-logo.jpg" style="border:none; width: 150px;" alt="IMLS"></a>
         </div>
-               <p style="font-weight:normal;font-style:italic;">
-        [% l('Funding Note') %]</p>            
+        <p style="font-weight:normal;font-style:italic;">
+        [% l('Funding Note') %]</p>
     </div>
 </div>
 </div>
index 5dca27e..52bc570 100644 (file)
@@ -1,38 +1,36 @@
 <div id="gold-links-holder">
     <div id="gold-links">
-    <div id="header-links">
-        <a href="/eg/opac/home">
-                   <img alt="[% l('PINES Home Page') %]" src="[% ctx.media_prefix %]/images/pines-dot.png" />
-                   [% l("Home") %]</a>
-       <!--
-       [% IF ctx.get_org_setting(
-               ctx.physical_loc || ctx.aou_tree.id, 'opac.allow_pending_user') %]
-       <a href="[% mkurl(ctx.opac_root _ '/register') %]">[%
-               l('Apply for a PINES Library Card') %]</a> 
-       [% END %]
-       -->
-       <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">
-           <img alt="[% l('Library Locations') %]" src="[% ctx.media_prefix %]/images/pines-dot.png" />
-               [% l('Library Locations') %]</a>
-       <a href="/eg/kpac/home">
-           <img alt="[% l('Kids Catalog') %]" src="[% ctx.media_prefix %]/images/pines-dot.png" />
-               [% l("Kids Catalog") %]</a> 
-    <a href="https://pines.georgialibraries.org/app">
-        <img alt="[% l('PINES App') %]" src="[% ctx.media_prefix %]/images/pines-dot.png" />
-        [% l("Download the PINES App") %]</a>
-   [% IF ctx.physical_loc;
-        # patron is at the branch, no redirect needed
-        gurl = 'http://www.galileo.usg.edu/express';
-    ELSE;
-        # send patron to galileo auth redirector
-        gurl = mkurl(ctx.opac_root _ '/galileo', {}, 1);
-    END %]
-    <a href="[% gurl %]">
-        <img alt="[% l('GALILEO') %]" src="[% ctx.media_prefix %]/images/pines-dot.png" />
-        [% l('GALILEO Virtual Library') %]</a>
-    </div>
+        <div id="header-links">
+            <a href="/eg/opac/home">
+                <img alt="[% l('PINES Home Page') %]" src="[% ctx.media_prefix %]/images/pines-dot.png" />
+                [% l("Home") %]</a>
+            <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">
+                <img alt="[% l('Library Locations') %]" src="[% ctx.media_prefix %]/images/pines-dot.png" />
+                [% l('Library Locations') %]</a>
+            <a href="/eg/kpac/home">
+                <img alt="[% l('Kids Catalog') %]" src="[% ctx.media_prefix %]/images/pines-dot.png" />
+                [% l("Kids Catalog") %]</a> 
+            <a href="https://pines.georgialibraries.org/app">
+                <img alt="[% l('PINES App') %]" src="[% ctx.media_prefix %]/images/pines-dot.png" />
+                [% l("Download the PINES App") %]</a>
+            [% IF ctx.physical_loc;
+                # patron is at the branch, no redirect needed
+                gurl = 'http://www.galileo.usg.edu/express';
+            ELSE;
+                # send patron to galileo auth redirector
+                gurl = mkurl(ctx.opac_root _ '/galileo', {}, 1);
+            END %]
+            <a href="[% gurl %]">
+                <img alt="[% l('GALILEO') %]" src="[% ctx.media_prefix %]/images/pines-dot.png" />
+                [% l('GALILEO Virtual Library') %]</a>
+            [% IF ctx.get_org_setting(
+                ctx.physical_loc || ctx.aou_tree.id, 'opac.allow_pending_user') %]
+                <a href="[% mkurl(ctx.opac_root _ '/register') %]">
+                    <img alt="[% l('Apply for a PINES Library Card') %]" src="[% ctx.media_prefix %]/images/pines-dot.png" />
+                    [% l('Apply for a PINES Library Card') %]</a>
+            [% END %]
+        </div>
     </div>
 </div>
 
 <div style="clear:both;" />
-