en-PINES.po custom text file and the es-ES.po translation file.
Language - here are three files I missed including in the prior
collection of translation-related files.
Language files - a few more corrections.
Changing hard-coded string to allow locale to work.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Conflicts:
Open-ILS/src/templates/opac/parts/advanced/search.tt2
Open-ILS/src/templates/opac/parts/pref_lib_display.tt2
<div id="search-wrapper">
<div id="search-box">
<span class="adv_search_catalog_lbl"><a href="[% mkurl(ctx.opac_root _ '/home') %]"
- id="home_adv_search_link">[%l('Basic Search')%]</a></span>
+ id="home_adv_search_link">[%l('Search the Catalog')%]</a></span>
<span class="search_catalog_lbl mobile_hide">[% l('Advanced Search') %]</span>
<span class="browse_the_catalog_lbl"><a href="[% mkurl(ctx.opac_root _ '/browse') %]">[%
l('Browse the Catalog')%]</a></span>
id="num_search">[% l('Numeric Search') %]</a>
<a href="[% mkurl('', {pane => 'expert'}) %]"
[% IF pane == 'expert' %]class="on" [% END %]
- id="expert_search">[% l('MARC Record Search') %]</a>
+ id="expert_search">[% l('Expert Search') %]</a>
</div>
</div>
</div>
<div id="browse-the-catalog">
<div id="browse-controls" class='searchbar'>
<p style="font-style:italic;font-weight:normal;width:100%;max-width:800px;">
- Browse through a virtual index of titles, authors, subjects, or series for a
- particular library, for a library system, or for all of PINES. If browsing
- by author, type in the first letters of the last name.
+ [% l('PINES Browse Note') %]
</p>
<form method="get" onsubmit="$('browse-submit-spinner').className = ''; return true">
<input type="hidden" name="blimit"
<div class="header_middle">
- <span class="float-left">[% l('Items Currently Checked Out') %]</span>
+ <span class="float-left">[% l('Current Items Checked Out') %]</span>
</div>
- <p>If you are having trouble renewing your items, please contact your
- <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">local library</a>.</p>
+ <p>[% l("PINES Renewal Tip") %]</p>
<div class="clear-both"></div>
[% IF ctx.circs.size < 1 %]
END %]
</tbody>
</table>
- <p style="font-style:italic;">* You will be unable to renew items if other patrons have holds on them,
- if your account is expired, or if you have more than $10.00 in fines and fees.</p>
+ <p style="font-style:italic;">[% l("PINES Renewal Note") %]</p>
</form>
</div>
[% END %]
</div>
<div class="header_middle">
- <span style="float:left;">[% l("Previously Requested Items") %]</span>
+ <span style="float:left;">[% l("Previously Held Items") %]</span>
+ <!-- HIDE BECAUSE OF BUG
<span class='float-left' style='padding-left: 10px;'>
<a href='[% mkurl('hold_history', {limit => limit,offset => (offset - limit)}) %]'
[% IF offset == 0 %] class='invisible' [% END %]><span class="nav_arrow_fix">◄</span>[% l('Previous') %]</a>
[% IF CGI.param("available");
l("Items Ready for Pickup");
ELSE;
- l("Items Currently On Hold");
+ l("Current Items on Hold");
END
%]
</span>
</div>
<div class="clear-both"></div>
<div id='holds_main'>
- <p>If you require assistance placing a hold or have a question about a hold that you have placed, please contact your
- <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">local library</a>.</p>
+ <p>[% l("PINES Hold Tip") %]</p>
<form method="post">
<table class="table_no_border_space table_no_cell_pad opac-auto-097"
title="[% l('Actions for Items on Hold') %]">
<option id='myopac_holds_actions_none' value=''>
-- [% l("Actions for selected holds") %] --
</option>
- <option value='suspend'>[% l("Suspend selected holds") %]</option>
- <option value='activate'>[% l("Activate selected holds") %]</option>
+ <option value='suspend'>[% l("Suspend") %]</option>
+ <option value='activate'>[% l("Activate") %]</option>
<!-- XXX maybe later <option value='thaw_date'>[% l("Set Active Date") %]</option> -->
- <option value='cancel'>[% l("Cancel selected holds") %]</option>
+ <option value='cancel'>[% l("Cancel") %]</option>
</select>
</td>
<td style="padding-left:9px;">
<td align="right">
[% IF CGI.param("available") -%]
<a href="[% mkurl('holds', {}, ['limit','offset','available']) %]">[% l('Show all holds') %]</a> |
- <strong>[% l("Holds that are ready to pick up") %]</strong>
+ <strong>[% l("Show only available holds") %]</strong>
[% ELSE -%]
- <strong>[% l("All holds") %]</strong> |
- <a href="[% mkurl('holds',{available => 1},['limit','offset']) %]">[% l("Show holds that are ready to pick up") %]</a>
+ <strong>[% l("Show all holds") %]</strong> |
+ <a href="[% mkurl('holds',{available => 1},['limit','offset']) %]">[% l("Show only available holds") %]</a>
[% END -%]
</td>
</tr>
<th>[% l('Pickup Location') %]</th>
<th>[% l('Activate') %]</th>
<th>[% l('Cancel if not filled by') %]</th>
- <th>[% l('Active?') %]</th>
+ <th>[% l('Active') %]</th>
<th>[% l('Status') %]</th>
- <th>[% l('Edit') %]</th>
+ <th>[% l('Notes') %]</th>
</tr>
</thead>
<tbody id="holds_temp_parent">
<h3 class="sr-only">[% l('My Lists') %]</h3>
<div id='myopac_bookbag_div' style="padding:5px;">
+
<!-- PINES Customization -->
- <p><i>Lists allow you to keep track of books you'd like to read in the future, recommendations you'd like
- to share with other people, and more. <a href="http://pines.georgialibraries.org/catalog-help#my_list"
- target="_new">Learn more about using lists.</a></i></p>
-
+ <p><i>[% l("PINES List Tips") %]</i></p>
+
<!-- new list creation -->
<form action="[% mkurl(ctx.opac_root _ '/myopac/list/update') %]" method="post" id="create_form">
<h1>[% l('Create New List') %]</h1><a name="createnewlist"></a>
<br/>
<hr class='opac-auto-013' color="#dcdbdb" />
<br/>
- <div class="header_middle">[% l("Other Fees") %]</div>
- <table width='100%' cellspacing=0 id='myopac_trans_table' title="[% l('Other Fines and Fees') %]">
+ <div class="header_middle">[% l("Other Fines and Fees") %]</div>
+ <table width='100%' cellspacing=0 id='myopac_trans_table' title="[% l('Other Fees') %]">
<thead class="myopac_payments_table">
<tr>
<th width='16%'>[% l("Transaction Start Time") %]</th>
<div id="myopac_messages_div">
<div class="header_middle">
<span id="acct_messages_header" style="float:left;">[% l("Messages") %]</div>
- <p>If you require assistance, please contact your
- <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">local library</a>.</p>
+ <p>[% l("PINES Account Tips") %]</p>
<span class='float-left' style='padding-left: 10px;'>
<a href='[% mkurl('messages', { limit => limit, offset => (offset - limit)} ) %]'
[% IF offset <= 0 %] class='invisible' [% END %]><span class="nav_arrow_fix">◄</span>[% l('Previous') %]</a>
<h3 class="sr-only">[% l('Account Preferences') %]</h3>
<div id="acct_info_main">
- <p style="font-weight:bold;font-style:italic;">If you need to change your phone number or address, please visit your
- <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">local library</a>.</p>
+ <p style="font-weight:bold;font-style:italic;">[% l("PINES Account Info Tip") %]</p>
<table title="[% l('Account preference') %]"
class='light_border data_grid' style="width:100%;max-width:600px;">
<tbody id='myopac_summary_tbody'>
[% END %]
<tr>
- <td class='color_4 light_border'>[% l("Day (Primary) Phone") %]</td>
+ <td class='color_4 light_border'>[% l("Day Phone") %]</td>
<td class='light_border'>[% ctx.user.day_phone | html %]</td>
<td></td>
</tr>
<td></td>
[%- ELSE %]
<td class='light_border'><a href='update_username'
- title="[% l('Change Username') %]">[% l("Change User Name") %]</a></td>
+ title="[% l('Change Username') %]">[% l("Change") %]</a></td>
[%- END %]
</tr>
<tr>
<td></td>
[%- ELSE %]
<td class='light_border'><a href='update_password'
- title="[% l('Change Password') %]">[% l("Change Password") %]</a></td>
+ title="[% l('Change Password') %]">[% l("Change") %]</a></td>
[%- END %]
</tr>
<tr>
<td></td>
[%- ELSE %]
<td class='light_border'><a href='update_email'
- title="[% l('Update Email Address') %]">[% l('Change Email Address') %]</a></td>
+ title="[% l('Update Email Address') %]">[% l('Change') %]</a></td>
[%- END %]
</tr>
{label => l("County"), name => 'county', value => update_addr.county},
{label => l("State"), name => 'state', value => update_addr.state},
{label => l("Country"), name => 'country', value => update_addr.country},
- {label => l("ZIP"), name => 'post_code', value => update_addr.post_code},
+ {label => l("Zip"), name => 'post_code', value => update_addr.post_code},
];
FOR field IN addr_fields %]
<tr>
<h3 class="sr-only">[% l('List Preferences') %]</h3>
<form method='post'>
- <p style="width:100%;max-width:600px;">Lists allow you to keep track of books you'd like to read in the future,
- recommendations you'd like to share with other people, and more.
- <a href="http://pines.georgialibraries.org/catalog-help#my_list">Learn more about using lists.</a></p>
+ <p style="width:100%;max-width:600px;">[% l("PINES List Tips") %]</p>
<table class="full-width data_grid" id="acct_search_main" style="width:100%;max-width:600px;"
title="[% l('List Preferences') %]">
<form action="[% ctx.opac_root %]/results" method="get">
- <div class="header_middle">[% l("MARC Record Search") %]</div>
+ <div class="header_middle">[% l("Expert Search") %]</div>
<input type="hidden" name="_special" value="1" />
<input id="detail" type="hidden" name="detail_record_view"
value="[% show_detail_view %]"/>
<tr>
[%- lib_select_id = "expert_search_library"; -%]
<td colspan="5" class="expert-search-row">
- <label for="[% lib_select_id %]"><strong>[% l("Search within:") %]</strong>
+ <label for="[% lib_select_id %]"><strong>[% l("Search Library:") %]</strong>
[%- PROCESS "opac/parts/org_selector.tt2";
INCLUDE build_org_selector id=lib_select_id show_loc_groups=1
%]
<input id="detail" type="hidden" name="detail_record_view"
value="[% show_detail_view %]"/>
<div id='adv_numeric_block'>
- <label for="numeric_qtype"><strong>[% l("Search by:") %]</strong></label>
+ <label for="numeric_qtype"><strong>[% l("Field:") %]</strong></label>
<select id="numeric_qtype" name="qtype">
<!-- TODO: Pull labels from config.metabib_field.label -->
<option value="identifier|isbn">[% l('ISBN') %]</option>
<input type="text" name="query" size="16" autofocus placeholder='[% l("Identifier") %]' />
<br/> <br/>
[%- lib_select_id="numeric_search_library" -%]
- <label for="[% lib_select_id %]"><strong>[% l("Search within:") %]</strong>
+ <label for="[% lib_select_id %]"><strong>[% l("Search Library:") %]</strong>
[% PROCESS "opac/parts/org_selector.tt2";
INCLUDE build_org_selector id=lib_select_id show_loc_groups=1
%]
<tr>
<td>
<div class="header_middle" id="adv_search_input">
- Enter Search Words:
+ [% l("Search Input") %]
</div>
</td>
</tr>
</div>
</div>
-
<div id='adv_search_filters'>
- <div class="header_middle">Choose Search Limits:</div>
- <p style="font-style:italic;margin-bottom:0px;">Tip: Ctrl-Click to select multiple lines or to deselect lines (Shift-Click for Macs).</p>
+ <div class="header_middle">[% l('Search Filters') %]</div>
+ <p style="font-style:italic;margin-bottom:0px;">[% l("PINES Advanced Search Note") %]</p>
+
[%
in_row = 0;
FOR adv_chunk IN search.adv_config;
%]
<<<<<<< HEAD
+<<<<<<< HEAD
[% IF NOT metarecords.disabled %]
<br/><!-- <br> may seem redundant, but it allows the
<input> (below) to drop down inline w/ its label -->
=======
>>>>>>> 099a674... OPAC advanced search page UI tweaks. (Terran)
+=======
+>>>>>>> 03ad13e... OPAC Updates related to page text and translations. Also required are the
[% CASE "copy_location" %]
<select id="adv_copy_location_selector"
title="[% l('Select Shelving Location') %]"
[% 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 Card') %]" src="[% ctx.media_prefix %]/images/navbar-card.png" />
- [% l('Apply for a PINES Library Card') %]</a>
+ <img alt="[% l('Request Library Card') %]" src="[% ctx.media_prefix %]/images/navbar-card.png" />
+ [% l('Request Library Card') %]</a>
[% END %]
- <!-- <a href="/eg/kpac/home">[% l("Kids' Catalog") %]</a> | -->
- <!-- <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">[% l('Find a Library Near Me') %]</a> | -->
+ <!-- <a href="/eg/kpac/home">[% l("Kids Catalog") %]</a> | -->
+ <!-- <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">[% l('Library Locations') %]</a> | -->
<!-- <a href="http://pines.georgialibraries.org/catalog-help">[% l('Help') %]</a> | -->
<a href="http://pines.georgialibraries.org/about">
<img alt="[% l('About PINES') %]" src="[% ctx.media_prefix %]/images/navbar-about.png" />[%- l('Learn More About PINES') %]</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><br/>
+ [% l('Request Library Card') %]</a><br/>
[% END %]
<a href="http://gapines.org/eg/opac/galileo">
[% l('GALILEO Research Databases') %]</a><br/>
alt="[% l('Evergreen') %]"
/>
</a>
- <p style="font-weight:normal;font-style:italic;">This Web site and other Georgia Public Library Service programs are partially assisted with
- funds from the Library Services and Technology Act through the <a href="http://www.imls.gov/">
- Institute of Museum and Library Services</a>.</p>
+ <p style="font-weight:normal;font-style:italic;">[% l('Funding Note') %]</p>
</div>
</div>
</div>
<div style="border:0px;text-align:center;height:300px;width:300px;float:left;margin-left:100px;">
<a href="http://pines.georgialibraries.org/pinesLocator/locator.html" target="_blank" style="text-decoration:none;">
<img alt="[% l('Library Locations') %]" src="[% ctx.media_prefix %]/images/pines-map.gif" style="height:150px;" /><br/>
- <span style="font-size:125%;font-weight:bold;">Find a PINES Library</span>
+ <span style="font-size:125%;font-weight:bold;">[% l('Library Locations') %]</span>
</a><br/>
- <p>Your PINES card gives you access to<br/>more than 275 libraries across Georgia!</p>
+ <p>[% l('PINES Library Locations Note') %]</p>
</div>
<div style="border:0px;text-align:center;height:300px;width:300px;float:left;margin-left:50px;">
<a href="http://pines.georgialibraries.org/catalog-help" target="_blank" style="text-decoration:none;">
- <img alt="[% l('Help') %]" src="[% ctx.media_prefix %]/images/home-largehelp.png" style="height:150px;" /><br/>
- <span style="font-size:125%;font-weight:bold;">PINES Catalog Help</span>
+ <img alt="[% l('PINES Catalog Help') %]" src="[% ctx.media_prefix %]/images/home-largehelp.png" style="height:150px;" /><br/>
+ <span style="font-size:125%;font-weight:bold;">[% l('PINES Catalog Help') %]</span>
</a><br/>
- <p>Tips on searching the catalog, placing holds, and other frequently asked questions.</p>
+ <p>[% l('PINES Help Note') %]</p>
</div>
</div>
<input type='text' id="username_field" name="username" autofocus style="width:250px;" />
</div>
[% INCLUDE "opac/parts/login/username_hint.tt2" %]
+ <!--
<div style="font-size:normal;padding:15px 0px 5px 12px;width:300px;font-style:italic;">[% l('Enter your PINES library card number. Example: 220110026626051') %]
<br/>[% l('If you have set up a user name, you may enter that instead of the card number.') %]</div>
+ -->
</div>
<div class='float-left'>
<label for="password_field" class="lbl1" >[% l('PIN Number or Password') %]</label>
redirect = redirect | replace('^http:', 'https:');
%]
<input type='hidden' name='redirect_to' value='[% redirect | html %]'/>
- <input type="checkbox" name="persist" id="login_persist" /><label for="login_persist"> [% l('Stay logged in?') %]</label>
- <input type="submit" value="[% l('Log in') %]" alt="[% l('Log in') %]" class="opac-button" />
+ <input type="checkbox" name="persist" id="login_persist"/><label for="login_persist" style="font-weight:bold;"> [% l('Stay logged in?') %]</label>
+ <input type="submit" value="[% l('Log in') %]" alt="[% l('Log in') %]" class="opac-button" style="padding:10px 30px 10px 30px;" />
</div>
<input id="client_tz_id" name="client_tz" type="hidden" />
</form>
<div class="login-help-box">
<div class="login-help-button">
- <a href="http://pines.georgialibraries.org/catalog-help#my_account" class="opac-button">[% l('Account Help') %]</a>
+ <a href="http://pines.georgialibraries.org/catalog-help#my_account" class="opac-button">[% l('Questions?') %]</a>
</div>
<div>
- <!--[% l('Learn more about using your PINES account.') %] -->
+ <!--[% l('Visit our FAQs section for answers to common questions about how to use your account.') %] -->
</div>
<!--
<div style="font-size:normal;padding:15px 0px 5px 12px;width:300px;font-style:italic;">
-[%- l('If this is your first time logging in, please enter the 4 digit PIN you were assigned by library staff. Example: 0926'); %]
+[%- l('If this is your first time logging in, please enter the last 4 digits of your phone number. Example: 0926'); %]
</div>
<div class='div-left'>
<div class="header_middle">[% l('Account Summary') %]</div>
- <p>If you require assistance with your account, please contact your
- <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">local library</a>.</p>
+ <p>[% l("PINES Account Tips") %]</p>
</div>
<!-- fines summary along the right of the page -->
[%- IF date.format(ctx.parse_datetime(ctx.user.expire_date), '%s') < date.format(date.now , '%s');
fmt_expire_date = date.format(ctx.parse_datetime(ctx.user.expire_date), DATE_FORMAT);
%]
- <span class="alert" style="font-weight:bold;">[% l("Your library card expired on [_1]. Please visit a PINES library to renew your card.", fmt_expire_date) %]</span>
+ <span class="alert" style="font-weight:bold;">[% l("Your library card expired on [_1]. Please contact a librarian to resolve this issue.", fmt_expire_date) %]</span>
[% END %]
</div>
<table class="acct_sum_table" title="[% l('Account Summary') %]">
</script>
<div id='holds_box' class='canvas' style='margin-top: 6px;'>
<div class="header_middle">
- <span class="float-left">[% l('Place Hold On:') %]</span>
+ <span class="float-left">[% l('Place Hold') %]</span>
</div>
[% some_holds_allowed = -1 %]
[% IF ctx.default_phone_notify %]checked="checked"[% END %]/>
<label for="phone_notify_checkbox">[% l('Yes, by Phone') %]</label><br/>
<blockquote>
- <label>[% l('Phone Number: ') %]<input type="text" name="phone_notify" [% setting = 'opac.default_phone';
+ <label>[% l('Phone Number:') %] <input type="text" name="phone_notify" [% setting = 'opac.default_phone';
IF ctx.user_setting_map.$setting; %] value='[% ctx.user_setting_map.$setting | html %]'
[%- ELSIF ctx.user.day_phone; %] value='[% ctx.user.day_phone | html %]' [% END %]/></label>
</blockquote>
[%- IF ctx.pref_ou && ctx.pref_ou != ctx.search_ou; %]
<span class="preflib">
- [% l('Preferred search location: [_1]', '<span class="bold">' _ ctx.get_aou(ctx.pref_ou).name _ '</span>'); %]
+ [% l('Preferred library: [_1]', '<span class="bold">' _ ctx.get_aou(ctx.pref_ou).name _ '</span>'); %]
</span>
[%- END; %]
<div id='cn_browse_div'>
<p class='color_4'>
[% l("You are now browsing [_1]", ctx.browsing_ou.name) | html %]<br/>
- <span style="font-style:italic;font-weight:normal;">(Shelf browsing works best if you are browsing a single library location and not an entire library system.)</span>
+ <span style="font-style:italic;font-weight:normal;">[% l("PINES Shelf Browse Tip") %]</span>
</p>
<table class='data_grid bookshelf' width='100%'>
<tr>
[%- content_html = PROCESS render_all_contents;
IF content_html.length > 0;
%]
-<h2 class='rdetail_contents'>[% l('Contents / Notes') %]</h2>
+<h2 class='rdetail_contents'>[% l('Content descriptions') %]</h2>
<table class='rdetail_content'>
<tbody>
[%- content_html %]
<span id="rdetail_copy_counts">
- <h2>[% l('Currently available copies') %]</h2>
+ <h2>[% l('Available copies') %]</h2>
<ul>
[%- depths = ctx.copy_summary.size;
depth = 0;
[% IF serial_holdings -%]
<th scope='col'>[% l("Issue Label") %]</th>
[%- ELSE -%]
- <th scope='col' style="text-align:left;vertical-align:top;">[% l("Library System: Library Branch Name") %]<br/>
- <span style="font-size:smaller;font-style:italic;">(Click library name for locations and hours)</span>
+ <th scope='col' style="text-align:left;vertical-align:top;">[% l("PINES Location") %]<br/>
+ <span style="font-size:smaller;font-style:italic;">[% l("PINES Location Tip") %]</span>
</th>
[%- END %]
<th scope='col' style="text-align:left;vertical-align:top;">[% l("Shelving Location") %]</th>
extras = [
{name => 'summaryplus', label => l('Summaries & More'), hide => hide_summary},
{name => 'annotation', label => l('Annotation'), hide => 1},
- {name => 'awards', label => l('Recommended Reads and Reviews')},
+ {name => 'awards', label => l('Awards, Reviews, & Suggested Reads')},
{name => 'excerpt', label => l('Excerpt'), hide => 1},
{name => 'issues', label => l('Issues Held'), hide => !(ctx.have_holdings_to_show || ctx.have_mfhd_to_show)},
{name => 'preview', label => l('Preview'), hide => 1},
{name => 'addedcontent', label => l('Additional Content'), hide => hide_ac}, # hide if all content is known to not exist
- {name => 'cnbrowse', label => l('Browse the Shelves')},
- {name => 'marchtml', label => l('View MARC Record')}
+ {name => 'cnbrowse', label => l('Shelf Browser')},
+ {name => 'marchtml', label => l('MARC Record')}
];
FOREACH extra IN extras;
[% IF ctx.search_result_index.defined && ctx.search_result_index >= 0 %]
<div class="rdetail_header">
<span class="rdetail_results">
- <a href='[% mkurl(ctx.opac_root _ '/results', {}, stop_parms); %]'><span class="nav_arrow_fix">◄</span> [% l('Return to Search Results') %]</a>
+ <a href='[% mkurl(ctx.opac_root _ '/results', {}, stop_parms); %]'><span class="nav_arrow_fix">◄</span> [% l('Search Results') %]</a>
<!-- stash these in JS for the web staff client to find -->
<script>
window.search_result_hit_count = [% ctx.hit_count %];
window.search_result_index = [% ctx.search_result_index %];
</script>
<span class="rdetail_result_count">
- [% l('Now showing item [_1] of about [_2]', ctx.search_result_index + 1, ctx.hit_count) %]
+ [% l('Showing Item [_1] of [_2]', ctx.search_result_index + 1, ctx.hit_count) %]
</span>
</span>
[%- INCLUDE "opac/parts/pref_lib_display.tt2" %]
ctx.prev_rec_url = mkurl(ctx.prev_search_record, prev_args, stop_parms);
%]
<a class='np_nav_link classic_link' title='[% l("Previous Record") %]'
- href='[% ctx.prev_rec_url %]' rel="nofollow" vocab=""><span class="nav_arrow_fix">◄</span> [% l('Previous Item') %]</a>
+ href='[% ctx.prev_rec_url %]' rel="nofollow" vocab=""><span class="nav_arrow_fix">◄</span> [% l('Previous') %]</a>
[% END %]
[%
ctx.next_rec_url = mkurl(ctx.next_search_record, next_args, stop_parms);
%]
<a class='np_nav_link classic_link' title='[% l("Next Record") %]'
- href='[% ctx.next_rec_url %]' rel="nofollow" vocab="">[% l('Next Item') %] <span class="nav_arrow_fix">►</span></a>
+ href='[% ctx.next_rec_url %]' rel="nofollow" vocab="">[% l('Next') %] <span class="nav_arrow_fix">►</span></a>
[% END %]
</div>
[%- subject_html = PROCESS render_all_subjects;
IF subject_html.length > 0;
%]
-<h2 class='rdetail_related_subjects'>[% l('Find similar items by subject') %]</h2>
+<h2 class='rdetail_related_subjects'>[% l('Search for related items by subject') %]</h2>
[%- subject_html %]
[%- END %]
%]
[% END %]
</div>
+ <div class="rdetail_aux_utils toggle_list">
+ [% IF ctx.mylist.size %]
+ [%- IF ctx.user; %]
+ <a href="[% mkurl(ctx.opac_root _ '/myopac/lists') %]" class="no-dec" rel="nofollow" vocab=""><img src="[% ctx.media_prefix %]/images/clipboard.png" alt="[% l('View My Lists') %]" />[% l(' View My Lists') %]</a>
+ [%- ELSE %]
+ <a href="[% mkurl(ctx.opac_root _ '/mylist') %]" class="no-dec" rel="nofollow" vocab=""><img src="[% ctx.media_prefix %]/images/clipboard.png" alt="[% l('View My Temporary List') %]" />[% l(' View My Temporary List') %]</a>
+ [%- END %]
+ [% END %]
+ </div>
<div class="rdetail_aux_utils">
<img src="[% ctx.media_prefix %]/images/clipboard.png[% ctx.cache_key %]" alt="[% l('Print / Email Actions Image') %]" />
<a href="[% mkurl(ctx.opac_root _ '/record/print/' _ ctx.bre_id) %]" class="no-dec" rel="nofollow" vocab="">[% l('Print') %]</a> /
IF ebook_api.enabled == 'true';
INCLUDE "opac/parts/ebook_api/avail.tt2";
END;
-[%- END %]
-
-[%- # Hold/copy summary
- IF ctx.copy_summary.0.count
%]
[%- END %]
<div id="copy_hold_counts">
END;
count_entry = count_entry + 1;
END;
- l("[quant,_1,current hold,current holds] on [quant,_2,total copy,total copies]",
+ l("[quant,_1,current hold,current holds] with [quant,_2,total copy,total copies].",
ctx.record_hold_count, ctx.copy_summary.$count_entry.count)
%]
</p>
%]
</div>
-<h2 id='rdetail_record_details'>[% l("Item details") %]</h2>
+<h2 id='rdetail_record_details'>[% l("Record details") %]</h2>
<ul>
[%- IF attrs.hl.isbn.size; FOR isbn IN attrs.hl.isbn %]
<li class='rdetail_isbns'>
%]
<div class="result_count">
[% IF ctx.get_aou(attrs.copy_counts.$depth.org_unit).opac_visible == 't' %]
- [% l('[_1] out of [quant,_2,copy,copies] are currently available at [_3]',
+ [% l('[_1] of [quant,_2,copy,copies] available at [_3].',
attrs.copy_counts.$depth.available,
attrs.copy_counts.$depth.count,
ou_name) | html
[%- IF attrs.plib_copy_counts.$depth.count > 0 AND (
hiding_disabled OR ctx.org_within_hiding_scope(org_unit.id)) %]
<div class="result_count preferred">[%
- l('[_1] out of [quant,_2,copy,copies] are currently available at [_3].',
+ l('[_1] of [quant,_2,copy,copies] available at [_3].',
attrs.plib_copy_counts.$depth.available,
attrs.plib_copy_counts.$depth.count,
ou_name) | html
<div class="header_middle">
[% l('Narrow Your Search') %]
</div>
- <i>Tip: Click on the links below to narrow down your search results. To remove a search limit you've selected, click on the link again.</i>
+ <i>[% l('PINES Facet Tip') %]</i>
</div>
[% END %]
[%
[%~ |l('<span class="result_count_number">' _ ctx.result_start _'</span>',
'<span class="result_count_number">' _ ctx.result_stop _ '</span>',
'<span class="result_count_number">' _ ctx.hit_count _ '</span>') ~%]
- Now showing results [_1] - [_2] of about [_3]
+ Results [_1] - [_2] of about [_3]
[%~ END %]
<span class='padding-left-6'>
[%~ |l('<span class="result_count_number">' _ (page + 1) _ '</span>',
OR show_more_details.default == 'hide');
IF attrs.pubdate;
pubdate_clean = attrs.pubdate | html;
- l("Publication Date: ([_1])", pubdate_clean);
+ l("Publication Date:");
+ l(" ([_1])", pubdate_clean);
ELSIF attrs.copyright;
copyright_clean = attrs.copyright | html;
- l("Copyright Date: ([_1])", copyright_clean);
+ l("Copyright Date:");
+ l(" ([_1])", copyright_clean);
END;
END
-%]
[% IF args.holdings.size > 0 %]
<tr name='bib_cn_list' class='result_table_title_cell'>
<td valign='top'>
- <strong>[% l('Call Number:') %]</strong>
+ <strong>[% l('Call number:') %]</strong>
</td>
<td><strong>[% args.holdings.0.label | html %]</strong></td>
</tr>
%]
[% ELSE;
operation = ctx.mylist.grep(rec.id).size ? "delete" : "add";
- label = (operation == "add") ? l("Add To My List") : l("Remove From List");
+ label = (operation == "add") ? l("Add to my list") : l("Remove from my list");
title_label = (operation == "add") ?
l("Add [_1] to my list", attrs.title) :
l("Remove [_1] from my list", attrs.title);
<input type="hidden" name="modifier" value="metabib"/>
[% END %]
<div id="search-box">
- <span class="search_catalog_lbl mobile_hide">[% l('Basic Search') %]</span>
+ <span class="search_catalog_lbl mobile_hide">[% l('Search the Catalog') %]</span>
<span class="adv_search_catalog_lbl"><a href="[% mkurl(ctx.opac_root _ '/advanced', {}, expert_search_parms.merge(browse_search_parms, facet_search_parms)) %]"
id="home_adv_search_link">[% l('Advanced Search') %]</a></span>
<span class="browse_the_catalog_lbl"><a href="[% mkurl(ctx.opac_root _ '/browse', {}, expert_search_parms.merge(general_search_parms, facet_search_parms, ['fi:has_browse_entry'])) %]">[% l('Browse the Catalog') %]</a></span>
<span class='search_box_wrapper'>
[%- # autosuggest breaks accessibility, as the aria-label
# attribute is removed when the Dijit is created. :( %]
- <label id="search_box_label" for="search_box">[% l('Search for: ') %]</label>
+ <label id="search_box_label" for="search_box">[% l('Search: ') %]</label>
<input type="text" id="search_box" name="query" aria-label="[%
l('Enter search query:');
%]" value="[% is_advanced ? ctx.naive_query_scrub(ctx.user_query) : CGI.param('query') | html %]"
<div style="padding:10px 10px 10px 0px;float:left;">
<label id="search_qtype_label" for="qtype"></label>
[%-
- l('Search by: ');
+ l('Type: ');
INCLUDE "opac/parts/qtype_selector.tt2" id="qtype";
-%]
</div>
<div style="padding:10px 10px 10px 0px;float:left;">
<label id="search_itype_label" for="search_itype_selector"></label>
[%-
- l('Limit to: ');
+ l('Format: ');
IF search.basic_config.type == 'attr';
INCLUDE "opac/parts/coded_value_selector.tt2"
attr=search.basic_config.group none_ok=1
<div style="padding:10px 10px 10px 0px;float:left;">
<label id="search_locg_label" for="search_org_selector"></label>
[%-
- l('Search within: ');
+ l('Library: ');
select_lib_label = l("Select search library");
INCLUDE build_org_selector arialabel=select_lib_label
id='search_org_selector' show_loc_groups=1
[% l('Library Locations') %]</a>
<a href="/eg/kpac/home">
<img alt="[% l('Kids Catalog') %]" src="[% ctx.media_prefix %]/images/navbar-kids.png" />
- [% l("Kids' Catalog") %]</a>
+ [% l("Kids Catalog") %]</a>
<!-- <a href="http://pines.georgialibraries.org/about">[% l('About PINES') %]</a> -->
<a href="http://gapines.org/eg/opac/galileo">
<img alt="[% l('GALILEO') %]" src="[% ctx.media_prefix %]/images/navbar-galileo.png" />
- [% l('GALILEO Research Databases') %]</a>
+ [% l('GALILEO') %]</a>
<a href="http://pines.georgialibraries.org/catalog-help">
<img alt="[% l('Help') %]" src="[% ctx.media_prefix %]/images/navbar-help.png" />
[% l('Help') %]</a>
<div id="content-wrapper">
<div id="main-content-register">
<div class="common-full-pad"></div>
- <h1>[% l('Apply for a PINES Library Card')%]</h1>
+ <h1>[% l('Request a Library Card')%]</h1>
<hr/>
[% IF ctx.register.success %]
<h3>[% l('Registration successful!') %]<h3>
- <h4>[% l('Please visit your Home Library within 14 days to complete your registration.') %]</h4>
+ <h4>[% l('Please see library staff to complete your registration.') %]</h4>
[% IF ctx.register.username_taken %]
<p>
valid_org_list=ctx.register.valid_orgs
%]<br/>
<div style="font-size:small;font-style:italic;">
- <a href="http://pines.georgialibraries.org/pinesLocator/locator.html" target="_blank">
- Find the name of the library system and branch closest to you.</a>
+ [% l("PINES Location Tip") %]
</div>
</td>
<td>
</div>
[% END %]
- <label class="results_header_lbl" for="opac.result.sort">[% l('Sort search results:') %]
+ <label class="results_header_lbl" for="opac.result.sort">[% l('Sort by') %]
[% INCLUDE "opac/parts/filtersort.tt2" value=CGI.param('sort') submit_on_change=1 %]
</label>
<input type="checkbox" id="limit_to_available" name="modifier" value="available"
onchange="search_modifier_onchange('available', this, true)"
[% CGI.param('modifier').grep('available').size ? ' checked="checked"' : '' %] />
- [% l('Limit results to available items') %]
+ [% l('Limit to available items') %]
</label>
[% IF NOT metarecords.disabled %]
<label class="results_header_lbl" for="metabib_search_modifier">
name="modifier" value="metabib"
onchange="search_modifier_onchange('metabib', this, true)"
[% CGI.param('modifier').grep('metabib').size ? ' checked="checked"' : '' %] />
- [% l('Group results by format and edition') %]
+ [% l('Group Formats and Editions') %]
</label>
[% END %]
[% IF ctx.depth_sel_checkbox %]