offset = ctx.circ_history_offset;
%]
+<h3 class="sr-only">[% l('History of Checked Out Items') %]</h3>
<div style="padding:0px;">
<div id="acct_checked_tabs">
PROCESS "opac/parts/misc_util.tt2";
WRAPPER "opac/parts/myopac/base.tt2";
myopac_page = "circs" %]
+<h3 class="sr-only">[% l('Current Items Checked Out') %]</h3>
<div id='myopac_checked_div'>
<div id="acct_checked_tabs">
count = ctx.hold_history_ids.size;
%]
+<h3 class="sr-only">[% l('Holds History') %]</h3>
<div id='myopac_holds_div'>
<div id="acct_holds_tabs">
offset = ctx.holds_offset;
count = ctx.holds_ids.size;
%]
+<h3 class="sr-only">[% l('My Holds') %]</h3>
<div id='myopac_holds_div'>
<div id="acct_holds_tabs">
expire_time = ahr.expire_time ? date.format(ctx.parse_datetime(ahr.expire_time), DATE_FORMAT) : '';
thaw_date = ahr.thaw_date ? date.format(ctx.parse_datetime(ahr.thaw_date), DATE_FORMAT) : '';
%]
+<h3 class="sr-only">[% l('Edit Hold') %]</h3>
<div class="pad-bottom-five">
<div class="header_middle">
<span id="acct_holds_header float-left">[% l('Editing Hold') %]</span>
"To see the public view of a shared Bookbag, " _
"click on the Bookbag\\'s name in the Bookbag list.");
%]
+<h3 class="sr-only">[% l('My Lists') %]</h3>
<div id='myopac_bookbag_div' style="padding:5px;">
<!-- new list creation -->
myopac_cc_allowed = 1;
END
%]
+<h3 class="sr-only">[% l('My Account Summary') %]</h3>
[% IF myopac_cc_allowed;
# http://www.w3.org/TR/WCAG20-TECHS/H32.html
# avoid forms w/ no submit action %]
last_chance = CGI.param("last_chance");
%]
+<h3 class="sr-only">[% l('Pay Fines') %]</h3>
[% IF ctx.fines.balance_owed <= 0 %]
<div>
[% l("You either have no fines to pay or you have selected fines whose " _
offset = ctx.payment_history_offset;
%]
+<h3 class="sr-only">[% l('Transaction Payments') %]</h3>
<div>
<div class="header_middle">
<span class="float-left">[% l('Payments History') %]</span>
myopac_page = "prefs";
prefs_page = 'prefs' %]
+<h3 class="sr-only">[% l('Account Preferences') %]</h3>
<div id="acct_info_main">
<table width='70%' title="[% l('Account preference') %]"
prefs_page = 'prefs_my_lists' %]
+ <h3 class="sr-only">[% l('List Preferences') %]</h3>
<form method='post'>
<table class="full-width data_grid" id="acct_search_main"
myopac_page = "prefs";
prefs_page = 'prefs_notify' %]
+<h3 class="sr-only">[% l('Notification Preferences') %]</h3>
<form method='post'>
[% setting = 'opac.hold_notify' %]
<input name='[% setting %]' type="hidden"
[% IF ctx.user_setting_map.$setting; %] value='[% ctx.user_setting_map.$setting | html %]' [% END %]/>
<table class="full-width data_grid" id="acct_search_main"
- title="[% l('Search Preferences') %]">
+ title="[% l('Notification Preferences') %]">
<tbody>
[% IF ctx.updated_user_settings %]
myopac_page = "prefs";
prefs_page = 'prefs_settings' %]
+ <h3 class="sr-only">[% l('Search and History Preferences') %]</h3>
<form method='post'>
PROCESS "opac/parts/misc_util.tt2";
WRAPPER "opac/parts/myopac/base.tt2";
myopac_page = "prefs" %]
+<h3 class="sr-only">[% l('Edit Email Address') %]</h3>
<div id='myopac_summary_div' style="padding:0px;">
<div class="header_middle">
WRAPPER "opac/parts/myopac/base.tt2";
myopac_page = "prefs" %]
+<h3 class="sr-only">[% l('Change Password') %]</h3>
<div id='myopac_summary_div' style="padding:0px;">
<div class="header_middle">
PROCESS "opac/parts/misc_util.tt2";
WRAPPER "opac/parts/myopac/base.tt2";
myopac_page = "prefs" %]
+<h3 class="sr-only">[% l('Update Username') %]</h3>
<div id='myopac_summary_div' style="padding:0px;">
<div class="header_middle">
<ul class="popmenu">
<li><a href="#" class="no-dec">
<img src="[% ctx.media_prefix %]/images/clipboard.png"
- [% html_text_attr('alt', 'Add item to a list: [_1]', record_title) %]/>
+ [% html_text_attr('alt',
+ l('Add item to a list: [_1]', record_title)) %]/>
[% l("Add to my list") %]
</a>
<ul>
<li>
<a href="[% opac_wrap(mkurl(ctx.opac_root _ '/myopac/lists', {
limit => ctx.bookbag_count, add_rec => ctx.bre_id,
- anchor => rec_anchor
- })) %]">
+ anchor => rec_anchor })) %]"
+ title="[% l('See all of my lists') %]">
[% l('See All') %]
</a>
</li>
];
skin_root = "../"
%]
+ <h2 class="sr-only">[% l('My Account') %]</h2>
[% INCLUDE "opac/parts/topnav.tt2" %]
<div class="mobile_hide">
[% INCLUDE "opac/parts/searchbar.tt2" %]