Render entities as calls to l(). Goodbye DTD
authorsenator <lebbeous@esilibrary.com>
Mon, 7 Feb 2011 21:41:20 +0000 (16:41 -0500)
committersenator <lebbeous@esilibrary.com>
Mon, 7 Feb 2011 21:41:20 +0000 (16:41 -0500)
22 files changed:
Open-ILS/web/templates/default/opac/myopac/circs.tt2
Open-ILS/web/templates/default/opac/myopac/holds.tt2
Open-ILS/web/templates/default/opac/myopac/lists.tt2
Open-ILS/web/templates/default/opac/myopac/main.tt2
Open-ILS/web/templates/default/opac/myopac/prefs.tt2
Open-ILS/web/templates/default/opac/parts/advanced/global_row.tt2
Open-ILS/web/templates/default/opac/parts/advanced/search.tt2
Open-ILS/web/templates/default/opac/parts/cn_browse.tt2
Open-ILS/web/templates/default/opac/parts/format_selector.tt2
Open-ILS/web/templates/default/opac/parts/libselect.tt2
Open-ILS/web/templates/default/opac/parts/login/form.tt2
Open-ILS/web/templates/default/opac/parts/place_hold.tt2
Open-ILS/web/templates/default/opac/parts/record/body.tt2
Open-ILS/web/templates/default/opac/parts/record/cn_details.tt2
Open-ILS/web/templates/default/opac/parts/record/copyinfo.tt2
Open-ILS/web/templates/default/opac/parts/record/extras.tt2
Open-ILS/web/templates/default/opac/parts/record/summary.tt2
Open-ILS/web/templates/default/opac/parts/result/header.tt2
Open-ILS/web/templates/default/opac/parts/result/lowhits.tt2
Open-ILS/web/templates/default/opac/parts/result/table.tt2
Open-ILS/web/templates/default/opac/parts/stypes_selector.tt2
Open-ILS/web/templates/default/opac/parts/tips.tt2

index 5d0790b..747451d 100644 (file)
     </div>
     <div id='non_cat_circs_div' class='hide_me'>
         <br/>
-        <div style='text-align: center'><b>&myopac.checked.other.circ;</b></div>
+        <div style='text-align: center'><b>[% l("Other Circulations") %]</b></div>
         <table class='data_grid' width='100%'>
             <thead>
                 <tr>
-                    <td>&myopac.checked.circ.lib;</td>
-                    <td>&myopac.checked.item.type;</td>
-                    <td>&myopac.checked.circ.time;</td>
+                    <td>[% l("Circulating Library") %]</td>
+                    <td>[% l("Circulation Type") %]</td>
+                    <td>[% l("Please return by ...") %]</td>
                 </tr>
             </thead>
             <tbody id='non_cat_circs_tbody'>
             </tbody>
         </table>
     </div>
-    <div id='myopac_renew_success' class='hide_me'>&myopac.checked.renew.success;</div>
-    <span class='hide_me' id='myopac_renew_confirm'>&myopac.checked.renew.confirm;</span>
-    <span class='hide_me' id='myopac_renew_fail'>&myopac.checked.renew.fail;</span>
-   <span class='hide_me' id='myopac_renew_fail2'>&myopac.checked.renew.fail2;</span>
+    <div id='myopac_renew_success' class='hide_me'>[% l("item(s) successfully renewed") %]</div>
+    <span class='hide_me' id='myopac_renew_confirm'>[% l("Are you sure you wish to renew the selected item(s)?") %]</span>
+    <span class='hide_me' id='myopac_renew_fail'>[% l("The system is unable to renew the selected item at this time.  This usually means the item is needed to fulfill a hold.  Please see a librarian for further help.") %]</span>
+   <span class='hide_me' id='myopac_renew_fail2'>[% l("Library policy prevents the renewal of this item at this time.  Please see a librarian for further details.") %]</span>
 </div>
 [% END %]
index 4ed8e95..ed9f112 100644 (file)
                 <td width="1">
                     <select id="acct_holds_actions">
                         <option id='myopac_holds_actions_none' value=''>
-                        -- &myopac.holds.actions; --
+                        -- [% l("Actions for selected holds") %] --
                         </option>
                         <option value='freeze'>
-                            &myopac.holds.freeze_selected;
+                            [% l("Suspend") %]
                         </option>
                         <option value='thaw'>
-                            &myopac.holds.thaw_selected;
+                            [% l("Activate") %]
                         </option>
                         <option value='thaw_date'>
-                            &myopac.holds.thaw_date_selected;
+                            [% l("Set Active Date") %]
                         </option>
                         <option value='cancel'>
-                            &myopac.holds.cancel_selected;
+                            [% l("Cancel") %]
                         </option>
                     </select>
                 </td>
     </div>
     <div id='holds_hist_table' class="hide_me">testing...</div>
 
-    <span id='myopac.holds.cancel.confirm' class='hide_me'>&myopac.holds.cancel.confirm;</span>
-    <span id='myopac.holds.freeze.confirm' class='hide_me'>&myopac.holds.freeze.confirm;</span>
-    <span id='myopac.holds.thaw.confirm' class='hide_me'>&myopac.holds.thaw.confirm;</span>
-    <span id='myopac.holds.thaw_date.confirm' class='hide_me'>&myopac.holds.thaw_date.confirm;</span>
-    <span id='myopac.holds.freeze.select_thaw' class='hide_me'>&myopac.holds.freeze.select_thaw;</span>
+    <span id='myopac.holds.cancel.confirm' class='hide_me'>[% l("Are you sure you wish to cancel the selected holds?") %]</span>
+    <span id='myopac.holds.freeze.confirm' class='hide_me'>[% l("Are you sure you wish to suspend the selected holds?  If an item has already been selected to fulfill the hold, it will not be suspended") %]</span>
+    <span id='myopac.holds.thaw.confirm' class='hide_me'>[% l("Are you sure you wish to activate the selected holds?") %]</span>
+    <span id='myopac.holds.thaw_date.confirm' class='hide_me'>[% l("Are you sure you wish to change the activate date for the selected holds?") %]</span>
+    <span id='myopac.holds.freeze.select_thaw' class='hide_me'>[% l("Select an automatic activation date.  If no date is chosen, the holds will remain suspended until they are manually activated.") %]</span>
 
     <table width='100%' id='myopac_holds_processing' class='hide_me'>
-        <tr><td>&myopac.holds.processing;</td></tr>
+        <tr><td>[% l("Processing holds... This may take a moment.") %]</td></tr>
     </table>
    
     <span class='hide_me' id='myopac_holds_cancel_verify'>
-       &myopac.holds.verify;
+       [% l("If you wish to cancel the selected hold, click OK, otherwise click Cancel.") %]
     </span>
 </div>
 <div id='myopac_holds_thaw_date_form' class='hide_me'>
     <div id='myopac_holds_freeze_select_thaw'>
-        &myopac.holds.freeze.select_thaw;
+        [% l("Select an automatic activation date.  If no date is chosen, the holds will remain suspended until they are manually activated.") %]
     </div>
     <p>
         <input size='10' maxlength='10'
             type='text' id='myopac_holds_thaw_date_input' />
     </p>
     <p>
-        <button>&common.submit;</button>
+        <button>[% l("Submit") %]</button>
     </p>
 </div>
 [% END %]
index 36badc3..c156ce1 100644 (file)
         </div>
     </div>
     <div id='myopac_delete_bookbag_warn' class='hide_me'>
-        &myopac.delete.bookbag;
+        [% l("This will remove the selected bookbag and all items contained within the bookbag.  Are you sure you wish to continue?") %]
     </div>
     <div style='text-align: center; font-weight: bold;' 
-        class='hide_me' id='myopac_bookbags_none'>&myopac.no.bookbags;</div>
+        class='hide_me' id='myopac_bookbags_none'>[% l("You have not created any bookbags") %]</div>
     <table width='100%' class='data_grid data_grid_center hide_me'
         id='myopac_bookbag_table'>
         <thead>
             <tr>
-                <td>&common.name;</td>
-                <td>&myopac.bookbag.items;</td>
-                <td>&myopac.bookbag.shared;</td>
-                <td>&myopac.bookbag.toggle;</td>
-                <td>&myopac.bookbag.delete;</td>
+                <td>[% l("Name") %]</td>
+                <td>[% l("# Items") %]</td>
+                <td>[% l("Shared") %]</td>
+                <td>[% l("Share / Hide") %]</td>
+                <td>[% l("Delete this bookbag?") %]</td>
             </tr>
         </thead>
         <tbody id='myopac_bookbag_tbody'>
                 </td>
                 <td>
                     <span name='myopac_bookbag_item_count'> </span>
-                    <span> &myopac.items;</span>
+                    <span> [% l("Items") %]</span>
                 </td>
                 <td>
                     <span name='myopac_bb_published_no' class='hide_me'>
-                        &common.no;
+                        [% l("No") %]
                     </span>
                     <span name='myopac_bb_published_yes' class='hide_me'>
-                        &common.yes;
+                        [% l("Yes") %]
                     </span>
                     <a name='myopac_bb_published_view'
-                        class='classic_link hide_me'>&myopac.view;</a>
+                        class='classic_link hide_me'>[% l("(View)") %]</a>
                     <a name='myopac_bb_published_atom'
                         class='unadorned_link hide_me'>
                         <img alt="RSS Feed" border="0"
                         src="/opac/images/small-rss.png"
-                        title="&myopac.atom.feed;" />
+                        title="[% l("ATOM Feed") %]" />
                     </a>
                 </td>
                 <td>
                     <a name='myopac_bb_make_unpublished'
-                        class='classic_link hide_me'>&myopac.bookbag.hide;</a>
+                        class='classic_link hide_me'>[% l("Hide") %]</a>
                     <a name='myopac_bb_make_published'
-                        class='classic_link hide_me'>&myopac.bookbag.share;</a>
+                        class='classic_link hide_me'>[% l("Share this Bookbag") %]</a>
                 </td>
                 <td>
                     <a class='classic_link' href='#'
-                        name='myopac_container_delete'>&myopac.delete;</a>
+                        name='myopac_container_delete'>[% l("Delete") %]</a>
                 </td>
             </tr>
         </tbody>
     </table>
     <table width='100%' class='data_grid data_grid_center hide_me' style='margin-top: 10px;'>
         <thead>
-            <tr><td>&myopac.bookbag.create;</td></tr>
+            <tr><td>[% l("Create a new Bookbag") %]</td></tr>
         </thead>
         <tbody>
             <tr>
                 <td> 
                     <span style='padding-right: 5px;'>
-                        &myopac.bookbag.naming;
+                        [% l("Enter the name of the new Bookbag: ") %]
                     </span>
                     <input id='myopac_bookbag_new_name' type='text' /> 
                 </td>
             </tr>
             <tr>
                 <td>
-                    <span style='padding: 5px;'>&myopac.bookbag.share;</span>
+                    <span style='padding: 5px;'>[% l("Share this Bookbag") %]</span>
                     <a class='classic_link'
-                        href='#'><b>&common.help;</b></a>
-                    <span>&common.yes;</span>
+                        href='#'><b>[% l("(Help)") %]</b></a>
+                    <span>[% l("Yes") %]</span>
                     <input type='radio' name='bb_public' id='bb_public_yes'/>
-                    <span>&common.no;</span>
+                    <span>[% l("No") %]</span>
                     <input type='radio' name='bb_public' id='bb_public_no' checked='checked'/>
                     <input style='padding-left: 10px;' type='submit'
-                        value='&common.submit;' />
+                        value='[% l("Submit") %]' />
                 </td>
             </tr>
         </tbody>
     <div class='hide_me'
         style='width:100%; text-align:center; font-weight:700; margin-top:10px;'
         id='myopac_bookbag_no_items'>
-        &myopac.bookbag.no.items;
+        [% l("The selected bookbag contains no items...") %]
     </div>
     <table width='100%' class='hide_me data_grid data_grid_center'
         id='myopac_bookbag_items_table'>
         <thead> 
             <tr>
-                <td>&common.title;</td>
-                <td>&common.authors;</td>
-                <td>&myopac.bookbag.remove;</td>
+                <td>[% l("Title") %]</td>
+                <td>[% l("Authors") %]</td>
+                <td>[% l("Remove this item?") %]</td>
             </tr> 
         </thead>
         <tbody id='myopac_bookbag_items_tbody'>
                 <td name='myopac_bookbag_items_author'></td>
                 <td>
                     <a name='myopac_bookbag_items_remove'
-                        class='classic_link'>&myopac.remove.link;</a>
+                        class='classic_link'>[% l("remove") %]</a>
                 </td>    
             </tr>
         </tbody>
     </table>
-    <span id='bb_publish_text' class='hide_me'>&myopac.publish.text;</span>
+    <span id='bb_publish_text' class='hide_me'>[% l("Sharing a Bookbag means that the contents of the Bookbag will be visible to others.  To see the public view of a shared Bookbag, click the \"View\" link in the \"Shared\" column of the Bookbag list at the top of this page.") %]</span>
     <span id='myopac_remove_bb_item_confirm' class='hide_me'>
-        &myopac.item.confirm;
+        [% l("Are you sure you wish to remove this bookbag item?") %]
     </span>
     <span id='myopac_make_published_confirm' class='hide_me'>
