View | Details | Raw Unified | Return to bug 2780
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/labs_theses.tt (-3 / +3 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>KOHA:_Labs Thesis Selection plugin</title>
2
<title>Koha &rsaquo; Labs thesis selection plugin</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript">
4
<script type="text/javascript">
5
//<![CDATA[
5
//<![CDATA[
Lines 31-37 a.catalogue:hover { Link Here
31
31
32
<body id="cat_labs_theses" class="cat" style="padding:1em;">
32
<body id="cat_labs_theses" class="cat" style="padding:1em;">
33
<div id="mainbloc">
33
<div id="mainbloc">
34
	<h1>Laboratory Search</h1>
34
    <h1>Laboratory search</h1>
35
	
35
	
36
	<form name="f" method="post" action="/cgi-bin/koha/cataloguing/plugin_launcher.pl">
36
	<form name="f" method="post" action="/cgi-bin/koha/cataloguing/plugin_launcher.pl">
37
		<div class="bloc25">
37
		<div class="bloc25">
Lines 51-57 a.catalogue:hover { Link Here
51
51
52
[% IF ( resultlist ) %]
52
[% IF ( resultlist ) %]
53
	<div class="bloc25">
53
	<div class="bloc25">
54
	<h2>Laboratory Search results</h2>
54
    <h2>Laboratory search results</h2>
55
		<div id="resultnumber">
55
		<div id="resultnumber">
56
			<p class="resultcount">
56
			<p class="resultcount">
57
			[% IF ( total ) %]
57
			[% IF ( total ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
<html xmlns="http://www.w3.org/1999/xhtml">
3
<html xmlns="http://www.w3.org/1999/xhtml">
4
<head>
4
<head>
5
<title>Gestion_des_index_MACLES</title>
5
<title>Gestion des index MACLES</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<script type="text/javascript">
7
<script type="text/javascript">
8
//<![CDATA[
8
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tt (-1 / +1 lines)
Lines 48-54 Link Here
48
<input type="hidden" id="result" name="result" value="[% result %]" />
48
<input type="hidden" id="result" name="result" value="[% result %]" />
49
<table id="table_material_types">
49
<table id="table_material_types">
50
    <tr id="tr_material_types">
50
    <tr id="tr_material_types">
51
        <td><label for="material_type" title="Select a type of material to specify the variable values">Type of Material</label></td>
51
        <td><label for="material_type" title="Select a type of material to specify the variable values">Type of material</label></td>
52
        <td>
52
        <td>
53
            <select name="material_type" id="material_type" title="Select a type of material to specify the variable values" onchange="changeTypeofMaterial(this.form)">
53
            <select name="material_type" id="material_type" title="Select a type of material to specify the variable values" onchange="changeTypeofMaterial(this.form)">
54
                <option value="">Select a type of material</option>
54
                <option value="">Select a type of material</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt (-21 / +21 lines)
Lines 6-12 Link Here
6
<h3>007 Physical description fixed field--General information</h3>
6
<h3>007 Physical description fixed field--General information</h3>
7
<form id="f_pop" onsubmit="report()" action="">
7
<form id="f_pop" onsubmit="report()" action="">
8
<input type="hidden" name="plugin_name" value="marc21_field_007.pl" />
8
<input type="hidden" name="plugin_name" value="marc21_field_007.pl" />
9
<p><label for="MatTypeList">Material Type: </label>
9
<p><label for="MatTypeList">Material type: </label>
10
      <select name="MatTypeList" id="MatTypeList" onchange="RedrawChoices(this.options[selectedIndex].value);">
10
      <select name="MatTypeList" id="MatTypeList" onchange="RedrawChoices(this.options[selectedIndex].value);">
11
        [% IF ( f0a ) %]
11
        [% IF ( f0a ) %]
12
	  <option value="a" selected="selected">Map</option>
12
	  <option value="a" selected="selected">Map</option>
Lines 14-22 Link Here
14
	  <option value="a">Map</option>
14
	  <option value="a">Map</option>
15
        [% END %]
15
        [% END %]
16
        [% IF ( f0c ) %]
16
        [% IF ( f0c ) %]
17
          <option value="c" selected="selected">Electronic Resource</option>
17
          <option value="c" selected="selected">Electronic resource</option>
18
        [% ELSE %]
18
        [% ELSE %]
19
          <option value="c">Electronic Resource</option>
19
          <option value="c">Electronic resource</option>
20
        [% END %]
20
        [% END %]
21
        [% IF ( f0d ) %]
21
        [% IF ( f0d ) %]
22
          <option value="d" selected="selected">Globe</option>
22
          <option value="d" selected="selected">Globe</option>
Lines 24-37 Link Here
24
          <option value="d">Globe</option>
24
          <option value="d">Globe</option>
25
        [% END %]
25
        [% END %]
26
        [% IF ( f0f ) %]
26
        [% IF ( f0f ) %]
27
          <option value="f" selected="selected">Tactile Material</option>
27
          <option value="f" selected="selected">Tactile material</option>
28
        [% ELSE %]
28
        [% ELSE %]
29
          <option value="f">Tactile Material</option>
29
          <option value="f">Tactile material</option>
30
        [% END %]
30
        [% END %]
31
        [% IF ( f0g ) %]
31
        [% IF ( f0g ) %]
32
          <option value="g" selected="selected">Projected Graphic</option>
32
          <option value="g" selected="selected">Projected graphic</option>
33
        [% ELSE %]
33
        [% ELSE %]
34
          <option value="g">Projected Graphic</option>
34
          <option value="g">Projected graphic</option>
35
        [% END %]
35
        [% END %]
36
        [% IF ( f0h ) %]
36
        [% IF ( f0h ) %]
37
          <option value="h" selected="selected">Microform</option>
37
          <option value="h" selected="selected">Microform</option>
Lines 39-52 Link Here
39
          <option value="h">Microform</option>
39
          <option value="h">Microform</option>
40
        [% END %]
40
        [% END %]
41
        [% IF ( f0k ) %]
41
        [% IF ( f0k ) %]
42
          <option value="k" selected="selected">Nonprojected Graphic</option>
42
          <option value="k" selected="selected">Nonprojected graphic</option>
43
        [% ELSE %]
43
        [% ELSE %]
44
          <option value="k">Nonprojected Graphic</option>
44
          <option value="k">Nonprojected graphic</option>
45
        [% END %]
45
        [% END %]
46
        [% IF ( f0m ) %]
46
        [% IF ( f0m ) %]
47
          <option value="m" selected="selected">Motion Picture</option>
47
          <option value="m" selected="selected">Motion picture</option>
48
        [% ELSE %]
48
        [% ELSE %]
49
          <option value="m">Motion Picture</option>
49
          <option value="m">Motion picture</option>
50
        [% END %]
50
        [% END %]
51
        [% IF ( f0o ) %]
51
        [% IF ( f0o ) %]
52
          <option value="o" selected="selected">Kit</option>
52
          <option value="o" selected="selected">Kit</option>
Lines 54-72 Link Here
54
          <option value="o">Kit</option>
54
          <option value="o">Kit</option>
55
        [% END %]
55
        [% END %]
56
        [% IF ( f0q ) %]
56
        [% IF ( f0q ) %]
57
          <option value="q" selected="selected">Notated Music</option>
57
          <option value="q" selected="selected">Notated music</option>
58
        [% ELSE %]
58
        [% ELSE %]
59
          <option value="q">Notated Music</option>
59
          <option value="q">Notated music</option>
60
        [% END %]
60
        [% END %]
61
        [% IF ( f0r ) %]
61
        [% IF ( f0r ) %]
62
          <option value="r" selected="selected">Remote-sensing Image</option>
62
          <option value="r" selected="selected">Remote-sensing image</option>
63
        [% ELSE %]
63
        [% ELSE %]
64
          <option value="r">Remote-sensing Image</option>
64
          <option value="r">Remote-sensing image</option>
65
        [% END %]
65
        [% END %]
66
        [% IF ( f0s ) %]
66
        [% IF ( f0s ) %]
67
          <option value="s" selected="selected">Sound Recording</option>
67
          <option value="s" selected="selected">Sound recording</option>
68
        [% ELSE %]
68
        [% ELSE %]
69
          <option value="s">Sound Recording</option>
69
          <option value="s">Sound recording</option>
70
        [% END %]
70
        [% END %]
71
        [% IF ( f0t ) %]
71
        [% IF ( f0t ) %]
72
          <option value="t" selected="selected">Text</option>
72
          <option value="t" selected="selected">Text</option>
Lines 295-301 function RedrawChoices(typ){ Link Here
295
                          </tr> \
295
                          </tr> \
296
 	                  <tr> \
296
 	                  <tr> \
297
                           <td><label for="f4">' +
297
                           <td><label for="f4">' +
298
                               _("04 Physical Medium") +
298
                               _("04 Physical medium") +
299
                           '</label></td> \
299
                           '</label></td> \
300
                           <td> \
300
                           <td> \
301
                            <select name="f4" id="f4" size="1"> \
301
                            <select name="f4" id="f4" size="1"> \
Lines 457-463 function RedrawChoices(typ){ Link Here
457
                          </tr> \
457
                          </tr> \
458
 	                  <tr> \
458
 	                  <tr> \
459
                           <td><label for="f5">' +
459
                           <td><label for="f5">' +
460
                               _("05 Type of Reproduction") +
460
                               _("05 Type of reproduction") +
461
                           '</label></td> \
461
                           '</label></td> \
462
                           <td> \
462
                           <td> \
463
                            <select name="f5" id="f5" size="1"> \
463
                            <select name="f5" id="f5" size="1"> \
Lines 644-650 function RedrawChoices(typ){ Link Here
644
                               _("00 Category of material") +
644
                               _("00 Category of material") +
645
                           '</td> \
645
                           '</td> \
646
                           <td>' +
646
                           <td>' +
647
                               _("c- Electronic Resource") +
647
                               _("c- Electronic resource") +
648
                           '</td> \
648
                           '</td> \
649
	                  </tr> \
649
	                  </tr> \
650
	                  <tr> \
650
	                  <tr> \
Lines 1688-1694 function RedrawChoices(typ){ Link Here
1688
                               _("00 Category of material") +
1688
                               _("00 Category of material") +
1689
                           '</td> \
1689
                           '</td> \
1690
                           <td>' +
1690
                           <td>' +
1691
                               _("f- Tactile Material") +
1691
                               _("f- Tactile material") +
1692
                           '</td> \
1692
                           '</td> \
1693
                          </tr> \
1693
                          </tr> \
1694
 	                  <tr> \
1694
 	                  <tr> \
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_authorities.tt (-8 / +8 lines)
Lines 218-224 Link Here
218
        <td>
218
        <td>
219
            <select name="f11" id="f11" size="1">
219
            <select name="f11" id="f11" size="1">
220
            [% IF ( f11a ) %]
220
            [% IF ( f11a ) %]
221
                <option value="a" selected="selected">a- Library of Congress Subject Headings</option>
221
                <option value="a" selected="selected">a- Library of Congress subject headings</option>
222
            [% ELSE %]
222
            [% ELSE %]
223
                <option value="a">a- Library of Congress Subject Headings</option>
223
                <option value="a">a- Library of Congress Subject Headings</option>
224
            [% END %]
224
            [% END %]
Lines 228-236 Link Here
228
                <option value="b">b- LC subject headings for children's literature</option>
228
                <option value="b">b- LC subject headings for children's literature</option>
229
            [% END %]
229
            [% END %]
230
            [% IF ( f11c ) %]
230
            [% IF ( f11c ) %]
231
                <option value="c" selected="selected">c- Medical Subject Headings</option>
231
                <option value="c" selected="selected">c- Medical subject headings</option>
232
            [% ELSE %]
232
            [% ELSE %]
233
                <option value="c">c- Medical Subject Headings</option>
233
                <option value="c">c- Medical subject headings</option>
234
            [% END %]
234
            [% END %]
235
            [% IF ( f11d ) %]
235
            [% IF ( f11d ) %]
236
                <option value="d" selected="selected">d- National Agricultural Library subject authority file</option>
236
                <option value="d" selected="selected">d- National Agricultural Library subject authority file</option>
Lines 238-246 Link Here
238
                <option value="d">d- National Agricultural Library subject authority file</option>
238
                <option value="d">d- National Agricultural Library subject authority file</option>
239
            [% END %]
239
            [% END %]
240
            [% IF ( f11k ) %]
240
            [% IF ( f11k ) %]
241
                <option value="k" selected="selected">k- Canadian Subject Headings</option>
241
                <option value="k" selected="selected">k- Canadian subject headings</option>
242
            [% ELSE %]
242
            [% ELSE %]
243
                <option value="k">k- Canadian Subject Headings</option>
243
                <option value="k">k- Canadian subject headings</option>
244
            [% END %]
244
            [% END %]
245
            [% IF ( f11n ) %]
245
            [% IF ( f11n ) %]
246
                <option value="n" selected="selected">n- Not applicable</option>
246
                <option value="n" selected="selected">n- Not applicable</option>
Lines 248-259 Link Here
248
                <option value="n">n- Not applicable</option>
248
                <option value="n">n- Not applicable</option>
249
            [% END %]
249
            [% END %]
250
            [% IF ( f11r ) %]
250
            [% IF ( f11r ) %]
251
                <option value="r" selected="selected">r- Art and Architecture Thesaurus</option>
251
                <option value="r" selected="selected">r- Art and architecture thesaurus</option>
252
            [% ELSE %]
252
            [% ELSE %]
253
                <option value="r">r- Art and Architecture Thesaurus</option>
253
                <option value="r">r- Art and architecture thesaurus</option>
254
            [% END %]
254
            [% END %]
255
            [% IF ( f11s ) %]
255
            [% IF ( f11s ) %]
256
                <option value="s" selected="selected">s- Sears List of Subject Headings</option>
256
                <option value="s" selected="selected">s- Sears list of subject headings</option>
257
            [% ELSE %]
257
            [% ELSE %]
258
                <option value="s">s- Sears List of Subject Headings</option>
258
                <option value="s">s- Sears List of Subject Headings</option>
259
            [% END %]
259
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_CF.xsd (-1 / +1 lines)
Lines 1-7 Link Here
1
<?xml version="1.0"?>
1
<?xml version="1.0"?>
2
<xs:schema xmlns="http://koha-community.org" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://koha-community.org" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.1">
2
<xs:schema xmlns="http://koha-community.org" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://koha-community.org" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.1">
3
  <xs:annotation>
3
  <xs:annotation>
4
    <xs:documentation>Control Field Plugin Type of Materials schema</xs:documentation>
4
    <xs:documentation>Control field plugin type of materials schema</xs:documentation>
5
  </xs:annotation>
5
  </xs:annotation>
6
6
7
7
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100.tt (-15 / +15 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 100 builder</title>
2
<title>UNIMARC field 100 builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_100" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_100" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 100 builder</h3>
6
<h3>UNIMARC field 100 builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
    <tr>
9
    <tr>
Lines 11-17 Link Here
11
        <td><input type="text" name="f1" id="f1" maxlength="8" size="9" value="[% f1 %]" /></td>
11
        <td><input type="text" name="f1" id="f1" maxlength="8" size="9" value="[% f1 %]" /></td>
12
    </tr>
12
    </tr>
13
    <tr>
13
    <tr>
14
        <td><label for="f2">Type of Publication Date: Publication Dates 1 and 2</label></td>
14
        <td><label for="f2">Type of publication date: Publication dates 1 and 2</label></td>
15
        <td>
15
        <td>
16
            <select name="f2" id="f2" size="1">
16
            <select name="f2" id="f2" size="1">
17
            [% IF ( f2space ) %]
17
            [% IF ( f2space ) %]
Lines 91-97 year</option> Link Here
91
        </td>
91
        </td>
92
    </tr>
92
    </tr>
93
    <tr>
93
    <tr>
94
        <td><label for="f3">Publication Date 1</label></td>
94
        <td><label for="f3">Publication date 1</label></td>
95
        <td><input type="text" name="f3" id="f3" maxlength="4" size="5" value="[% f3 %]" /></td>
95
        <td><input type="text" name="f3" id="f3" maxlength="4" size="5" value="[% f3 %]" /></td>
96
    </tr>
96
    </tr>
97
    <tr>
97
    <tr>
Lines 99-105 year</option> Link Here
99
    <td><input type="text" name="f4" id="f4" maxlength="4" size="5" value="[% f4 %]" /></td>
99
    <td><input type="text" name="f4" id="f4" maxlength="4" size="5" value="[% f4 %]" /></td>
100
    </tr>
100
    </tr>
101
    <tr>
101
    <tr>
102
        <td><label for="f5">Target Audience Code</label></td>
102
        <td><label for="f5">Target audience code</label></td>
103
        <td>
103
        <td>
104
            <select name="f5" id="f5" size="1">
104
            <select name="f5" id="f5" size="1">
105
            [% IF ( f5pipe ) %]
105
            [% IF ( f5pipe ) %]
Lines 159-165 year</option> Link Here
159
        </td>
159
        </td>
160
    </tr>
160
    </tr>
161
    <tr>
161
    <tr>
162
        <td><label for="f6">Target Audience Code 2</label></td>
162
        <td><label for="f6">Target audience code 2</label></td>
163
        <td>
163
        <td>
164
            <select name="f6" id="f6" size="1">
164
            <select name="f6" id="f6" size="1">
165
            
165
            
Lines 219-225 year</option> Link Here
219
        </td>
219
        </td>
220
    </tr>
220
    </tr>
221
    <tr>
221
    <tr>
222
        <td><label for="f7">Target Audience Code 3</label></td>
222
        <td><label for="f7">Target audience code 3</label></td>
223
        <td>
223
        <td>
224
            <select name="f7" id="f7" size="1">
224
            <select name="f7" id="f7" size="1">
225
            [% IF ( f7pipe ) %]
225
            [% IF ( f7pipe ) %]
Lines 279-285 year</option> Link Here
279
        </td>
279
        </td>
280
    </tr>
280
    </tr>
281
    <tr>
281
    <tr>
282
        <td><label for="f8">Government Publication</label></td>
282
        <td><label for="f8">Government publication</label></td>
283
        <td>
283
        <td>
284
            <select name="f8" id="f8" size="1">
284
            <select name="f8" id="f8" size="1">
285
            
285
            
Lines 361-367 level)</option> Link Here
361
    </tr>
361
    </tr>
362
362
363
    <tr>
363
    <tr>
364
        <td><label for="f9">Modified Record Code</label></td>
364
        <td><label for="f9">Modified record code</label></td>
365
        <td>
365
        <td>
366
            <select name="f9" id="f9" size="1">
366
            <select name="f9" id="f9" size="1">
367
            
367
            
Lines 381-392 level)</option> Link Here
381
381
382
382
383
    <tr>
383
    <tr>
384
    <td><label for="f10">Language of Cataloguing (Mandatory)</label></td>
384
    <td><label for="f10">Language of cataloguing (mandatory)</label></td>
385
    <td><input type="text" name="f10" id="f10" maxlength="3" size="4" value="[% f10 %]" /></td>
385
    <td><input type="text" name="f10" id="f10" maxlength="3" size="4" value="[% f10 %]" /></td>
386
    </tr>
386
    </tr>
387
387
388
    <tr>
388
    <tr>
389
        <td><label for="f11">Transliteration Code</label></td>
389
        <td><label for="f11">Transliteration code</label></td>
390
        <td>
390
        <td>
391
            <select name="f11" id="f11" size="1">
391
            <select name="f11" id="f11" size="1">
392
            
392
            
Lines 415-421 level)</option> Link Here
415
        </td>
415
        </td>
416
    </tr>
416
    </tr>
417
    <tr>
417
    <tr>
418
    <td><label for="f12">Character Sets (Mandatory) 1</label></td>
418
    <td><label for="f12">Character sets (mandatory) 1</label></td>
419
        <td>
419
        <td>
420
            <select name="f12" id="f12" size="1">
420
            <select name="f12" id="f12" size="1">
421
            
421
            
Lines 490-496 languages and obsolete typography) Link Here
490
490
491
    </tr>
491
    </tr>
492
    <tr>
492
    <tr>
493
    <td><label for="f13">Character Sets (Mandatory) 2</label></td>
493
    <td><label for="f13">Character Sets (mandatory) 2</label></td>
494
        <td>
494
        <td>
495
            <select name="f13" id="f13" size="1">
495
            <select name="f13" id="f13" size="1">
496
            
496
            
Lines 568-581 languages and obsolete typography)</option> Link Here
568
    </tr>
568
    </tr>
569
569
570
    <tr>
570
    <tr>
571
        <td><label for="f14">Additional Character Sets</label></td>
571
        <td><label for="f14">Additional character sets</label></td>
572
        <td>
572
        <td>
573
            <input type="text" name="f14" id="f14" maxlength="4" size="5" value="[% f14 %]" />
573
            <input type="text" name="f14" id="f14" maxlength="4" size="5" value="[% f14 %]" />
574
        </td>
574
        </td>
575
    </tr>
575
    </tr>
576
576
577
    <tr>
577
    <tr>
578
    <td><label for="f15">Script of Title</label></td>
578
    <td><label for="f15">Script of title</label></td>
579
    <td>
579
    <td>
580
    <select name="f15" id="f15" size="1">
580
    <select name="f15" id="f15" size="1">
581
            [% IF ( f15dblspace ) %]
581
            [% IF ( f15dblspace ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_105.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 105 builder</title>
2
<title>UNIMARC field 105 builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_105" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_105" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 105 builder</h3>
6
<h3>UNIMARC field 105 builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_106.tt (-3 / +3 lines)
Lines 1-13 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 106 builder</title>
2
<title>UNIMARC field 106 builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_106" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_106" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 106 builder</h3>
6
<h3>UNIMARC field 106 builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
10
		<td><label for="f1">Form of item: Coded Data: Medium Designator (Not repeatable)</label></td>
10
        <td><label for="f1">Form of item: Coded data: Medium designator (not repeatable)</label></td>
11
		<td>
11
		<td>
12
			<select name="f1" id="f1" size="1">
12
			<select name="f1" id="f1" size="1">
13
            
13
            
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_110.tt (-12 / +12 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 110 builder</title>
2
<title>UNIMARC field 110 builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_110" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_110" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 110 builder</h3>
6
<h3>UNIMARC field 110 builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
Lines 208-214 Link Here
208
				<option value="a" selected="selected">bibliography</option>
208
				<option value="a" selected="selected">bibliography</option>
209
			[% ELSE %]
209
			[% ELSE %]
210
				<option value="a">bibliography</option>
210
				<option value="a">bibliography</option>
211
	
211
212
			[% END %]
212
			[% END %]
213
213
214
			[% IF ( f4b ) %]
214
			[% IF ( f4b ) %]
Lines 444-450 Link Here
444
                        [% ELSE %]
444
                        [% ELSE %]
445
                            <option value="|">|- Filling character</option>
445
                            <option value="|">|- Filling character</option>
446
                        [% END %]
446
                        [% END %]
447
            
447
448
			[% IF ( f8a ) %]
448
			[% IF ( f8a ) %]
449
				<option value="a" selected="selected">each issue contains an index to its own contents - loose</option>
449
				<option value="a" selected="selected">each issue contains an index to its own contents - loose</option>
450
			[% ELSE %]
450
			[% ELSE %]
Lines 499-505 Link Here
499
			[% ELSE %]
499
			[% ELSE %]
500
				<option value="h">published separately free - sent automatically</option>
500
				<option value="h">published separately free - sent automatically</option>
501
			[% END %]
501
			[% END %]
502
				
502
503
503
504
			[% IF ( f8i ) %]
504
			[% IF ( f8i ) %]
505
				<option value="i" selected="selected">published separately - free upon request</option>
505
				<option value="i" selected="selected">published separately - free upon request</option>
Lines 513-561 Link Here
513
			[% ELSE %]
513
			[% ELSE %]
514
				<option value="j">   published separately - bound from publisher free - sent automatically</option>
514
				<option value="j">   published separately - bound from publisher free - sent automatically</option>
515
			[% END %]
515
			[% END %]
516
				
516
517
517
518
			[% IF ( f8k ) %]
518
			[% IF ( f8k ) %]
519
				<option value="k" selected="selected">    published separately-bound from publisher - free upon request</option>
519
				<option value="k" selected="selected">    published separately-bound from publisher - free upon request</option>
520
			[% ELSE %]
520
			[% ELSE %]
521
				<option value="k">    published separately-bound from publisher - free upon request</option>
521
				<option value="k">    published separately-bound from publisher - free upon request</option>
522
			[% END %]
522
			[% END %]
523
				
523
524
524
525
			[% IF ( f8l ) %]
525
			[% IF ( f8l ) %]
526
				<option value="l" selected="selected">   published separately-bound from publisher - purchase uponrequest</option>
526
				<option value="l" selected="selected">   published separately-bound from publisher - purchase uponrequest</option>
527
			[% ELSE %]
527
			[% ELSE %]
528
				<option value="l">   published separately-bound from publisher - purchase uponrequest</option>
528
				<option value="l">   published separately-bound from publisher - purchase uponrequest</option>
529
			[% END %]
529
			[% END %]
530
				
530
531
531
532
			[% IF ( f8m ) %]
532
			[% IF ( f8m ) %]
533
				<option value="m" selected="selected">    this continuing resource is a supplement or subseries indexed in its parent continuing resource</option>
533
				<option value="m" selected="selected">    this continuing resource is a supplement or subseries indexed in its parent continuing resource</option>
534
			[% ELSE %]
534
			[% ELSE %]
535
				<option value="m">    this continuing resource is a supplement or subseries indexed in its parent continuing resource</option>
535
				<option value="m">    this continuing resource is a supplement or subseries indexed in its parent continuing resource</option>
536
			[% END %]
536
			[% END %]
537
				
537
538
538
539
			[% IF ( f8u ) %]
539
			[% IF ( f8u ) %]
540
				<option value="u" selected="selected">unknown at time of record creation</option>
540
				<option value="u" selected="selected">unknown at time of record creation</option>
541
			[% ELSE %]
541
			[% ELSE %]
542
				<option value="u">unknown at time of record creation</option>
542
				<option value="u">unknown at time of record creation</option>
543
			[% END %]
543
			[% END %]
544
				
544
545
545
546
			[% IF ( f8x ) %]
546
			[% IF ( f8x ) %]
547
				<option value="x" selected="selected">not applicable</option>
547
				<option value="x" selected="selected">not applicable</option>
548
			[% ELSE %]
548
			[% ELSE %]
549
				<option value="x">not applicable</option>
549
				<option value="x">not applicable</option>
550
			[% END %]
550
			[% END %]
551
				
551
552
552
553
			[% IF ( f8y ) %]
553
			[% IF ( f8y ) %]
554
				<option value="y" selected="selected">index is not available</option>
554
				<option value="y" selected="selected">index is not available</option>
555
			[% ELSE %]
555
			[% ELSE %]
556
				<option value="y">index is not available</option>
556
				<option value="y">index is not available</option>
557
			[% END %]
557
			[% END %]
558
				
558
559
559
560
			[% IF ( f8z ) %]
560
			[% IF ( f8z ) %]
561
				<option value="z" selected="selected">other</option>
561
				<option value="z" selected="selected">other</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115a.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 115a builder</title>
2
<title>UNIMARC field 115a builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_115a" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_115a" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 115a builder</h3>
6
<h3>UNIMARC field 115a builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115b.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 115b builder</title>
2
<title>UNIMARC field 115b builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_115b" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_115b" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 115b builder</h3>
6
<h3>UNIMARC field 115b builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt (-9 / +9 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 116 builder</title>
2
<title>UNIMARC field 116 builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_116" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_116" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 116 builder</h3>
6
<h3>UNIMARC field 116 builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
Lines 284-290 Link Here
284
	</tr>
284
	</tr>
285
285
286
	<tr>
286
	<tr>
287
		<td><label for="f5">Techniques (Drawings, Paintings) 1</label></td>
287
        <td><label for="f5">Techniques (drawings, paintings) 1</label></td>
288
		<td>
288
		<td>
289
			<select name="f5" id="f5" size="1">
289
			<select name="f5" id="f5" size="1">
290
			[% IF ( f5dblpipe ) %]
290
			[% IF ( f5dblpipe ) %]
Lines 481-487 Link Here
481
		</td>
481
		</td>
482
        </tr>
482
        </tr>
483
	<tr>
483
	<tr>
484
		<td><label for="f6">Techniques (Drawings, Paintings) 2</label></td>
484
        <td><label for="f6">Techniques (drawings, paintings) 2</label></td>
485
		<td>
485
		<td>
486
			<select name="f6" id="f6" size="1">
486
			<select name="f6" id="f6" size="1">
487
			[% IF ( f6dblpipe ) %]
487
			[% IF ( f6dblpipe ) %]
Lines 682-688 Link Here
682
		</td>
682
		</td>
683
        </tr>
683
        </tr>
684
	<tr>
684
	<tr>
685
		<td><label for="f7">Techniques (Drawings, Paintings) 3</label></td>
685
        <td><label for="f7">Techniques (drawings, paintings) 3</label></td>
686
		<td>
686
		<td>
687
			<select name="f7" id="f7" size="1">
687
			<select name="f7" id="f7" size="1">
688
			[% IF ( f7dblpipe ) %]
688
			[% IF ( f7dblpipe ) %]
Lines 886-892 Link Here
886
        </tr>
886
        </tr>
887
887
888
	<tr>
888
	<tr>
889
		<td><label for="f8">Technique (Prints) 1</label></td>
889
        <td><label for="f8">Technique (prints) 1</label></td>
890
		<td>
890
		<td>
891
			<select name="f8" id="f8" size="1">
891
			<select name="f8" id="f8" size="1">
892
			[% IF ( f8dblpipe ) %]
892
			[% IF ( f8dblpipe ) %]
Lines 1079-1085 Link Here
1079
1079
1080
        </tr>
1080
        </tr>
1081
	<tr>
1081
	<tr>
1082
		<td><label for="f9">Technique (Prints) 2</label></td>
1082
        <td><label for="f9">Technique (prints) 2</label></td>
1083
		<td>
1083
		<td>
1084
			<select name="f9" id="f9" size="1">
1084
			<select name="f9" id="f9" size="1">
1085
			[% IF ( f9dblpipe ) %]
1085
			[% IF ( f9dblpipe ) %]
Lines 1275-1281 Link Here
1275
		</td>
1275
		</td>
1276
        </tr>
1276
        </tr>
1277
	<tr>
1277
	<tr>
1278
		<td><label for="f10">Technique (Prints) 3</label></td>
1278
        <td><label for="f10">Technique (prints) 3</label></td>
1279
		<td>
1279
		<td>
1280
			<select name="f10" id="f10" size="1">
1280
			<select name="f10" id="f10" size="1">
1281
			[% IF ( f10dblpipe ) %]
1281
			[% IF ( f10dblpipe ) %]
Lines 1469-1475 Link Here
1469
        </tr>
1469
        </tr>
1470
1470
1471
	<tr>
1471
	<tr>
1472
		<td><label for="f11">Functional Designation</label></td>
1472
        <td><label for="f11">Functional designation</label></td>
1473
		<td>
1473
		<td>
1474
			<select name="f11" id="f11" size="1">
1474
			<select name="f11" id="f11" size="1">
1475
			[% IF ( f11dblpipe ) %]
1475
			[% IF ( f11dblpipe ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_117.tt (-3 / +3 lines)
Lines 1-13 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 117 builder</title>
2
<title>UNIMARC field 117 builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_117" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_117" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 117 builder</h3>
6
<h3>UNIMARC field 117 builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
10
		<td><label for="f1">Specific Material Designation</label></td>
10
        <td><label for="f1">Specific material designation</label></td>
11
		<td>
11
		<td>
12
			<select name="f1" id="f1" size="1">
12
			<select name="f1" id="f1" size="1">
13
			[% IF ( f1dblpipe ) %]
13
			[% IF ( f1dblpipe ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_120.tt (-36 / +19 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 120 builder</title>
2
<title>UNIMARC field 120 builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_120" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_120" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 120 builder</h3>
6
<h3>UNIMARC field 120 builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
Lines 137-144 Link Here
137
				<option value="x">not applicable</option>
137
				<option value="x">not applicable</option>
138
			[% END %]
138
			[% END %]
139
			[% IF ( f4z ) %]
139
			[% IF ( f4z ) %]
140
				<option value="z"
140
                <option value="z" selected="selected">other methods of relief representation</option>
141
				SELECTED>other methods of relief representation</option>
142
			[% ELSE %]
141
			[% ELSE %]
143
				<option value="z">other methods of relief representation</option>
142
				<option value="z">other methods of relief representation</option>
144
			[% END %]
143
			[% END %]
Lines 214-221 Link Here
214
				<option value="x">not applicable</option>
213
				<option value="x">not applicable</option>
215
			[% END %]
214
			[% END %]
216
			[% IF ( f5z ) %]
215
			[% IF ( f5z ) %]
217
				<option value="z"
216
                <option value="z" selected="selected">other methods of relief representation</option>
218
				SELECTED>other methods of relief representation</option>
219
			[% ELSE %]
217
			[% ELSE %]
220
				<option value="z">other methods of relief representation</option>
218
				<option value="z">other methods of relief representation</option>
221
			[% END %]
219
			[% END %]
Lines 293-300 Link Here
293
				<option value="x">not applicable</option>
291
				<option value="x">not applicable</option>
294
			[% END %]
292
			[% END %]
295
			[% IF ( f6z ) %]
293
			[% IF ( f6z ) %]
296
				<option value="z"
294
                <option value="z" selected="selected">other methods of relief representation</option>
297
				SELECTED>other methods of relief representation</option>
298
			[% ELSE %]
295
			[% ELSE %]
299
				<option value="z">other methods of relief representation</option>
296
				<option value="z">other methods of relief representation</option>
300
			[% END %]
297
			[% END %]
Lines 371-378 Link Here
371
				<option value="x">not applicable</option>
368
				<option value="x">not applicable</option>
372
			[% END %]
369
			[% END %]
373
			[% IF ( f7z ) %]
370
			[% IF ( f7z ) %]
374
				<option value="z"
371
                <option value="z" selected="selected">other methods of relief representation</option>
375
				SELECTED>other methods of relief representation</option>
376
			[% ELSE %]
372
			[% ELSE %]
377
				<option value="z">other methods of relief representation</option>
373
				<option value="z">other methods of relief representation</option>
378
			[% END %]
374
			[% END %]
Lines 434-441 Link Here
434
				<option value="ba">Gall</option>
430
				<option value="ba">Gall</option>
435
			[% END %]
431
			[% END %]
436
			[% IF ( f8bb ) %]
432
			[% IF ( f8bb ) %]
437
				<option value="bb"
433
                <option value="bb" selected="selected">Goode's homolographic</option>
438
				SELECTED>Goode's homolographic</option>
439
			[% ELSE %]
434
			[% ELSE %]
440
				<option value="bb">Goode's homolographic</option>
435
				<option value="bb">Goode's homolographic</option>
441
			[% END %]
436
			[% END %]
Lines 445-452 Link Here
445
				<option value="ca">Albers equal area</option>
440
				<option value="ca">Albers equal area</option>
446
			[% END %]
441
			[% END %]
447
			[% IF ( f8cb ) %]
442
			[% IF ( f8cb ) %]
448
				<option value="cb"
443
                <option value="cb" selected="selected">Bonne</option>
449
				SELECTED>Bonne</option>
450
			[% ELSE %]
444
			[% ELSE %]
451
				<option value="cb">Bonne</option>
445
				<option value="cb">Bonne</option>
452
			[% END %]
446
			[% END %]
Lines 476-483 Link Here
476
			[% END %]
470
			[% END %]
477
471
478
			[% IF ( f8cg ) %]
472
			[% IF ( f8cg ) %]
479
				<option value="cg"
473
                <option value="cg" selected="selected">projection of the International Map of the World</option>
480
				SELECTED>projection of the International Map of the World</option>
481
			[% ELSE %]
474
			[% ELSE %]
482
				<option value="cg">projection of the International Map of the World</option>
475
				<option value="cg">projection of the International Map of the World</option>
483
			[% END %]
476
			[% END %]
Lines 583-597 Link Here
583
			[% END %]
576
			[% END %]
584
577
585
			[% IF ( f8bu ) %]
578
			[% IF ( f8bu ) %]
586
				<option value="bu"
579
                <option value="bu" selected="selected">cylindrical, specific type unknown</option>
587
				SELECTED>cylindrical, specific type unknown</option>
588
			[% ELSE %]
580
			[% ELSE %]
589
				<option value="bu">cylindrical, specific type unknown</option>
581
				<option value="bu">cylindrical, specific type unknown</option>
590
			[% END %]
582
			[% END %]
591
583
592
			[% IF ( f8bz ) %]
584
			[% IF ( f8bz ) %]
593
				<option value="bz"
585
                <option value="bz" selected="selected">cylindrical, other known specific type</option>
594
				SELECTED>cylindrical, other known specific type</option>
595
			[% ELSE %]
586
			[% ELSE %]
596
				<option value="bz">cylindrical, other known specific type</option>
587
				<option value="bz">cylindrical, other known specific type</option>
597
			[% END %]
588
			[% END %]
Lines 668-675 Link Here
668
			[% END %]
659
			[% END %]
669
660
670
			[% IF ( f9aa ) %]
661
			[% IF ( f9aa ) %]
671
				<option value="aa"
662
                <option value="aa" selected="selected">Greenwich, United Kingdom</option>
672
				SELECTED>Greenwich, United Kingdom</option>
673
			[% ELSE %]
663
			[% ELSE %]
674
				<option value="aa">Greenwich, United Kingdom</option>
664
				<option value="aa">Greenwich, United Kingdom</option>
675
			[% END %]
665
			[% END %]
Lines 729-736 Link Here
729
				<option value="al">Copenhagen, Denmark</option>
719
				<option value="al">Copenhagen, Denmark</option>
730
			[% END %]
720
			[% END %]
731
			[% IF ( f9am ) %]
721
			[% IF ( f9am ) %]
732
				<option value="am"
722
                <option value="am" selected="selected">Cordoba, Argentina</option>
733
				SELECTED>Cordoba, Argentina</option>
734
			[% ELSE %]
723
			[% ELSE %]
735
				<option value="am">Cordoba, Argentina</option>
724
				<option value="am">Cordoba, Argentina</option>
736
			[% END %]
725
			[% END %]
Lines 753-760 Link Here
753
			[% END %]
742
			[% END %]
754
743
755
			[% IF ( f9aq ) %]
744
			[% IF ( f9aq ) %]
756
				<option value="aq"
745
                <option value="aq" selected="selected">Julianehaab, Greenland</option>
757
				SELECTED>Julianehaab, Greenland</option>
758
			[% ELSE %]
746
			[% ELSE %]
759
				<option value="aq">Julianehaab, Greenland</option>
747
				<option value="aq">Julianehaab, Greenland</option>
760
			[% END %]
748
			[% END %]
Lines 823-830 Link Here
823
			[% END %]
811
			[% END %]
824
812
825
			[% IF ( f9bi ) %]
813
			[% IF ( f9bi ) %]
826
				<option value="bi"
814
                <option value="bi" selected="selected">Philadelphia, USA</option>
827
				SELECTED>Philadelphia, USA</option>
828
			[% ELSE %]
815
			[% ELSE %]
829
				<option value="bi">Philadelphia, USA</option>
816
				<option value="bi">Philadelphia, USA</option>
830
			[% END %]
817
			[% END %]
Lines 908-915 Link Here
908
			[% END %]
895
			[% END %]
909
896
910
			[% IF ( f10aa ) %]
897
			[% IF ( f10aa ) %]
911
				<option value="aa"
898
                <option value="aa" selected="selected">Greenwich, United Kingdom</option>
912
				SELECTED>Greenwich, United Kingdom</option>
913
			[% ELSE %]
899
			[% ELSE %]
914
				<option value="aa">Greenwich, United Kingdom</option>
900
				<option value="aa">Greenwich, United Kingdom</option>
915
			[% END %]
901
			[% END %]
Lines 969-976 Link Here
969
				<option value="al">Copenhagen, Denmark</option>
955
				<option value="al">Copenhagen, Denmark</option>
970
			[% END %]
956
			[% END %]
971
			[% IF ( f10am ) %]
957
			[% IF ( f10am ) %]
972
				<option value="am"
958
                <option value="am" selected="selected">Cordoba, Argentina</option>
973
				SELECTED>Cordoba, Argentina</option>
974
			[% ELSE %]
959
			[% ELSE %]
975
				<option value="am">Cordoba, Argentina</option>
960
				<option value="am">Cordoba, Argentina</option>
976
			[% END %]
961
			[% END %]
Lines 993-1000 Link Here
993
			[% END %]
978
			[% END %]
994
			
979
			
995
			[% IF ( f10aq ) %]
980
			[% IF ( f10aq ) %]
996
				<option value="aq"
981
                <option value="aq" selected="selected">Julianehaab, Greenland</option>
997
				SELECTED>Julianehaab, Greenland</option>
998
			[% ELSE %]
982
			[% ELSE %]
999
				<option value="aq">Julianehaab, Greenland</option>
983
				<option value="aq">Julianehaab, Greenland</option>
1000
			[% END %]
984
			[% END %]
Lines 1063-1070 Link Here
1063
			[% END %]
1047
			[% END %]
1064
1048
1065
			[% IF ( f10bi ) %]
1049
			[% IF ( f10bi ) %]
1066
				<option value="bi"
1050
                <option value="bi" selected="selected">Philadelphia, USA</option>
1067
				SELECTED>Philadelphia, USA</option>
1068
			[% ELSE %]
1051
			[% ELSE %]
1069
				<option value="bi">Philadelphia, USA</option>
1052
				<option value="bi">Philadelphia, USA</option>
1070
			[% END %]
1053
			[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 121a builder</title>
2
<title>UNIMARC field 121a builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_121a" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_121a" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 121a builder</h3>
6
<h3>UNIMARC field 121a builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121b.tt (-4 / +4 lines)
Lines 1-13 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 121b builder</title>
2
<title>UNIMARC field 121b builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_121b" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_121b" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 121b builder</h3>
6
<h3>UNIMARC field 121b builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
10
		<td><label for="f1">Altitude of Sensor</label></td>
10
        <td><label for="f1">Altitude of sensor</label></td>
11
		<td>
11
		<td>
12
			<select name="f1" id="f1" size="1">
12
			<select name="f1" id="f1" size="1">
13
			[% IF ( f1a ) %]
13
			[% IF ( f1a ) %]
Lines 27-33 Link Here
27
			[% END %]
27
			[% END %]
28
			</select>
28
			</select>
29
		</td></tr><tr>
29
		</td></tr><tr>
30
		<td><label for="f2">Attitude of sensor</label></td>
30
        <td><label for="f2">Attitude of sensor</label></td>
31
		<td>
31
		<td>
32
			<select name="f2" id="f2" size="1">
32
			<select name="f2" id="f2" size="1">
33
                        
33
                        
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_122.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 122 builder</title>
2
<title>UNIMARC field 122 builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_122" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_122" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 122 builder</h3>
6
<h3>UNIMARC field 122 builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123a.tt (-3 / +3 lines)
Lines 1-13 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 123a builder</title>
2
<title>UNIMARC field 123a builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_123a" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_123a" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 123a builder</h3>
6
<h3>UNIMARC field 123a builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
10
		<td><label for="f1">Type of Scale:</label></td>
10
        <td><label for="f1">Type of scale:</label></td>
11
		<td>
11
		<td>
12
			<select name="f1" id="f1" size="1">
12
			<select name="f1" id="f1" size="1">
13
			[% IF ( f1a ) %]
13
			[% IF ( f1a ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123d.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 123d builder</title>
2
<title>UNIMARC field 123d builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_123d" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_123d" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 123d builder</h3>
6
<h3>UNIMARC field 123d builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123e.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 123e builder</title>
2
<title>UNIMARC field 123e builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_123e" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_123e" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 123e builder</h3>
6
<h3>UNIMARC field 123e builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123f.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 123f builder</title>
2
<title>UNIMARC field 123f builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_123f" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_123f" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 123f builder</h3>
6
<h3>UNIMARC field 123f builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123g.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 123g builder</title>
2
<title>UNIMARC field 123g builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_123g" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_123g" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 123g builder</h3>
6
<h3>UNIMARC field 123g builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124a.tt (-3 / +3 lines)
Lines 1-13 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 124a builder</title>
2
<title>UNIMARC field 124a builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_124a" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_124a" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 124a builder</h3>
6
<h3>UNIMARC field 124a builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
10
		<td><label for="f1">Character of Image:</label></td>
10
        <td><label for="f1">Character of image:</label></td>
11
		<td>
11
		<td>
12
			<select name="f1" id="f1" size="1">
12
			<select name="f1" id="f1" size="1">
13
			[% IF ( f1a ) %]
13
			[% IF ( f1a ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124b.tt (-3 / +3 lines)
Lines 1-13 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 124b builder</title>
2
<title>UNIMARC field 124b builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_124b" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_124b" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 124b builder</h3>
6
<h3>UNIMARC field 124b builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
10
		<td><label for="f1">Form of Cartographic Item:</label></td>
10
        <td><label for="f1">Form of cartographic item:</label></td>
11
		<td>
11
		<td>
12
			<select name="f1" id="f1" size="1">
12
			<select name="f1" id="f1" size="1">
13
            
13
            
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124c.tt (-3 / +3 lines)
Lines 1-13 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 124c builder</title>
2
<title>UNIMARC field 124c builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_124c" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_124c" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 124c builder</h3>
6
<h3>UNIMARC field 124c builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
10
		<td><label for="f1">  Presentation Technique for Photographic or Non-Photographic Image:</label></td>
10
        <td><label for="f1">  Presentation technique for photographic or non-photographic image:</label></td>
11
		<td>
11
		<td>
12
			<select name="f1" id="f1" size="1">
12
			<select name="f1" id="f1" size="1">
13
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124d.tt (-3 / +3 lines)
Lines 1-13 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 124d builder</title>
2
<title>UNIMARC field 124d builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_124d" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_124d" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 124d builder</h3>
6
<h3>UNIMARC field 124d builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
10
		<td><label for="f1">Position of Platform for Photographic or Remote Sensing Image:</label></td>
10
        <td><label for="f1">Position of platform for photographic or remote sensing image:</label></td>
11
		<td>
11
		<td>
12
			<select name="f1" id="f1" size="1">
12
			<select name="f1" id="f1" size="1">
13
			[% IF ( f1a ) %]
13
			[% IF ( f1a ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124e.tt (-3 / +3 lines)
Lines 1-13 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 124e builder</title>
2
<title>UNIMARC field 124e builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_124e" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_124e" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 124e builder</h3>
6
<h3>UNIMARC field 124e builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
10
		<td><label for="f1">Category of Satellite for Remote Sensing Image:</label></td>
10
        <td><label for="f1">Category of satellite for remote sensing image:</label></td>
11
		<td>
11
		<td>
12
			<select name="f1" id="f1" size="1">
12
			<select name="f1" id="f1" size="1">
13
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124f.tt (-3 / +3 lines)
Lines 1-13 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 124f builder</title>
2
<title>UNIMARC field 124f builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_124f" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_124f" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 124f builder</h3>
6
<h3>UNIMARC field 124f builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
10
		<td><label for="f1">Name of Satellite for Remote Sensing Image:</label></td>
10
        <td><label for="f1">Name of satellite for remote sensing image:</label></td>
11
		<td>
11
		<td>
12
			<select name="f1" id="f1" size="1">
12
			<select name="f1" id="f1" size="1">
13
			[% IF ( f1aa ) %]
13
			[% IF ( f1aa ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124g.tt (-7 / +7 lines)
Lines 1-13 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 124g builder</title>
2
<title>UNIMARC field 124g builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_124g" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_124g" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 124g builder</h3>
6
<h3>UNIMARC field 124g builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
10
		<td><label for="f1">Recording Technique for Remote Sensing Image:</label></td>
10
        <td><label for="f1">Recording technique for remote sensing image:</label></td>
11
		<td>
11
		<td>
12
			<select name="f1" id="f1" size="1">
12
			<select name="f1" id="f1" size="1">
13
13
Lines 47-60 Link Here
47
				<option value="dv">combination of various thermal infrared scanning</option>
47
				<option value="dv">combination of various thermal infrared scanning</option>
48
			[% END %]
48
			[% END %]
49
			[% IF ( f1ga ) %]
49
			[% IF ( f1ga ) %]
50
				<option value="ga" selected="selected">Sidelooking Airbone Radar</option>
50
                <option value="ga" selected="selected">Sidelooking airbone radar</option>
51
			[% ELSE %]
51
			[% ELSE %]
52
				<option value="ga">Sidelooking Airbone Radar</option>
52
                <option value="ga">Sidelooking airbone radar</option>
53
			[% END %]
53
			[% END %]
54
			[% IF ( f1gb ) %]
54
			[% IF ( f1gb ) %]
55
				<option value="gb" selected="selected">Synthetic Aperture Radar</option>
55
                <option value="gb" selected="selected">Synthetic aperture radar</option>
56
			[% ELSE %]
56
			[% ELSE %]
57
				<option value="gb">Synthetic Aperture Radar</option>
57
                <option value="gb">Synthetic aperture radar</option>
58
			[% END %]
58
			[% END %]
59
			[% IF ( f1gc ) %]
59
			[% IF ( f1gc ) %]
60
				<option value="gc" selected="selected">passive microwave mapping</option>
60
				<option value="gc" selected="selected">passive microwave mapping</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_125a.tt (-4 / +4 lines)
Lines 1-13 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 125a builder</title>
2
<title>UNIMARC field 125a builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_125a" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_125a" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 125a builder</h3>
6
<h3>UNIMARC field 125a builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
10
		<td><label for="f1">Type of Score:</label></td>
10
        <td><label for="f1">Type of score:</label></td>
11
		<td>
11
		<td>
12
			<select name="f1" id="f1" size="1">
12
			<select name="f1" id="f1" size="1">
13
			[% IF ( f1a ) %]
13
			[% IF ( f1a ) %]
Lines 93-99 Link Here
93
			</select>
93
			</select>
94
		</td></tr>
94
		</td></tr>
95
	<tr>
95
	<tr>
96
		<td><label for="f2">Parts Indicator:</label></td>
96
        <td><label for="f2">Parts indicator:</label></td>
97
		<td>
97
		<td>
98
			<select name="f2" id="f2" size="1">
98
			<select name="f2" id="f2" size="1">
99
99
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_125b.tt (-3 / +3 lines)
Lines 1-13 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 125b builder</title>
2
<title>UNIMARC field 125b builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="unimarc_field_125b" class="cat" style="padding:1em;">
5
<body id="unimarc_field_125b" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 125b builder</h3>
6
<h3>UNIMARC field 125b builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
10
		<td><label for="f1">Literary Text Indicator:</label></td>
10
        <td><label for="f1">Literary text indicator:</label></td>
11
		<td>
11
		<td>
12
			<select name="f1" id="f1" size="1">
12
			<select name="f1" id="f1" size="1">
13
			[% IF ( f1space ) %]
13
			[% IF ( f1space ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_126a.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 126a builder</title>
2
<title>UNIMARC field 126a builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_126a" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_126a" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 126a builder</h3>
6
<h3>UNIMARC field 126a builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_126b.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 126b builder</title>
2
<title>UNIMARC field 126b builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_126b" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_126b" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 126b builder</h3>
6
<h3>UNIMARC field 126b builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_127.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 127 builder</title>
2
<title>UNIMARC field 127 builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_127" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_127" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 127 builder</h3>
6
<h3>UNIMARC field 127 builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
<tr><th colspan="9">(Complete with 0 on the left)</th></tr>
9
<tr><th colspan="9">(Complete with 0 on the left)</th></tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128a.tt (-3 / +3 lines)
Lines 1-13 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 128a builder</title>
2
<title>UNIMARC field 128a builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_128a" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_128a" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 128a builder</h3>
6
<h3>UNIMARC field 128a builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
10
		<td><label for="f1">Form of Musical Work:</label></td>
10
        <td><label for="f1">Form of musical work:</label></td>
11
		<td>
11
		<td>
12
			<select name="f1" id="f1" size="1">
12
			<select name="f1" id="f1" size="1">
13
			[% IF ( f1ai ) %]
13
			[% IF ( f1ai ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128b.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 128b builder</title>
2
<title>UNIMARC field 128b builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_128b" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_128b" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 128b builder</h3>
6
<h3>UNIMARC field 128b builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128c.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 128c builder</title>
2
<title>UNIMARC field 128c builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_128c" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_128c" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 128c builder</h3>
6
<h3>UNIMARC field 128c builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_130.tt (-3 / +3 lines)
Lines 1-13 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 130 builder</title>
2
<title>UNIMARC field 130 builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_130" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_130" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 130 builder</h3>
6
<h3>UNIMARC field 130 builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
10
		<td><label for="f1">Specific Material Designation:</label></td>
10
        <td><label for="f1">Specific material designation:</label></td>
11
		<td>
11
		<td>
12
			<select name="f1" id="f1" size="1">
12
			<select name="f1" id="f1" size="1">
13
			[% IF ( f1a ) %]
13
			[% IF ( f1a ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_135a.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 135a builder</title>
2
<title>UNIMARC field 135a builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_135a" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_135a" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 135a builder</h3>
6
<h3>UNIMARC field 135a builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_140.tt (-15 / +15 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 140 builder</title>
2
<title>UNIMARC field 140 builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_140" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_140" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 140 builder</h3>
6
<h3>UNIMARC field 140 builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
Lines 390-396 Link Here
390
			</select>
390
			</select>
391
		</td></tr>
391
		</td></tr>
392
	<tr>
392
	<tr>
393
		<td><label for="f5">Illustration - Full Page Plates 1:</label></td>
393
        <td><label for="f5">Illustration - Full page plates 1:</label></td>
394
		<td>
394
		<td>
395
			<select name="f5" id="f5" size="1">
395
			<select name="f5" id="f5" size="1">
396
            
396
            
Lines 461-467 Link Here
461
			[% END %]
461
			[% END %]
462
			</select>
462
			</select>
463
		</td>
463
		</td>
464
		<td><label for="f6">Illustration - Full Page Plates 2:</label></td>
464
        <td><label for="f6">Illustration - Full page plates 2:</label></td>
465
		<td>
465
		<td>
466
			<select name="f6" id="f6" size="1">
466
			<select name="f6" id="f6" size="1">
467
            
467
            
Lines 533-539 Link Here
533
			</select>
533
			</select>
534
		</td></tr>
534
		</td></tr>
535
		<tr>
535
		<tr>
536
		<td><label for="f7">Illustration - Full Page Plates 3:</label></td>
536
        <td><label for="f7">Illustration - Full page plates 3:</label></td>
537
		<td>
537
		<td>
538
			<select name="f7" id="f7" size="1">
538
			<select name="f7" id="f7" size="1">
539
            
539
            
Lines 604-610 Link Here
604
			[% END %]
604
			[% END %]
605
			</select>
605
			</select>
606
		</td>
606
		</td>
607
		<td><label for="f8">Illustration - Full Page Plates 4:</label></td>
607
        <td><label for="f8">Illustration - Full page plates 4:</label></td>
608
		<td>
608
		<td>
609
			<select name="f8" id="f8" size="1">
609
			<select name="f8" id="f8" size="1">
610
            
610
            
Lines 728-734 Link Here
728
		</td><td>&nbsp;</td>
728
		</td><td>&nbsp;</td>
729
		</tr>
729
		</tr>
730
		<tr>
730
		<tr>
731
		<td><label for="f10">Form of Contents 1:</label></td>
731
        <td><label for="f10">Form of contents 1:</label></td>
732
		<td>
732
		<td>
733
			<select name="f10" id="f10" size="1">
733
			<select name="f10" id="f10" size="1">
734
            
734
            
Lines 884-890 Link Here
884
			[% END %]
884
			[% END %]
885
			</select>
885
			</select>
886
		</td>
886
		</td>
887
		<td><label for="f11">Form of Contents 2:</label></td>
887
        <td><label for="f11">Form of contents 2:</label></td>
888
		<td>
888
		<td>
889
			<select name="f11" id="f11" size="1">
889
			<select name="f11" id="f11" size="1">
890
            
890
            
Lines 1042-1048 Link Here
1042
			</td>
1042
			</td>
1043
			</tr>
1043
			</tr>
1044
			<tr>
1044
			<tr>
1045
			<td><label for="f12">Form of Contents 3:</label></td>
1045
            <td><label for="f12">Form of contents 3:</label></td>
1046
			<td>
1046
			<td>
1047
			<select name="f12" id="f12" size="1">
1047
			<select name="f12" id="f12" size="1">
1048
            
1048
            
Lines 1198-1204 Link Here
1198
			[% END %]
1198
			[% END %]
1199
			</select>
1199
			</select>
1200
		</td>
1200
		</td>
1201
		<td><label for="f13">Form of Contents 4:</label></td>
1201
        <td><label for="f13">Form of contents 4:</label></td>
1202
		<td>
1202
		<td>
1203
			<select name="f13" id="f13" size="1">
1203
			<select name="f13" id="f13" size="1">
1204
            
1204
            
Lines 1566-1572 Link Here
1566
		</td>
1566
		</td>
1567
</tr>
1567
</tr>
1568
	<tr>
1568
	<tr>
1569
		<td><label for="f16">Support Material - Book:</label></td>
1569
        <td><label for="f16">Support material - Book:</label></td>
1570
		<td>
1570
		<td>
1571
			<select name="f16" id="f16" size="1">
1571
			<select name="f16" id="f16" size="1">
1572
1572
Lines 1607-1613 Link Here
1607
			[% END %]
1607
			[% END %]
1608
	</select>
1608
	</select>
1609
		</td>
1609
		</td>
1610
		<td><label for="f17">Support Material - Plates:</label></td>
1610
        <td><label for="f17">Support material - Plates:</label></td>
1611
		<td>
1611
		<td>
1612
			<select name="f17" id="f17" size="1">
1612
			<select name="f17" id="f17" size="1">
1613
1613
Lines 1667-1673 Link Here
1667
			[% END %]
1667
			[% END %]
1668
	</select>
1668
	</select>
1669
		</td>
1669
		</td>
1670
		<td><label for="f19">Printer's Device:</label></td>
1670
        <td><label for="f19">Printer's device:</label></td>
1671
		<td>
1671
		<td>
1672
			<select name="f19" id="f19" size="1">
1672
			<select name="f19" id="f19" size="1">
1673
1673
Lines 1685-1691 Link Here
1685
		</td>
1685
		</td>
1686
</tr>
1686
</tr>
1687
	<tr>
1687
	<tr>
1688
		<td><label for="f20">Publisher's Device:</label></td>
1688
        <td><label for="f20">Publisher's device:</label></td>
1689
		<td>
1689
		<td>
1690
			<select name="f20" id="f20" size="1">
1690
			<select name="f20" id="f20" size="1">
1691
1691
Lines 1701-1707 Link Here
1701
			[% END %]
1701
			[% END %]
1702
	</select>
1702
	</select>
1703
		</td>
1703
		</td>
1704
		<td><label for="f21">Ornamental Device:</label></td>
1704
        <td><label for="f21">Ornamental device:</label></td>
1705
		<td>
1705
		<td>
1706
			<select name="f21" id="f21" size="1">
1706
			<select name="f21" id="f21" size="1">
1707
1707
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_141.tt (-71 / +71 lines)
Lines 1-361 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 141 builder</title>
2
<title>UNIMARC field 141 builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_141" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_141" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 141 builder</h3>
6
<h3>UNIMARC field 141 builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
10
		<td><label for="f1">Binding Material 1:</label></td>
10
        <td><label for="f1">Binding material 1:</label></td>
11
		<td>
11
		<td>
12
			<select name="f1" id="f1" size="1">
12
			<select name="f1" id="f1" size="1">
13
            
13
            
14
			[% IF ( f1 ) %]
14
			[% IF ( f1 ) %]
15
				<option value=" " SELECTED>non required value</option>
15
                <option value=" " selected="selected">non required value</option>
16
			[% ELSE %]
16
			[% ELSE %]
17
				<option value=" ">non required value</option>
17
				<option value=" ">non required value</option>
18
			[% END %]
18
			[% END %]
19
			[% IF ( f1a ) %]
19
			[% IF ( f1a ) %]
20
				<option value="a" SELECTED>parchment, vellum</option>
20
                <option value="a" selected="selected">parchment, vellum</option>
21
			[% ELSE %]
21
			[% ELSE %]
22
				<option value="a">parchment, vellum</option>
22
				<option value="a">parchment, vellum</option>
23
			[% END %]
23
			[% END %]
24
			[% IF ( f1b ) %]
24
			[% IF ( f1b ) %]
25
				<option value="b" SELECTED>leather</option>
25
                <option value="b" selected="selected">leather</option>
26
			[% ELSE %]
26
			[% ELSE %]
27
				<option value="b">leather</option>
27
				<option value="b">leather</option>
28
			[% END %]
28
			[% END %]
29
			[% IF ( f1c ) %]
29
			[% IF ( f1c ) %]
30
				<option value="c" SELECTED>wood</option>
30
                <option value="c" selected="selected">wood</option>
31
			[% ELSE %]
31
			[% ELSE %]
32
				<option value="c">wood</option>
32
				<option value="c">wood</option>
33
			[% END %]
33
			[% END %]
34
			[% IF ( f1d ) %]
34
			[% IF ( f1d ) %]
35
				<option value="d" SELECTED>cloth</option>
35
                <option value="d" selected="selected">cloth</option>
36
			[% ELSE %]
36
			[% ELSE %]
37
				<option value="d">cloth</option>
37
				<option value="d">cloth</option>
38
			[% END %]
38
			[% END %]
39
			[% IF ( f1e ) %]
39
			[% IF ( f1e ) %]
40
				<option value="e" SELECTED>synthetics</option>
40
                <option value="e" selected="selected">synthetics</option>
41
			[% ELSE %]
41
			[% ELSE %]
42
				<option value="e">synthetics</option>
42
				<option value="e">synthetics</option>
43
			[% END %]
43
			[% END %]
44
			[% IF ( f1f ) %]
44
			[% IF ( f1f ) %]
45
				<option value="f" SELECTED>cardboard</option>
45
                <option value="f" selected="selected">cardboard</option>
46
			[% ELSE %]
46
			[% ELSE %]
47
				<option value="f">cardboard</option>
47
				<option value="f">cardboard</option>
48
			[% END %]
48
			[% END %]
49
			[% IF ( f1g ) %]
49
			[% IF ( f1g ) %]
50
				<option value="g" SELECTED>paper</option>
50
                <option value="g" selected="selected">paper</option>
51
			[% ELSE %]
51
			[% ELSE %]
52
				<option value="g">paper</option>
52
				<option value="g">paper</option>
53
			[% END %]
53
			[% END %]
54
			[% IF ( f1h ) %]
54
			[% IF ( f1h ) %]
55
				<option value="h" SELECTED>unbound</option>
55
                <option value="h" selected="selected">unbound</option>
56
			[% ELSE %]
56
			[% ELSE %]
57
				<option value="h">unbound</option>
57
				<option value="h">unbound</option>
58
			[% END %]
58
			[% END %]
59
			[% IF ( f1z ) %]
59
			[% IF ( f1z ) %]
60
				<option value="z" SELECTED>other</option>
60
                <option value="z" selected="selected">other</option>
61
			[% ELSE %]
61
			[% ELSE %]
62
				<option value="z">other</option>
62
				<option value="z">other</option>
63
			[% END %]
63
			[% END %]
64
	</select>
64
	</select>
65
		</td></tr>	<tr>
65
		</td></tr>	<tr>
66
		<td><label for="f2">Binding Material 2:</label></td>
66
        <td><label for="f2">Binding material 2:</label></td>
67
		<td>
67
		<td>
68
			<select name="f2" id="f2" size="1">
68
			<select name="f2" id="f2" size="1">
69
            
69
            
70
			[% IF ( f2 ) %]
70
			[% IF ( f2 ) %]
71
				<option value=" " SELECTED>non required value</option>
71
                <option value=" " selected="selected">non required value</option>
72
			[% ELSE %]
72
			[% ELSE %]
73
				<option value=" ">non required value</option>
73
				<option value=" ">non required value</option>
74
			[% END %]
74
			[% END %]
75
			[% IF ( f2a ) %]
75
			[% IF ( f2a ) %]
76
				<option value="a" SELECTED>parchment, vellum</option>
76
                <option value="a" selected="selected">parchment, vellum</option>
77
			[% ELSE %]
77
			[% ELSE %]
78
				<option value="a">parchment, vellum</option>
78
				<option value="a">parchment, vellum</option>
79
			[% END %]
79
			[% END %]
80
			[% IF ( f2b ) %]
80
			[% IF ( f2b ) %]
81
				<option value="b" SELECTED>leather</option>
81
                <option value="b" selected="selected">leather</option>
82
			[% ELSE %]
82
			[% ELSE %]
83
				<option value="b">leather</option>
83
				<option value="b">leather</option>
84
			[% END %]
84
			[% END %]
85
			[% IF ( f2c ) %]
85
			[% IF ( f2c ) %]
86
				<option value="c" SELECTED>wood</option>
86
                <option value="c" selected="selected">wood</option>
87
			[% ELSE %]
87
			[% ELSE %]
88
				<option value="c">wood</option>
88
				<option value="c">wood</option>
89
			[% END %]
89
			[% END %]
90
			[% IF ( f2d ) %]
90
			[% IF ( f2d ) %]
91
				<option value="d" SELECTED>cloth</option>
91
                <option value="d" selected="selected">cloth</option>
92
			[% ELSE %]
92
			[% ELSE %]
93
				<option value="d">cloth</option>
93
				<option value="d">cloth</option>
94
			[% END %]
94
			[% END %]
95
			[% IF ( f2e ) %]
95
			[% IF ( f2e ) %]
96
				<option value="e" SELECTED>synthetics</option>
96
                <option value="e" selected="selected">synthetics</option>
97
			[% ELSE %]
97
			[% ELSE %]
98
				<option value="e">synthetics</option>
98
				<option value="e">synthetics</option>
99
			[% END %]
99
			[% END %]
100
			[% IF ( f2f ) %]
100
			[% IF ( f2f ) %]
101
				<option value="f" SELECTED>cardboard</option>
101
                <option value="f" selected="selected">cardboard</option>
102
			[% ELSE %]
102
			[% ELSE %]
103
				<option value="f">cardboard</option>
103
				<option value="f">cardboard</option>
104
			[% END %]
104
			[% END %]
105
			[% IF ( f2g ) %]
105
			[% IF ( f2g ) %]
106
				<option value="g" SELECTED>paper</option>
106
                <option value="g" selected="selected">paper</option>
107
			[% ELSE %]
107
			[% ELSE %]
108
				<option value="g">paper</option>
108
				<option value="g">paper</option>
109
			[% END %]
109
			[% END %]
110
			[% IF ( f2h ) %]
110
			[% IF ( f2h ) %]
111
				<option value="h" SELECTED>unbound</option>
111
                <option value="h" selected="selected">unbound</option>
112
			[% ELSE %]
112
			[% ELSE %]
113
				<option value="h">unbound</option>
113
				<option value="h">unbound</option>
114
			[% END %]
114
			[% END %]
115
			[% IF ( f2z ) %]
115
			[% IF ( f2z ) %]
116
				<option value="z" SELECTED>other</option>
116
                <option value="z" selected="selected">other</option>
117
			[% ELSE %]
117
			[% ELSE %]
118
				<option value="z">other</option>
118
				<option value="z">other</option>
119
			[% END %]
119
			[% END %]
120
	</select>
120
	</select>
121
		</td></tr>
121
		</td></tr>
122
                <tr>
122
                <tr>
123
		<td><label for="f3">Binding Material 3:</label></td>
123
        <td><label for="f3">Binding material 3:</label></td>
124
		<td>
124
		<td>
125
			<select name="f3" id="f3" size="1">
125
			<select name="f3" id="f3" size="1">
126
                        [% IF ( f3 ) %]
126
                        [% IF ( f3 ) %]
127
                                <option value=" " SELECTED>non required value</option>
127
                                <option value=" " selected="selected">non required value</option>
128
                        [% ELSE %]
128
                        [% ELSE %]
129
                                <option value=" ">non required value</option>
129
                                <option value=" ">non required value</option>
130
                        [% END %]
130
                        [% END %]
131
			[% IF ( f3a ) %]
131
			[% IF ( f3a ) %]
132
				<option value="a" SELECTED>parchment, vellum</option>
132
                <option value="a" selected="selected">parchment, vellum</option>
133
			[% ELSE %]
133
			[% ELSE %]
134
				<option value="a">parchment, vellum</option>
134
				<option value="a">parchment, vellum</option>
135
			[% END %]
135
			[% END %]
136
			[% IF ( f3b ) %]
136
			[% IF ( f3b ) %]
137
				<option value="b" SELECTED>leather</option>
137
                <option value="b" selected="selected">leather</option>
138
			[% ELSE %]
138
			[% ELSE %]
139
				<option value="b">leather</option>
139
				<option value="b">leather</option>
140
			[% END %]
140
			[% END %]
141
			[% IF ( f3c ) %]
141
			[% IF ( f3c ) %]
142
				<option value="c" SELECTED>wood</option>
142
                <option value="c" selected="selected">wood</option>
143
			[% ELSE %]
143
			[% ELSE %]
144
				<option value="c">wood</option>
144
				<option value="c">wood</option>
145
			[% END %]
145
			[% END %]
146
			[% IF ( f3d ) %]
146
			[% IF ( f3d ) %]
147
				<option value="d" SELECTED>cloth</option>
147
                <option value="d" selected="selected">cloth</option>
148
			[% ELSE %]
148
			[% ELSE %]
149
				<option value="d">cloth</option>
149
				<option value="d">cloth</option>
150
			[% END %]
150
			[% END %]
151
			[% IF ( f3e ) %]
151
			[% IF ( f3e ) %]
152
				<option value="e" SELECTED>synthetics</option>
152
                <option value="e" selected="selected">synthetics</option>
153
			[% ELSE %]
153
			[% ELSE %]
154
				<option value="e">synthetics</option>
154
				<option value="e">synthetics</option>
155
			[% END %]
155
			[% END %]
156
			[% IF ( f3f ) %]
156
			[% IF ( f3f ) %]
157
				<option value="f" SELECTED>cardboard</option>
157
                <option value="f" selected="selected">cardboard</option>
158
			[% ELSE %]
158
			[% ELSE %]
159
				<option value="f">cardboard</option>
159
				<option value="f">cardboard</option>
160
			[% END %]
160
			[% END %]
161
			[% IF ( f3g ) %]
161
			[% IF ( f3g ) %]
162
				<option value="g" SELECTED>paper</option>
162
                <option value="g" selected="selected">paper</option>
163
			[% ELSE %]
163
			[% ELSE %]
164
				<option value="g">paper</option>
164
				<option value="g">paper</option>
165
			[% END %]
165
			[% END %]
166
			[% IF ( f3h ) %]
166
			[% IF ( f3h ) %]
167
				<option value="h" SELECTED>unbound</option>
167
                <option value="h" selected="selected">unbound</option>
168
			[% ELSE %]
168
			[% ELSE %]
169
				<option value="h">unbound</option>
169
				<option value="h">unbound</option>
170
			[% END %]
170
			[% END %]
171
			[% IF ( f3z ) %]
171
			[% IF ( f3z ) %]
172
				<option value="z" SELECTED>other</option>
172
                <option value="z" selected="selected">other</option>
173
			[% ELSE %]
173
			[% ELSE %]
174
				<option value="z">other</option>
174
				<option value="z">other</option>
175
			[% END %]
175
			[% END %]
176
	</select>
176
	</select>
177
		</td></tr>
177
		</td></tr>
178
		<tr>
178
		<tr>
179
		<td><label for="f4">Types of Binding:</label></td>
179
        <td><label for="f4">Types of binding:</label></td>
180
		<td>
180
		<td>
181
			<select name="f4" id="f4" size="1">
181
			<select name="f4" id="f4" size="1">
182
182
183
			[% IF ( f4a ) %]
183
			[% IF ( f4a ) %]
184
				<option value="a" SELECTED>original, i.e. primary</option>
184
                <option value="a" selected="selected">original, i.e. primary</option>
185
			[% ELSE %]
185
			[% ELSE %]
186
				<option value="a">original, i.e. primary</option>
186
				<option value="a">original, i.e. primary</option>
187
			[% END %]
187
			[% END %]
188
			[% IF ( f4b ) %]
188
			[% IF ( f4b ) %]
189
				<option value="b" SELECTED>rebound</option>
189
                <option value="b" selected="selected">rebound</option>
190
			[% ELSE %]
190
			[% ELSE %]
191
				<option value="b">rebound</option>
191
				<option value="b">rebound</option>
192
			[% END %]
192
			[% END %]
193
			[% IF ( f4c ) %]
193
			[% IF ( f4c ) %]
194
				<option value="c" SELECTED>modern</option>
194
                <option value="c" selected="selected">modern</option>
195
			[% ELSE %]
195
			[% ELSE %]
196
				<option value="c">modern</option>
196
				<option value="c">modern</option>
197
			[% END %]
197
			[% END %]
198
			[% IF ( f4d ) %]
198
			[% IF ( f4d ) %]
199
				<option value="d" SELECTED>restored, facsimile</option>
199
                <option value="d" selected="selected">restored, facsimile</option>
200
			[% ELSE %]
200
			[% ELSE %]
201
				<option value="d">restored, facsimile</option>
201
				<option value="d">restored, facsimile</option>
202
			[% END %]
202
			[% END %]
203
			[% IF ( f4e ) %]
203
			[% IF ( f4e ) %]
204
				<option value="e" SELECTED>restored, imitation</option>
204
                <option value="e" selected="selected">restored, imitation</option>
205
			[% ELSE %]
205
			[% ELSE %]
206
				<option value="e">restored, imitation</option>
206
				<option value="e">restored, imitation</option>
207
			[% END %]
207
			[% END %]
208
			[% IF ( f4f ) %]
208
			[% IF ( f4f ) %]
209
				<option value="f" SELECTED>work bound with another</option>
209
                <option value="f" selected="selected">work bound with another</option>
210
			[% ELSE %]
210
			[% ELSE %]
211
				<option value="f">work bound with another</option>
211
				<option value="f">work bound with another</option>
212
			[% END %]
212
			[% END %]
213
			[% IF ( f4h ) %]
213
			[% IF ( f4h ) %]
214
				<option value="h" SELECTED>unbound</option>
214
                <option value="h" selected="selected">unbound</option>
215
			[% ELSE %]
215
			[% ELSE %]
216
				<option value="h">unbound</option>
216
				<option value="h">unbound</option>
217
			[% END %]
217
			[% END %]
218
			[% IF ( f4z ) %]
218
			[% IF ( f4z ) %]
219
				<option value="z" SELECTED>other</option>
219
                <option value="z" selected="selected">other</option>
220
			[% ELSE %]
220
			[% ELSE %]
221
				<option value="z">other</option>
221
				<option value="z">other</option>
222
			[% END %]
222
			[% END %]
223
			</select>
223
			</select>
224
		</td></tr>	<tr>
224
		</td></tr>	<tr>
225
		<td><label for="f5">Bound with':</label></td>
225
        <td><label for="f5">Bound with:</label></td>
226
		<td>
226
		<td>
227
			<select name="f5" id="f5" size="1">
227
			<select name="f5" id="f5" size="1">
228
228
229
			[% IF ( f50 ) %]
229
			[% IF ( f50 ) %]
230
				<option value="0" SELECTED>single item</option>
230
                <option value="0" selected="selected">single item</option>
231
			[% ELSE %]
231
			[% ELSE %]
232
				<option value="0">single item</option>
232
				<option value="0">single item</option>
233
			[% END %]
233
			[% END %]
234
			[% IF ( f51 ) %]
234
			[% IF ( f51 ) %]
235
				<option value="1" SELECTED>bound with one or more others</option>
235
                <option value="1" selected="selected">bound with one or more others</option>
236
			[% ELSE %]
236
			[% ELSE %]
237
				<option value="1">bound with one or more others</option>
237
				<option value="1">bound with one or more others</option>
238
			[% END %]
238
			[% END %]
239
			</select>
239
			</select>
240
		</td></tr><tr>
240
		</td></tr><tr>
241
	<td><label for="f6">State of Preservation - Binding:</label></td>
241
    <td><label for="f6">State of preservation - Binding:</label></td>
242
		<td>
242
		<td>
243
			<select name="f6" id="f6" size="1">
243
			<select name="f6" id="f6" size="1">
244
244
245
			[% IF ( f6a ) %]
245
			[% IF ( f6a ) %]
246
				<option value="a" SELECTED>excellent</option>
246
                <option value="a" selected="selected">excellent</option>
247
			[% ELSE %]
247
			[% ELSE %]
248
				<option value="a">excellent</option>
248
				<option value="a">excellent</option>
249
			[% END %]
249
			[% END %]
250
			[% IF ( f6b ) %]
250
			[% IF ( f6b ) %]
251
				<option value="b" SELECTED>good</option>
251
                <option value="b" selected="selected">good</option>
252
			[% ELSE %]
252
			[% ELSE %]
253
				<option value="b">good</option>
253
				<option value="b">good</option>
254
			[% END %]
254
			[% END %]
255
			[% IF ( f6c ) %]
255
			[% IF ( f6c ) %]
256
				<option value="c" SELECTED>worn</option>
256
                <option value="c" selected="selected">worn</option>
257
			[% ELSE %]
257
			[% ELSE %]
258
				<option value="c">worn</option>
258
				<option value="c">worn</option>
259
			[% END %]
259
			[% END %]
260
			[% IF ( f6d ) %]
260
			[% IF ( f6d ) %]
261
				<option value="d" SELECTED>damaged</option>
261
                <option value="d" selected="selected">damaged</option>
262
			[% ELSE %]
262
			[% ELSE %]
263
				<option value="d">damaged</option>
263
				<option value="d">damaged</option>
264
			[% END %]
264
			[% END %]
265
			[% IF ( f6e ) %]
265
			[% IF ( f6e ) %]
266
				<option value="e" SELECTED>broken back</option>
266
                <option value="e" selected="selected">broken back</option>
267
			[% ELSE %]
267
			[% ELSE %]
268
				<option value="e">broken back</option>
268
				<option value="e">broken back</option>
269
			[% END %]
269
			[% END %]
270
			[% IF ( f6f ) %]
270
			[% IF ( f6f ) %]
271
				<option value="f" SELECTED>missing</option>
271
                <option value="f" selected="selected">missing</option>
272
			[% ELSE %]
272
			[% ELSE %]
273
				<option value="f">missing</option>
273
				<option value="f">missing</option>
274
			[% END %]
274
			[% END %]
275
			[% IF ( f6z ) %]
275
			[% IF ( f6z ) %]
276
				<option value="z" SELECTED>other</option>
276
                <option value="z" selected="selected">other</option>
277
			[% ELSE %]
277
			[% ELSE %]
278
				<option value="z">other</option>
278
				<option value="z">other</option>
279
			[% END %]
279
			[% END %]
280
			</select>
280
			</select>
281
</td></tr><tr>
281
</td></tr><tr>
282
	<td><label for="f7">State of Preservation - Body of the Book 1 :</label></td>
282
    <td><label for="f7">State of preservation - Body of the book 1 :</label></td>
283
		<td>
283
		<td>
284
			<select name="f7" id="f7" size="1">
284
			<select name="f7" id="f7" size="1">
285
285
286
			[% IF ( f7a ) %]
286
			[% IF ( f7a ) %]
287
				<option value="a" SELECTED>excellent</option>
287
                <option value="a" selected="selected">excellent</option>
288
			[% ELSE %]
288
			[% ELSE %]
289
				<option value="a">excellent</option>
289
				<option value="a">excellent</option>
290
			[% END %]
290
			[% END %]
291
			[% IF ( f7b ) %]
291
			[% IF ( f7b ) %]
292
				<option value="b" SELECTED>good</option>
292
                <option value="b" selected="selected">good</option>
293
			[% ELSE %]
293
			[% ELSE %]
294
				<option value="b">good</option>
294
				<option value="b">good</option>
295
			[% END %]
295
			[% END %]
296
			[% IF ( f7c ) %]
296
			[% IF ( f7c ) %]
297
				<option value="c" SELECTED>worn</option>
297
                <option value="c" selected="selected">worn</option>
298
			[% ELSE %]
298
			[% ELSE %]
299
				<option value="c">worn</option>
299
				<option value="c">worn</option>
300
			[% END %]
300
			[% END %]
301
			[% IF ( f7d ) %]
301
			[% IF ( f7d ) %]
302
				<option value="d" SELECTED>damaged</option>
302
                <option value="d" selected="selected">damaged</option>
303
			[% ELSE %]
303
			[% ELSE %]
304
				<option value="d">damaged</option>
304
				<option value="d">damaged</option>
305
			[% END %]
305
			[% END %]
306
			[% IF ( f7e ) %]
306
			[% IF ( f7e ) %]
307
				<option value="e" SELECTED>incomplete</option>
307
                <option value="e" selected="selected">incomplete</option>
308
			[% ELSE %]
308
			[% ELSE %]
309
				<option value="e">incomplete</option>
309
				<option value="e">incomplete</option>
310
			[% END %]
310
			[% END %]
311
			[% IF ( f7g ) %]
311
			[% IF ( f7g ) %]
312
				<option value="g" SELECTED>restored</option>
312
                <option value="g" selected="selected">restored</option>
313
			[% ELSE %]
313
			[% ELSE %]
314
				<option value="g">restored</option>
314
				<option value="g">restored</option>
315
			[% END %]
315
			[% END %]
316
			[% IF ( f7z ) %]
316
			[% IF ( f7z ) %]
317
				<option value="z" SELECTED>other</option>
317
                <option value="z" selected="selected">other</option>
318
			[% ELSE %]
318
			[% ELSE %]
319
				<option value="z">other</option>
319
				<option value="z">other</option>
320
			[% END %]
320
			[% END %]
321
			</select>
321
			</select>
322
</td></tr><tr>
322
</td></tr><tr>
323
	<td><label for="f8">State of Preservation - Body of the Book 2 :</label></td>
323
    <td><label for="f8">State of preservation - Body of the book 2 :</label></td>
324
		<td>
324
		<td>
325
			<select name="f8" id="f8" size="1">
325
			<select name="f8" id="f8" size="1">
326
326
327
			[% IF ( f8a ) %]
327
			[% IF ( f8a ) %]
328
				<option value="a" SELECTED>excellent</option>
328
                <option value="a" selected="selected">excellent</option>
329
			[% ELSE %]
329
			[% ELSE %]
330
				<option value="a">excellent</option>
330
				<option value="a">excellent</option>
331
			[% END %]
331
			[% END %]
332
			[% IF ( f8b ) %]
332
			[% IF ( f8b ) %]
333
				<option value="b" SELECTED>good</option>
333
                <option value="b" selected="selected">good</option>
334
			[% ELSE %]
334
			[% ELSE %]
335
				<option value="b">good</option>
335
				<option value="b">good</option>
336
			[% END %]
336
			[% END %]
337
			[% IF ( f8c ) %]
337
			[% IF ( f8c ) %]
338
				<option value="c" SELECTED>worn</option>
338
                <option value="c" selected="selected">worn</option>
339
			[% ELSE %]
339
			[% ELSE %]
340
				<option value="c">worn</option>
340
				<option value="c">worn</option>
341
			[% END %]
341
			[% END %]
342
			[% IF ( f8d ) %]
342
			[% IF ( f8d ) %]
343
				<option value="d" SELECTED>damaged</option>
343
                <option value="d" selected="selected">damaged</option>
344
			[% ELSE %]
344
			[% ELSE %]
345
				<option value="d">damaged</option>
345
				<option value="d">damaged</option>
346
			[% END %]
346
			[% END %]
347
			[% IF ( f8e ) %]
347
			[% IF ( f8e ) %]
348
				<option value="e" SELECTED>incomplete</option>
348
                <option value="e" selected="selected">incomplete</option>
349
			[% ELSE %]
349
			[% ELSE %]
350
				<option value="e">incomplete</option>
350
				<option value="e">incomplete</option>
351
			[% END %]
351
			[% END %]
352
			[% IF ( f8g ) %]
352
			[% IF ( f8g ) %]
353
				<option value="g" SELECTED>restored</option>
353
                <option value="g" selected="selected">restored</option>
354
			[% ELSE %]
354
			[% ELSE %]
355
				<option value="g">restored</option>
355
				<option value="g">restored</option>
356
			[% END %]
356
			[% END %]
357
			[% IF ( f8z ) %]
357
			[% IF ( f8z ) %]
358
				<option value="z" SELECTED>other</option>
358
                <option value="z" selected="selected">other</option>
359
			[% ELSE %]
359
			[% ELSE %]
360
				<option value="z">other</option>
360
				<option value="z">other</option>
361
			[% END %]
361
			[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt (-3 / +3 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 210c builder</title>
2
<title>UNIMARC field 210c builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_210c" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_210c" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 210c builder</h3>
6
<h3>UNIMARC field 210c builder</h3>
7
    <h4>Search for authority type: EDITORS</h4>
7
    <h4>Search for authority type: EDITORS</h4>
8
        <form name="f" method="post" action="plugin_launcher.pl">
8
        <form name="f" method="post" action="plugin_launcher.pl">
9
        <fieldset class="rows">
9
        <fieldset class="rows">
Lines 55-61 Link Here
55
                <tr>
55
                <tr>
56
                    <th>Summary</th>
56
                    <th>Summary</th>
57
                    <th>Used</th>
57
                    <th>Used</th>
58
                    <th>Get It!</th>
58
                    <th>Get it!</th>
59
                </tr>
59
                </tr>
60
                [% FOREACH resul IN result %]
60
                [% FOREACH resul IN result %]
61
                    <tr>
61
                    <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c_bis.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
<html xmlns="http://www.w3.org/1999/xhtml">
3
<html xmlns="http://www.w3.org/1999/xhtml">
4
<head>
4
<head>
5
    <title>UNIMARC_Field 225a builder</title>
5
    <title>UNIMARC field 225a builder</title>
6
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
    <script type="text/javascript" src="[% yuipath %]/utilities/utilities.js"></script> 
7
    <script type="text/javascript" src="[% yuipath %]/utilities/utilities.js"></script> 
8
    <script type="text/javascript" src="[% yuipath %]/datasource/datasource.js"></script> 
8
    <script type="text/javascript" src="[% yuipath %]/datasource/datasource.js"></script> 
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_225a.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
    <title>UNIMARC Field 225a builder</title>
2
    <title>UNIMARC field 225a builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_225a" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_225a" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 225a builder</h3>
6
<h3>UNIMARC field 225a builder</h3>
7
    <div id="mainbloc">
7
    <div id="mainbloc">
8
        <form name="f_pop" onsubmit="report()" action="">
8
        <form name="f_pop" onsubmit="report()" action="">
9
            <h2 class="authority">Collection</h2>
9
            <h2 class="authority">Collection</h2>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tt (-6 / +6 lines)
Lines 79-85 Link Here
79
79
80
</head>
80
</head>
81
<body id="cat_unimarc_field_4XX" class="cat" style="padding:1em;">
81
<body id="cat_unimarc_field_4XX" class="cat" style="padding:1em;">
82
<h3>UNIMARC Field 4XX builder</h3>
82
<h3>UNIMARC field 4XX builder</h3>
83
[% ELSE %]
83
[% ELSE %]
84
		<script type="text/javascript">
84
		<script type="text/javascript">
85
//<![CDATA[			
85
//<![CDATA[			
Lines 103-112 Link Here
103
103
104
</head>
104
</head>
105
<body style="padding:1em;">
105
<body style="padding:1em;">
106
<h3>UNIMARC Field 4XX builder</h3>
106
<h3>UNIMARC field 4XX builder</h3>
107
	[% IF ( Search ) %]
107
	[% IF ( Search ) %]
108
		<div id="UNIMARC_Field_4XX_search">
108
		<div id="UNIMARC_Field_4XX_search">
109
		<h2> Search On  </h2>
109
        <h2> Search on  </h2>
110
		<form name="f" method="post" action="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_4XX.pl">
110
		<form name="f" method="post" action="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_4XX.pl">
111
	
111
	
112
			<p>
112
			<p>
Lines 118-124 Link Here
118
				<input type="text" name="search" id="searchbox" size="35" /><br />
118
				<input type="text" name="search" id="searchbox" size="35" /><br />
119
				<label for="itypeloop">Item type:</label>
119
				<label for="itypeloop">Item type:</label>
120
				<select name="itype" id="itypeloop">
120
				<select name="itype" id="itypeloop">
121
				<option value="">All Item Types</option>
121
                <option value="">All item types</option>
122
				[% FOREACH itypeloo IN itypeloop %]
122
				[% FOREACH itypeloo IN itypeloop %]
123
				[% IF ( itypeloo.selected ) %]
123
				[% IF ( itypeloo.selected ) %]
124
				<option value="[% itypeloo.itemtype %]" selected="selected">[% itypeloo.description %]</option>
124
				<option value="[% itypeloo.itemtype %]" selected="selected">[% itypeloo.description %]</option>
Lines 157-163 Link Here
157
			<table>
157
			<table>
158
				<tr>
158
				<tr>
159
					<th>Summary</th>
159
					<th>Summary</th>
160
					<th>Item Count</th>
160
                    <th>Item count</th>
161
					<th>Location</th>
161
					<th>Location</th>
162
					<th>&nbsp;</th>
162
					<th>&nbsp;</th>
163
				</tr>
163
				</tr>
Lines 190-196 Link Here
190
                      [% IF ( resul.biblionumber ) %]
190
                      [% IF ( resul.biblionumber ) %]
191
						<a href="javascript:jumpfull('/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_4XX.pl&amp;index=[% index %]&amp;biblionumber=[% resul.biblionumber %]&amp;type=intranet&amp;op=fillinput')">Choose</a>
191
						<a href="javascript:jumpfull('/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_4XX.pl&amp;index=[% index %]&amp;biblionumber=[% resul.biblionumber %]&amp;type=intranet&amp;op=fillinput')">Choose</a>
192
                      [% ELSE %]
192
                      [% ELSE %]
193
						<a href="javascript:jumpfull('/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_4XX.pl&amp;index=[% index %]&amp;type=intranet&amp;op=fillinput')">Clear Field</a>
193
                        <a href="javascript:jumpfull('/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_4XX.pl&amp;index=[% index %]&amp;type=intranet&amp;op=fillinput')">Clear field</a>
194
                      [% END %]
194
                      [% END %]
195
					</td>
195
					</td>
196
				</tr>
196
				</tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_686a.tt (-4 / +4 lines)
Lines 1-12 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 686a builder</title>
2
<title>UNIMARC field 686a builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<style type="text/css">
4
<style type="text/css">
5
#custom-doc { width:51.46em;*width:50.17em;min-width:675px; margin:auto; text-align:left; }
5
#custom-doc { width:51.46em;*width:50.17em;min-width:675px; margin:auto; text-align:left; }
6
</style>
6
</style>
7
</head>
7
</head>
8
<body id="cat_unimarc_field_686a" class="cat" style="padding:1em;">
8
<body id="cat_unimarc_field_686a" class="cat" style="padding:1em;">
9
<h3>UNIMARC Field 686a builder</h3>
9
<h3>UNIMARC field 686a builder</h3>
10
<div id="custom-doc" class="yui-t7">
10
<div id="custom-doc" class="yui-t7">
11
   <div id="bd">
11
   <div id="bd">
12
	<div id="yui-main">
12
	<div id="yui-main">
Lines 63-70 Link Here
63
                    <label for="orderby">Sort by </label>
63
                    <label for="orderby">Sort by </label>
64
                    <select name="orderby" id="orderby">
64
                    <select name="orderby" id="orderby">
65
                        <option value="NoOrder">No order</option>
65
                        <option value="NoOrder">No order</option>
66
                        <option value="HeadingAsc" selected="selected">Heading Ascendant</option>
66
                        <option value="HeadingAsc" selected="selected">Heading ascendant</option>
67
                        <option value="HeadingDsc">Heading Descendant</option>
67
                        <option value="HeadingDsc">Heading descendant</option>
68
                    </select>
68
                    </select>
69
                </li></ol></fieldset>
69
                </li></ol></fieldset>
70
            <fieldset class="action"> <input type="submit" value="Search" class="submit" /> <a class="cancel close" href="#">Cancel</a></fieldset>
70
            <fieldset class="action"> <input type="submit" value="Search" class="submit" /> <a class="cancel close" href="#">Cancel</a></fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_700-4.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Field 700-4 builder</title>
2
<title>UNIMARC field 700-4 builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_field_700-4" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_field_700-4" class="cat" style="padding:1em;">
6
<h3>UNIMARC Field 700-4 builder</h3>
6
<h3>UNIMARC field 700-4 builder</h3>
7
<p>Sélectionnez la valeur pour le champ 700 $4. Elle sera automatiquement reportée dans la zone 700 $8 qui suit.</p>
7
<p>Sélectionnez la valeur pour le champ 700 $4. Elle sera automatiquement reportée dans la zone 700 $8 qui suit.</p>
8
<form name="f_pop" onsubmit="report()" action="">
8
<form name="f_pop" onsubmit="report()" action="">
9
<table>
9
<table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader.tt (-3 / +2 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>UNIMARC Leader builder</title>
2
<title>UNIMARC leader builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="cat_unimarc_leader" class="cat" style="padding:1em;">
5
<body id="cat_unimarc_leader" class="cat" style="padding:1em;">
6
<h3>UNIMARC Leader builder</h3>
6
<h3>UNIMARC leader builder</h3>
7
<form name="f_pop" action="">
7
<form name="f_pop" action="">
8
<table>
8
<table>
9
	<tr>
9
	<tr>
10
- 

Return to bug 2780