|
Lines 8-14
Link Here
|
| 8 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui.css" /> |
8 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui.css" /> |
| 9 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/sco.css" /> |
9 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/sco.css" /> |
| 10 |
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS.raw %]</style>[% END %] |
10 |
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS.raw %]</style>[% END %] |
| 11 |
[% IF ( SCOUserCSS ) %]<style type="text/css">[% SCOUserCSS %]</style>[% END %] |
11 |
[% IF ( SCOUserCSS ) %]<style type="text/css">[% SCOUserCSS.raw %]</style>[% END %] |
| 12 |
<!--[if lt IE 9]> |
12 |
<!--[if lt IE 9]> |
| 13 |
<script src="[% interface %]/[% theme %]/lib/respond.min.js"></script> |
13 |
<script src="[% interface %]/[% theme %]/lib/respond.min.js"></script> |
| 14 |
<![endif]--> |
14 |
<![endif]--> |
|
Lines 28-34
Link Here
|
| 28 |
|
28 |
|
| 29 |
[% IF ( SelfCheckHelpMessage ) %] |
29 |
[% IF ( SelfCheckHelpMessage ) %] |
| 30 |
<div id="selfcheckhelpmessage"> |
30 |
<div id="selfcheckhelpmessage"> |
| 31 |
[% SelfCheckHelpMessage %] |
31 |
[% SelfCheckHelpMessage.raw %] |
| 32 |
</div> |
32 |
</div> |
| 33 |
[% END %] |
33 |
[% END %] |
| 34 |
|
34 |
|
|
Lines 61-65
The Submit button only needs to be clicked if you enter the barcode manually.</p
Link Here
|
| 61 |
|
61 |
|
| 62 |
[% INCLUDE 'opac-bottom.inc' %] |
62 |
[% INCLUDE 'opac-bottom.inc' %] |
| 63 |
[% BLOCK jsinclude %] |
63 |
[% BLOCK jsinclude %] |
| 64 |
[% IF ( SCOUserJS ) %]<script type="text/javascript">[% SCOUserJS %]</script>[% END %] |
64 |
[% IF ( SCOUserJS ) %]<script type="text/javascript">[% SCOUserJS.raw %]</script>[% END %] |
| 65 |
[% END %] |
65 |
[% END %] |