]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/temp_warn.tt2
LP#1507845: Improve search engine optimization
[working/Evergreen.git] / Open-ILS / src / templates / opac / temp_warn.tt2
1 [%- PROCESS "opac/parts/header.tt2";
2     PROCESS "opac/parts/misc_util.tt2";
3     WRAPPER "opac/parts/base.tt2";
4     INCLUDE "opac/parts/topnav.tt2";
5     ctx.page_title = l("Temporary List Warning") %]
6     <h2 class="sr-only">[% l('Temporary List Warning') %]</h2>
7     [% INCLUDE "opac/parts/searchbar.tt2" %]
8     <div id="content-wrapper">
9         <div id="main-content">
10              <p class="big-strong">[% l('You are adding to a temporary list.') %]
11                 [% IF ctx.user ;
12                       l('This information will disappear when you logout, unless you save it to a permanent list.');
13                    ELSE;
14                       l('This information will disappear when you end your session, unless you login and save it to a permanent list.');
15                    END
16                 %]</p>
17              <form method="post" action="[% mkurl(ctx.opac_root _ '/temp_warn/post', {}, 1) %]">
18              <input type="hidden" name="redirect_to" value="[% ctx.redirect_to %]" />
19              <input type="checkbox" name="no_temp_list_warn" value="on" />
20              <label for="no_temp_list_warn">[% l('Do not show this warning again.') %]</label>
21              <br />
22              <input type="submit" class="fixed" value="[% l('OK') %]" />
23              </form>
24             <div class="common-full-pad"></div> 
25         </div>
26     </div>
27 [%- END %]