-        &myopac.publish.confirm;
+        [% l("Sharing this bookbag will allow the contents of the bookbag to be seen by others.  Are you sure you wish to share this bookbag?") %]
     </span>
     <span id='myopac_make_unpublished_confirm' class='hide_me'>
-        &myopac.unpublish.confirm;
+        [% l("Are you sure you wish to hide this bookbag?") %]
     </span>
     <span id='myopac_bb_update_success' class='hide_me'>
-        &myopac.update.success;
+        [% l("The Bookbag was successfully updated.") %]
     </span>
     <span id='bb_create_warning' class='hide_me'>
-        &myopac.create.warning;
+        [% l("Warning: Adding items to a bookbag creates a link between you and the items in the database.  The contents of the bookbag are NOT publicly viewable unless the bookbag is shared. However, if you prefer not to have any link between your patron record and a particular item or items, we suggest that you do not place said items in a bookbag or that you avoid using bookbags all together.  Thank you.") %]
     </span>
     <span id='myopac_bb_what_are' class='hide_me'>
-        &myopac.describe.bookbags;
+        [% l("Bookbags are...") %]
     </span>
     <span class='hide_me' id='bb_update_success'>
-        &myopac.updated.success;
+        [% l("Bookbag successfully updated") %]
     </span>
 </div>
 [% END %]
index 42f020b..abeef06 100644 (file)
                 <thead class='color_3'>
                     <tr>
                         <td colspan='3' style='padding: 6px'>
-                            <b>&myopac.fines.title;</b>
+                            <b>[% l("Summary") %]</b>
                         </td>
                     </tr>
                     <tr>
-                        <td width='33%'>&myopac.fines.owed;</td>
-                        <td width='33%'>&myopac.fines.paid;</td>
-                        <td width='33%'>&myopac.fines.balance;</td>
+                        <td width='33%'>[% l("Total Owed") %]</td>
+                        <td width='33%'>[% l("Total Paid") %]</td>
+                        <td width='33%'>[% l("Balance Owed") %]</td>
                     </tr>
                 </thead>
                 <tbody id='myopac_fines_summary_tbody'>
                     <tr id='myopac_fines_summary_loading'>
-                        <td>&myopac.fines.status;</td>
+                        <td>[% l("Loading...") %]</td>
                     </tr>
                     <tr id='myopac_fines_summary_row' class='hide_me'>
-                        <td id='myopac_fines_summary_total' >&common.currency;</td>
-                        <td id='myopac_fines_summary_paid' >&common.currency;</td>
-                        <td id='myopac_fines_summary_balance' style='color:red;font-weight: bold;'>&common.currency;</td>
+                        <td id='myopac_fines_summary_total' >[% l("\$") %]</td>
+                        <td id='myopac_fines_summary_paid' >[% l("\$") %]</td>
+                        <td id='myopac_fines_summary_balance' style='color:red;font-weight: bold;'>[% l("\$") %]</td>
                     </tr>
                 </tbody>
             </table>
                 <table width='100%' class='data_grid data_grid_center'
                     id='myopac_circ_trans_table'>
                     <thead>
-                    <!--<tr><td colspan='10' style='padding: 6px'><b>&myopac.fines.overdue;</b></td></tr>-->
+                    <!--<tr><td colspan='10' style='padding: 6px'><b>[% l("Overdue Materials") %]</b></td></tr>-->
                         <tr>
                             <td colspan='10' style='padding: 6px'>
                                 <b>Fines</b>
                             </td>
                         </tr>
                         <tr>
-                            <td>&common.title;</td>
-                            <td>&common.author;</td>
-                            <td>&myopac.fines.checkout;</td>
-                            <td>&myopac.fines.due;</td>
-                            <td>&myopac.fines.returned;</td>
-                            <td>&myopac.fines.balance;</td>
+                            <td>[% l("Title") %]</td>
+                            <td>[% l("Author") %]</td>
+                            <td>[% l("Checkout Date") %]</td>
+                            <td>[% l("Due Date") %]</td>
+                            <td>[% l("Date Returned") %]</td>
+                            <td>[% l("Balance Owed") %]</td>
                             <td align="center" nowrap="nowrap"
                                 style="white-space:nowrap;">
                                 <label for="pay_fines_box1">Pay Fines</label>
                             <td name='myopac_circ_trans_start'> </td>
                             <td name='myopac_circ_trans_due'> </td>
                             <td name='myopac_circ_trans_finished'>
-                                <span style='color:red;'>&myopac.fines.accruing;</span>
+                                <span style='color:red;'>[% l("(fines accruing)") %]</span>
                             </td>
                             <td>
                                 <span style='color: red; font-weight: bold;'
-                                    name='myopac_circ_trans_balance'>&common.currency;</span>
+                                    name='myopac_circ_trans_balance'>[% l("\$") %]</span>
                             </td>
                             <td align="center">
                                 <input type="checkbox" checked="checked"
                     <thead>
                         <tr>
                             <td colspan='8' style='padding: 6px'>
-                                <b>&myopac.fines.other;</b>
+                                <b>[% l("Other Fees") %]</b>
                             </td>
                         </tr>
                         <tr>
-                            <td width='16%'>&myopac.fines.time.start;</td>
-                            <td width='16%'>&myopac.fines.time.paid;</td>
-                            <td width='16%'>&myopac.fines.owed.initial;</td>
-                            <td width='16%'>&myopac.fines.paid.amount;</td>
-                            <td width='16%'>&myopac.fines.balance;</td>
-                            <td width='16%'>&myopac.fines.type;</td>
+                            <td width='16%'>[% l("Transaction Start Time") %]</td>
+                            <td width='16%'>[% l("Last Payment Time") %]</td>
+                            <td width='16%'>[% l("Initial Amount Owed") %]</td>
+                            <td width='16%'>[% l("Total Amount Paid") %]</td>
+                            <td width='16%'>[% l("Balance Owed") %]</td>
+                            <td width='16%'>[% l("Billing Type") %]</td>
                             <td width='4%' align="center" nowrap="nowrap"
                                 style="white-space:nowrap;">
                                 <label for="pay_fines_box2">Pay Fines</label>
                             <td name='myopac_trans_start'> </td>
                             <td name='myopac_trans_last_payment'> </td>
                             <td name='myopac_trans_init_amount'>
-                                &common.currency;
+                                [% l("\$") %]
                             </td>
                             <td name='myopac_trans_total_paid'>
-                                &common.currency;
+                                [% l("\$") %]
                             </td>
                             <td style='color:red; font-weight: bold;'>
                                 <span name='myopac_trans_balance_recur'
                                     class='hide_me'> * </span>
                                 <span name='myopac_trans_balance'>
-                                    &common.currency;
+                                    [% l("\$") %]
                                 </span>
                             </td>
                             <td name='myopac_trans_bill_type'></td>
index 3f5b497..9788b0e 100644 (file)
         <table class="hide_me full-width" id="acct_search_main">
             <tbody id='myopac_prefs_tbody'>
                 <tr id='myopac_prefs_loading'>
-                    <td colspan='3'><b>&common.loading;</b></td>
+                    <td colspan='3'><b>[% l("Loading...") %]</b></td>
                 </tr>
 
                 <tr id='myopac_prefs_row'>
-                    <td width='20%'>&myopac.prefs.hits;</td>
+                    <td width='20%'>[% l("Search hits per page") %]</td>
 
                     <td>
                         <div style="position:absolute">
                 </tr><!-- FONT size preference -->
 
                 <tr class="hide_me">
-                    <td>&myopac.prefs.font;</td>
+                    <td>[% l("Default Font Size") %]</td>
 
                     <td><select id='prefs_def_font'>
                         <option value='regular'>
-                            &myopac.prefs.font.regular;
+                            [% l("Regular Font") %]
                         </option>
 
                         <option value='large'>
-                            &myopac.prefs.font.large;
+                            [% l("Large Font") %]
                         </option>
                     </select></td>
                 </tr>
 
                 <tr class="hide_me">
-                    <td>&myopac.prefs.search.location;</td>
+                    <td>[% l("Default Search Location") %]</td>
                     <td>
                         <div style='margin-bottom: 5px;'>
                             <input type='checkbox' id='myopac_pref_home_lib' />
-                                 &myopac.prefs.search.home;
+                                 [% l("Always search my home library by default.") %]
                         </div>
                         <select id='prefs_def_location'></select>
                     </td>
                 </tr>
 
                 <tr class="hide_me">
-                    <td>&myopac.prefs.search.range;</td>
+                    <td>[% l("Default Search Range") %]</td>
 
                     <td><select id='prefs_def_range'>
                         </select></td>
                id="acct_notify_main">
             <tbody>
                 <tr class="hide_me">
-                    <td><span>&myopac.prefs.holds.notify;</span> <a class=
+                    <td><span>[% l("Default Hold Notification Method") %]</span> <a class=
                     'classic_link'
-                       href='#'>&common.help;</a></td>
+                       href='#'>[% l("(Help)") %]</a></td>
 
                     <td style="padding-left:15px;"><select id=
                     'prefs_hold_notify'>
                         <option value='phone:email'
                                 selected='selected'>
-                            &myopac.prefs.holds.both;
+                            [% l("Use Phone and Email") %]
                         </option>
 
                         <option value='phone'>
-                            &myopac.prefs.holds.phone;
+                            [% l("Use Phone Only") %]
                         </option>
 
                         <option value='email'>
-                            &myopac.prefs.holds.email;
+                            [% l("Use Email Only") %]
                         </option>
                     </select></td>
                 </tr>
                         <tr>
                             <td width='100%'
                                 style='color:red;'>
-                                &myopac.summary.expired;</td>
+                                [% l("Your account expired on") %]
+                                <span id='myopac.expired.date'></span>!
+                                [% l("Please see a librarian to renew your account.") %]</td>
                         </tr>
                     </tbody>
                 </table>
                     <thead>
                         <tr>
                             <td colspan='2'>
-                            <b>&myopac.summary.notes;</b></td>
+                            <b>[% l("* Staff Notes *") %]</b></td>
                         </tr>
                     </thead>
 
                 <tbody id='myopac_summary_tbody'>
                     <tr>
                         <td width='30%'
-                            class='color_4 light_border'>&common.name;</td>
+                            class='color_4 light_border'>[% l("Name") %]</td>
 
                         <td class='light_border'><span id=
                         'myopac_summary_prefix'
 
                     <tr>
                         <td class='color_4 light_border'>
-                        &myopac.summary.phone.day;</td>
+                        [% l("Day Phone") %]</td>
 
                         <td class='light_border'
                             id='myopac_summary_dayphone'></td>
                            class="hide_me"
                            id='myopac_summary_phone1_change'
                            style=
-                           'text-decoration: underline;'>&myopac.summary.change;</a></td>
+                           'text-decoration: underline;'>[% l("Change") %]</a></td>
                     </tr>
 
                     <tr id='myopac_update_phone1_row'
                         <td class='myopac_update_cell'
                             colspan='3'>
                             <span class='myopac_update_span'>
-                                Enter New &myopac.summary.phone.day;:
+                                Enter New [% l("Day Phone") %]:
                             </span>
 
                             <input type='text' size='24' id='myopac_new_phone1' />
                             <span class='myopac_update_span'>
                                 <button>
                                     <span class='myopac_update_span'>
-                                        &common.submit;</span>
+                                        [% l("Submit") %]</span>
                                 </button>
                             </span>
                             <span class='myopac_update_span'>
                                 <button>
                                     <span class='myopac_update_span'>
-                                        &common.cancel;</span>
+                                        [% l("Cancel") %]</span>
                                 </button>
                             </span>
                         </td>
 
                     <tr>
                         <td class='color_4 light_border'>
-                        &myopac.summary.phone.evening;</td>
+                        [% l("Evening Phone") %]</td>
 
                         <td class='light_border'
                             id='myopac_summary_eveningphone'></td>
                            class="hide_me"
                            id='myopac_summary_phone2_change'
                            style=
-                           'text-decoration: underline;'>&myopac.summary.change;</a></td>
+                           'text-decoration: underline;'>[% l("Change") %]</a></td>
                     </tr>
 
                     <tr id='myopac_update_phone2_row'
                         class='hide_me'>
                         <td class='myopac_update_cell'
                             colspan='3'><span class='myopac_update_span'>New
-                            &myopac.summary.phone.evening;:</span>
+                            [% l("Evening Phone") %]:</span>
                             <input type='text' size='24' id='myopac_new_phone2' />
                             <span class='myopac_update_span'><button><span class=
-                                'myopac_update_span'>&common.submit;</span></button></span>
+                                'myopac_update_span'>[% l("Submit") %]</span></button></span>
                             <span class='myopac_update_span'><button><span class=
-                                'myopac_update_span'>&common.cancel;</span></button></span>
+                                'myopac_update_span'>[% l("Cancel") %]</span></button></span>
                         </td>
                     </tr>
 
                     <tr>
                         <td class='color_4 light_border'>
-                        &myopac.summary.phone.other;</td>
+                        [% l("Other Phone") %]</td>
 
                         <td class='light_border'
                             id='myopac_summary_otherphone'></td>
                            class="hide_me"
                            id='myopac_summary_phone3_change'
                            style=
