[% IF ctx.circs.size < limit %] class='invisible' [% END %] >[% l('Next') %]<span class="nav_arrow_fix">►</span></a>
</span>
<span class="float-left">
- <form action="[% mkurl(ctx.opac_root _ '/myopac/circ_history/export') %]" method="POST">
+ <form action="[% mkurl(ctx.opac_root _ '/myopac/circ_history/export') %]" method="post">
<div>
[%- INCLUDE "opac/parts/preserve_params.tt2" %]
<input type="hidden" name="filename" value="[% l('circ_history.csv') %]"/>
</div>
[% END %]
<div id='checked_main'>
- <form method="POST" id="circ-form"
+ <form method="post" id="circ-form"
onsubmit="return confirm('[% l("Are you sure you wish to renew the selected item(s)?") %]');">
<table cellpadding='0' cellspacing='0' class="item_list_padding">
<tr>
</div>
<div class="clear-both"></div>
<div id='holds_main'>
- <form method="POST">
+ <form method="post">
<table cellpadding='0' cellspacing='0' class="opac-auto-097">
<tr>
<td width="1">
<p>
<strong>[% l('Status') %]</strong>: [% hold.human_status %]
</p>
- <form method="POST">
+ <form method="post">
<table id="hold_editor_table">
<tr>
<th>
<div id='myopac_bookbag_div' style="padding:5px;">
<!-- new list creation -->
- <form action="[% mkurl(ctx.opac_root _ '/myopac/list/update') %]" method="POST" id="create_form">
+ <form action="[% mkurl(ctx.opac_root _ '/myopac/list/update') %]" method="post" id="create_form">
<h1>[% l('Create new list') %]</h1><a name="createnewlist"></a>
<table cellpadding="0" border="0" id="list_create_table">
<tr>
[% IF bbag.description %]<div class="bookbag-description">[% bbag.description | html %]</div>[% END %]
</div>
[% IF ctx.add_rec %]
- <form action="[% mkurl(ctx.opac_root _ '/myopac/list/update', {}, 1) %]" method="POST">
+ <form action="[% mkurl(ctx.opac_root _ '/myopac/list/update', {}, 1) %]" method="post">
<div class="bookbag-controls">
<input type="hidden" name="action" value="add_rec" />
<input type="hidden" name="list" value="[% bbag.id %]" />
</div>
</form>
[% END %]
- <form action="[% mkurl(ctx.opac_root _ '/myopac/list/update') %]" method="POST">
+ <form action="[% mkurl(ctx.opac_root _ '/myopac/list/update') %]" method="post">
<div class="bookbag-share">
<input type="hidden" name="list" value="[% bbag.id %]" />
[%- INCLUDE "opac/parts/preserve_params.tt2"; %]
[% END %]
</div>
</form>
- <form action="[% mkurl(ctx.opac_root _ '/myopac/list/update') %]" method="POST">
+ <form action="[% mkurl(ctx.opac_root _ '/myopac/list/update') %]" method="post">
<div class="bookbag-controls">
<input type="hidden" name="list" value="[% bbag.id %]" />
<input type="hidden" name="action" value="delete" />
<input type="submit" value="[% l('Delete List') %]" />
</div>
</form>
- <form action="[% mkurl(ctx.opac_root _ '/myopac/list/print') %]" method="POST">
+ <form action="[% mkurl(ctx.opac_root _ '/myopac/list/print') %]" method="post">
<div class="bookbag-controls">
<input type="hidden" name="list" value="[% bbag.id %]" />
<input type="hidden" name="sort" value="[% CGI.param('sort') | html %]" />
</div>
</form>
[% setting = 'opac.default_list'; %]
- <form action="[% mkurl(ctx.opac_root _ '/myopac/list/update') %]" method="POST">
+ <form action="[% mkurl(ctx.opac_root _ '/myopac/list/update') %]" method="post">
<div class="bookbag-controls">
<input type="hidden" name="list" value="[% bbag.id %]" />
[%- INCLUDE "opac/parts/preserve_params.tt2"; %]
[% IF CGI.param("bbid") == bbag.id %]
<div class="bookbag-specific">
<div class="sort">
- <form method="GET">
+ <form method="get">
<label for="opac.result.sort">[% l("Sort list items by: ") %]</label>
[%- INCLUDE "opac/parts/preserve_params.tt2" params=['loc', 'query', 'qtype']; %]
[% INCLUDE "opac/parts/filtersort.tt2"
</form>
</div>
<div class="meta">
- <form method="POST">
+ <form method="post">
<input type="hidden" name="bbid" value="[% bbag.id %]" />
<input type="hidden" name="action" value="editmeta" />
<input type="hidden" name="limit" value="[% limit %]" />
</div>
</div>
<br class="clear-both" />
- <form action="[% mkurl(ctx.opac_root _ '/myopac/list/update') %]" method="POST">
+ <form action="[% mkurl(ctx.opac_root _ '/myopac/list/update') %]" method="post">
<input type="hidden" name="list" value="[% bbag.id %]" />
<input type="hidden" name="sort" value="[% CGI.param('sort') | uri %]" />
<table class="bookbag-specific" cellpadding='0' cellspacing='0' border='0'>
myopac_cc_allowed = 1;
END
%]
-<form action="[% ctx.opac_root %]/myopac/main_payment_form" method="GET">
+<form action="[% ctx.opac_root %]/myopac/main_payment_form" method="get">
[% IF ctx.fines.circulation.size > 0 %]
<div id='myopac_circ_trans_div'>
<table width='100%' class='data_grid'>
<div id="pay_fines_now">
[% IF last_chance %]
<p><big>[% l("Are you sure you are ready to charge [_1] to your credit card?", money(ctx.fines.balance_owed)) %]</big></p>
- <form action="[% ctx.opac_root %]/myopac/main_pay_init" method="POST">
+ <form action="[% ctx.opac_root %]/myopac/main_pay_init" method="post">
[% FOR k IN CGI.Vars;
NEXT UNLESS k;
FOR val IN CGI.param(k) %]
<input type="submit" value="[% l('Submit Payment') %]" />
<a href="[% mkurl(ctx.opac_root _ '/myopac/main', {}, 1) %]">[% l('Cancel') %]</a>
[% ELSE %]
- <form method="POST">
+ <form method="post">
<input type="hidden" name="last_chance" value="1" />
[% FOR xact IN CGI.param('xact') %]
<input type="hidden" name="xact" value="[% xact | html %]" />
%]</td>
<td>[% money(payment.mp.amount) %]</td>
<td>
- <form action="[% ctx.opac_root %]/myopac/receipt_print" method="POST">
+ <form action="[% ctx.opac_root %]/myopac/receipt_print" method="post">
<input type="hidden" name="payment" value="[% payment.mp.id %]" />
<input type="submit" value="[% l('Print') %]" />
</form>
- <form action="[% ctx.opac_root %]/myopac/receipt_email" method="POST">
+ <form action="[% ctx.opac_root %]/myopac/receipt_email" method="post">
<input type="hidden" name="payment" value="[% payment.mp.id %]" />
<input type="submit" value="[% l('Email') %]" />
</form>
[% IF pending_addr OR edit_addr_id == cur_id;
update_addr = pending_addr || addr %]
<td>
- <form method='POST'>
+ <form method='post'>
[% IF pending_addr %]
<input type='hidden' name='pending_addr' value='[% pending_addr.id %]'/>
[% ELSE %]
myopac_page = "prefs";
prefs_page = 'notify' %]
-<form method='POST'>
+<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 %]/>
prefs_page = 'settings' %]
- <form method='POST'>
+ <form method='post'>
<table class="full-width data_grid" id="acct_search_main">
<tbody>
[% END %]
-<form method='POST' id='account-update-email' autocomplete='off'>
+<form method='post' id='account-update-email' autocomplete='off'>
[% IF CGI.param("return_to_referer") %]
<input type="hidden" name="redirect_to" value="[% ctx.referer | html %]" />
[% END %]
</div>
[% END %]
-<form method='POST' id='account-update-email' autocomplete='off'>
+<form method='post' id='account-update-email' autocomplete='off'>
<table>
<tr><td>[% l('Current Password') %]</td><td><input type='password' name='current_pw'/></td></tr>
<tr><td>[% l('New Password') %]</td><td><input type='password' name='new_pw'/></td></tr>
[% END %]
-<form method='POST' id='account-update-email' autocomplete='off'>
+<form method='post' id='account-update-email' autocomplete='off'>
<table>
<tr><td>[% l('Current Username') %]</td><td>[% ctx.user.usrname | html %]</td></tr>
<tr><td>[% l('Current Password') %]</td><td><input type='password' name='current_pw'/></td></tr>
-<form action="[% ctx.opac_root %]/results" method="GET">
+<form action="[% ctx.opac_root %]/results" method="get">
<div class="header_middle">[% l("Expert Search") %]</div>
<input type="hidden" name="_special" value="1" />
<table class="expert-search">
-<form action="[% ctx.opac_root %]/results" method="GET">
+<form action="[% ctx.opac_root %]/results" method="get">
<div class="header_middle">[% l("Numeric Search") %]</div>
<input type="hidden" name="contains" value="contains" />
<input type="hidden" name="_special" value="1" />
PROCESS "opac/parts/misc_util.tt2";
PROCESS get_library;
%]
-<form action="[% ctx.opac_root %]/results" method="GET">
+<form action="[% ctx.opac_root %]/results" method="get">
<table id='adv_global_search' class='data_grid data_grid_center' width='100%'>
<tr style='border-bottom: none;'>
<!-- Contains the user-addable(?) rows to define search class, containment and text -->
[% IF ctx.mylist.size %]
<div class="bookbag-specific">
- <form method="GET">
+ <form method="get">
<label for="anonsort">[% l("Sort list items by: ") %]</label>
[% INCLUDE "opac/parts/filtersort.tt2" mode='bookbag'
id="anonsort" name="anonsort" value=CGI.param("anonsort") %]
</form>
</div>
- <form action="[% mkurl(ctx.opac_root _ '/mylist/move') %]" method="GET">
+ <form action="[% mkurl(ctx.opac_root _ '/mylist/move') %]" method="get">
<div>
<p class="big-strong">[% l('Temporary List') %]</p>
<table cellpadding='0' cellspacing='0' border='0'>
<div id='login-form-box' class='login_boxes left_brain' style='float:left'>
<h1>[% l('Log in to Your Account') %]</h1>
[% l('Please enter the following information:') %]
- <form method='POST'>
+ <form method='post'>
<table>
<tr>
<td style="width: 20em; vertical-align: top; padding-top: 1.5em;" class='lbl1'><label for='username_field'>[% l('Library Card Number or Username') %]</label>
[% money(ctx.user_stats.fines.balance_owed) %]
</span><br />
[% IF (ctx.fines.grocery.size OR ctx.fines.circulation.size) AND ctx.get_org_setting(ctx.user.home_ou, 'credit.payments.allow') == 1 %]
- <form action="[% ctx.opac_root %]/myopac/main_payment_form" method="GET"><input
+ <form action="[% ctx.opac_root %]/myopac/main_payment_form" method="get"><input
type="submit" title="[% l('Pay Fines') %]" alt="[% l('Pay Fines') %]"
value="[% l('Pay Fines') %]" class="pos-rel-top-5 opac-button" /></form>
[% END %]
<div id='holds_box' class='canvas' style='margin-top: 6px;'>
<h1>[% l('Place Hold') %]</h1>
- <form method="POST">
+ <form method="post">
<input type="hidden" name="hold_type" value="[% CGI.param('hold_type') | html %]" />
[%
redirect = CGI.param('hold_source_page') || CGI.param('redirect_to') || CGI.referer;
<div id='holds_box' class='canvas' style='margin-top: 6px;'>
<h1>[% l('Place Hold') %]</h1>
- <form method="POST">
+ <form method="post">
<input type="hidden" name="override" value="1" />
[% FOR k IN ctx.orig_params.keys %]
<input type="hidden" name="[% k %]" value="[% ctx.orig_params.$k | html %]" />
[% PROCESS "opac/parts/org_selector.tt2" %]
<div id="search-box">
[% UNLESS took_care_of_form -%]
- <form action="[% ctx.opac_root %]/results" method="GET">
+ <form action="[% ctx.opac_root %]/results" method="get">
[%- END %]
<div>
<span class="search_catalog_lbl">[% l('Search the Catalog') %]</span>
PROCESS "opac/parts/misc_util.tt2";
PROCESS get_library;
%]
- <form action="[% ctx.opac_root %]/results" method="GET">
+ <form action="[% ctx.opac_root %]/results" method="get">
<div id="search-wrapper">
[% INCLUDE "opac/parts/searchbar.tt2" took_care_of_form=1 %]
</div>
<a href="[% ctx.origin %]">[% l('Return to record') %]</a>
<pre>[% ctx.event.template_output.data %]</pre>
<blockquote>
- <form method="POST">
+ <form method="post">
<blockquote>
<input type="hidden" name="copy_id" value="[% ctx.copy_id %]"/>
<input type="hidden" name="origin" value="[% ctx.origin %]"/>
l('This information will disappear when you end your session, unless you login and save it to a permanent list.');
END
%]</p>
- <form method="POST" action="[% mkurl(ctx.opac_root _ '/temp_warn/post', {}, 1) %]">
+ <form method="post" action="[% mkurl(ctx.opac_root _ '/temp_warn/post', {}, 1) %]">
<input type="hidden" name="redirect_to" value="[% ctx.redirect_to %]" />
<input type="checkbox" name="no_temp_list_warn" value="on" />
<label for="no_temp_list_warn">[% l('Do not show this warning again.') %]</label>