Changes to splash screen and receipt template defaults for web client.
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 30 Dec 2015 19:08:16 +0000 (14:08 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 26 May 2017 12:04:26 +0000 (08:04 -0400)
(Note: Could not test on terran-testbox since it is not https-enabled,
so I could not log in to the web client.)

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2
Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2
Open-ILS/src/templates/staff/share/print_templates/t_transit_slip.tt2
Open-ILS/src/templates/staff/t_splash.tt2

index aef5b8a..01f1561 100644 (file)
@@ -15,6 +15,9 @@ Template for printing hold request slips. Fields include:
 
 -->
 <div>
+  <h1>{{patron.family_given_name}}<br/>
+  {{patron.card.barcode}}</h1>
+  <hr/>
   <div ng-switch on="hold.behind_desk">
     <div ng-switch-when="t">
       [% l('This item needs to be routed to the [_1]Private Holds Shelf[_2].',
index a0aa6ef..239334c 100644 (file)
@@ -22,6 +22,9 @@ Template for printing hold transit slips. Fields include:
 
 -->
 <div>
+  <h1>{{dest_location.shortname}}<br/>
+  {{dest_location.courier_code}}</h1>
+  <hr/>
   <div>[% l('This item needs to be routed to [_1]', '<b>{{dest_location.shortname}}</b>') %]</div>
   <div>{{dest_location.name}}</div>
   <div ng-if="dest_address">
index ccf9e8c..61fca6f 100644 (file)
@@ -13,6 +13,9 @@ Template for printing a transit slip. Fields include:
 * author
 -->
 <div>
+  <h1>{{dest_location.shortname}}<br/>
+  {{dest_location.courier_code}}</h1>
+  <hr/>
   <div>[% l('This item needs to be routed to [_1]', '<b>{{dest_location.shortname}}</b>') %]</div>
   <div>{{dest_location.name}}</div>
   <div ng-if="dest_address">
index 2f2eb5d..fc0c6b3 100644 (file)
@@ -1,7 +1,7 @@
 <div class="container">
   <div class="row">
     <div class="col-md-12 text-center">
-      <img src="/xul/server/skin/media/images/portal/logo.png"/>
+      <img src="/xul/server/skin/media/images/portal/logo.png" alt="PINES Logo" style="height:80px;"/>
     </div>
   </div>
   <br/>
             <a target="_self" href="./circ/checkin/index">[% l('Check In Items') %]</a>
           </div>
           <div>
+            <img src="/xul/server/skin/media/images/portal/registerpatron.png"/>
+            <a target="_self" href="./circ/patron/register">[% l('Register New Patron') %]</a><br/>
+                       <span style="font-size:.7em">(Search for Existing Record First)</span>
+          </div>
+          <div>
             <img src="/xul/server/skin/media/images/portal/retreivepatron.png"/>
             <a target="_self" href="./circ/patron/search">[% l('Search For Patron By Name') %]</a>
           </div>
+          <div>
+            <img src="/xul/server/skin/media/images/portal/holds.png"/>
+            <a target="_self" href="./circ/holds/pull">[% l('Pull List for Hold Requests') %]</a>
+          </div>
         </div>
       </div>
     </div>
             </div>
           </div>
           <div>
+            <img src="/xul/server/skin/media/images/portal/book.png"/>
+            <a target="_self" href="./cat/catalog/index">[% l('Search the Catalog') %]</a>
+          </div>
+          <div>
+            <img src="/xul/server/skin/media/images/portal/book.png"/>
+            <a target="_self" href="./cat/item/search">[% l('Item Status / Display') %]</a>
+          </div>
+          <div>
+            <img src="/xul/server/skin/media/images/portal/batchimport.png"/>
+            <a target="_self" href="./cat/catalog/vandelay">[% l('MARC Batch Import / Export') %]</a>
+          </div>
+          <div>
+            <img src="/xul/server/skin/media/images/portal/z3950.png"/>
+            <a target="_self" href="./cat/z3950/index">[% l('z39.50 Import') %]</a>
+          </div>
+          <div>
             <img src="/xul/server/skin/media/images/portal/bucket.png"/>
             <a target="_self" href="./cat/bucket/record/">[% l('Record Buckets') %]</a>
           </div>
     <div class="col-md-4">
       <div class="panel panel-success">
         <div class="panel-heading">
-          <div class="panel-title text-center">[% l('Administration') %]</div>
+          <div class="panel-title text-center">[% l('Administration and Documentation') %]</div>
         </div>
         <div class="panel-body">
           <div>
             <img src="/xul/server/skin/media/images/portal/helpdesk.png"/>
-            <a target="_top" href="http://docs.evergreen-ils.org/">
-              [% l('Evergreen Documentation') %]
+            <a target="_new" href="http://help.georgialibraries.org">
+              [% l('GPLS Help Desk') %]
+            </a>
+          </div>
+          <div>
+            <img src="/xul/server/skin/media/images/portal/helpdesk.png"/>
+            <a target="_new" href="http://pines.georgialibraries.org/documentation/">
+              [% l('PINES Documentation') %]
+            </a><br/>
+                       <span style="font-size:.7em;"Circulation, Cataloging, and Local Admin Documentation</span>
+          </div>
+          <div>
+            <img src="/xul/server/skin/media/images/portal/reports.png"/>
+            <a target="_new" href="http://gapines.org/report-creator/">
+              [% l('PINES Quick Reports') %]
             </a>
           </div>
           <div>