user privacy managing and dealing with AnonymousPatron new syspref
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-privacy.tmpl
1 <!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog &rsaquo; Privacy management for <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" -->
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 </head>
4 <body>
5 <div id="doc3" class="yui-t1">
6    <div id="bd">
7 <!-- TMPL_INCLUDE name="masthead.inc" -->
8
9         <div id="yui-main">
10         <div class="yui-b"><div class="yui-g">
11         <div class="container">
12         <h3><a href="/cgi-bin/koha/opac-user.pl"><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->'s account</a> <img src="<!-- TMPL_VAR NAME="themelang" -->l../../images/caret.gif" width="16" height="16" alt="&gt;" border="0" /> Privacy policy </h3>
13
14     <!-- TMPL_IF name="deleted" -->
15         <div class="dialog message">Your reading history has been deleted.</div>
16     <!-- /TMPL_IF -->
17     <!-- TMPL_IF NAME= "privacy_updated" -->
18         <div class="dialog message">Your privacy rules have been updated</div>
19     <!-- /TMPL_IF -->
20
21     <h2>Privacy rule</h2>
22     <!-- TMPL_IF NAME= "Ask_data" -->
23                 <p>We take great care in protecting your privacy. On this screen, you can define how long we keep your reading history.</p>
24                 <p>You have 3 possibilities : <p>
25                 <form action="/cgi-bin/koha/opac-privacy.pl" method="post">
26             <input type="hidden" name="op" value="update_privacy" />
27             <ul>
28                 <li>Forever: keep my reading history without limit. This is the option for users who want to keep track of what they are reading.</li>
29                 <li>Default: keep my reading history according to local laws. This is the default option : the library will keep your reading history for the duration permitted by local laws.</li>
30                 <li>Maximum: Delete my reading history immediatly. This will delete all record of the item that was checked-out upon check-in.</li>
31             </ul>
32             <p>Please note that information on any book still checked-out must be kept by the library no matter which privacy option you choose.</p>
33             <p>Please also note that the library staff can't update these values for you : it's your privacy !</p>
34             <p>
35             Please choose your privacy rule:
36             <select name="privacy">
37                 <!-- TMPL_IF name="privacy0" -->
38                     <option value="0" selected="1">Forever</option>
39                 <!-- TMPL_ELSE -->
40                     <option value="0">Forever</option>
41                 <!-- /TMPL_IF -->
42                 <!-- TMPL_IF name="privacy1" -->
43                     <option value="1" selected="1">Default</option>
44                 <!-- TMPL_ELSE -->
45                     <option value="1">Default</option>
46                 <!-- /TMPL_IF -->
47                 <!-- TMPL_IF name="privacy2" -->
48                     <option value="2" selected="1">Maximum</option>
49                 <!-- TMPL_ELSE -->
50                     <option value="2">Maximum</option>
51                 <!-- /TMPL_IF -->
52             </select>
53             <input type="Submit" value="Submit" />
54         </form>
55         <h2>Immediate deletion</h2>
56         <form action="/cgi-bin/koha/opac-privacy.pl" method="post">
57             <input type="hidden" name="op" value="delete_record" />
58             <p>Whatever your privacy rules, you can delete all your reading history immediatly by clicking here. <b>BE CAREFUL</b>. Once you've confirmed the deletion, no one can retrieve the list ! That's your privacy !</p>
59             <p><label for="confirmed">Confirm immediate deletion of your reading history</label><input type="checkbox" name="confirmed" id="confirmed" /></p>
60             <input type="submit" value="Immediate deletion" onclick="return confirmDelete(_('Warning: Cannot be undone. Please confirm once again'));" />
61         </form>
62     <!-- /TMPL_IF -->
63     </div>
64 </div>
65 </div>
66 </div>
67 <div class="yui-b">
68 <div class="container">
69 <!--TMPL_INCLUDE NAME="navigation.inc" -->
70 <!-- TMPL_INCLUDE name="usermenu.inc" -->
71 </div>
72 </div>
73 </div>
74 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->