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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader_authorities.tt (-180 / +179 lines)
Lines 8-200 Link Here
8
<input name="plugin_name" value="unimarc_leader_authorities.pl" type="hidden">
8
<input name="plugin_name" value="unimarc_leader_authorities.pl" type="hidden">
9
9
10
<table>
10
<table>
11
	<tr>
11
    <tr>
12
		<td>1-4 Record length</td>
12
        <td>1-4 Record length</td>
13
		<td>(auto-calculated)</td>
13
        <td>(auto-calculated)</td>
14
	</tr>
14
    </tr>
15
	<tr>
15
    <tr>
16
		<td><label for="f5">5- Record status</label></td>
16
        <td><label for="f5">5- Record status</label></td>
17
		<td>
17
        <td>
18
			<select name="f5" id="f5" size="1">
18
            <select name="f5" id="f5" size="1">
19
			[% IF ( f5c ) %]
19
            [% IF ( f5c ) %]
20
				<option value="c" selected="selected">c - Corrected or revised</option>
20
                <option value="c" selected="selected">c - Corrected or revised</option>
21
			[% ELSE %]
21
            [% ELSE %]
22
				<option value="c">c - Corrected or revised</option>
22
                <option value="c">c - Corrected or revised</option>
23
			[% END %]
23
            [% END %]
24
			[% IF ( f5d ) %]
24
            [% IF ( f5d ) %]
25
				<option value="d" selected="selected">d - Deleted</option>
25
                <option value="d" selected="selected">d - Deleted</option>
26
			[% ELSE %]
26
            [% ELSE %]
27
				<option value="d">d - Deleted</option>
27
                <option value="d">d - Deleted</option>
28
			[% END %]
28
            [% END %]
29
			[% IF ( f5n ) %]
29
            [% IF ( f5n ) %]
30
				<option value="n" selected="selected">n - New</option>
30
                <option value="n" selected="selected">n - New</option>
31
			[% ELSE %]
31
            [% ELSE %]
32
				<option value="n">n - New</option>
32
                <option value="n">n - New</option>
33
			[% END %]
33
            [% END %]
34
			</select>
34
            </select>
35
		</td>
35
        </td>
36
	</tr>
36
    </tr>
37
	<tr>
37
    <tr>
38
		<td><label for="f6">6- Type of record</label></td>
38
        <td><label for="f6">6- Type of record</label></td>
39
		<td>
39
        <td>
40
			<select name="f6" id="f6" size="1">
40
            <select name="f6" id="f6" size="1">
41
			[% IF ( f6x ) %]
41
            [% IF ( f6x ) %]
42
				<option value="x" selected="selected">x - Authority entry record</option>
42
                <option value="x" selected="selected">x - Authority entry record</option>
43
			[% ELSE %]
43
            [% ELSE %]
44
				<option value="x">x - Authority entry record</option>
44
                <option value="x">x - Authority entry record</option>
45
			[% END %]
45
            [% END %]
46
46
47
			[% IF ( f6y ) %]
47
            [% IF ( f6y ) %]
48
				<option value="y" selected="selected">y - Reference entry record</option>
48
                <option value="y" selected="selected">y - Reference entry record</option>
49
			[% ELSE %]
49
            [% ELSE %]
50
				<option value="y">y - Reference entry record</option>
50
                <option value="y">y - Reference entry record</option>
51
			[% END %]
51
            [% END %]
52
52
53
			[% IF ( f6z ) %]
53
            [% IF ( f6z ) %]
54
				<option value="z" selected="selected">z - General explanatory entry record</option>
54
                <option value="z" selected="selected">z - General explanatory entry record</option>
55
			[% ELSE %]
55
            [% ELSE %]
56
				<option value="z">z - General explanatory entry record</option>
56
                <option value="z">z - General explanatory entry record</option>
57
			[% END %]
57
            [% END %]
58
58
59
			</select>
59
            </select>
60
		</td>
60
        </td>
61
	</tr>
61
    </tr>
62
	<tr>
62
    <tr>
63
		<td><label for="f7">7-8 Undefined</label></td>
63
        <td><label for="f7">7-8 Undefined</label></td>
64
		<td></td>
64
        <td></td>
65
	</tr>
65
    </tr>
66
66
67
	<tr>
67
    <tr>
68
		<td><label for="f9">9- Type of entity</label></td>
68
        <td><label for="f9">9- Type of entity</label></td>
69
		<td>
69
        <td>
70
			<select name="f9" id="f9" size="1">
70
            <select name="f9" id="f9" size="1">
71
			[% IF ( f9 ) %]