-                           'text-decoration: underline;'>&myopac.summary.change;</a></td>
+                           'text-decoration: underline;'>[% l("Change") %]</a></td>
                     </tr>
 
                     <tr id='myopac_update_phone3_row'
                         class='hide_me'>
                         <td class='myopac_update_cell'
                             colspan='3'><span class='myopac_update_span'>Enter
-                            New &myopac.summary.phone.other;:</span>
+                            New [% l("Other Phone") %]:</span>
                             <input type='text' size='24' id='myopac_new_phone3' />
                             <span class='myopac_update_span'><button><span class=
-                                'myopac_update_span'>&common.submit;</span></button></span>
+                                'myopac_update_span'>[% l("Submit") %]</span></button></span>
                             <span class='myopac_update_span'><button><span class=
-                                'myopac_update_span'>&common.cancel;</span></button></span>
+                                'myopac_update_span'>[% l("Cancel") %]</span></button></span>
                         </td>
                     </tr>
 
                                          src=
                                          "/images/question-mark.png" /></a>
                                 </div>
-                            </div>&common.username;
+                            </div>[% l("Username") %]
                         </td>
 
                         <td class='light_border'
                            class="hide_me"
                            id='myopac_summary_username_change'
                            style=
-                           'text-decoration: underline;'>&myopac.summary.change;</a></td>
+                           'text-decoration: underline;'>[% l("Change") %]</a></td>
                     </tr>
 
                     <tr id='myopac_update_username_row'
                         class='hide_me'>
                         <td class='myopac_update_cell'
                             colspan='3'><span class=
-                            'myopac_update_span'>&myopac.summary.username.enter;</span>
+                            'myopac_update_span'>[% l("Enter new username:") %]</span>
                             <input type='text' size='24' id='myopac_new_username' />
                             <span class='myopac_update_span'><button><span class=
-                                'myopac_update_span'>&common.submit;</span></button></span>
+                                'myopac_update_span'>[% l("Submit") %]</span></button></span>
                             <span class='myopac_update_span'><button><span class=
-                                'myopac_update_span'>&common.cancel;</span></button></span>
+                                'myopac_update_span'>[% l("Cancel") %]</span></button></span>
                         </td>
                     </tr>
                     <tr>
                         <td class='color_4 light_border'>
-                        &common.password;</td>
+                        [% l("Password") %]</td>
                         <td class='light_border'
                             id='myopac_summary_password'>
-                            &myopac.summary.password.text;</td>
+                            [% l("(not shown)") %]</td>
                         <td class='light_border'><a href='#'
                            class="hide_me"
                            id='myopac_summary_password_change'
                            style=
-                           'text-decoration: underline;'>&myopac.summary.change;</a></td>
+                           'text-decoration: underline;'>[% l("Change") %]</a></td>
                     </tr>
                     <tr id='myopac_update_password_row'
                         class='hide_me'>
                                     <tr>
                                         <td>
                                             <span class= 'myopac_update_span'>
-                                                &myopac.summary.password.current;
+                                                [% l("Enter current password:") %]
                                             </span>
                                         </td>
 
                                     </tr>
                                     <tr>
                                         <td><span class=
-                                        'myopac_update_span'>&myopac.summary.password.new;</span></td>
+                                        'myopac_update_span'>[% l("Enter new password:") %]</span></td>
 
                                         <td><input type='password'
                                                size='24'
 
                                     <tr>
                                         <td><span class=
-                                        'myopac_update_span'>&myopac.summary.password.reenter;</span></td>
+                                        'myopac_update_span'>[% l("Re-enter new password:") %]</span></td>
 
                                         <td>
                                             <input type='password'
                                 </tbody>
                             </table><span class=
                             'myopac_update_span'><button><span class=
-                            'myopac_update_span'>&common.submit;</span></button></span>
+                            'myopac_update_span'>[% l("Submit") %]</span></button></span>
                             <span class='myopac_update_span'><button><span class='myopac_update_span'>
-                            &common.cancel;</span></button></span>
+                            [% l("Cancel") %]</span></button></span>
                         </td>
                     </tr>
 
                     <tr>
                         <td class='color_4 light_border'>
-                        &myopac.summary.email;</td>
+                        [% l("Email Address") %]</td>
 
                         <td class='light_border'
                             id='myopac_summary_email'></td>
                            class="hide_me"
                            id='myopac_summary_email_change'
                            style=
-                           'text-decoration: underline;'>&myopac.summary.change;</a></td>
+                           'text-decoration: underline;'>[% l("Change") %]</a></td>
                     </tr>
 
                     <tr id='myopac_update_email_row'
                         class='hide_me'>
                         <td class='myopac_update_cell' colspan='3'>
                             <span class= 'myopac_update_span'>
-                                &myopac.summary.email.new;
+                                [% l("Enter new email address:") %]
                             </span>
                             <input type='text' size='24' id='myopac_new_email' />
                             <span class='myopac_update_span'>
                                 <button>
                                     <span class= 'myopac_update_span'>
-                                        &common.submit;</span>
+                                        [% l("Submit") %]</span>
                                 </button>
                             </span>
                             <span class='myopac_update_span'>
                                 <button>
                                     <span class='myopac_update_span'>
-                                        &common.cancel;</span>
+                                        [% l("Cancel") %]</span>
                                 </button>
                             </span>
                         </td>
                     </tr>
                     <tr class="hide_me">
                         <td class='color_4 light_border'>
-                        &myopac.summary.id.primary;</td>
+                        [% l("Primary Identification") %]</td>
 
                         <td class='light_border'
                             id='myopac_summary_ident1'></td>
 
                     <tr>
                         <td class='color_4 light_border'>
-                        &myopac.summary.barcode;</td>
+                        [% l("Active Barcode") %]</td>
 
                         <td class='light_border'
                             id='myopac_summary_barcode'></td>
 
                     <tr>
                         <td class='color_4 light_border'>
-                        &myopac.summary.home;</td>
+                        [% l("Home Library") %]</td>
                         <td class='light_border'
                             id='myopac_summary_homelib'></td>
                         <td><a href='#'
                            class="hide_me"
                            id='myopac_summary_home_change'
                            style=
-                           'text-decoration: underline;'>&myopac.summary.change;</a></td>
+                           'text-decoration: underline;'>[% l("Change") %]</a></td>
                     </tr>
                     <tr id='myopac_update_home_row'
                         class='hide_me'>
                             <span class='myopac_update_span'>
                                 <button>
                                     <span class= 'myopac_update_span'>
-                                        &common.submit;</span>
+                                        [% l("Submit") %]</span>
                                 </button>
                             </span>
                             <span class='myopac_update_span'>
                                 <button>
                                     <span class= 'myopac_update_span'>
-                                        &common.cancel;</span>
+                                        [% l("Cancel") %]</span>
                                 </button>
                             </span>
                         </td>
                     </tr>
                     <tr class="hide_me">
                         <td class='color_4 light_border'>
-                            &myopac.summary.genesis;
+                            [% l("Account Creation Date") %]
                         </td>
                         <td class='light_border'
                             id='myopac_summary_create_date'></td>
             <table width='100%' class='light_border data_grid'>
                 <thead>
                     <tr>
-                        <td>&myopac.summary.addresses;</td>
+                        <td>[% l("Addresses") %]</td>
 
                         <td id='myopac_pending_addr_td' class='hide_me'>
                             <table cellpadding="0" cellspacing="0" border="0">
                                 <tr>
-                                    <td>&myopac.summary.addresses.pending;</td>
+                                    <td>[% l("Pending Addresses") %]</td>
 
                                     <td>
                                         <a href="#"><img
                         <td>
                             <table>
                                 <tr>
-                                    <td>&myopac.summary.address.type;</td>
+                                    <td>[% l("Address Type") %]</td>
                                     <td name='myopac_addr_type'></td>
                                 </tr>
 
                                 <tr>
-                                    <td>&myopac.summary.address.street;</td>
+                                    <td>[% l("Street") %]</td>
                                     <td name='myopac_addr_street'></td>
                                 </tr>
                                 <tr>
-                                    <td>&myopac.summary.address.street;</td>
+                                    <td>[% l("Street") %]</td>
                                     <td name='myopac_addr_street2'></td>
                                 </tr>
 
                                 <tr>
-                                    <td>&myopac.summary.address.city;</td>
+                                    <td>[% l("City") %]</td>
                                     <td name='myopac_addr_city'></td>
                                 </tr>
 
                                 <tr>
-                                    <td>&myopac.summary.address.county;</td>
+                                    <td>[% l("County") %]</td>
                                     <td name='myopac_addr_county'></td>
                                 </tr>
 
                                 <tr>
-                                    <td>&myopac.summary.address.state;</td>
+                                    <td>[% l("State") %]</td>
                                     <td name='myopac_addr_state'></td>
                                 </tr>
 
                                 <tr>
-                                    <td>&myopac.summary.address.country;</td>
+                                    <td>[% l("Country") %]</td>
                                     <td name='myopac_addr_country'></td>
                                 </tr>
 
                                 <tr>
-                                    <td>&myopac.summary.address.zip;</td>
+                                    <td>[% l("Zip") %]</td>
                                     <td name='myopac_addr_zip'></td>
                                 </tr>
                                 <tr>
                             name='myopac_pending_addr_td'>
                             <table>
                                 <tr>
-                                    <td>&myopac.summary.address.type;</td>
+                                    <td>[% l("Address Type") %]</td>
 
                                     <td><input name=
                                     'myopac_pending_addr_type' /></td>
                                 </tr>
                                 <tr>
                                     <td>
-                                    &myopac.summary.address.street;</td>
+                                    [% l("Street") %]</td>
 
                                     <td><input name=
                                     'myopac_pending_addr_street' /></td>
                                 </tr>
                                 <tr>
-                                    <td>&myopac.summary.address.street;</td>
+                                    <td>[% l("Street") %]</td>
                                     <td>
                                         <input name='myopac_pending_addr_street2' />
                                     </td>
                                 </tr>
                                 <tr>
-                                    <td>&myopac.summary.address.city;</td>
+                                    <td>[% l("City") %]</td>
                                     <td>
                                         <input name='myopac_pending_addr_city' />
                                     </td>
                                 </tr>
                                 <tr>
-                                    <td>&myopac.summary.address.county;</td>
+                                    <td>[% l("County") %]</td>
 
                                     <td>
                                         <input name='myopac_pending_addr_county' />
                                     </td>
                                 </tr>
                                 <tr>
-                                    <td>&myopac.summary.address.state;</td>
+                                    <td>[% l("State") %]</td>
                                     <td>
                                         <input name='myopac_pending_addr_state' />
                                     </td>
                                 </tr>
 
                                 <tr>
-                                    <td>&myopac.summary.address.country;</td>
+                                    <td>[% l("Country") %]</td>
 
                                     <td>
                                         <input name='myopac_pending_addr_country' />
                                     </td>
                                 </tr>
                                 <tr>
-                                    <td>&myopac.summary.address.zip;</td>
+                                    <td>[% l("Zip") %]</td>
                                     <td><input name=
                                     'myopac_pending_addr_zip' /></td>
                                 </tr>
             </table>
         </div>
         <div class='hide_me' id='myopac_username_error'>
-            &myopac.summary.username.error;
+            [% l("Please enter a username") %]
         </div>
         <div class='hide_me' id='myopac_username_dup'>
-            &myopac.summary.username.dup;
+            [% l("The requested username is not available.  Please choose a different username.") %]
         </div>
         <div class='hide_me' id='myopac_username_success'>
-            &myopac.summary.username.success;
+            [% l("Username successfully updated") %]
         </div>
         <div class='hide_me' id='myopac_username_failure'>
-            &myopac.summary.username.failure;
+            [% l("Username update failed") %]
         </div>
         <div class='hide_me' id='myopac_email_error'>
-            &myopac.summary.email.error;
+            [% l("Please enter a valid email address") %]
         </div>
         <div class='hide_me' id='myopac_email_success'>
-            &myopac.summary.email.success;
+            [% l("Email address successfully updated") %]
         </div>
         <div class='hide_me' id='myopac_email_failure'>
-            &myopac.summary.email.failed;
+            [% l("Email address update failed") %]
         </div>
         <div class='hide_me' id='myopac_password_error'>
-            &myopac.summary.password.error;
+            [% l("Passwords are empty or do not match") %]
         </div>
         <div class='hide_me' id='myopac_password_success'>
-            &myopac.summary.password.success;
+            [% l("Password successfully updated") %]
         </div>
         <div class='hide_me' id='myopac_password_failure'>
-            &myopac.summary.password.failure;
+            [% l("Password update failed") %]
         </div>
         <span class='hide_me' id= 'myopac_invalid_username'>
-            &myopac.summary.username.invalid;
+            [% l("Username cannot contain spaces or have the same format as a barcode") %]
         </span>
         <span class='hide_me' id='myopac_addr_changes_saved'>
             Address Saved
         </span>
         <div class='hide_me' id='prefs_update_success'>
-            &myopac.prefs.save.success;
+            [% l("Preferences successfully updated") %]
         </div>
         <div class='hide_me' id='prefs_update_failure'>
-            &myopac.prefs.save.failed;
+            [% l("Preferences update failed!") %]
         </div>
         <span class='hide_me' id='myopac_pref_hold_notify_alert'>
