|
Lines 37-43
Link Here
|
| 37 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
37 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 38 |
<meta name="generator" content="Koha" /> |
38 |
<meta name="generator" content="Koha" /> |
| 39 |
<!-- leave this for stats --> |
39 |
<!-- leave this for stats --> |
| 40 |
|
40 |
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 41 |
[% IF ( Koha.Preference('OpacFavicon') ) %] |
41 |
[% IF ( Koha.Preference('OpacFavicon') ) %] |
| 42 |
<link rel="shortcut icon" href="[% Koha.Preference('OpacFavicon') | url %]" type="image/x-icon" /> |
42 |
<link rel="shortcut icon" href="[% Koha.Preference('OpacFavicon') | url %]" type="image/x-icon" /> |
| 43 |
[% ELSE %] |
43 |
[% ELSE %] |
|
Lines 145-158
Link Here
|
| 145 |
<form id="scan_form" name="scan_form" method="post" action="/cgi-bin/koha/sci/sci-main.pl"> |
145 |
<form id="scan_form" name="scan_form" method="post" action="/cgi-bin/koha/sci/sci-main.pl"> |
| 146 |
[% INCLUDE 'csrf-token.inc' %] |
146 |
[% INCLUDE 'csrf-token.inc' %] |
| 147 |
<legend class="sr-only">Scan</legend> |
147 |
<legend class="sr-only">Scan</legend> |
| 148 |
<div class="row"> |
148 |
<div class="row mb-1"> |
| 149 |
<div class="col-auto"> |
149 |
<div class="col"> |
| 150 |
<label for="barcode_input">Scan the item or enter its barcode:</label> |
150 |
<label for="barcode_input">Scan the item or enter its barcode:</label> |
| 151 |
</div> |
151 |
</div> |
| 152 |
<div class="col-4"> |
152 |
</div> |
|
|
153 |
<div class="row mb-1"> |
| 154 |
<div class="col-12 col-lg-4"> |
| 153 |
<input id="barcode_input" name="barcode_input" size="20" type="text" class="focus form-control" autocomplete="off" /> |
155 |
<input id="barcode_input" name="barcode_input" size="20" type="text" class="focus form-control" autocomplete="off" /> |
| 154 |
</div> |
156 |
</div> |
| 155 |
<div class="col-auto"> |
157 |
</div> |
|
|
158 |
<div class="row mb-1"> |
| 159 |
<div class="col"> |
| 156 |
<button id="sci_append_button" type="submit" class="btn btn-primary"> Submit </button> |
160 |
<button id="sci_append_button" type="submit" class="btn btn-primary"> Submit </button> |
| 157 |
</div> |
161 |
</div> |
| 158 |
</div> |
162 |
</div> |
| 159 |
- |
|
|