Adding link to the committed budget breakdown
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / auth_subfields_structure.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; System Administration</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7
8
9 <!-- TMPL_INCLUDE NAME="menu-admin.inc" -->
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b"><div class="yui-g">
16
17 <!-- TMPL_IF NAME="add_form" -->
18
19         <h><!-- TMPL_IF NAME="use-heading-flags-p" -->
20         <!-- TMPL_IF NAME="heading-edit-subfields-p" -->Edit MARC subfields constraints<!-- /TMPL_IF -->
21         <!-- TMPL_ELSE --><!-- TMPL_VAR NAME="action" --><!-- /TMPL_IF --></h1>
22         <form action="<!-- TMPL_VAR NAME="script_name" -->" name="Aform" method="post">
23         <input type="hidden" name="op" value="add_validate" />
24         <input type="hidden" name="authtypecode" value="<!-- TMPL_VAR NAME="authtypecode" -->" />
25         <!-- TMPL_LOOP NAME="loop" -->
26         <div class="data <!-- TMPL_VAR NAME="toggle" -->">
27            <h2>Tag <!-- TMPL_VAR NAME="tagfield" -->, Subfield <!-- TMPL_VAR NAME="tagsubfield" --></h2>
28            <p><label for="repeatable<!-- TMPL_VAR NAME="row" -->">Repeatable:</label><!-- TMPL_VAR NAME="repeatable" -->&nbsp;</p>
29            <p><label for="mandatory<!-- TMPL_VAR NAME="row" -->">Mandatory:</label><!-- TMPL_VAR NAME="mandatory" -->&nbsp;</p>
30            <p><label for="seealso<!-- TMPL_VAR NAME="row" -->">Search also:</label><input type="text" id="seealso<!-- TMPL_VAR NAME="row" -->" name="seealso" value="<!-- TMPL_VAR name="seealso" -->" size="20" /> (example for 200a: '200c','200d','200e'...)</p>
31            <p><label for="liblibrarian<!-- TMPL_VAR NAME="row" -->">Text for librarian:</label><input id="liblibrarian<!-- TMPL_VAR NAME="row" -->" type="text" name="liblibrarian" value="<!-- TMPL_VAR NAME="liblibrarian" -->" size="40" maxlength="80" /></p>
32            <p><label for="libopac<!-- TMPL_VAR NAME="row" -->">Text for OPAC:</label><input type="text" id="libopac<!-- TMPL_VAR NAME="row" -->" name="libopac" value="<!-- TMPL_VAR NAME="libopac" -->" size="40" maxlength="80" /></p>
33            <p><label for="tab<!-- TMPL_VAR NAME="row" -->">Managed in tab</label><!-- TMPL_VAR NAME="tab" --> (ignore means that the subfield is NOT managed by Koha)</p>
34            <p><label for="hidden<!-- TMPL_VAR NAME="row" -->">Hidden</label> Opac:<!-- TMPL_VAR name="ohidden" -->  Intranet:<!-- TMPL_VAR name="ihidden" --> Editor:<!-- TMPL_VAR name="ehidden" --> (see online help)</p>
35            <p><label for="isurl<!-- TMPL_VAR NAME="row" -->">Is a URL </label><!-- TMPL_VAR NAME="isurl" --> (if checked, it means that the subfield is an URL and can be clicked)</p>
36         <p><label>Help input:</label>
37         <ul>
38             <li>Authorized Value <!-- TMPL_VAR NAME="authorised_value" --></li>
39             <li>Thesaurus <!-- TMPL_VAR NAME="frameworkcode" --></li>
40             <li>Plugin <!-- TMPL_VAR NAME="value_builder" --></li>
41         </ul>
42         </p>     
43     </div>
44         <!-- /TMPL_LOOP -->
45         <input type="submit" class="submit" value="Save Changes" />
46         <p>Note: in the last column, you can choose:
47         <ul><li>An "authorised value": it refers to a list of authorised values for this subfield. See the corresponding admin table.</li>
48         <li>A "thesaurus category": it refers to a thesaurus category. See the corresponding admin table.</li>
49         <li>A "value builder": values builders are perl programs that help you select the value of the field. They are MARC-flavor dependant and sometimes fill another subfield automatically.</li>
50         </ul>
51         </p>
52         </form>
53 <!-- /TMPL_IF -->
54
55 <!-- TMPL_IF NAME="delete_confirm" -->
56
57 <div class="data"><table>
58 <caption>Confirm Deletion of Subfield <span class="ex"><!-- TMPL_VAR NAME="tagsubfield" -->?</span></caption>
59         <tr>
60                 <th>Subfield</th>
61                 <td><!-- TMPL_VAR NAME="tagsubfield" --></td>
62         </tr>
63         <p>Description<!-- TMPL_VAR NAME="liblibrarian" --></p>
64 </table></div>
65                         <form class="inline" action="<!-- TMPL_VAR NAME="delete_link" -->" method="post"><input type="hidden" name="op" value="delete_confirmed" />
66                                 <input type="hidden" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
67                                 <input type="hidden" name="tagfield" value="<!-- TMPL_VAR NAME="tagfield" -->" /><input type="hidden" name="tagsubfield" value="<!-- TMPL_VAR NAME="tagsubfield" -->" /><input type="hidden" name="authtypecode" value="<!-- TMPL_VAR NAME="authtypecode" -->" /><input type="submit" class="cancel" value="Yes, Delete this Subfield" />
68                         </form> <form class="inline" action="<!-- TMPL_VAR NAME="script_name" -->" method="post">       <input type="hidden" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" /> <input type="hidden" name="tagfield" value="<!-- TMPL_VAR NAME="tagfield" -->" />       <input type="hidden" name="tagsubfield" value="<!-- TMPL_VAR NAME="tagsubfield" -->" /> <input type="hidden" name="authtypecode" value="<!-- TMPL_VAR NAME="authtypecode" -->" />       <input type="submit" class="submit" value="No, Do Not Delete" />
69                         </form>
70 <!-- /TMPL_IF -->
71
72 <!-- TMPL_IF NAME="delete_confirmed" -->
73
74         Data deleted
75         <form action="<!-- TMPL_VAR NAME="script_name" -->" method="post"><input type="hidden" name="tagfield" value="<!-- TMPL_VAR NAME="tagfield" -->">
76         <input type="submit" class="submit" value="OK" />
77         </form>
78 <!-- /TMPL_IF -->
79
80
81 <!-- TMPL_IF NAME="else" -->
82 <h1>Authority MARC subfield structure admin for <!-- TMPL_VAR NAME="tagfield" --> (authority: <!--TMPL_VAR NAME="authtypecode" -->)</h1>
83 <p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit. </p>
84 <p>The column <b>Koha field</b> shows that the subfield is linked with a Koha field. Koha can manage a MARC interface, and a Koha interface. This link ensures that both DB are synchronized</p>
85
86 <table>
87 <tr>
88         <th>Subfield</th>
89         <th>Text</th>
90         <th>Constraints</th>
91         <th>Delete</th>
92 <!-- TMPL_LOOP NAME="loop" -->
93 <!-- TMPL_IF NAME="toggle" --><tr class="highlighted"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF -->
94         <td><!-- TMPL_VAR NAME="tagsubfield" --></td>
95         <td>
96                 <!-- TMPL_IF NAME="subfield_ignored" -->
97                         <i><!-- TMPL_VAR NAME="liblibrarian" --></i>
98                 <!-- TMPL_ELSE -->
99                         <!-- TMPL_VAR NAME="liblibrarian" -->
100                 <!-- /TMPL_IF -->
101         </td>
102         <td>
103                 <!-- TMPL_IF NAME="subfield_ignored" -->
104                         <i>subfield ignored</i>
105                 <!-- TMPL_ELSE -->
106                         <strong>Tab:</strong><!-- TMPL_VAR NAME="tab" -->,
107                         <!-- TMPL_IF NAME="kohafield" --> | <strong>Koha field:</strong> <!-- TMPL_VAR NAME="kohafield" -->, <!--/TMPL_IF -->
108                         <!-- TMPL_IF NAME="repeatable" -->Repeatable, <!-- TMPL_ELSE -->Not repeatable,
109             <!-- /TMPL_IF -->
110                         <!-- TMPL_IF NAME="mandatory" -->Mandatory, <!-- TMPL_ELSE -->Not mandatory,
111             <!-- /TMPL_IF -->
112                         <!-- TMPL_IF NAME="seealso" --> | <strong>See Also:</strong> <!-- TMPL_VAR NAME="seealso" -->,
113             <!-- /TMPL_IF -->
114                         <!-- TMPL_IF NAME="hidden" -->hidden,
115             <!-- /TMPL_IF -->
116                         <!-- TMPL_IF NAME="isurl" -->is an url,
117             <!-- /TMPL_IF -->
118                         <!-- TMPL_IF NAME="authorised_value" --> | <strong>Auth value:</strong><!-- TMPL_VAR NAME="authorised_value" -->,
119             <!-- /TMPL_IF -->
120                         <!-- TMPL_IF NAME="frameworkcode" --> | <strong>Authority:</strong><!-- TMPL_VAR NAME="frameworkcode" -->,
121             <!-- /TMPL_IF -->
122                         <!-- TMPL_IF NAME="value_builder" --> | <strong>Plugin:</strong><!-- TMPL_VAR NAME="value_builder" -->,<!-- /TMPL_IF -->
123           <!--/TMPL_IF-->
124         </td>
125         <td><a href="<!-- TMPL_VAR NAME="delete" -->">Delete</a></td>
126 </tr>
127 <!-- /TMPL_LOOP -->
128 </table>
129 <div id="action">
130     <a href="<!-- TMPL_VAR NAME="script_name" -->?op=add_form&amp;tagfield=<!-- TMPL_VAR name="edit_tagfield" -->&amp;authtypecode=<!-- TMPL_VAR name="edit_authtypecode" -->">Edit subfields</a>
131     <a href="auth_tag_structure.pl?searchfield=<!-- TMPl_VAR name="tagfield" -->&amp;authtypecode=<!-- TMPL_VAR name="authtypecode"-->">Return to Auth Structure</a>
132 </div>
133     <!-- TMPL_IF NAME="previous" -->
134       <input type="image" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/1leftarrow.png" title="previous" alt="previous" border="0" >
135       </a>
136     <!-- /TMPL_IF -->
137     <!-- TMPL_IF NAME="next" -->
138         <!-- TMPL_VAR NAME="next" -->
139       <input type="image" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/1rightarrow.png" title="next" alt="next" border="0" />
140       </a>
141     <!-- /TMPL_IF -->
142
143 <!-- /TMPL_IF -->
144
145
146
147 </div>
148 </div>
149 </div>
150
151 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
152 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->