Modifications to enable YUI-Grids layout structure. Unfinished.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / checkmarc.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; System Administration &rsaquo; MARC Check &rsaquo;
3 <!-- TMPL_IF name="total" --><!-- TMPL_VAR name="total" --> errors found<!-- TMPL_ELSE -->Configuration OK!<!-- /TMPL_IF --></title>
4 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
5 <!-- TMPL_INCLUDE NAME="header.inc" -->
6
7 <!-- TMPL_INCLUDE NAME="menu-admin.inc" -->
8
9 <div id="doc3" class="yui-t2">
10    
11    <div id="bd">
12         <div id="yui-main">
13         <div class="yui-b"><div class="yui-g">
14
15 <h1>MARC Checking</h1>
16 <table>
17     <tr>
18         <th>Test</th>
19         <th>Result</th>
20     </tr>
21 <!-- -->
22 <!-- TMPL_IF name="itemnum" -->
23     <tr>
24         <td>itemnum</td>
25         <td><ul><li>The field itemnum MUST be mapped </li>
26             <li>The correspounding subfield MUST be in with -1 (ignore) tab</li></ul></td>
27     </tr>
28 <!-- TMPL_ELSE -->
29     <tr>
30         <td>OK</td>
31         <td>itemnum : the field itemnumber is mapped to a field in tab -1</td>
32     </tr>
33 <!-- /TMPL_IF -->
34 <!-- -->
35 <!-- TMPL_IF name="itemfields" -->
36     <tr>
37         <td>item fields</td>
38         <td>ALL items fields MUST :<br />
39             <ul><li>be mapped to the same tag,</li>
40             <li>and they must all be in the 10 (items) tab</li></ul></td>
41     </tr>
42 <!-- TMPL_ELSE -->
43     <tr>
44         <td>OK</td>
45         <td>All item fields are in the same tag and in item tab</td>
46     </tr>
47 <!-- /TMPL_IF -->
48 <!-- -->
49     <!-- TMPL_IF NAME="itemtags" -->
50         <tr>
51             <td>Item tag</td>
52             <td>There is more than 1 MARC tag related to items tab (10) : <!-- TMPL_VAR name="itemtags" --></td>
53         </tr>
54     <!-- TMPL_ELSE -->
55         <tr>
56             <td>OK</td>
57             <td>Only 1 MARC tag mapped to items</td>
58         </tr>
59     <!-- /TMPL_IF -->
60     <!--  -->
61 <!-- TMPL_IF name="itemtype" -->
62     <tr>
63         <td>itemtype NOT mapped</td>
64         <td>the biblioitems.itemtype field MUST :<br />
65             <ul><li>be mapped to a MARC subfield, </li>
66             <li>the correspounding subfield MUST have authorised_value=itemtype</li></ul></td>
67     </tr>
68 <!-- TMPL_ELSE -->
69     <tr>
70         <td>OK</td>
71         <td>biblioitems.itemtype defined</td>
72     </tr>
73 <!-- /TMPL_IF -->
74 <!-- -->
75 <!-- TMPL_IF name="branch" -->
76     <tr>
77         <td>homebranch NOT mapped</td>
78         <td>the items.homebranch field MUST :<br />
79             <ul><li>be mapped to a MARC subfield,</li>
80             <li>the correspounding subfield MUST have authorised value=branches</li></ul></td>
81     </tr>
82 <!-- TMPL_ELSE -->
83     <tr>
84         <td>OK</td>
85         <td>homebranch defined</td>
86     </tr>
87 <!-- /TMPL_IF -->
88 <!-- -->
89 <!-- TMPL_IF name="holdingbranch" -->
90     <tr>
91         <td>holdingbranch NOT mapped</td>
92         <td>the items.holdingbranch field MUST :<br />
93             <ul><li>be mapped to a MARC subfield, </li>
94             <li>the correspounding subfield MUST have authorised value=branches</li></ul></td>
95     </tr>
96 <!-- TMPL_ELSE -->
97     <tr>
98         <td>OK</td>
99         <td>holdingbranch defined</td>
100     </tr>
101 <!-- /TMPL_IF -->
102 <!-- -->
103 <!-- TMPL_IF name="biblionumber" -->
104     <tr>
105         <td>biblio and biblionumber</td>
106         <td>The biblio.biblionumber and biblioitems.biblioitemnumber fields be mapped to a MARC subfield,</td>
107     </tr>
108 <!-- TMPL_ELSE -->
109     <tr>
110         <td>OK</td>
111         <td>biblionumber and biblioitemnumber mapped correctly</td>
112     </tr>
113 <!-- /TMPL_IF -->
114
115     <!-- TMPL_IF NAME="frameworknull" -->
116         <tr>
117             <td>framework values</td>
118             <td>there is a null value in a frameworkcode. Check the following tables<br />
119                 <li>select * from marc_subfield_structure where frameworkcode is NULL</li>
120                 <li>select * from marc_tag_structure where frameworkcode is NULL</li>
121                 <li>select * from marc_biblio where frameworkcode is NULL</li></td>
122         </tr>
123     <!-- TMPL_ELSE -->
124         <tr>
125             <td>OK</td>
126             <td>no NULL value in frameworkcode</td>
127         </tr>
128     <!-- /TMPL_IF -->
129
130 <!-- -->
131 <!-- TMPL_IF name="total" -->
132     <tr>
133         <td>TOTAL</td>
134         <td>You have <!-- TMPL_VAR name="total" --> error(s) in your MARC configuration. Please fix them before using Koha</td>
135     </tr>
136 </table>
137 <!-- TMPL_ELSE -->
138     </table>
139         <p><b>Configuration OK, you don't have errors in your MARC parameters table</b></p>
140 <!-- /TMPL_IF -->
141
142
143
144 </div>
145 </div>
146 </div>
147
148 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
149 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->