<!ENTITY staff.printing.advanced.html_templates.warning.text "If using Receipt Templates with either the DOS LPT1 Print strategy or the Custom/External Print strategy (with "receipt.txt"), the client will try to translate any HTML markup to text, but this process may be imperfect, and for the best fidelity you should consider reworking your templates to be plain text if you are using a plain text print strategy. However, if using a plain text print strategy with HTML markup, you may include special character codes in 2-digit hexadecimal in a "hex" attribute for any given element. Such codes will be converted to actual characters and inserted at the place of the tag. For example, <p hex="0C">Hello World</p> will translate to form feed control character + Hello World. <p>Hello World</p hex="0C"> will translate to Hello World + form feed control character.">
<!ENTITY staff.client.portal.title "Evergreen Staff Client Portal">
<!ENTITY staff.client.portal.tab_name "Portal">
-<!ENTITY staff.client.portal.welcome "Welcome to Evergreen">
+<!ENTITY staff.client.portal.welcome "Welcome to the Evergreen Staff Client">
<!ENTITY staff.client.portal.circpatron "Circulation and Patrons">
<!ENTITY staff.client.portal.checkout "Check Out Items">
<!ENTITY staff.client.portal.checkout.description "Check Out Items">
<!ENTITY staff.client.portal.recordbuckets.tab_name "Record Buckets">
<!ENTITY staff.client.portal.admin "Administration">
<!ENTITY staff.client.portal.helpdesk "GPLS Help Desk">
+<!ENTITY staff.client.portal.pinesdocs "PINES Documentation">
+<!ENTITY staff.client.portal.pinesdocs.description "Circulation, Cataloging, and Local Admin Documentation">
<!ENTITY staff.client.portal.reports "Reports">
<!ENTITY staff.client.portal.quickreports "PINES Quick Reports">
<!ENTITY staff.client.portal.reports.description "Reports">
<!ENTITY staff.client.portal.reports.tab_name "Reports">
<!ENTITY staff.client.portal.receipts "Edit Receipt Templates">
<!ENTITY staff.client.portal.receipts.description "Edit Receipt Templates">
-<!ENTITY staff.client.portal.copyright "Copyright © 2006-2013 Georgia Public Library Service, and others">
+<!ENTITY staff.client.portal.copyright "Copyright © 2006-2016 Georgia Public Library Service, and others">
<!ENTITY staff.client.portal.poweredby "Powered by">
<!ENTITY staff.client.portal.open_new_tab.description "Open in a new tab">
<!ENTITY staff.client.portal.search.button "Search">
function quickreports(newtab) {
xulG.open_external("http://gapines.org/report-creator/");
}
+
+ //PINES Documentation Link
+ function pinesdocs(newtab) {
+ xulG.open_external("http://pines.georgialibraries.org/documentation");
+ }
//A good place for a Google map. Evergreen Indiana uses GIS data to create a Google map to verify if a library is within district boundaries
//http://208.119.72.68/evergreen/evergreenmap.html
</head>
<body class="c4" onload="init();">
- <div class="c1">
- <img src="skin/media/images/portal/logo.png" height="121" width="396" alt="Evergreen logo" /><br />
- &staff.client.portal.welcome;<span id="staffname"></span><br />
+ <div class="c1" style="margin-top:40px;margin-bottom:50px;">
+ <img src="skin/media/images/portal/logo.png" alt="Evergreen logo" /><br />
+ &staff.client.portal.welcome;<span id="staffname"></span>!<br />
<br />
</div>
<td>&staff.client.portal.helpdesk;</td>
</tr>
+
+ <tr class="clickable" onclick="try { pinesdocs(false); } catch(E) { alert(E); }">
+ <td height="50"><img src="skin/media/images/portal/helpdesk.png" height="48" width="48"
+ alt="&staff.client.portal.pinesdocs.description;" /></td>
+ <td>&staff.client.portal.pinesdocs;<br />
+ <span class="c2">&staff.client.portal.pinesdocs.description;</span>
+ </td>
+ </tr>
+
<tr class="clickable" onclick="try { local_admin_reports(false); } catch(E) { alert(E); }">
<td height="50"><img src="skin/media/images/portal/reports.png" height="48" width="48"
</tr>
</table>
- <div class="attribution c1">&staff.client.portal.copyright;<br />
+ <div class="attribution c1" style="margin-top:60px;">&staff.client.portal.copyright;<br />
&staff.client.portal.poweredby; <img src="skin/media/images/portal/eg_tiny_logo.jpg" alt="Evergreen logo" /></div>
<div style="display:none">