Switching one of the include files in the header to fix javascript error
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / parameters / checkmarc.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- System Administration: MARC Check: 
2 <!-- TMPL_IF name="total" --><!-- TMPL_VAR name="total" --> errors found<!-- TMPL_ELSE -->Configuration OK!<!-- /TMPL_IF -->
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
5 <!-- TMPL_INCLUDE NAME="admin-topmenu.inc" -->
6 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
7
8 <div id="main">
9 <h1>MARC Checks</h1>
10 <table>
11         <tr>
12                 <th>Test</th>
13                 <th>Result</th>
14         </tr>
15 <!-- -->
16 <!-- TMPL_IF name="itemnum" -->
17         <tr>
18                 <td>itemnum</td>
19                 <td><ul><li>The field itemnum MUST be mapped </li>
20                         <li>The correspounding subfield MUST be in with -1 (ignore) tab</li></ul></td>
21         </tr>
22 <!-- TMPL_ELSE -->
23         <tr>
24                 <td>OK</td>
25                 <td>itemnum : the field itemnumber is mapped to a field in tab -1</td>
26         </tr>
27 <!-- /TMPL_IF -->
28 <!-- -->
29 <!-- TMPL_IF name="itemfields" -->
30         <tr>
31                 <td>item fields</td>
32                 <td>ALL items fields MUST :<br />
33                         <ul><li>be mapped to the same tag,</li>
34                         <li>and they must all be in the 10 (items) tab</li></ul></td>
35         </tr>
36 <!-- TMPL_ELSE -->
37         <tr>
38                 <td>OK</td>
39                 <td>All item fields are in the same tag and in item tab</td>
40         </tr>
41 <!-- /TMPL_IF -->
42 <!-- -->
43 <!-- TMPL_IF name="itemtype" -->
44         <tr>
45                 <td>itemtype NOT mapped</td>
46                 <td>the biblioitems.itemtype field MUST :<br />
47                         <ul><li>be mapped to a MARC subfield, </li>
48                         <li>the correspounding subfield MUST have authorised_value=itemtype</li></ul></td>
49         </tr>
50 <!-- TMPL_ELSE -->
51         <tr>
52                 <td>OK</td>
53                 <td>biblioitems.itemtype defined</td>
54         </tr>
55 <!-- /TMPL_IF -->
56 <!-- -->
57 <!-- TMPL_IF name="branch" -->
58         <tr>
59                 <td>homebranch NOT mapped</td>
60                 <td>the items.homebranch field MUST :<br />
61                         <ul><li>be mapped to a MARC subfield,</li>
62                         <li>the correspounding subfield MUST have authorised value=branches</li></ul></td>
63         </tr>
64 <!-- TMPL_ELSE -->
65         <tr>
66                 <td>OK</td>
67                 <td>homebranch defined</td>
68         </tr>
69 <!-- /TMPL_IF -->
70 <!-- -->
71 <!-- TMPL_IF name="holdingbranch" -->
72         <tr>
73                 <td>holdingbranch NOT mapped</td>
74                 <td>the items.holdingbranch field MUST :<br />
75                         <ul><li>be mapped to a MARC subfield, </li>
76                         <li>the correspounding subfield MUST have authorised value=branches</li></ul></td>
77         </tr>
78 <!-- TMPL_ELSE -->
79         <tr>
80                 <td>OK</td>
81                 <td>holdingbranch defined</td>
82         </tr>
83 <!-- /TMPL_IF -->
84 <!-- -->
85 <!-- TMPL_IF name="biblionumber" -->
86         <tr>
87                 <td>biblio and biblionumber</td>
88                 <td>The biblio.biblionumber and biblioitems.biblioitemnumber fields MUST :
89                         <ul><li>be mapped to a MARC subfield,</li>
90                         <li>be in the SAME tag (for example : 090$a and 090$b)</li>
91                         <li>be in tab -1</li></ul></td>
92         </tr>
93 <!-- TMPL_ELSE -->
94         <tr>
95                 <td>OK</td>
96                 <td>biblionumber and biblioitemnumber mapped correctly</td>
97         </tr>
98 <!-- /TMPL_IF -->
99 <!-- -->
100 <!-- TMPL_IF name="total" -->
101         <tr>
102                 <td>TOTAL</td>
103                 <td>You have <!-- TMPL_VAR name="total" --> error(s) in your MARC configuration. Please fix them before using Koha</td>
104         </tr>
105 </table>
106 <!-- TMPL_ELSE -->
107         </table>
108                 <p>Configuration OK, you don't have errors in your MARC parameters table</p>
109 <!-- /TMPL_IF -->
110
111 </div>
112
113 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->