71
            [% IF ( f9 ) %]
72
				<option value=" " selected="selected"> - Series</option>
72
                <option value=" " selected="selected"> - Series</option>
73
			[% ELSE %]
73
            [% ELSE %]
74
				<option value=" "> - Series</option>
74
                <option value=" "> - Series</option>
75
			[% END %]
75
            [% END %]
76
76
77
			[% IF ( f9a ) %]
77
            [% IF ( f9a ) %]
78
				<option value="a" selected="selected">a - Personal name entry</option>
78
                <option value="a" selected="selected">a - Personal name entry</option>
79
			[% ELSE %]
79
            [% ELSE %]
80
				<option value="a">a - Personal name entry</option>
80
                <option value="a">a - Personal name entry</option>
81
			[% END %]
81
            [% END %]
82
82
83
			[% IF ( f9b ) %]
83
            [% IF ( f9b ) %]
84
				<option value="b" selected="selected">b - Corporate name entry</option>
84
                <option value="b" selected="selected">b - Corporate name entry</option>
85
			[% ELSE %]
85
            [% ELSE %]
86
				<option value="b">b - Corporate name entry</option>
86
                <option value="b">b - Corporate name entry</option>
87
			[% END %]
87
            [% END %]
88
88
89
			[% IF ( f9c ) %]
89
            [% IF ( f9c ) %]
90
				<option value="c" selected="selected">c - Territorial or geographical name</option>
90
                <option value="c" selected="selected">c - Territorial or geographical name</option>
91
			[% ELSE %]
91
            [% ELSE %]
92
				<option value="c">c - Territorial or geographical name</option>
92
                <option value="c">c - Territorial or geographical name</option>
93
			[% END %]
93
            [% END %]
94
94
95
			[% IF ( f9d ) %]
95
            [% IF ( f9d ) %]
96
				<option value="d" selected="selected">d - Trademark</option>
96
                <option value="d" selected="selected">d - Trademark</option>
97
			[% ELSE %]
97
            [% ELSE %]
98
				<option value="d">d - Trademark</option>
98
                <option value="d">d - Trademark</option>
99
			[% END %]
99
            [% END %]
100
100
101
			[% IF ( f9e ) %]
101
            [% IF ( f9e ) %]
102
				<option value="e" selected="selected">e - Family name</option>
102
                <option value="e" selected="selected">e - Family name</option>
103
			[% ELSE %]
103
            [% ELSE %]
104
				<option value="e">e - Family name</option>
104
                <option value="e">e - Family name</option>
105
			[% END %]
105
            [% END %]
106
106
107
			[% IF ( f9f ) %]
107
            [% IF ( f9f ) %]
108
				<option value="f" selected="selected">f - Uniform name</option>
108
                <option value="f" selected="selected">f - Uniform name</option>
109
			[% ELSE %]
109
            [% ELSE %]
110
				<option value="f">f - Uniform name</option>
110
                <option value="f">f - Uniform name</option>
111
			[% END %]
111
            [% END %]
112
112
113
			[% IF ( f9g ) %]
113
            [% IF ( f9g ) %]
114
				<option value="g" selected="selected">g - Collective uniform name</option>
114
                <option value="g" selected="selected">g - Collective uniform name</option>
115
			[% ELSE %]
115
            [% ELSE %]
116
				<option value="g">g - Collective uniform name</option>
116
                <option value="g">g - Collective uniform name</option>
117
			[% END %]
117
            [% END %]
118
118
119
			[% IF ( f9h ) %]
119
            [% IF ( f9h ) %]
120
				<option value="h" selected="selected">h - Name/title</option>
120
                <option value="h" selected="selected">h - Name/title</option>
121
			[% ELSE %]
121
            [% ELSE %]
122
				<option value="h">h - Name/title</option>
122
                <option value="h">h - Name/title</option>
123
			[% END %]
123
            [% END %]
124
124
125
			[% IF ( f9i ) %]
125
            [% IF ( f9i ) %]
126
				<option value="i" selected="selected">i - Name/collective uniform title</option>
126
                <option value="i" selected="selected">i - Name/collective uniform title</option>
127
			[% ELSE %]
127
            [% ELSE %]
128
				<option value="i">i - Name/collective uniform title</option>
128
                <option value="i">i - Name/collective uniform title</option>
129
			[% END %]
129
            [% END %]
130
130
131
			[% IF ( f9j ) %]
131
            [% IF ( f9j ) %]
132
				<option value="j" selected="selected">j - Topical subject</option>
132
                <option value="j" selected="selected">j - Topical subject</option>
133
			[% ELSE %]
133
            [% ELSE %]
