Complete sweep of help files in order to correct invalid markup and fix Bug 2444...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / authtypes.tmpl
1 <!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
3 <h1>Authority types</h1>
4
5 <p>You can define as many Authority types as you want.</p>
6         <ul>
7                 <li>with the MARC structure button, you can define the MARC structure of a given authority type</li>
8                 <li>The tag reported must contain a MARC tag number. Every subfield in the selected tag will be copied to the &quot;destination tag&quot; in the biblio. for example, in UNIMARC, the tag 200 ot personal authority will be reported to 600, 700, 701, depending on what is cliqued in the biblio MARC editor.</li>
9                 <li>The summary contains an &quot;ISBD&quot; like description to explain how the entry must be shown in the result list. The syntax is :
10                 <ul>
11                         <li>[xxxFFFSyyy] where are up to 3 digits BEFORE the field, FFF the field number, S the subfield code, yyy up to 3 digits AFTER the field.</li>
12                         <li>things outside [] are kept as is (including HTML)</li>
13                         <li>repeatable fields are managed.
14                         <ul>
15                         </ul></li>
16 <p>IMPORTANT</p>
17 <p>In the biblio framework, the reported tag <strong>MUST</strong> contain a $9 subfield, activated in the tab where the tag is, and hidden (hidden maybe omitted, but the field has no reason to appear anywhere). The $9 subfield in the biblio will contain the Authority number (the internal Koha number)</p>
18                 </ul></li>
19         </ul>
20         <h1>Create Authority Types</h1>
21
22 <p>Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions).
23 To create a new framework...</p>
24
25         <ul>
26                 <li>Go to the 'Administration' module.</li>
27                 <li>Select 'Authority types'</li>
28                 <li>Click 'New Authority Framework'</li>
29                 <li>Fill in the fields that describe your new authority type<br/>
30                 <ul>
31                         <li>
32                     <span style="background-color: #ffe599">
33 TIP: In the 'Authority field to copy', enter the authority field that should be copied from the authority record to the bibliographic record. e.g., in MARC21, field 100 in the authority record should be copied to field 100 in the bibliographic record</span></li>
34                 </ul></li>
35                 <li>Click 'Submit'</li>
36                 <li>To update the MARC Framework for your new authority type, click 'MARC structure' next to the authority</li>
37                 <li>From the following screen you can alter fields, subfields and add additional tags</li>
38                 <li>By clicking on the 'edit' link you will be able to alter information related to the field</li>
39                 <li>By clicking the 'subfields' link you will be able to alter all of the subfields associated with that field</li>
40                 <li>By clicking 'Edit subfields' at the bottom of the screen you can alter the information for each subfield</li>
41                 <li>After making your changes, click 'Save Changes' at the top of the screen</li>
42                 <li>To delete a subfield, just click the 'delete' link next to the field you'd like to edit</li>
43         </ul><!-- TMPL_INCLUDE NAME="help-bottom.inc" -->