-            &myopac.prefs.help;
+            [% l("This setting defines how you will be notified of holds that are ready to be picked up from the library.  By default, holds will use the notification style you choose here.  However, you will still have the option to change individual holds regardless of this setting.") %]
         </span>
     </div>
 [% END %]
index f1c3079..dd413b7 100644 (file)
@@ -3,18 +3,18 @@
     <td align='left' width='100%' nowrap='nowrap'>
         <!-- select the search class -->
         <select name='type' style='margin-right: 7px;'>
-            <option value='keyword' selected='selected'>&common.keyword;</option>
-            <option value='title'>&common.title;</option>
-            <option value='author'>&common.author;</option>
-            <option value='subject'>&common.subject;</option>
-            <option value='series'>&common.series;</option>
+            <option value='keyword' selected='selected'>[% l("Keyword") %]</option>
+            <option value='title'>[% l("Title") %]</option>
+            <option value='author'>[% l("Author") %]</option>
+            <option value='subject'>[% l("Subject") %]</option>
+            <option value='series'>[% l("Series") %]</option>
             <option value='bibcn'>Bibliographic call number:</option>
             </select>
         <!-- select how to treat the text -->
         <select name='contains' style='margin-right: 7px;'>
-            <option value='contains'>&opac.advanced.refined.contains;</option>
-            <option value='nocontains'>&opac.advanced.refined.nocontains;</option>
-            <option value='exact'>&opac.advanced.refined.exact;</option>
+            <option value='contains'>[% l("Contains") %]</option>
+            <option value='nocontains'>[% l("Does not contain") %]</option>
+            <option value='exact'>[% l("Matches Exactly") %]</option>
         </select>
         <!-- search term -->
         <input type='text' size='18' name='term' style='margin-right: 3px;' />
index 3c43904..58cce8b 100644 (file)
@@ -8,7 +8,7 @@
                     <tr>
                         <td>
                             <div style="width:100%;" class="header_middle">
-                                &advanced.search.title;
+                                [% l("Search Input") %]
                             </div>
                         </td>
                     </tr>
@@ -18,7 +18,7 @@
                     <!-- add a new row -->
                     <tr id='adv_global_addrow'>
                         <td align='left' style="padding-top:7px;">
-                            <button>&advanced.search.submit;</button><!-- XXX TODO make a real form -->
+                            <button>[% l("Submit Search") %]</button><!-- XXX TODO make a real form -->
                         </td>
                     </tr>
                 </tbody>
     </tr>
     <tr>
         <td align='center'>
-            &advanced.search.library;<br /><br />
+            [% l("Search Library") %]<br /><br />
             [% INCLUDE "default/opac/parts/libselect.tt2" %]
             <br /><br />
-            <span>&result.limit2avail;</span>
+            <span>[% l("Limit to Available") %]</span>
             <input type='checkbox' id='opac.result.limit2avail'/>
         </td>
     </tr>
                 <thead>
                     <tr>
                         <td colspan='2' align='center'>
-                            &advanced.search.filters;
+                            [% l("Search Filters") %]
                         </td>
                     </tr>
                 </thead>
                 <tbody>
                     <tr>
                         <td align='right' class="hide_me">
-                            <span>&advanced.item.form;</span>
+                            <span>[% l("Item Form") %]</span>
                         </td>
                         <td align='left' class="hide_me">
                             <select multiple='multiple' size='3'
@@ -55,7 +55,7 @@
                             </select>    
                         </td>
                         <td align='right'>
-                            <span>&advanced.item.type;</span><br />
+                            <span>[% l("Item Type") %]</span><br />
                         </td>
                         <td align='left'>
                             <select multiple='multiple' size='3'
@@ -63,7 +63,7 @@
                             </select>    
                             <select multiple='multiple' size='3'
                                 id='adv_global_item_type_basic'>
-                                <option value=''>&opac.search.allFormats;</option>
+                                <option value=''>[% l("All Formats") %]</option>
                                 <option value='a'>Book</option>
                                 <option value='i'>Book on cassette</option>
                                 <option value='n'>Book on CD</option>
                             </select>    
                         </td>
                         <td align='right' class="hide_me">
-                            <span>&advanced.literary.form;</span>
+                            <span>[% l("Literary Form") %]</span>
                             <a id='adv_global_lit_form_link_adv'
                                 class='classic_link adv_adv_link'
-                                href='#'>&advanced.link;</a>
+                                href='#'>[% l("Advanced") %]</a>
 
                             <a id='adv_global_lit_form_link_basic'
                                 class='hide_me classic_link adv_adv_link'
-                                href='#'>&advanced.basic.link;</a>
+                                href='#'>[% l("Basic") %]</a>
                         </td>
                         <td align='left' class="hide_me">
                             <select multiple='multiple' size='3'
                             <select multiple='multiple' size='3'
                                 id='adv_global_lit_form_basic'>
                                 <option value='0 '>
-                                    &advanced.non.fiction;
+                                    [% l("Non Fiction") %]
                                 </option>
                                 <option value='1'>
-                                    &advanced.fiction;
+                                    [% l("Fiction") %]
                                 </option>
                             </select>    
                         </td>
                         <td align='right'>
-                            <span>&advanced.language;</span>
+                            <span>[% l("Language") %]</span>
                         </td>
                         <td align='left'>
                             <select multiple='multiple' size='3' id='adv_global_lang'>
                         </td>
 
                         <td align='right' class="hide_me">
-                            <span>&advanced.audience;</span>
+                            <span>[% l("Audience") %]</span>
                             <a id='adv_global_audience_link_adv'
                                 class='classic_link adv_adv_link'
-                                href='#'>&advanced.link;</a>
+                                href='#'>[% l("Advanced") %]</a>
 
                             <a id='adv_global_audience_link_basic'
                                 class='hide_me classic_link adv_adv_link'
-                                href='#'>&advanced.basic.link;</a>
+                                href='#'>[% l("Basic") %]</a>
                         </td>
                         <td align='left' class="hide_me">
                             <select multiple='multiple' size='3'
                             </select>
                             <select multiple='multiple' size='3'
                                 id='adv_global_audience_basic'>
-                                <option value='e '>&advanced.adult;</option>
-                                <option value='abcdj'>&advanced.juvenile;</option>
-                                <option value='fg '>&advanced.general;</option>
+                                <option value='e '>[% l("Adult") %]</option>
+                                <option value='abcdj'>[% l("Juvenile") %]</option>
+                                <option value='fg '>[% l("General") %]</option>
                             </select>
                         </td>
 
                         <td align='right' class="hide_me">
-                            <span>&advanced.biblevel;</span>
+                            <span>[% l("Bib Level") %]</span>
                         </td>
                         <td align='left' class="hide_me">
                             <select multiple='multiple' size='3'
                     </tr>
                     <tr>
                         <td align='right'>
-                            <span>&advanced.filter.pubyear;</span>
+                            <span>[% l("Publication Year") %]</span>
                         </td>
                         <td align='left'>
                             <select id='adv_global_pub_date_type'>
                                     <option value='equals' selected='selected'>
-                                        &advanced.filter.pubyear.equals;
+                                        [% l("Is") %]
                                     </option>
                                     <option value='before'>
-                                        &advanced.filter.pubyear.before;
+                                        [% l("Before") %]
                                     </option>
                                     <option value='after'>
-                                        &advanced.filter.pubyear.after;
+                                        [% l("After") %]
                                     </option>
                                     <option value='between'>
-                                        &advanced.filter.pubyear.between;
+                                        [% l("Between") %]
                                     </option>
                             </select>    
                             <div style='margin-top:5px;'>
                                     size='4' maxlength='4'/>
                                 <span id='adv_global_pub_date_2_span'
                                     class='hide_me'>
-                                    &common.and; <input
+                                    [% l("and") %] <input
                                         id='adv_global_pub_date_2' type='text'
                                         size='4' maxlength='4'/>
                                 </span>
                     </tr>
                     <!-- copy location selector -->
                     <tr id='adv_copy_location_filter_row' class='hide_me'>
-                        <td align='right'>&opac.advanced.copy_loc_filter;</td>
+                        <td align='right'>[% l("Shelving Location") %]</td>
                         <td align='left' id='adv_copy_location_filter_td'>
                             <select size='3'
                                 id='adv_copy_location_filter_select'
             
                             <thead>
                                 <tr>
-                                    <td align='center' width='50%'>&advanced.sort.criteria;</td>
+                                    <td align='center' width='50%'>[% l("Sort Criteria") %]</td>
                                     <td align='center'></td>
                                 </tr>
                             </thead>
                                 <tr>
                                     <td align=''>
                                         <select id='adv_global_sort_by'>
-                                            <option value='rel'>&advanced.relevance;</option>
-                                            <option value='title'>&common.title;</option>
-                                            <option value='author'>&common.author;</option>
-                                            <option value='pubdate'>&advanced.pubdate;</option>
+                                            <option value='rel'>[% l("Relevance") %]</option>
+                                            <option value='title'>[% l("Title") %]</option>
+                                            <option value='author'>[% l("Author") %]</option>
+                                            <option value='pubdate'>[% l("Publication date") %]</option>
                                         </select>
                                     </td>
                                 </tr>
                                 <tr>
                                     <td>
                                         <select id='adv_global_sort_dir' disabled='disabled'>
-                                            <option value='asc'>&advanced.sort.asc;</option>
-                                            <option value='desc'>&advanced.sort.desc;</option>
+                                            <option value='asc'>[% l("Ascending / A to Z") %]</option>
+                                            <option value='desc'>[% l("Descending / Z to A") %]</option>
                                         </select>
                                     </td>
                                 </tr>
                                 <tr>
                                     <td align='center' class="hide_me">
-                                        <span>&advanced.frbrize;</span>
+                                        <span>[% l("Group Formats and Editions") %]</span>
                                         <input id='adv_group_titles' type='checkbox' />
                                     </td>
                                     <td align='center'></td>
 
 <div id='adv_quick_search_sidebar' class='sidebar_chunk hide_me' style='text-align:center; margin-top: 20px; width:400px;'> 
     <div id='adv_quick_search'>
-        <div class='adv_quick_search color_4'><b>&sidebar.quick.search;</b></div>
+        <div class='adv_quick_search color_4'><b>[% l("Quick Search") %]</b></div>
         <div style='margin-top: 8px;'>
             <table><tbody><tr>
                 <td>
                     <select id='adv_quick_type'>
-                        <option value='isbn'>&opac.advanced.quick.isbn;</option>
-                        <option value='issn'>&opac.advanced.quick.issn;</option>
-                        <option value='cn'>&opac.advanced.quick.cn;</option>
-                        <option value='lccn'>&opac.advanced.quick.lccn;</option>
-                        <option value='tcn'>&opac.advanced.quick.tcn;</option>
-                        <option value='barcode'>&opac.advanced.quick.barcode;</option>
+                        <option value='isbn'>[% l("ISBN") %]</option>
+                        <option value='issn'>[% l("ISSN") %]</option>
+                        <option value='cn'>[% l("Call Number") %]</option>
+                        <option value='lccn'>[% l("LCCN") %]</option>
+                        <option value='tcn'>[% l("TCN") %]</option>
+                        <option value='barcode'>[% l("Item Barcode") %]</option>
                     </select>
                 </td><td>
                     <input type='text' id='adv_quick_text' size='16' />
 
 <div id='adv_marc_search_sidebar' class='sidebar_chunk hide_me'
     style='width:400px; margin-top: 20px;'> 
-    <div class='adv_quick_search color_4'><b>&search.marc;</b></div>
+    <div class='adv_quick_search color_4'><b>[% l("MARC Expert Search") %]</b></div>
     <table style='margin: 3px; width: 100%;' id='adv_sdbar_table'
         class='border_4_3'>
         <tbody>
             <tr>
-                <td align="right">&search.marc.tag;</td>
+                <td align="right">[% l("Tag:") %]</td>
                 <td align="left"><input name='advanced.marc.tag' maxlength='3' size='3' /></td>
-                <td align="right">&search.marc.subfield;</td>
+                <td align="right">[% l("Subfield:") %]</td>
                 <td align="left"><input name='advanced.marc.subfield' maxlength='1' size='1' /></td>
             </tr>
             <tr>
-                <td align="right">&search.marc.value;</td>
+                <td align="right">[% l("Value:") %]</td>
                 <td colspan='3' align="left"><input name='advanced.marc.value' size='18' /></td>
             </tr>
             <tr name='crow' class='hide_me'>
                 <td colspan='4' align='center'>
                     <a href='javascript:void(0);'
-                        class='classic_link'>&common.close;</a>
+                        class='classic_link'>[% l("close") %]</a>
                 </td>
             </tr>
         </tbody>
     <div id='adv_marc_submit' class='adv_quick_search_submit'>
         <a style='margin-right: 4px; position:relative;top:-10px;'
             class='classic_link'
-            href='javascript:advAddMARC();'>&search.marc.add.row;</a>
+            href='javascript:advAddMARC();'>[% l("Add Row") %]</a>
         <!-- XXX TODO make a real form, and make a real submitter (FKA
         advMARCRun()) -->
         <img alt="Search" src="/images/search_btn.gif"
index ce65236..282bfd9 100644 (file)
@@ -1,11 +1,11 @@
 <!-- ****************** cn_browse.xml ***************************** -->
 <div id='cn_browse' class='cn_browser'>
     <div id='cn_browse_loading' class='cn_browse_loading hide_me'>
