workshop test files changed header and footer files user/mgrant/mjg-test-branch
authorMarguerite Grant <margueritegrant@rodgerslibrary.org>
Mon, 25 Jan 2016 17:04:30 +0000 (12:04 -0500)
committerMarguerite Grant <margueritegrant@rodgerslibrary.org>
Mon, 25 Jan 2016 18:01:15 +0000 (13:01 -0500)
this was just a test that was created during the workshop in Worcester

Signed-off-by: Marguerite Grant <margueritegrant@rodgerslibrary.org>
Open-ILS/src/templates/opac/parts/footer.tt2
Open-ILS/src/templates/opac/parts/header.tt2

index 4e62f85..df5a483 100644 (file)
@@ -7,7 +7,7 @@
     [% ELSE %]
     <a href="http://example.com">[% l('Bottom Link 2') %]</a> &nbsp;|&nbsp;
     [% END %]
-    <a href="http://example.com">[% l('Bottom Link 3') %]</a> &nbsp;|&nbsp;
+    <a href="http://example1.com">[% l('Bottom Link 3') %]</a> &nbsp;|&nbsp;
     <a href="http://example.com">[% l('Bottom Link 4') %]</a> &nbsp;|&nbsp;
     <a href="http://example.com">[% l('Bottom Link 5') %]</a>
     [% IF ctx.timing %]
@@ -19,7 +19,7 @@
     </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')) %]
+        [% l('Copyright &copy; 3016 -[_1] Georgia Public Library Service, and Rodgers Memorial Library', date.format(date.now, '%Y')) %]
     </div>
     <div id="footer_logo">
         [% l('Powered by') %]
index b0d6883..7d74995 100644 (file)
@@ -58,7 +58,7 @@
             max = params.$k.max;
 
             # The following commented-out line can be fooled. Its replacement
-            # below is what you really mean.
+            # below is what you really mean.  THIS IS A CHANGE
             # list = (params.$k.0 OR max == -1) ? params.$k : [params.$k];
             list = params.$k.list;