Moving </head><body> into body of templates so that js and css can be embedded per...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / authtypes.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Online Help &rsaquo; System Preferences &rsaquo; Authority types</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6
7         <h1>Authority types</h1>
8         <p>You can define as many Authority types as you want.</p>
9         <ul>
10                 <li>with the MARC structure button, you can define the MARC structure of a given authority type</li>
11                 <li>The tag reported must contain a MARC tag number. Every subfield in the selected tag will be copied to the "destination tag" 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>
12                 <li>The summary contains an "ISBD" like description to explain how the entry must be shown in the result list. The syntax is : 
13                 <ul>
14                         <li>[xxxFFFSyyy] where xxx 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>
15                         <li>things outside [] are kept as is (including HTML)</li>
16                         <li>repeatable fields are manages.</li>
17                 <ul>
18         </ul>
19         <p>IMPORTANT</p>
20         <p>
21                 In the biblio framework, the reported tag <b>MUST</b> 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)
22         </p>
23 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->