-        &common.cn.loading;
+        [% l("Loading Callnumber Page...") %]
     </div>
     <div id='cn_browse_div'> 
         <div class='color_4'>
-            <span>&common.cn.browsing;</span>
+            <span>[% l("You are now browsing") %]</span>
             <b id='cn_browse_where'> </b>
         </div>
         <table class='data_grid bookshelf' width='100%'>
                 <tr>
                     <td>
                         <a id='cn_browse_next' class='classic_link' 
-                        href='javascript:cnBrowsePrev();'><b>&common.cn.previous;</b></a>
+                        href='javascript:cnBrowsePrev();'><b>[% l("&lt;&lt; Previous Page") %]</b></a>
                     </td>
-                    <td colspan='1' align='center'>&common.cn.shelf;</td>
+                    <td colspan='1' align='center'>[% l("Shelf Browser") %]</td>
                     <td>
                         <a id='cn_browse_prev' class='classic_link' 
-                            href='javascript:cnBrowseNext();'><b>&common.cn.next;</b></a>
+                            href='javascript:cnBrowseNext();'><b>[% l("Next Page &gt;&gt;") %]</b></a>
                     </td>
                 </tr>
             </thead>
index 8f23865..5c3904c 100644 (file)
@@ -1,6 +1,6 @@
 <!-- ****************** format_selector.xml ***************************** -->
 <select id='format_selector'>
-    <option value=''>&opac.search.allFormats;</option>
+    <option value=''>[% l("All Formats") %]</option>
     <option value='a'>Book</option>
     <option value='i'>Book on cassette</option>
     <option value='n'>Book on CD</option>
     <option value='z'>Map</option>
     <option value='s'>Slide set</option>       
 <!--
-       <option value='at'>&opac.search.books;</option>
-       <option value='at-d'>&opac.search.largePrint;</option>
-       <option value='i'>&opac.search.audioBooks;</option>
-       <option value='g'>&opac.search.videoRecordings;</option>
-       <option value='j'>&opac.search.music;</option>
-       <option value='m'>&opac.search.electronic;</option>
+       <option value='at'>[% l("Books") %]</option>
+       <option value='at-d'>[% l("Large Print Books") %]</option>
+       <option value='i'>[% l("Audiobooks") %]</option>
+       <option value='g'>[% l("Video Recordings") %]</option>
+       <option value='j'>[% l("Music") %]</option>
+       <option value='m'>[% l("Electronic Resources") %]</option>
 -->
 </select>
 <!-- ****************** end: format_selector.xml ***************************** -->
index 4b5efc6..678fcc9 100644 (file)
@@ -4,6 +4,6 @@
     </span>
     <span id='lib_selector_span'>
         <a id='lib_selector_link' class='classic_link'
-            href='#'>&library.select.help;</a>
+            href='#'>[% l("Choose a library to search") %]</a>
     </span>
 <!-- ****************** end: libselect.xml ***************************** -->
index d8e984c..cd9e78c 100644 (file)
@@ -1,7 +1,7 @@
 <!-- ****************** login.xml ***************************** -->
 <div class="hide_me">
        <div class='login_text color_1' style='padding: 4px; text-align: center;'>
-               <span>&opac.login.login;</span>
+               <span>[% l("Login") %]</span>
        </div>
        <br/>
 </div>
 </div>
 <table id='change_pw_table' class='data_grid hide_me' style='margin-left: 20px;' width='95%'>
        <thead>
-        <tr><td colspan='2' align='center'><b>&common.password;</b></td></tr>
+        <tr><td colspan='2' align='center'><b>[% l("Password") %]</b></td></tr>
     </thead>
     <tbody>
         <tr>
             <td colspan='2' style='padding:10px;'>
