]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/cat/marcedit.xul
no one likes the persisting call number with fast add, not even me :)
[working/Evergreen.git] / Open-ILS / xul / staff_client / server / cat / marcedit.xul
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
3 <?xml-stylesheet href="/xul/server/skin/global.css" type="text/css"?>
4 <?xml-stylesheet href="marcedit.css" type="text/css"?>
5
6 <!-- LOCALIZATION -->
7 <!DOCTYPE window PUBLIC "" ""[
8 <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
9 ]>
10
11 <?xul-overlay href="/xul/server/OpenILS/util_overlay.xul"?>
12
13 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:xhtml="http://www.w3.org/1999/xhtml" onload="try { my_init(); font_helper(); persist_helper(); } catch(E) { alert(E); }">
14
15 <scripts id="openils_util_scripts"/>
16 <script type="text/javascript" src="/xul/server/main/JSAN.js"/>
17
18 <script src="marcedit.js" type="application/x-javascript; e4x=1"/>
19
20 <messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale'-->/cat.properties" />
21 <messagecatalog id="circStrings" src="/xul/server/locale/<!--#echo var='locale'-->/circ.properties" />
22
23 <groupbox flex="0">
24     <caption label="&staff.cat.marcedit.options.label;"/>
25     <hbox flex="1">
26         <checkbox oils_persist="checked" accesskey="&staff.cat.marcedit.stackSubfields.accesskey;" label="&staff.cat.marcedit.stackSubfields.label;" oncommand="stackSubfields(this);" checked="false" id="stackSubfields"/>
27         <checkbox oils_persist="checked" accesskey="&staff.cat.marcedit.flatTextEditor.accesskey;" label="&staff.cat.marcedit.flatTextEditor.label;" oncommand="set_flat_editor(this.checked);" checked="false" id="swapEditor_checkbox"/>
28         <checkbox oils_persist="checked" accesskey="&staff.cat.marcedit.fastItemAdd.accesskey;" label="&staff.cat.marcedit.fastItemAdd.label;" oncommand="fastItemAdd_toggle(this);" checked="false" id="fastItemAdd_checkbox"/>
29         <hbox id="fastItemAdd_textboxes">
30             <label control="fastItemAdd_callnumber" accesskey="&staff.cat.marcedit.fastItemAdd_callnumber.accesskey;" value="&staff.cat.marcedit.fastItemAdd_callnumber.label;" />
31             <textbox context="clipboard" id="fastItemAdd_callnumber" />
32             <label control="fastItemAdd_barcode" accesskey="&staff.cat.marcedit.fastItemAdd_barcode.accesskey;" value="&staff.cat.marcedit.fastItemAdd_barcode.label;" />
33             <textbox context="clipboard" id="fastItemAdd_barcode"/>
34         </hbox>
35         <button label="&staff.cat.marcedit.validate.label;" accesskey="&staff.cat.marcedit.validate.accesskey;" oncommand="validateAuthority(this);"/>
36         <button id="save-button" accesskey="&staff.cat.marcedit.save-button.accesskey;"/>
37         <button label="&staff.cat.marcedit.help.label;" accesskey="&staff.cat.marcedit.help.accesskey;"
38             oncommand="alert(
39                 $('catStrings').getString('staff.cat.marcedit.help.add_row') + '\n' +
40                 $('catStrings').getString('staff.cat.marcedit.help.insert_row') + '\n' +
41                 $('catStrings').getString('staff.cat.marcedit.help.copy_row_up') + '\n' +
42                 $('catStrings').getString('staff.cat.marcedit.help.copy_row_down') + '\n' +
43                 $('catStrings').getString('staff.cat.marcedit.help.add_subfield') + '\n' +
44                 $('catStrings').getString('staff.cat.marcedit.help.remove_row') + '\n' +
45                 $('catStrings').getString('staff.cat.marcedit.help.remove_subfield') + '\n' +
46                 $('catStrings').getString('staff.cat.marcedit.help.replace_006') + '\n' +
47                 $('catStrings').getString('staff.cat.marcedit.help.replace_007') + '\n' +
48                 $('catStrings').getString('staff.cat.marcedit.help.replace_008')
49             );"
50         />
51     </hbox>
52 </groupbox>
53
54 <groupbox id="xul-editor" flex="1">
55     <caption label="&staff.cat.marcedit.caption.label;"/>
56     <vbox flex="1" style="overflow: auto;">
57         <hbox>
58         <groupbox flex="0">
59             <caption>
60                 <label value="&staff.cat.marcedit.toggleFFE.label;" ondblclick="toggleFFE();"/>
61                 <label id="recordTypeLabel" context="recordTypeMenu"/>
62             </caption>
63             <vbox flex="0">
64                 <grid flex="0" id="leaderGrid" type="BKS" hidden="false" oils_persist="hidden">
65                     <columns>
66                         <column flex="1"/>
67                         <column flex="1"/>
68                         <column flex="1"/>
69                         <column flex="1"/>
70                         <column flex="1"/>
71                         <column flex="1"/>
72                         <column flex="1"/>
73                         <column flex="1"/>
74                         <column flex="1"/>
75                         <column flex="1"/>
76                         <column flex="1"/>
77                         <column flex="1"/>
78                     </columns>
79                     <rows>
80                         <row>
81                             <label name="Type" control="Type_tb" set="BKS SER VIS MIX MAP SCO REC COM" value="Type" />
82                             <textbox id="Type_tb" context="clipboard" class="plain" name="Type" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
83                             <label name="ELvl" control="ELvl_tb" set="BKS SER VIS MIX MAP SCO REC COM" value="ELvl" />
84                             <textbox id="Elvl_tb" context="clipboard" class="plain" name="ELvl" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
85                             <label name="Srce" control="Srce_tb" set="BKS SER VIS MIX MAP SCO REC COM" value="Srce" />
86                             <textbox id="Srce_tb" context="clipboard" class="plain" name="Srce" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
87                             <label name="Audn" control="Audn_tb" set="BKS VIS SCO REC COM" value="Audn" />
88                             <textbox id="Audn_tb" context="clipboard" class="plain" name="Audn" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
89                             <label name="Ctrl" control="Ctrl_tb" set="BKS SER VIS MIX MAP SCO REC COM" value="Ctrl" />
90                             <textbox id="Ctrl_tb" context="clipboard" class="plain" name="Ctrl" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
91                             <label name="Lang" control="Lang_tb" set="BKS SER VIS MIX MAP SCO REC COM" value="Lang" />
92                             <textbox id="Lang_tb" context="clipboard" class="plain" name="Lang" maxlength="3" size="3" oninput="updateFixedFields(this);" onfocus="this.select();"/>
93                         </row>
94                         <row>
95                             <label name="BLvl" control="BLvl_tb" set="BKS SER VIS MIX MAP SCO REC COM" value="BLvl" />
96                             <textbox id="BLvl_tb" context="clipboard" class="plain" name="BLvl" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
97                             <label name="Form" control="Form_tb" set="BKS SER VIS MIX MAP SCO REC" value="Form" />
98                             <textbox id="Form_tb" context="clipboard" class="plain" name="Form" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
99                             <label name="Conf" control="Conf_tb" set="BKS SER" value="Conf" />
100                             <textbox id="Conf_tb" context="clipboard" class="plain" name="Conf" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
101                             <label name="Biog" control="Biog_tb" set="BKS" value="Biog" />
102                             <textbox id="Biog_tb" context="clipboard" class="plain" name="Biog" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
103                             <label name="MRec" control="MRec_tb" set="BKS SER VIS MIX MAP SCO REC COM" value="MRec" />
104                             <textbox id="MRec_tb" context="clipboard" class="plain" name="MRec" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
105                             <label name="Ctry" control="Ctry_tb" set="BKS SER VIS MIX MAP SCO REC COM" value="Ctry" />
106                             <textbox id="Ctry_tb" context="clipboard" class="plain" name="Ctry" maxlength="3" size="3" oninput="updateFixedFields(this);" onfocus="this.select();"/>
107                         </row>
108                         <row>
109                             <label name="S/L" control="s_l_tb" set="SER" value="S/L" />
110                             <textbox id="s_l_tb" context="clipboard" class="plain" name="S/L" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
111                             <label name="Cont" control="Cont_tb" set="BKS SER" value="Cont" />
112                             <textbox id="Cont_tb" context="clipboard" class="plain" name="Cont" maxlength="4" size="4" oninput="updateFixedFields(this);" onfocus="this.select();"/>
113                             <label name="GPub" control="GPub_tb" set="BKS SER VIS MAP COM" value="GPub" />
114                             <textbox id="GPub_tb" context="clipboard" class="plain" name="GPub" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
115                             <label name="LitF" control="LitF_tb" set="BKS" value="LitF" />
116                             <textbox id="LitF_tb" context="clipboard" class="plain" name="LitF" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
117                             <label name="Indx" control="Indx_tb" set="BKS MAP" value="Indx" />
118                             <textbox id="Indx_tb" context="clipboard" class="plain" name="Indx" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
119                             <label name="Alph" control="Alph_tb" set="SER" value="Alph" />
120                             <textbox id="Alph_tb" context="clipboard" class="plain" name="Alph" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
121                         </row>
122                         <row>
123                             <label name="Desc" control="Desc_tb" set="BKS SER VIS MIX MAP SCO REC COM" value="Desc" />
124                             <textbox id="Desc_tb" context="clipboard" class="plain" name="Desc" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
125                             <label name="Ills" control="Ills_tb" set="BKS" value="Ills" />
126                             <textbox id="Ills_tb" context="clipboard" class="plain" name="Ills" maxlength="4" size="4" oninput="updateFixedFields(this);" onfocus="this.select();"/>
127                             <label name="Fest" control="Fest_tb" set="BKS" value="Fest" />
128                             <textbox id="Fest_tb" context="clipboard" class="plain" name="Fest" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
129                             <label name="DtSt" control="DtSt_tb" set="BKS SER VIS MIX MAP SCO REC COM" value="DtSt" />
130                             <textbox id="DtSt_tb" context="clipboard" class="plain" name="DtSt" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
131                             <label name="Date1" control="Date1_tb" set="BKS SER VIS MIX MAP SCO REC COM" value="Date1" />
132                             <textbox id="Date1_tb" context="clipboard" class="plain" name="Date1" maxlength="4" size="4" oninput="updateFixedFields(this);" onfocus="this.select();"/>
133                             <label name="Date2" control="Date2_tb" set="BKS SER VIS MIX MAP SCO REC COM" value="Date2" />
134                             <textbox id="Date2_tb" context="clipboard" class="plain" name="Date2" maxlength="4" size="4" oninput="updateFixedFields(this);" onfocus="this.select();"/>
135                         </row>
136                         <row>
137                             <label name="SrTp" control="SrTp_tb" set="SER" value="SrTp" />
138                             <textbox id="SrTp_tb" context="clipboard" class="plain" name="SrTp" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
139                             <label name="Regl" control="Regl_tb" set="SER" value="Regl" />
140                             <textbox id="Regl_tb" context="clipboard" class="plain" name="Regl" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
141                             <label name="Orig" control="Orig_tb" set="SER" value="Orig" />
142                             <textbox id="Orig_tb" context="clipboard" class="plain" name="Orig" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
143                             <label name="Freq" control="Freq_tb" set="SER" value="Freq" />
144                             <textbox id="Freq_tb" context="clipboard" class="plain" name="Freq" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
145                             <label name="EntW" control="EntW_tb" set="SER" value="EntW" />
146                             <textbox id="EntW_tb" context="clipboard" class="plain" name="EntW" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
147                         </row>
148                         <row>
149                             <label name="TrAr" control="TrAr_tb" set="SCO REC" value="TrAr" />
150                             <textbox id="TrAr_tb" context="clipboard" class="plain" name="TrAr" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
151                             <label name="Part" control="Part_tb" set="SCO REC" value="Part" />
152                             <textbox id="Part_tb" context="clipboard" class="plain" name="Part" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
153                             <label name="LTxt" control="LTxt_tb" set="SCO REC" value="LTxt" />
154                             <textbox id="LTxt_tb" context="clipboard" class="plain" name="LTxt" maxlength="2" size="2" oninput="updateFixedFields(this);" onfocus="this.select();"/>
155                             <label name="FMus" control="FMus_tb" set="SCO REC" value="FMus" />
156                             <textbox id="FMus_tb" context="clipboard" class="plain" name="FMus" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
157                             <label name="AccM" control="AccM_tb" set="SCO REC" value="AccM" />
158                             <textbox id="AccM_tb" context="clipboard" class="plain" name="AccM" maxlength="6" size="6" oninput="updateFixedFields(this);" onfocus="this.select();"/>
159                             <label name="Comp" control="Comp_tb" set="SCO REC" value="Comp" />
160                             <textbox id="Comp_tb" context="clipboard" class="plain" name="Comp" maxlength="2" size="2" oninput="updateFixedFields(this);" onfocus="this.select();"/>
161                         </row>
162                         <row>
163                             <label name="SpFm" control="SpFm_tb" set="MAP" value="SpFm" />
164                             <textbox id="SpFm_tb" context="clipboard" class="plain" name="SpFm" maxlength="2" size="2" oninput="updateFixedFields(this);" onfocus="this.select();"/>
165                             <label name="Relf" control="Relf_tb" set="MAP" value="Relf" />
166                             <textbox id="Relf_tb" context="clipboard" class="plain" name="Relf" maxlength="4" size="4" oninput="updateFixedFields(this);" onfocus="this.select();"/>
167                             <label name="Proj" control="Proj_tb" set="MAP" value="Proj" />
168                             <textbox id="Proj_tb" context="clipboard" class="plain" name="Proj" maxlength="2" size="2" oninput="updateFixedFields(this);" onfocus="this.select();"/>
169                             <label name="CrTp" control="CrTp_tb" set="MAP" value="CrTp" />
170                             <textbox id="CrTp_tb" context="clipboard" class="plain" name="CrTp" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
171                         </row>
172                         <row>
173                             <label name="TMat" control="TMat_tb" set="VIS" value="TMat" />
174                             <textbox id="TMat_tb" context="clipboard" class="plain" name="TMat" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
175                             <label name="Time" control="Time_tb" set="VIS" value="Time" />
176                             <textbox id="Time_tb" context="clipboard" class="plain" name="Time" maxlength="3" size="3" oninput="updateFixedFields(this);" onfocus="this.select();"/>
177                             <label name="Tech" control="Tech_tb" set="VIS" value="Tech" />
178                             <textbox id="Tech_tb" context="clipboard" class="plain" name="Tech" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
179                             <label name="File" control="File_tb" set="COM" value="File" />
180                             <textbox id="File_tb" context="clipboard" class="plain" name="File" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
181                         </row>
182                         <row>
183                             <label name="Type" control="Type_tbmfhd" set="AUT MFHD" value="Type" />
184                             <textbox id="Type_tbmfhd" context="clipboard" class="plain" name="Type" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
185                             <label name="ELvl" control="ELvl_tbmfhd" set="AUT MFHD" value="ELvl" />
186                             <textbox id="ELvl_tbmfhd" context="clipboard" class="plain" name="ELvl" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
187                             <label name="Item" control="Item_tbmfhd" set="AUT MFHD" value="Item" />
188                             <textbox id="Item_tbmfhd" context="clipboard" class="plain" name="Item" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
189                             <label name="GeoDiv" control="GeoDiv_tb" set="AUT" value="GeoDiv" />
190                             <textbox id="GeoDiv_tb" context="clipboard" class="plain" name="GeoDiv" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
191                             <label name="Roman" control="Roman_tb" set="AUT" value="Roman" />
192                             <textbox id="Roman_tb" context="clipboard" class="plain" name="Roman" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
193                             <label name="CatLang" control="CatLang_tb" set="AUT" value="CatLang" />
194                             <textbox id="CatLang_tb" context="clipboard" class="plain" name="CatLang" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
195                         </row>
196                         <row>
197                             <label name="Kind" control="Kind_tb" set="AUT" value="Kind" />
198                             <textbox id="Kind_tb" context="clipboard" class="plain" name="Kind" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
199                             <label name="Rules" control="Rules_tb" set="AUT" value="Rules" />
200                             <textbox id="Rules_tb" context="clipboard" class="plain" name="Rules" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
201                             <label name="SHSys" control="SHSys_tb" set="AUT" value="SHSys" />
202                             <textbox id="SHSys_tb" context="clipboard" class="plain" name="SHSys" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
203                             <label name="SerType" control="SerType_tb" set="AUT" value="SerType" />
204                             <textbox id="SerType_tb" context="clipboard" class="plain" name="SerType" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
205                             <label name="SerNum" control="SerNum_tb" set="AUT" value="SerNum" />
206                             <textbox id="SerNum_tb" context="clipboard" class="plain" name="SerNum" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
207                             <label name="HeadMain" control="HeadMain_tb" set="AUT" value="HeadMain" />
208                             <textbox id="HeadMain_tb" context="clipboard" class="plain" name="HeadMain" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
209                         </row>
210                         <row>
211                             <label name="HeadSubj" control="HeadSubj_tb" set="AUT" value="HeadSubj" />
212                             <textbox id="HeadSubj_tb" context="clipboard" class="plain" name="HeadSubj" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
213                             <label name="HeadSer" control="HeadSer_tb" set="AUT" value="HeadSer" />
214                             <textbox id="HeadSer_tb" context="clipboard" class="plain" name="HeadSer" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
215                             <label name="TypeSubd" control="TypeSubd_tb" set="AUT" value="TypeSubd" />
216                             <textbox id="TypeSubd_tb" context="clipboard" class="plain" name="TypeSubd" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
217                             <label name="TypeGov" control="TypeGov_tb" set="AUT" value="TypeGov" />
218                             <textbox id="TypeGov_tb" context="clipboard" class="plain" name="TypeGov" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
219                             <label name="RefEval" control="RefEval_tb" set="AUT" value="RefEval" />
220                             <textbox id="RefEval_tb" context="clipboard" class="plain" name="RefEval" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
221                             <label name="RecUpd" control="RecUpd_tb" set="AUT" value="RecUpd" />
222                             <textbox id="RecUpd_tb" context="clipboard" class="plain" name="RecUpd" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
223                         </row>
224                         <row>
225                             <label name="NameDiff" control="NameDiff_tb" set="AUT" value="NameDiff" />
226                             <textbox id="NameDiff_tb" context="clipboard" class="plain" name="NameDiff" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
227                             <label name="Level" control="Level_tb" set="AUT" value="Level" />
228                             <textbox id="Level_tb" context="clipboard" class="plain" name="Level" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
229                             <label name="ModRec" control="ModRec_tb" set="AUT" value="ModRec" />
230                             <textbox id="ModRec_tb" context="clipboard" class="plain" name="ModRec" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
231                             <label name="CatSrc" control="CatSrc_tb" set="AUT" value="CatSrc" />
232                             <textbox id="CatSrc_tb" context="clipboard" class="plain" name="CatSrc" maxlength="1" size="1" oninput="updateFixedFields(this);" onfocus="this.select();"/>
233                         </row>
234
235                     </rows>
236                 </grid>
237             </vbox>
238         </groupbox>
239
240             <vbox>
241                 <caption id="bib-source-list-caption" hidden="true">&staff.cat.marcedit.source.caption;</caption>
242                 <menulist id="bib-source-list" rows="3" hidden="true" onselect='onBibSourceSelect();'><menupopup id='bib-source-list-popup'></menupopup></menulist>
243                 <button id="bib-source-list-button" label="&staff.cat.marcedit.source.submit.label;" disabled="true" oncommand="updateBibSource();" hidden="true"/>
244             </vbox>
245         </hbox>
246
247         <grid id="recGrid" flex="1">
248             <columns>
249                 <column/>
250                 <column/>
251                 <column/>
252                 <column flex="1"/>
253             </columns>
254             <rows/>
255         </grid>
256     </vbox>
257 </groupbox>
258
259 <hbox hidden="true" id="text-editor" flex="1">
260     <xhtml:textarea rows="50" cols='100' id="text-editor-box"></xhtml:textarea>
261 </hbox>
262
263 <grid name="authority-marc-template" hidden="true">
264     <columns>
265         <column/>
266         <column/>
267         <column/>
268         <column flex="1"/>
269     </columns>
270     <rows/>
271 </grid>
272
273 <popupset>
274     <popup id="recordTypeMenu" position="after_start">
275         <menuitem label="BKS" oncommand="changeFFEditor('BKS');"/>
276         <menuitem label="SER" oncommand="changeFFEditor('SER');"/>
277         <menuitem label="VIS" oncommand="changeFFEditor('VIS');"/>
278         <menuitem label="MIX" oncommand="changeFFEditor('MIX');"/>
279         <menuitem label="MAP" oncommand="changeFFEditor('MAP');"/>
280         <menuitem label="SCO" oncommand="changeFFEditor('SCO');"/>
281         <menuitem label="REC" oncommand="changeFFEditor('REC');"/>
282         <menuitem label="COM" oncommand="changeFFEditor('COM');"/>
283         <menuitem label="MFHD" oncommand="changeFFEditor('MFHD');"/>
284     </popup>
285 </popupset>
286
287 </window>
288
289
290