Lines 1-3
Link Here
|
|
|
1 |
[% USE Koha %] |
1 |
[% USE Branches %] |
2 |
[% USE Branches %] |
2 |
[% USE AuthorisedValues %] |
3 |
[% USE AuthorisedValues %] |
3 |
[% USE KohaDates %] |
4 |
[% USE KohaDates %] |
Lines 212-222
h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
Link Here
|
212 |
<li><span class="label">Publisher:</span>[% publishercode |html %]</li> |
213 |
<li><span class="label">Publisher:</span>[% publishercode |html %]</li> |
213 |
<li><span class="label">Publication place:</span>[% place |html %]</li> |
214 |
<li><span class="label">Publication place:</span>[% place |html %]</li> |
214 |
<li><span class="label">Collection title:</span>[% collectiontitle |html %]</li> |
215 |
<li><span class="label">Collection title:</span>[% collectiontitle |html %]</li> |
215 |
<li><span class="label">Document type:</span> |
216 |
[% IF ( Koha.Preference( 'SuggestionsUseValues' ) != 'none' ) %] |
216 |
[% FOREACH supports_loo IN supports_loop %] |
217 |
<li> |
217 |
[% IF ( supports_loo.selected ) %][% supports_loo.lib %][% END %] |
218 |
[% IF ( Koha.Preference( 'SuggestionsUseValues' ) == 'itemtypes' ) %] |
218 |
[% END %] |
219 |
<span class="label">Item type:</span> |
219 |
</li> |
220 |
[% ELSIF ( Koha.Preference( 'SuggestionsUseValues' ) == 'ccode' ) %] |
|
|
221 |
<span class="label">Collection:</span> |
222 |
[% ELSIF ( Koha.Preference( 'SuggestionsUseValues' ) == 'loc' )%] |
223 |
<span class="label">Shelving location:</span> |
224 |
[% END %] |
225 |
[% FOREACH supports_loo IN supports_loop %] |
226 |
[% IF ( supports_loo.selected ) %][% supports_loo.lib %][% END %] |
227 |
[% END %] |
228 |
</li> |
229 |
[% END %] |
230 |
|
220 |
[% IF ( patron_reason_loop ) %] |
231 |
[% IF ( patron_reason_loop ) %] |
221 |
<li><span class="label">Reason for suggestion: </span> |
232 |
<li><span class="label">Reason for suggestion: </span> |
222 |
[% FOREACH patron_reason_loo IN patron_reason_loop %] |
233 |
[% FOREACH patron_reason_loo IN patron_reason_loop %] |
Lines 329-348
h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
Link Here
|
329 |
<input type="text" id="title" name="title" size="80" maxlength="255" value="[% title |html %]" required="required" class="required" /> |
340 |
<input type="text" id="title" name="title" size="80" maxlength="255" value="[% title |html %]" required="required" class="required" /> |
330 |
<span class="required">Required</span> |
341 |
<span class="required">Required</span> |
331 |
</li> |
342 |
</li> |
|
|
343 |
<<<<<<< HEAD |
332 |
<li><label for="author">Author:</label><input type="text" id="author" name="author" size="50" maxlength="80" value="[% author | html %]"/></li> |
344 |
<li><label for="author">Author:</label><input type="text" id="author" name="author" size="50" maxlength="80" value="[% author | html %]"/></li> |
333 |
<li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" value="[% copyrightdate | html %]" /></li> |
345 |
<li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" value="[% copyrightdate | html %]" /></li> |
334 |
<li><label for="isbn">ISBN or ISSN or other standard number:</label><input type="text" id="isbn" name="isbn" size="50" maxlength="80" value="[% isbn | html %]"/></li> |
346 |
<li><label for="isbn">ISBN or ISSN or other standard number:</label><input type="text" id="isbn" name="isbn" size="50" maxlength="80" value="[% isbn | html %]"/></li> |
335 |
<li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" value="[% publishercode | html %]"/></li> |
347 |
<li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" value="[% publishercode | html %]"/></li> |
336 |
<li><label for="place">Publication place:</label><input type="text" id="place" name="place" size="50" maxlength="80" value="[% place | html %]"/></li> |
348 |
<li><label for="place">Publication place:</label><input type="text" id="place" name="place" size="50" maxlength="80" value="[% place | html %]"/></li> |
337 |
<li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="[% collectiontitle | html %]"/></li> |
349 |
<li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="[% collectiontitle | html %]"/></li> |
338 |
<li><label for="itemtype">Document type:</label> |
350 |
[% IF ( Koha.Preference( 'SuggestionsUseValues' ) != 'none' ) %] |
339 |
<select id="itemtype" name="itemtype" > |
351 |
<li> |
340 |
[% FOREACH supports_loo IN supports_loop %] |
352 |
[% IF ( Koha.Preference( 'SuggestionsUseValues' ) == 'itemtypes' ) %] |
341 |
[% IF ( supports_loo.selected ) %]<option selected="selected" value="[% supports_loo.authorised_value %]">[% ELSE %]<option value="[% supports_loo.authorised_value %]">[% END %] |
353 |
<label for="itemtype">Item type:</label> |
342 |
[% supports_loo.lib %]</option> |
354 |
[% ELSIF ( Koha.Preference( 'SuggestionsUseValues' ) == 'ccode' ) %] |
343 |
[% END %] |
355 |
<label for="itemtype">Collection:</label> |
344 |
</select> |
356 |
[% ELSIF ( Koha.Preference( 'SuggestionsUseValues' ) == 'loc' )%] |
345 |
</li> |
357 |
<label for="itemtype">Shelving location:</label> |
|
|
358 |
[% END %] |
359 |
<select id="itemtype" name="itemtype" > |
360 |
<option value=""></option> |
361 |
[% FOREACH supports_loo IN supports_loop %] |
362 |
[% IF ( supports_loo.selected ) %]<option selected="selected" value="[% supports_loo.authorised_value %]">[% ELSE %]<option value="[% supports_loo.authorised_value %]">[% END %] |
363 |
[% supports_loo.lib %]</option> |
364 |
[% END %] |
365 |
</select> |
366 |
</li> |
367 |
[% END %] |
346 |
[% IF ( patron_reason_loop ) %]<li><label for="patronreason">Reason for suggestion: </label><select name="patronreason" id="patronreason"><option value=""> -- Choose -- </option>[% FOREACH patron_reason_loo IN patron_reason_loop %] |
368 |
[% IF ( patron_reason_loop ) %]<li><label for="patronreason">Reason for suggestion: </label><select name="patronreason" id="patronreason"><option value=""> -- Choose -- </option>[% FOREACH patron_reason_loo IN patron_reason_loop %] |
347 |
[% IF ( patron_reason_loo.selected ) %]<option value="[% patron_reason_loo.authorised_value %]" selected="selected">[% patron_reason_loo.lib %]</option>[% ELSE %]<option value="[% patron_reason_loo.authorised_value %]">[% patron_reason_loo.lib %]</option>[% END %] |
369 |
[% IF ( patron_reason_loo.selected ) %]<option value="[% patron_reason_loo.authorised_value %]" selected="selected">[% patron_reason_loo.lib %]</option>[% ELSE %]<option value="[% patron_reason_loo.authorised_value %]">[% patron_reason_loo.lib %]</option>[% END %] |
348 |
[% END %]</select></li>[% END %] |
370 |
[% END %]</select></li>[% END %] |