-                &login.first.time;
-                &common.password_criteria;
+                [% l("This appears to be the first time you have logged in.  You will need to change your password.") %]
+                [% l("The password must be at least 7 characters in length,
+ contain at least one letter (a-z/A-Z),
+ and contain at least one number.") %]
             </td>
         </tr>
         <tr>
-            <td>&login.password.current.enter;</td>
+            <td>[% l("Enter your current password") %]</td>
             <td><input type='password' id='change_pw_current'/></td>
         </tr>
         <tr>
-            <td>&login.password.new.enter;</td>
+            <td>[% l("Enter the new password") %]</td>
             <td><input type='password' id='change_pw_1'/></td>
         </tr>
         <tr>
-            <td>&login.password.new.reenter;</td>
+            <td>[% l("Re-type the new password for verification") %]</td>
             <td><input type='password' id='change_pw_2'/></td>
         </tr>
         <tr><td><br/></td><td/></tr>
         <tr class='color_1'>
             <td colspan='2' align='center'>
                 <span class='login_text' style='margin-right: 20px;'>
-                    <input type='submit' value='&login.password.update;'  id='change_pw_button'/>
+                    <input type='submit' value='[% l("Update Password") %]'  id='change_pw_button'/>
                 </span>
             </td>
         </tr>
     </tbody>
 </table>
 
-<span id='pw_no_match' class='hide_me'>&login.password.nomatch;</span>
-<span id='pw_update_successful' class='hide_me'>&login.password.success;</span>
+<span id='pw_no_match' class='hide_me'>[% l("Passwords do not match") %]</span>
+<span id='pw_update_successful' class='hide_me'>[% l("Password successfully updated") %]</span>
 <span id='pw_not_strong' class='hide_me'>
-    &login.password.strength;
-    &common.password_criteria;
+    [% l("The password provided is not strong enough.") %]
+    [% l("The password must be at least 7 characters in length,
+ contain at least one letter (a-z/A-Z),
+ and contain at least one number.") %]
 </span>
-<span id='patron_card_inactive_alert' class='hide_me'>&login.barcode.inactive;</span>
-<span id='patron_inactive_alert' class='hide_me'>&login.account.inactive;</span>
-<span id='patron_login_failed' class='hide_me'>&login.failed;</span>
+<span id='patron_card_inactive_alert' class='hide_me'>[% l("The barcode used to login is marked as inactive.  Please contact your local library.") %]</span>
+<span id='patron_inactive_alert' class='hide_me'>[% l("This account has been deactivated.  Please contact your local library.") %]</span>
+<span id='patron_login_failed' class='hide_me'>[% l("Login failed. The username or password provided was not valid.  Ensure Caps-Lock is off and try again or contact your local library.") %]</span>
 
 <div id="login_box">
     <div style="height:20px;"></div>
index b2ce03d..7548b56 100644 (file)
@@ -4,18 +4,18 @@
             <table class='data_grid' style='margin-top: 20px;'>
                 <tbody>
                     <tr>
-                        <td>&opac.holds.xulRecipient;:</td>
+                        <td>[% l("Enter recipient barcode") %]:</td>
                         <td>
                             <input type='text' id='xul_recipient_barcode' />
                         </td>
                         <td>
-                            <input type='submit' value='&common.submit;' id='xul_recipient_barcode_submit' />
+                            <input type='submit' value='[% l("Submit") %]' id='xul_recipient_barcode_submit' />
                         </td>
                         <td>
-                            <input type='submit' value='&common.cancel;' />
+                            <input type='submit' value='[% l("Cancel") %]' />
                         </td>
                         <td>
-                            <input type='submit' value='&common.hold.place;' id='xul_recipient_me' />
+                            <input type='submit' value='[% l("Place hold for my account") %]' id='xul_recipient_me' />
                         </td>
                     </tr>
                 </tbody>
@@ -25,7 +25,7 @@
     <div id='check_holds_box' class='hide_me canvas' 
         style='margin-top: 6px; width: 100%; text-align: center'>
         <br/><br/><br/>
-        <b>&common.hold.check;</b>
+        <b>[% l("Checking for possibility of hold fulfillment...") %]</b>
     </div>
     <div id='holds_box' class='canvas' style='margin-top: 6px;'>
         <br/>
             <tbody>
                 <tr>
                     <td class='holds_cell color_1' 
-                        align='center' colspan='2'>&common.hold.create;</td>
+                        align='center' colspan='2'>[% l("Create / Edit a Hold") %]</td>
                 </tr>
                 <tr>
-                    <td class='holds_cell'>&opac.holds.recipient;:</td>
+                    <td class='holds_cell'>[% l("Recipient") %]:</td>
                     <td class='holds_cell' id='holds_recipient'> </td>
                 </tr>
                 <tr>
-                    <td class='holds_cell'>&common.title.label;</td>
+                    <td class='holds_cell'>[% l("Title:") %]</td>
                     <!-- <td class='holds_cell' id='holds_title'> </td> -->
                 </tr>
                 <tr>
-                    <td class='holds_cell'>&common.author;</td>
+                    <td class='holds_cell'>[% l("Author") %]</td>
                     <td class='holds_cell' id='holds_author'> </td>
                 </tr>
                 <tr>
-                    <td class='holds_cell'>&common.format;</td>
+                    <td class='holds_cell'>[% l("Format") %]</td>
                     <td class='holds_cell' id='holds_format'> </td>
                 </tr>
                 <tr id='hold_physical_desc_row'>
-                    <td class='holds_cell'>&common.physical.label;</td>
+                    <td class='holds_cell'>[% l("Physical Description:") %]</td>
                     <td class='holds_cell' id='holds_physical_desc'> </td>
                 </tr>
 
                 <tr class='hide_me' id='holds_cn_row'>
-                    <td class='holds_cell'>&common.call.number.label;</td>
+                    <td class='holds_cell'>[% l("Call Number:") %]</td>
                     <td class='holds_cell'><b id='holds_cn'/> </td>
                 </tr>
 
                 <tr class='hide_me' id='holds_copy_row'>
-                    <td class='holds_cell'>&common.copy.barcode.label;</td>
+                    <td class='holds_cell'>[% l("Copy Barcode:") %]</td>
                     <td class='holds_cell'><b id='holds_copy'/> </td>
                 </tr>
 
                 <tr class='hide_me' id='holds_type_row'>
-                    <td class='holds_cell'>&common.hold.type.label;</td>
+                    <td class='holds_cell'>[% l("Hold Type:") %]</td>
                     <td class='holds_cell hide_me' id='holds_is_cn'>
-                        <b>&common.hold.volume;</b>
+                        <b>[% l("Volume Hold") %]</b>
                     </td>
                     <td class='holds_cell hide_me' id='holds_is_copy'>
-                        <b>&common.hold.copy;</b>
+                        <b>[% l("Copy Hold") %]</b>
                     </td>
                 </tr>
                 <tr>
-                    <td class='holds_cell'>&opac.holds.contactPhone;:</td>
+                    <td class='holds_cell'>[% l("Contact telephone number") %]:</td>
                     <td class='holds_cell'>
                         <input id='holds_phone' size='13' maxlength='12'/>
                         <span style='margin-left: 4px; font-size: 7pt;'>
-                            &common.phone.format;
+                            [% l("(XXX-YYY-ZZZZ)") %]
                         </span>
                     </td>
                 </tr>
                 <tr>
-                    <td class='holds_cell'>&common.phone.enable;</td>
+                    <td class='holds_cell'>[% l("Enable phone notifications for this hold?") %]</td>
                     <td class='holds_cell'>
                         <input type='checkbox' id='holds_enable_phone'
                             checked='checked' />
                     </td>
                 </tr>
                 <tr>
-                    <td class='holds_cell'>&opac.holds.contactEmail;:</td>
+                    <td class='holds_cell'>[% l("Contact email address") %]:</td>
                     <td class='holds_cell' id='holds_email'> 
                         <span class='hide_me' id='holds.no_email'>
-                           &common.email.none;<br/>
-                           &common.email.set;
+                           ([% l("Patron has no configured email address)" %])<br/>
+                           ([% l("See") %] <a class='classic_link' id='holds.no_email.my_account'>[% l("My Account") %]</a> [% l("for setting your email address") %])
                         </span>
                         <span class='hide_me' id='holds.no_email.xul'>
-                           &common.email.none; 
+                           [% l("(Patron has no configured email address)") %] 
                         </span>
                     </td>
                 </tr>
                 <tr>
-                    <td class='holds_cell'>&common.email.enable;</td>
+                    <td class='holds_cell'>[% l("Enable email notifications for this hold?") %]</td>
                     <td class='holds_cell'>
                         <input type='checkbox' id='holds_enable_email'
                             checked='checked'/>
                 </tr>
                 -->
                 <tr>
-                    <td class='holds_cell'>&opac.holds.pickupLocation;</td>
+                    <td class='holds_cell'>[% l("Pickup location") %]</td>
                     <td class='holds_cell'>
                         <!-- <select id='holds_org_selector'> </select> -->
                     </td>
                 </tr>
 
                 <tr>
-                    <td class='holds_cell'>&opac.holds.expire_time;</td>
+                    <td class='holds_cell'>[% l("Expiration date") %]</td>
                     <td class='holds_cell'>
                         <input size='10' maxlength='10'
                          id='holds_expire_time' />
 
                 <tr>
                     <td class='holds_cell'>
-                        &opac.holds.freeze;
+                        [% l("Suspend this hold") %]
                         <a class='classic_link'
-                            href='#'>&common.help;</a>
+                            href='#'>[% l("(Help)") %]</a>
                         </td>
                     <td class='holds_cell'>
                         <input type='checkbox' id='holds_frozen_chkbox' /> 
                     <td class='holds_cell'>
                         <!-- XXX TODO there used to be script here dealing with
                         frozen holds -->
-                        &opac.holds.freeze.thaw_date;
+                        [% l("Automatically activate hold on:") %]
                     </td>
                     <td class='holds_cell'>
                         <input size='10' maxlength='10'
                     <td colspan='2' align='center'>
                         <div style='padding: 8px;'>
                             <a class='classic_link' href='#'
-                                style='padding: 5px;'>&common.hold.advanced;</a>
+                                style='padding: 5px;'>[% l("Advanced Hold Options") %]</a>
                         </div>
                     </td>
                 </tr>
 
                     <td class='holds_cell'>
                         <div style='margin-bottom: 5px;'>
-                            <span>&common.format.alternatives; </span>
+                            <span>[% l("Acceptable Alternative Formats:") %] </span>
                             <span><a class='classic_link' style='color:red;'
-                                    href='#'>&common.help;</a></span>
+                                    href='#'>[% l("(Help)") %]</a></span>
                         </div>
-                        <div>&common.control.click;</div>
+                        <div>[% l("(control-click to select multiple formats)") %]</div>
                     </td>
 
                     <td class='holds_cell'>
                         <select id='hold_alt_form_selector' multiple='multiple' style='width: 14em;'>
-                            <option value='at'    class='hide_me'>&opac.search.books;</option>
-                            <option value='at-d' class='hide_me'>&opac.search.largePrint;</option>
-                            <option value='i'        class='hide_me'>&opac.search.audioBooks;</option>
-                            <option value='g'        class='hide_me'>&opac.search.videoRecordings;</option>
-                            <option value='j'        class='hide_me'>&opac.search.music;</option>
+                            <option value='at'    class='hide_me'>[% l("Books") %]</option>
+                            <option value='at-d' class='hide_me'>[% l("Large Print Books") %]</option>
+                            <option value='i'        class='hide_me'>[% l("Audiobooks") %]</option>
+                            <option value='g'        class='hide_me'>[% l("Video Recordings") %]</option>
+                            <option value='j'        class='hide_me'>[% l("Music") %]</option>
                         </select>
                     </td>
                 </tr>
                 <tr>
                     <td class='holds_cell' align='center' colspan='2'>
-                        <!-- <button id='holds_submit'>&opac.holds.placeHold;</button> -->
-                        <button class='hide_me' id='holds_update'>&common.hold.update;</button>
+                        <!-- <button id='holds_submit'>[% l("Place Hold") %]</button> -->
+                        <button class='hide_me' id='holds_update'>[% l("Update Hold") %]</button>
                         <span style='padding: 20px;'> </span>
-                        <!-- <button id='holds_cancel'>&common.cancel;</button> -->
+                        <!-- <button id='holds_cancel'>[% l("Cancel") %]</button> -->
                     </td>
                 </tr>
             </tbody>
         </table>
-        <div class='hide_me' id='holds_success'>&opac.holds.success;</div>
-        <div class='hide_me' id='holds_failure'>&opac.holds.failure;</div>
+        <div class='hide_me' id='holds_success'>[% l("Hold was successfully placed") %]</div>
+        <div class='hide_me' id='holds_failure'>[% l("Hold was not successfully placed") %]</div>
         <span class='hide_me' id='holds_bad_phone'>
-            &common.phone.format.help;
+            [% l("The phone number does not have the correct format. The expected format is XXX-YYY-ZZZZ") %]
         </span>
         <span class='hide_me' id='hold_not_allowed'>
-            &common.hold.failed;
+            [% l("No items were found that could fulfill the requested holds.  It's possible that choosing a different format will result in a successful hold.  It is also possible that you have exceeded the number of allowable holds.  For further information, please consult your local librarian.") %]
         </span>
     </div>
     <div id="anonListTable" class="hide_me" style="margin-top: 6px;">
     </div>
 
     <span class='hide_me' id='format_words'>
-        <span name='at'>&opac.search.books;</span>
-        <span name='at-d'>&opac.search.largePrint;</span>
-        <span name='i'>&opac.search.audioBooks;</span>
-        <span name='g'>&opac.search.videoRecordings;</span>
-        <span name='j'>&opac.search.music;</span>
-        <span name='m'>&opac.search.electronic;</span>
+        <span name='at'>[% l("Books") %]</span>
+        <span name='at-d'>[% l("Large Print Books") %]</span>
+        <span name='i'>[% l("Audiobooks") %]</span>
+        <span name='g'>[% l("Video Recordings") %]</span>
+        <span name='j'>[% l("Music") %]</span>
+        <span name='m'>[% l("Electronic Resources") %]</span>
     </span>
 
-    <span class='hide_me' id='holds_explain_adv'>&holds.advanced_options;</span>
-    <span class='hide_me' id='holds_pick_good_org'>&common.hold.delivery;</span>
-    <span class='hide_me' id='hold_dup_exists'>&common.hold.exists;</span>
-    <span class='hide_me' id='hold_dup_exists_override'>&common.hold.exists.override;</span>
-    <span id='hold_failed_patron_barred' class='hide_me'>&common.hold.barred;</span>
-    <span id='invalid_hold' class='hide_me'>&common.hold.item.invalid;</span>
-    <span id='holds_invalid_recipient' class='hide_me'>&common.hold.patron.invalid;</span>
+    <span class='hide_me' id='holds_explain_adv'>[% l("If you wish to broaden the scope of your hold to include other versions of this title, select the formats that would be acceptable.  The first available copy will be sent to you.") %]</span>
+    <span class='hide_me' id='holds_pick_good_org'>[% l("Please select a physical location where your hold can be delivered.") %]</span>
+    <span class='hide_me' id='hold_dup_exists'>[% l("A hold already exists on the requested item.") %]</span>
+    <span class='hide_me' id='hold_dup_exists_override'>[% l("A hold already exists on the requested item. Would you like to create the hold anyway?") %]</span>
+    <span id='hold_failed_patron_barred' class='hide_me'>[% l("PATRON BARRED. Please see any notes in the \"Staff Notes\" section of your \"My Account\" page or contact your local library.") %]</span>
+    <span id='invalid_hold' class='hide_me'>[% l("This hold is no longer valid. It's likely that the target for the hold was deleted from the system.  Please cancel this hold and place a new one.") %]</span>
+    <span id='holds_invalid_recipient' class='hide_me'>[% l("The patron barcode entered as the hold recipient is invalid.") %]</span>
 
 </div>
index b5a8219..719df27 100644 (file)
             <span class="hide_me">
                 <a class='np_nav_link classic_link' id='np_start'
                     href='#'
-                    title="&rdetail.page.results;">&rdetail.start;</a>
+                    title="[% l("First results page") %]">[% l("Start") %]</a>
                 </span>
                 <a class='np_nav_link classic_link hide_me' id='np_prev'
                     href='#'
-                    title='&rdetail.page.previous;'><span
+                    title='[% l("Previous page") %]'><span
                         class="nav_arrow_fix">&#9668;</span> Previous</a>
                 <span style="padding:0px 10px;"> </span>
                 <a class='np_nav_link classic_link hide_me' id='np_next'
                     href='#'
-                    title='&rdetail.page.next;'>Next <span
+                    title='[% l("Next page") %]'>Next <span
                         class="nav_arrow_fix">&#9658;</span></a>
                 <span class="hide_me"><a class='np_nav_link classic_link'
                     id='np_end' href='#'
-                    title="&rdetail.page.last;">&rdetail.end;</a></span>
+                    title="[% l("Last results page") %]">[% l("End") %]</a></span>
         </div>
         <div class="clear-both"></div>
     </div>
         <tbody>
             <tr>
                 <td width='33%' align='left' class="hide_me">
-                    <span>&rdetail.detailMain.headerLabel;</span>
+                    <span>[% l("Record Summary") %]</span>
                 </td>
                 <td align='right' style='padding-right: 7px;' width='33%'>
                     <span id='rdetail_exp_refworks_span' class='hide_me'
                         style='padding-right: 7px;'>
-                        <a id='rdetail_exp_refworks'>&opac.holds.exportRefWorks;</a>
+                        <a id='rdetail_exp_refworks'>[% l("Export to RefWorks") %]</a>
                     </span>
                     <span style='padding-right: 7px;' class='hide_me'
                         id='rdetail_more_actions'>
                         <select id='rdetail_more_actions_selector'
                             style='max-width: 11em;' class="hide_me">
                             <option value='start'>
-                                &rdetail.more;
+                                [% l("More Actions...") %]
                             </option>
                             <option disabled='disabled'>
                                 --------------
                             </option>
                             <option disabled='disabled'>
-                                &rdetail.bookbag.add;
+                                [% l("Add to bookbag") %]
                             </option>
                             <option disabled='disabled'>
                                 --------------
                             </option>
                             <option value='new_bookbag'>
-                                &rdetail.bookbag.create;
+                                [% l("Create a new bookbag") %]
                             </option>
                         </select>
                     </span>
@@ -82,7 +82,7 @@
 
     <div style='font-weight: bold; padding: 5px; margin: 5px; width: 100%;'
         class='hide_me color_4' id='rdetail_deleted_exp'>
-        &rdetail.record.deleted;
+        [% l("This record has been deleted from the database.  We recommend that you remove this title from any bookbags it may have been added to.") %]
     </div>
 
     [% INCLUDE "default/opac/parts/record/summary.tt2" %]
     [% INCLUDE "default/opac/parts/record/extras.tt2" %]
 
     <div class='hide_me' id='rdetail_bb_none'>
-        &rdetail.none;
+        [% l("(none)") %]
     </div>
     <div class='hide_me' id='rdetail_bb_item_success'>
-        &rdetail.bookbag.add.success;
+        [% l("Item successfully added to bookbag") %]
     </div>
     <div class='hide_me' id='rdetail_bb_new'>
-        &rdetail.bookbag.name;
+        [% l("Enter the name of the new bookbag") %]
     </div>
     <div class='hide_me' id='rdetail_bb_success'>
-        &rdetail.bookbag.create.success;
+        [% l("Bookbag successfully created") %]
     </div>
 </div>
 <!-- ****************** end; page_rdetail.xml ***************************** -->
index ec75d0a..6d44776 100644 (file)
@@ -4,17 +4,17 @@
         <tr style='border: 3px solid #E0E0E0;' id='rdetail_volume_details_row' templateRow='1'>
             <td colspan='10'>
                 <div style='text-align: center; margin-top: 6px; margin-bottom: 6px'>
-                    <a name='print' href='#' class='classic_link'>&rdetail.print;</a>
+                    <a name='print' href='#' class='classic_link'>[% l("print these details") %]</a>
                     <table class='data_grid data_grid_center' style='width: 100%'>
                         <thead>
                             <tr>
-                                <td width='33%'>&rdetail.cn.barcode;</td>
-                                <td>&common.status;</td>
-                                <td>&rdetail.cn.location;</td>
-                                <td name='age_protect_label' class='hide_me'>&rdetail.cn.hold.age;</td>
-                                <td name='create_date_label' class='hide_me'>&rdetail.cn.genesis;</td>
-                                <td name='holdable_label' class='hide_me'>&rdetail.cn.holdable;</td>
-                                <td name='due_date_label' class='hide_me'>&rdetail.cn.due;</td>
+                                <td width='33%'>[% l("Barcode") %]</td>
+                                <td>[% l("Status") %]</td>
+                                <td>[% l("Location") %]</td>
+                                <td name='age_protect_label' class='hide_me'>[% l("Age Hold Protection") %]</td>
+                                <td name='create_date_label' class='hide_me'>[% l("Create Date") %]</td>
+                                <td name='holdable_label' class='hide_me'>[% l("Holdable") %]</td>
+                                <td name='due_date_label' class='hide_me'>[% l("Due Date") %]</td>
                             </tr>
                         </thead>
                         <tbody name='copies_tbody' class='copy_details_table' width='100%'>
                                 <td>
                                     <span name='barcode'> </span>
                                     <a class='hide_me classic_link copy_more_info'
-                                        name='details_link'>&rdetail.cn.more;</a>
+                                        name='details_link'>[% l("more info...") %]</a>
                                     <a class='hide_me classic_link copy_more_info'
-                                        name='less_details_link'>&rdetail.cn.less;</a>
+                                        name='less_details_link'>[% l("less info") %]</a>
                                     <a class='hide_me classic_link copy_more_info'
-                                        name='copy_hold_link' href='#'>&rdetail.cn.hold;</a>
+                                        name='copy_hold_link' href='#'>[% l("place hold") %]</a>
                                 </td>
                                 <td name='status'> </td>
                                 <td name='location'> </td>
-                                <td name='age_protect_value' class='hide_me'>&rdetail.cn.disabled;</td>
+                                <td name='age_protect_value' class='hide_me'>[% l("- Disabled -") %]</td>
                                 <td name='create_date_value' class='hide_me'> </td>
                                 <td name='copy_holdable_td' class='hide_me'>
                                     <span name='copy_is_holdable'> </span>
                                             <tr name='extras_row' class='hide_me'>
                                                 <td name='type' width='20%'>
                                                     <span name='note' class='hide_me'>
-                                                        <b>&rdetail.cn.note;</b>
+                                                        <b>[% l("Copy Note") %]</b>
                                                     </span>
                                                     <span name='cat' class='hide_me'>
-                                                        <b>&rdetail.cn.category;</b>
+                                                        <b>[% l("Copy Category") %]</b>
                                                     </span>
                                                 </td>
                                                 <td>
     </tbody>
 </table>
 
-<span class='hide_me' id='rdetail.yes'>&common.yes;</span>
-<span class='hide_me' id='rdetail.no'>&common.no;</span>
+<span class='hide_me' id='rdetail.yes'>[% l("Yes") %]</span>
+<span class='hide_me' id='rdetail.no'>[% l("No") %]</span>
 
 <div id='rdetail_print_details' class='hide_me'>
     <div style='text-align: center; padding: 20px; width: 100%'>
         <div style='width:100%; border: 2px solid #E0F0E0; margin-bottom: 20px;'>
-            <input type='submit' value='&rdetail.cn.print;' onclick='window.print();' />
+            <input type='submit' value='[% l("Print Page") %]' onclick='window.print();' />
         </div>
         <div name='body'>
             <table>
                 <tbody name='tbody'>
-                    <tr><td>&common.library;</td><td colspan='2' name='lib'></td></tr>
-                    <tr><td>&common.title;</td><td colspan='2' name='title'></td></tr>
-                    <tr><td>&common.author;</td><td colspan='2' name='author'></td></tr>
-                    <tr><td>&common.edition;</td><td colspan='2' name='edition'></td></tr>
-                    <tr><td>&common.pubdate;</td><td colspan='2' name='pubdate'></td></tr>
-                    <tr><td>&common.publisher;</td><td colspan='2' name='publisher'></td></tr>
-                    <tr><td>&common.physical;</td><td colspan='2' name='phys'></td></tr>
+                    <tr><td>[% l("Library") %]</td><td colspan='2' name='lib'></td></tr>
+                    <tr><td>[% l("Title") %]</td><td colspan='2' name='title'></td></tr>
+                    <tr><td>[% l("Author") %]</td><td colspan='2' name='author'></td></tr>
+                    <tr><td>[% l("Edition") %]</td><td colspan='2' name='edition'></td></tr>
+                    <tr><td>[% l("Publication Date") %]</td><td colspan='2' name='pubdate'></td></tr>
+                    <tr><td>[% l("Publisher") %]</td><td colspan='2' name='publisher'></td></tr>
+                    <tr><td>[% l("Physical Description") %]</td><td colspan='2' name='phys'></td></tr>
                     <tr>
                         <td colspan='3' style='background: #E0F0E0;'> </td>
                     </tr>
                     <tr name='cnrow'>
-                        <td><b>&common.callnumber;</b></td>
+                        <td><b>[% l("Call Number") %]</b></td>
                         <td><b colspan='2' name='cn'></b></td>
                     </tr>
                 </tbody>
index 6c78071..8439eda 100644 (file)
@@ -3,22 +3,22 @@
     <div style='width: 100%; text-align: center; padding-bottom: 5px;'>
         <span>
             <a href='javascript:void(0);' id='copy_info_local_link' 
-                class='rdetail_copy_nav_link hide_me classic_link'><b>&rdetail.copyInfo.local;</b></a>
+                class='rdetail_copy_nav_link hide_me classic_link'><b>[% l("View Copy Information for this location only") %]</b></a>
         </span>
         <span width=''>
             <a href='javascript:void(0);' id='copy_info_all_link' 
-                class='rdetail_copy_nav_link classic_link'><b>&rdetail.copyInfo.all;</b></a>
+                class='rdetail_copy_nav_link classic_link'><b>[% l("View copy information for all libraries") %]</b></a>
         </span>
     </div>
     <table id='rdetail_copy_info_table' class='data_grid'>
         <thead>
             <tr>
-                <td class='rdetail_copy_info_header_cell'>&rdetail.copyInfo.library;</td>
-                <td class='rdetail_copy_info_header_cell'>&rdetail.copyInfo.callnumber;</td>
+                <td class='rdetail_copy_info_header_cell'>[% l("Library") %]</td>
+                <td class='rdetail_copy_info_header_cell'>[% l("Callnumber") %]</td>
                 <td name='rdetail_copylocation_header' class='rdetail_copy_info_header_cell hide_me'>
-                    &rdetail.copyInfo.copylocation;
+                    [% l("Copy Location") %]
                 </td>
-                <td class='rdetail_copy_info_header_cell'>&rdetail.copyInfo.actions;</td>
+                <td class='rdetail_copy_info_header_cell'>[% l("Actions") %]</td>
                 <td nowrap='nowrap' class='rdetail_copy_info_header_cell' id='rdetail_copy_info_status'> 
                     <div name='rdetail_status_cell'> </div>
                 </td>
             <tr id='rdetail_copy_info_row' class='hide_me'>
                 <td name='rdetail_library_cell'>
                     <a name='lib_print_link' class='hide_me classic_link'
-                        style='font-size: 8pt; padding-left: 20px;'>&rdetail.copyInfo.print;</a>
+                        style='font-size: 8pt; padding-left: 20px;'>[% l("Print Call Numbers for this library") %]</a>
                 </td>
                 <td name='rdetail_callnumber_cell'> </td>
                 <td class="hide_me" name='rdetail_copylocation_cell'> </td>
                 <td name='rdetail_actions_cell'> 
                     <div style='padding-bottom: 1px;'>
                         <a style='font-size: 8pt;'
-                            name='details' class='hide_me classic_link'>&rdetail.copyInfo.details;</a>
+                            name='details' class='hide_me classic_link'>[% l("Copy Details") %]</a>
                     </div>
                     <div style='margin-top: 2px;'>
                         <a name='browse' style='font-size: 8pt;'
-                            class='hide_me classic_link'>&rdetail.copyInfo.browse;</a>
+                            class='hide_me classic_link'>[% l("Browse Call Numbers") %]</a>
                     </div>
                     <div style='margin-top: 2px;' name='hold_div' class='hide_me'>
                         <a name='hold' style='font-size: 8pt;' href='javascript:void(0);'
-                            class='classic_link'>&rdetail.copyInfo.hold;</a>
+                            class='classic_link'>[% l("Place Hold") %]</a>
                     </div>
                 </td>
                 <td nowrap='nowrap' class='rdetail_copy_count_cell vertical' 
@@ -52,7 +52,7 @@
             </tr>
             <tr id='rdetail_copy_info_loading'>
                 <td>
-                    &rdetail.loading;
+                    [% l("Loading copy information...") %]
                 </td>
             </tr>
         </tbody>
@@ -63,6 +63,6 @@
         </tbody>
     </table> -->
     <br/><br/>
-    <div id='rdetail_copy_info_none' class='hide_me'>&rdetail.noneAvailable;</div>
+    <div id='rdetail_copy_info_none' class='hide_me'>[% l(" * There are no copies in this location") %]</div>
 </div> <!-- copy info -->
 <!-- ****************** end: rdetail_copyinfo.xml ***************************** -->
index 394bfa8..05cbd78 100644 (file)
@@ -6,7 +6,7 @@
                 <td id='rdetail_annotation_link' class='hide_me rdetail_extras_td'
                     style='padding-right: 15px; padding-left: 15px;' >
                     <a href='javascript:rdetailShowExtra("annotation");' 
-                        class='classic_link'>&rdetail.extras.annotation;</a>
+                        class='classic_link'>[% l("Annotation") %]</a>
                 </td>
             </tr>
         </thead>
@@ -14,7 +14,7 @@
 
     <div id='rdetail_extras_div' style='width: 100%;'> 
         <div id='rdetail_extras_loading' class='hide_me' 
-            style='padding: 10px;'>&common.loading;</div>
+            style='padding: 10px;'>[% l("Loading...") %]</div>
 
         <div rel="rdetail_summary_div" rel2="summary" class="rdetail_extras hide_me" id="rdetail_summary_link">
             <div class="rdetail_extras_hr"></div>
         <div id='rdetail_content_div' class='rdetail_extras_div hide_me'>
             <strong>Contents:</strong>
             <div id='rdetail_content_div_inner' style="padding-bottom:10px;"></div>
-            <strong>&rdetail.extras.toc;:</strong>
+            <strong>[% l("Table of Contents") %]:</strong>
             <div id='rdetail_toc_div' class='rdetail_extras_div'></div>
         </div>
         
                 <a href='javascript:rdetailShowExtra("reviews");'><img
                     alt="" src="/images/rdetail_arrow.png" /></a>
                 <a href='javascript:rdetailShowExtra("reviews");'
-                    class="rdetail_extras_lbl">&rdetail.extras.reviews;</a>
+                    class="rdetail_extras_lbl">[% l("Reviews") %]</a>
             </div>
         </div>
 
                 <a href='javascript:rdetailShowExtra("excerpt");'><img
                     alt="" src="/images/rdetail_arrow.png" /></a>
                 <a href='javascript:rdetailShowExtra("excerpt");'
-                    class="rdetail_extras_lbl">&rdetail.extras.excerpt;</a>
+                    class="rdetail_extras_lbl">[% l("Excerpt") %]</a>
             </div>
         </div>
 
                 <a href='javascript:rdetailShowExtra("preview");'><img
                     alt="" src="/images/rdetail_arrow.png" /></a>
                 <a href='javascript:rdetailShowExtra("preview");'
-                    class="rdetail_extras_lbl">&rdetail.extras.preview;</a>
+                    class="rdetail_extras_lbl">[% l("Preview") %]</a>
             </div>
         </div>
 
                 <a href='javascript:rdetailShowExtra("novelist");'><img
                     alt="" src="/images/rdetail_arrow.png" /></a>
                 <a href='javascript:rdetailShowExtra("novelist");'
-                    class="rdetail_extras_lbl">&rdetail.extras.novelist;</a>
+                    class="rdetail_extras_lbl">[% l("Suggestions by NoveList") %]</a>
             </div>
         </div>
 
                 <a href='javascript:rdetailShowExtra("cn");'><img
                     alt="" src="/images/rdetail_arrow.png" /></a>
                 <a href='javascript:rdetailShowExtra("cn");'
-                    class="rdetail_extras_lbl">&rdetail.extras.browser;</a>
+                    class="rdetail_extras_lbl">[% l("Shelf Browser") %]</a>
             </div>
         </div>
 
         <div id='rdetail_cn_browse_div' style='text-align: center;' class='hide_me'>
             <div id='cn_browse_none' class='hide_me color_4'
                 style='width: 90%; text-align: center; margin: 10px;'>
-                &rdetail.extras.call.null;
+                [% l("There are no call numbers for this item at this location.") %]
             </div>
 
             <div id='rdetail_cn_browse_select_div' 
                 style='width: 100%; border: 1px solid black; padding: 6px; margin-top: 5px;'>
-                <span>&rdetail.extras.call.local; </span>
+                <span>[% l("Local Call Numbers:") %] </span>
                 <select id='cn_browse_selector'> </select>
             </div>
             [% INCLUDE "default/opac/parts/cn_browse.tt2" %]
                 <a href='javascript:rdetailShowExtra("copyinfo");'><img
                     alt="" src="/images/rdetail_arrow.png" /></a>
                 <a href='javascript:rdetailShowExtra("copyinfo");'
-                    class="rdetail_extras_lbl">&rdetail.extras.summary;</a>
+                    class="rdetail_extras_lbl">[% l("Copy Summary") %]</a>
             </div>
         </div>
 
                 <a href='javascript:rdetailShowExtra("marc");'><img
                     alt="" src="/images/rdetail_arrow.png" /></a>
                 <a href='javascript:rdetailShowExtra("marc");'
-                    class="rdetail_extras_lbl">&rdetail.extras.marc;</a>
+                    class="rdetail_extras_lbl">[% l("MARC Record") %]</a>
             </div>
         </div>
         <div id='rdetail_marc_div' class='rdetail_extras_div hide_me'>
             <div id='rdetail_view_marc_box'></div>
         </div>
     </div>
-    <div id='rdetail_preview_full_text' class='hide_me'>&rdetail.extras.preview.fulltext;</div>
-    <div id='rdetail_preview_title' class='hide_me'>&rdetail.extras.preview.title;</div>
-    <div id='rdetail_preview_badge' class='hide_me'>&rdetail.extras.preview.badge;</div>
+    <div id='rdetail_preview_full_text' class='hide_me'>[% l("Full text") %]</div>
+    <div id='rdetail_preview_title' class='hide_me'>[% l("See the full text of this book.") %]</div>
+    <div id='rdetail_preview_badge' class='hide_me'>[% l("Show a preview of this book from Google Book Search") %]</div>
 </div>
 
 <!-- XXX TODO Novelist stuff here? -->
index 755ad25..5e3ab90 100644 (file)
                     src='${ident.small}' /></a>
                 <br />
                 <div class='jacket_attrib hide_me' id='rdetail.jacket_attrib_div'>
-                    <div>&opac.image_provided;</div>
+                    <div>[% l("Image provided by") %]</div>
                     <div>
-                        <a target='_blank' href='&vendor.base_link;'
-                            class='classic_link' id='rdetail.jacket_attrib_link'>&vendor.name;</a>
+                        <a target='_blank' href='[% l("http://amazon.com/dp/") %]'
+                            class='classic_link' id='rdetail.jacket_attrib_link'>[% l("Amazon") %]</a>
                     </div>
                 </div>
             </td>
@@ -24,8 +24,8 @@
                     <tr>
                         <td valign="top">
                             <span class="rdetail_item" id='rdetail_title'></span><br />
-                            <span style="color:#545454;">&common.author;: </span>
-                            <em><a title='&rdetail.author.search;' id='rdetail_author'></a></em>
+                            <span style="color:#545454;">[% l("Author") %]: </span>
+                            <em><a title='[% l("Perform an author search") %]' id='rdetail_author'></a></em>
                         </td>
                         <td align="right" valign="top" nowrap="nowrap" style="white-space:nowrap;">
                             <div style="width:230px;text-align:left;margin-top:3px;">
                     <table border="0" cellpadding="0" width="100%">
                         <tr>
                             <td nowrap='nowrap' valign="top">
-                                <strong id="rdetail_isbn_lbl" class="">&common.isbn;</strong>
+                                <strong id="rdetail_isbn_lbl" class="">[% l("ISBN") %]</strong>
                             </td>
                             <td valign="top" id='rdetail_isbn'></td>
                             <td nowrap='nowrap' valign="top">
-                                <strong id="rdetail_phys_lbl" class="">&common.physical;</strong>
+                                <strong id="rdetail_phys_lbl" class="">[% l("Physical Description") %]</strong>
                             </td>
                             <td valign="top" id='rdetail_physical_desc'></td>
                         </tr>
                         <tr>
                             <td nowrap='nowrap' valign="top">
-                                <strong id="rdetail_ed_lbl" class="">&common.edition;</strong>
+                                <strong id="rdetail_ed_lbl" class="">[% l("Edition") %]</strong>
                             </td>
                             <td valign="top" id='rdetail_edition'></td>
                             <td nowrap='nowrap' valign="top">
-                                <strong id="rdetail_form_lbl" class="">&common.format;</strong>
+                                <strong id="rdetail_form_lbl" class="">[% l("Format") %]</strong>
                             </td>
                             <td valign="top">
                                 <img alt="Format" id='' class='tor_pic hide_me' />
@@ -82,7 +82,7 @@
                         </tr>
                         <tr>
                             <td nowrap='nowrap' valign="top">
-                                <strong id="rdetail_pubdate_lbl" class="">&common.pubdate;</strong>
+                                <strong id="rdetail_pubdate_lbl" class="">[% l("Publication Date") %]</strong>
                             </td>
                             <td valign="top" id='rdetail_pubdate'></td>
                             <td nowrap='nowrap' valign="top">
                         </tr>
                         <tr>
                             <td nowrap='nowrap' valign="top">
-                                <strong id="rdetail_pub_lbl" class="">&common.publisher;</strong>
+                                <strong id="rdetail_pub_lbl" class="">[% l("Publisher") %]</strong>
                             </td>
                             <td valign="top" id='rdetail_publisher'></td>
                             <td nowrap='nowrap' valign="top">
-                                <strong id="rdetail_sub_lbl" class="">&rdetail.summary.subjects;</strong>
+                                <strong id="rdetail_sub_lbl" class="">[% l("Subjects") %]</strong>
                             </td>
                             <td valign="top"></td>
                         </tr>
                         <tr>
                             <td valign="top">
                                 <div style="padding-bottom:7px;">
-                                    <strong>&common.title;:</strong>
+                                    <strong>[% l("Title") %]:</strong>
                                 </div>
                             </td>
                             <td width="1" valign="top" align="right" style="white-space:nowrap;">
index e9613ff..07e1382 100644 (file)
@@ -4,23 +4,23 @@
         <tr>
             <td class="h1" width="116">Search Results</td>
             <td valign="bottom" nowrap="nowrap" width="320" style="white-space:nowrap;" class="hide_me" id="result_numbers1">
-                <span> &common.results; </span>
+                <span> [% l("Results") %] </span>
                 <span id='offset_start' style='font-weight:bold'></span>
                 <span>&nbsp;- </span>
                 <span id='offset_end' style='font-weight:bold'></span>
-                <span>&nbsp;&common.of; </span>
+                <span>&nbsp;[% l("of") %] </span>
                 <span id='result_count' style='font-weight:bold'></span>
                 <span style='padding-left: 6px;'>
                     (page
                 </span>
                 <span id='current_page'></span>
-                <span>&nbsp;&common.of; </span>
+                <span>&nbsp;[% l("of") %] </span>
                 <span id='num_pages'></span>)
             </td>
             <td align="right" valign="bottom">
                 <span id='start_end_links_span' class='hide_me'>
                     <a class='search_page_nav_link' id='prev_link'
-                        title='&rdetail.page.previous;' style="cursor:pointer;">
+                        title='[% l("Previous page") %]' style="cursor:pointer;">
                         <span class="nav_arrow_fix">&#9668;</span> Previous
                     </a>
                     <span class='hide_me' id='result_info_div'
@@ -28,7 +28,7 @@
                         <span id="nav_pages"></span>
                     </span>
                     <a class='search_page_nav_link' id='next_link'
-                        title='&rdetail.page.next;' style="cursor:pointer;">
+                        title='[% l("Next page") %]' style="cursor:pointer;">
                         Next <span class="nav_arrow_fix">&#9658;</span>
                     </a>
                 </span>
index 0514d31..a35876a 100644 (file)
     </div>
     <div class="hide_me">
         <div style='text-align: center; padding-bottom: 8px;' class="hide_me">
-            <div id='result_low_hits_msg' class='hide_me'>&result.lowhits.few;</div>
-            <div id='result_zero_hits_msg' class='hide_me'>&result.lowhits.zero;</div>
+            <div id='result_low_hits_msg' class='hide_me'>[% l("Few hits were returned for your search.") %]</div>
+            <div id='result_zero_hits_msg' class='hide_me'>[% l("Zero hits were returned for your search.") %]</div>
         </div>
 
         <!-- spell checker -->
         <div id='did_you_mean' class='lowhits_div hide_me'>
-            <span>&result.lowhits.did.you.mean; </span>
+            <span>[% l("Maybe you meant:") %] </span>
             <!-- <a class='classic_link' id='spell_check_link'> </a> -->
         </div>
 
         <div id='low_hits_remove_format' class='lowhits_div hide_me'>
-            <span>&result.lowhits.formats; </span>
-            <a id='low_hits_remove_format_link' class='classic_link'>&result.lowhits.formats.search;</a>
+            <span>[% l("You will find more hits when searching all item formats:") %] </span>
+            <a id='low_hits_remove_format_link' class='classic_link'>[% l("Search again with all formats?") %]</a>
         </div>
 
         <div id='low_hits_cross_ref' class='lowhits_div hide_me'>
-            <span>&result.lowhits.related;</span>
+            <span>[% l("You may also like to try these related searches:") %]</span>
             <div style='padding: 5px;'>
                 <a id='low_hits_xref_link' class='classic_link' style='padding-right: 5px;'> </a>
             </div>
         </div>
 
         <div id='low_hits_expand_range' class='lowhits_div hide_me'>
-            <span>&result.lowhits.expand; </span>
+            <span>[% l("You may also wish to expand your search range to:") %] </span>
             <a id='low_hits_expand_link' class='classic_link' style='padding-right: 5px;'> </a>
         </div>
 
         <div id='low_hits_search_type' class='lowhits_div hide_me'>
-            <span>&result.lowhits.class;</span>
+            <span>[% l("You can try searching the same terms by:") %]</span>
             <a id='low_hits_title_search' class='hide_me classic_link' 
-                style='padding-right: 5px;'>&result.lowhits.title;</a>
+                style='padding-right: 5px;'>[% l("title") %]</a>
             <a id='low_hits_author_search' class='hide_me classic_link' 
-                style='padding-right: 5px;'>&result.lowhits.author;</a>
+                style='padding-right: 5px;'>[% l("author") %]</a>
             <a id='low_hits_subject_search' class='hide_me classic_link' 
-                style='padding-right: 5px;'>&result.lowhits.subject;</a>
+                style='padding-right: 5px;'>[% l("subject") %]</a>
             <a id='low_hits_series_search' class='hide_me classic_link' 
-                    style='padding-right: 5px;'>&result.lowhits.series;</a>
+                    style='padding-right: 5px;'>[% l("series") %]</a>
             <a id='low_hits_keyword_search' class='hide_me classic_link' 
-                style='padding-right: 5px;'>&result.lowhits.keyword;</a>
+                style='padding-right: 5px;'>[% l("keyword") %]</a>
         </div>
     </div>
 </div>
index 5e2778a..a183ead 100644 (file)
                                                 name='result_table_title_cell'
                                                 valign="top">
                                                 <div style="font-weight:bold;">
-                                                    <a title="&result.table.keyword;"
+                                                    <a title="[% l("View titles for this record") %]"
                                                         name='item_title' class='search_link'>
                                                     </a>
                                                 </div>
                                                 <span style="font-size:11px;">
                                                     <div>
                                                         <em>
-                                                            <a title="&result.table.author;" name='item_author' class='search_link'></a>
+                                                            <a title="[% l("Perform an Author Search") %]" name='item_author' class='search_link'></a>
                                                         </em> &nbsp;&nbsp;
                                                         <span name="results_pub_date"></span>
                                                     </div>
                                                 <img alt="Format" src="" class="hide_me" name="" />
                                                 <span class='hide_me' 
                                                     style='color: #9999FF; padding-left: 10px; font-size: 7pt; font-weight: 300;'> 
-                                                    <span>&common.relevancy; </span>
+                                                    <span>[% l("Match Score: ") %] </span>
                                                     <span name='relevancy_span'> </span>
                                                 </span>
                                                 <!-- Empty span used for creating unAPI links -->
                                                 <span name="googleBooksLink" class="hide_me">
                                                     <a style='padding-left: 8px;'
                                                         class='classic_link hide_me'
-                                                        name="googleBooks-link">&result.googleBooks.browse;</a>
+                                                        name="googleBooks-link">[% l("Browse in Google Books Search") %]</a>
                                                 </span>
                                             </td>
                                             <td nowrap='nowrap' width="1" align="right">
                     <td valign="top">
                         <span class='hide_me' id='result_info_div2'
                             style='font-size: 11px;'>
-                            <span> &common.results; </span> 
+                            <span> [% l("Results") %] </span> 
                             <b id='offset_start2'> </b>
                             <span>&nbsp;- </span>
                             <b id='offset_end2'> </b>
-                            <span>&nbsp;&common.of; </span>
+                            <span>&nbsp;[% l("of") %] </span>
                             <b id='result_count2'> </b>
                             <span style='padding-left: 6px;'> (page </span>
                             <span id='current_page2'> </span>
-                            <span>&nbsp;&common.of; </span>
+                            <span>&nbsp;[% l("of") %] </span>
                             <span id='num_pages2'> </span>
                         </span>
                     </td>
                     <td valign="top" id='next_prev_links2' align="right">
                     <span id='start_end_links_span2' class='hide_me'>
                         <a class='search_page_nav_link' id='prev_link2'
-                            title='&rdetail.page.previous;' style="cursor:pointer;">
+                            title='[% l("Previous page") %]' style="cursor:pointer;">
                             <span class="nav_arrow_fix">&#9668;</span> Previous
                         </a>
                         <span id="nav_pages2"
                             style='padding-left: 11px; padding-right:13px;'></span>
                         <a class='search_page_nav_link' id='next_link2'
-                            title='&rdetail.page.next;' style="cursor:pointer;">
+                            title='[% l("Next page") %]' style="cursor:pointer;">
                             Next <span class="nav_arrow_fix">&#9658;</span>
                         </a>
                         </span>
index 9bde3bf..a7c6326 100644 (file)
@@ -1,10 +1,10 @@
 <!-- ****************** stypes_selector.xml ***************************** -->
 <select id='search_type_selector'>
-       <option value='keyword' selected='selected'>&common.keyword;</option>
-       <option value='title'>&common.title;</option>
-       <option value='author'>&common.author;</option>
-       <option value='subject'>&common.subject;</option>
-       <option value='series'>&common.series;</option>
+       <option value='keyword' selected='selected'>[% l("Keyword") %]</option>
+       <option value='title'>[% l("Title") %]</option>
+       <option value='author'>[% l("Author") %]</option>
+       <option value='subject'>[% l("Subject") %]</option>
+       <option value='series'>[% l("Series") %]</option>
        <option value='cn'>Call Number</option>
 </select>
 <!-- ****************** end: stypes_selector.xml ***************************** -->
index 95a9b35..f4e73ed 100644 (file)
@@ -2,10 +2,10 @@
 <div class="hide_me">
     <div id='tips' class='tips hide_me'>
         <div class='hide_me'>
-            <span>&common.tips.tip1;</span>
-            <span>&common.tips.tip2;</span>
+            <span>[% l("Click on a folder icon in the sidebar to access related quick searches") %]</span>
+            <span>[% l("If you don't find what you want try expanding your search using the range selector at the right of the search bar") %]</span>
         </div>
-        <strong>&tips.label;</strong>
+        <strong>[% l("Tip:") %]</strong>
     </div>
 </div>
 <!-- ****************** end: tips.xml ***************************** -->