Bug 5578: Self checkout by Login enhancement
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / sco / help.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryName" --> &rsaquo; Self Checkout</title>
2 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3 <meta name="generator" content="Koha <!-- TMPL_VAR NAME="Version" -->" /> <!-- leave this for stats -->
4 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang" -->/includes/favicon.ico" type="image/x-icon" />
5
6 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/css/sco.css" />
7 </head>
8 <body>
9 <div id="doc" class="yui-t7">
10   <div id="bd">
11     <div class="yui-g">
12
13 <h1>Self Checkout Help</h1>
14
15 <!-- TMPL_IF NAME="SelfCheckHelpMessage" -->
16 <div id="selfcheckhelpmessage">
17 <!-- TMPL_VAR NAME="SelfCheckHelpMessage" -->
18 </div>
19 <!-- /TMPL_IF -->
20
21 <p>If this is your first time using the self checkout system, or if the system
22 is not behaving as expected, you may want to refer to this guide to get
23 yourself started.</p>
24
25 <h3>Step One: Enter your user id<!-- TMPL_IF name="SelfCheckoutByLogin" --> and password<!-- /TMPL_IF --></h3>
26 <p>Enter your User ID<!-- TMPL_IF name="SelfCheckoutByLogin" --> and password<!-- /TMPL_IF -->, and click the 
27 submit button (or press the enter key).</p>
28
29 <h3>Step Two: Scan the barcode for each item, one at a time</h3>
30 <p>Scan each item and wait for the page to reload before scanning the next item.
31 The checked-out item should appear in your checkouts list.
32 The Submit button only needs to be clicked if you enter the barcode manually.</p>
33
34 <h3>Step Three: Click the 'Finish' button</h3>
35 <p>If you do not click the 'Finish' button, your session will automatically expire in
36 <!-- TMPL_VAR name="SelfCheckTimeout" --> seconds.</p>
37
38     <div class="button">
39         <a href="javascript:history.go(-1)">Return to the Self-Checkout</a>
40     </div>
41
42 </div></div></div>
43 </body>
44 </html>
45