Bug 9052 - followup: fix the YUI CSS locations for SCO
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / sco / help.tt
1 [% INCLUDE 'doc-head-open.inc' %][% LibraryName %] &rsaquo; Self checkout</title>
2 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3 <meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats -->
4 <link rel="shortcut icon" href="[% themelang %]/includes/favicon.ico" type="image/x-icon" />
5
6 <link rel="stylesheet" type="text/css" href="[% 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 [% IF ( SelfCheckHelpMessage ) %]
16 <div id="selfcheckhelpmessage">
17 [% SelfCheckHelpMessage %]
18 </div>
19 [% END %]
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[% IF ( SelfCheckoutByLogin ) %] and password[% END %]</h3>
26 <p>Enter your User ID[% IF ( SelfCheckoutByLogin ) %] and password[% END %], 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 [% 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