134
				<option value="j">j - Topical subject</option>
134
                <option value="j">j - Topical subject</option>
135
			[% END %]
135
            [% END %]
136
136
137
			[% IF ( f9k ) %]
137
            [% IF ( f9k ) %]
138
				<option value="k" selected="selected">k - Place access</option>
138
                <option value="k" selected="selected">k - Place access</option>
139
			[% ELSE %]
139
            [% ELSE %]
140
				<option value="k">k - Place access</option>
140
                <option value="k">k - Place access</option>
141
			[% END %]
141
            [% END %]
142
142
143
			[% IF ( f9l ) %]
143
            [% IF ( f9l ) %]
144
				<option value="l" selected="selected">l - Form, genre or physical characteristics</option>
144
                <option value="l" selected="selected">l - Form, genre or physical characteristics</option>
145
			[% ELSE %]
145
            [% ELSE %]
146
				<option value="l">l - Form, genre or physical characteristics</option>
146
                <option value="l">l - Form, genre or physical characteristics</option>
147
			[% END %]
147
            [% END %]
148
148
149
			</select>
149
            </select>
150
		</td>
150
        </td>
151
	</tr>
151
    </tr>
152
	<tr>
152
    <tr>
153
		 <td><label for="f10">10-16 indicator/subfields/size</label></td>
153
         <td><label for="f10">10-16 indicator/subfields/size</label></td>
154
		<td>(auto-calculated)</td>
154
        <td>(auto-calculated)</td>
155
	</tr>
155
    </tr>
156
156
157
	<tr>
157
    <tr>
158
		<td><label for="f17">17- Encoding level</label></td>
158
        <td><label for="f17">17- Encoding level</label></td>
159
		<td>
159
        <td>
160
			<select name="f17" id="f17" size="1">
160
            <select name="f17" id="f17" size="1">
161
				[% IF ( f17space ) %]
161
                [% IF ( f17space ) %]
162
					<option value=" " selected="selected"> - Full</option>
162
                    <option value=" " selected="selected"> - Full</option>
163
				[% ELSE %]
163
                [% ELSE %]
164
					<option value=" ">  - Full</option>
164
                    <option value=" ">  - Full</option>
165
				[% END %]
165
                [% END %]
166
				[% IF ( f183 ) %]
166
                [% IF ( f183 ) %]
167
					<option value="3" selected="selected">3 - Partial</option>
167
                    <option value="3" selected="selected">3 - Partial</option>
168
				[% ELSE %]
168
                [% ELSE %]
169
					<option value="3">3 - Partial</option>
169
                    <option value="3">3 - Partial</option>
170
				[% END %]
170
                [% END %]
171
			</select>
171
            </select>
172
		</td>
172
        </td>
173
	</tr>
173
    </tr>
174
174
175
	<tr>
175
    <tr>
176
	 <td>18-19 Undefined</td>
176
     <td>18-19 Undefined</td>
177
	 <td></td>
177
     <td></td>
178
	</tr>
178
    </tr>
179
179
180
	<tr>
180
    <tr>
181
		<td>20-24 Entry map &amp; lengths</td>
181
        <td>20-24 Entry map &amp; lengths</td>
182
		<td>(auto-filled)</td>
182
        <td>(auto-filled)</td>
183
	</tr>
183
    </tr>
184
</table>
184
</table>
185
<fieldset class="action"><input type="submit" value="OK" onclick="report();" /> <a href="#" class="cancel close">Cancel</a></fieldset>
185
<fieldset class="action"><input type="submit" value="OK" onclick="report();" /> <a href="#" class="cancel close">Cancel</a></fieldset>
186
</form>
186
</form>
187
<script type="text/javascript">
187
<script type="text/javascript">
188
//<![CDATA[
188
//<![CDATA[
189
function report() {
189
function report() {
190
	    var doc   = opener.document;
190
    var doc   = opener.document;
191
            var field = doc.getElementById("[% index %]");
191
    var field = doc.getElementById("[% index %]");
192
192
193
            field.value ='     '+document.f_pop.f5.value+document.f_pop.f6.value+'  '+document.f_pop.f9.value+'22     '+document.f_pop.f17.value+'  '+'45  ';
193
    field.value ='     '+document.f_pop.f5.value+document.f_pop.f6.value+'  '+document.f_pop.f9.value+'22     '+document.f_pop.f17.value+'  '+'45  ';
194
194
195
			self.close();
195
    self.close();
196
			return false;
196
    return false;
197
	}
197
}
198
//]]>
198
//]]>
199
</script>
199
</script>
200
200
201
- 

Return to bug 24698