nomenclature improvements for translation
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / authorised_values.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Administration &rsaquo; Authorized Values <!-- TMPL_IF name="add_form" --> &rsaquo; <!-- TMPL_IF name="action_modify" -->Modify authorised value<!-- /TMPL_IF -->
3            <!-- TMPL_IF name="action_add_value" --> &rsaquo;  New authorised value<!-- /TMPL_IF -->
4            <!-- TMPL_IF name="action_add_category" --> &rsaquo; New category<!-- /TMPL_IF --><!-- /TMPL_IF -->
5 <!-- TMPL_IF name="delete_confirm" --> &rsaquo; Confirm Deletion<!-- /TMPL_IF -->
6 <!-- TMPL_IF name="else" -->Authorized values<!-- /TMPL_IF --></title>
7 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
8 </head>
9 <body>
10 <!-- TMPL_INCLUDE NAME="header.inc" -->
11 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
12
13 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; <!-- TMPL_IF name="add_form" --> <a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized Values</a> &rsaquo; <!-- TMPL_IF name="action_modify" -->Modify authorised value<!-- /TMPL_IF -->
14            <!-- TMPL_IF name="action_add_value" -->New authorised value<!-- /TMPL_IF -->
15            <!-- TMPL_IF name="action_add_category" -->New category<!-- /TMPL_IF --><!-- /TMPL_IF -->
16 <!-- TMPL_IF name="delete_confirm" --> <a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized Values</a> &rsaquo; Confirm Deletion<!-- /TMPL_IF -->
17 <!-- TMPL_IF name="else" -->Authorized values<!-- /TMPL_IF --></div>
18
19 <div id="doc3" class="yui-t2">
20    
21    <div id="bd">
22         <div id="yui-main">
23         <div class="yui-b">
24
25 <!-- TMPL_IF name="add_form" -->
26         <h1>
27            <!-- TMPL_IF name="action_modify" -->Modify authorised value<!-- /TMPL_IF -->
28            <!-- TMPL_IF name="action_add_value" -->New authorised value<!-- /TMPL_IF -->
29            <!-- TMPL_IF name="action_add_category" -->New category<!-- /TMPL_IF -->
30         </h1>
31         <form action="<!-- TMPL_VAR name="script_name" -->" name="Aform" method="post">
32         <input type="hidden" name="op" value="add_validate" />
33         <fieldset class="rows"><ol>
34         <li>
35                          <!-- TMPL_IF name="action_add_category" --><label for="category">Category</label>
36                 <input type="text" name="category"  id="category" size="16" maxlength="16" /> 
37                          <!-- TMPL_ELSE --><span class="label">Category</span>
38                 <input type="hidden" name="category" value="<!-- TMPL_VAR NAME='category' -->" />        <!-- TMPL_VAR NAME='category' -->
39                          <!-- /TMPL_IF -->
40         </li>
41         <li>
42             <label for="authorised_value">Authorized value</label>
43             <input type="text" id="authorised_value" name="authorised_value" value="<!-- TMPL_VAR name="authorised_value" -->" />
44         </li>
45         <li>
46             <label for="lib">Description</label>
47             <input type="text" name="lib" id="lib" value="<!-- TMPL_VAR name="lib" -->" />
48         </li>
49         </ol></fieldset>
50         <input type="hidden" name="id" value="<!-- TMPL_VAR name="id" -->" />
51         <input type="submit" value="Save" />
52     </form>
53 <!-- /TMPL_IF -->
54
55
56 <!-- TMPL_IF name="delete_confirm" -->
57         <form action="<!-- TMPL_VAR name=" script_name " -->" method="post">
58 <fieldset>
59 <legend>Confirm Deletion</legend>
60 <table>
61         <tr>
62                 <th>Category</th>
63                 <th>Variable</th>
64                 <th>Value</th>
65         </tr>
66         <tr>
67                 <td><!-- TMPL_VAR name="searchfield" --></td>
68         <td><!-- TMPL_VAR name="Tvalue" --></td>
69         <td><!-- TMPL_VAR name="Tlib" --></td></tr>
70         </table>
71                 <input type="hidden" name="op" value="delete_confirmed" />
72                 <input type="hidden" name="id" value="<!-- TMPL_VAR name="id" -->" />
73                 <input type="hidden" name="searchfield" value="<!-- TMPL_VAR name="searchfield" -->" /><fieldset class="action"><input type="submit" value="Yes, Delete" /> <a class="cancel" href="/cgi-bin/koha/admin/authorised_values.pl">Cancel</a></fieldset></fieldset></form>
74 <!-- /TMPL_IF -->
75
76 <!-- TMPL_IF name="else" -->
77
78 <div id="toolbar">
79         <script type="text/javascript">
80         //<![CDATA[
81
82         // prepare DOM for YUI Toolbar
83
84          $(document).ready(function() {
85             yuiToolbar();
86          });
87
88         // YUI Toolbar Functions
89
90         function yuiToolbar() {
91             new YAHOO.widget.Button("addauth");
92             new YAHOO.widget.Button("addcat");
93         }
94
95         //]]>
96         </script>
97         <ul class="toolbar">
98          <li><a id="addauth" href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form&amp;category=<!-- TMPL_VAR NAME="category" -->">New Authorized value for <!-- TMPL_VAR name="category" --></a></li>
99     <li><a id="addcat" href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form">New Category</a></li>
100 </ul></div>
101
102 <h1>Authorized values</h1>
103 <p>This table is used in MARC definition. You can define as many categories as you want, and as many authorized values as you want in each category.</p>
104 <p>When you define the MARC subfield structure, you can link a subfield to a authorized-value category. When the user ask for adding of modifying a biblio,
105 the subfield is not entered through a free field, but though a list of authorized values</p>
106 <!-- TMPL_IF name="duplicate_category" -->
107 <div>
108 <span class="problem">Could not add value &quot;<!-- TMPL_VAR name="duplicate_value" -->&quot; for category 
109     &quot;<!-- TMPL_VAR name="duplicate_category" -->&quot; &mdash; value already present.
110 </span>
111 </div>
112 <!-- /TMPL_IF -->
113 <form action="/cgi-bin/koha/admin/authorised_values.pl" method="post"><label for="searchfield">Show Category: </label><!-- TMPL_VAR name="tab_list" --> <input type="submit" value="Submit" /></form>
114 <table>
115 <tr>
116         <th>Category</th>
117         <th>Authorized value</th>
118         <th>Description</th>
119         <th>Edit</th>
120         <th>Delete</th>
121         </tr>
122 <!-- TMPL_LOOP name="loop" -->
123 <tr>
124         <td><!-- TMPL_VAR name="category" --></td>
125         <td><!-- TMPL_VAR name="authorised_value" --></td>
126         <td><!-- TMPL_VAR name="lib" --></td>
127         <td><a href="<!-- TMPL_VAR name="edit" -->">Edit</a></td>
128         <td><a href="<!-- TMPL_VAR name="delete" -->">Delete</a></td>
129 </tr>
130 <!-- /TMPL_LOOP -->
131 </table>
132
133 <!-- TMPL_IF NAME="isprevpage" -->
134 <form class="inline" action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
135 <input type="hidden" name="offset" value="<!-- TMPL_VAR NAME="prevpage" -->" /><input type="hidden" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
136         <input type="submit" value="&lt;&lt; Previous" /></form>
137 <!-- /TMPL_IF --> 
138
139 <!-- TMPL_IF NAME="nextpage" -->
140 <form class="inline" action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
141 <input type="hidden" name="offset" value="<!-- TMPL_VAR NAME="nextpage" -->" /><input type="hidden" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
142         <input type="submit" value="Next Page &gt;&gt;" /></form>
143 <!-- /TMPL_IF -->
144
145 <!-- /TMPL_IF -->
146
147 </div>
148 </div>
149 <div class="yui-b">
150 <!-- TMPL_INCLUDE NAME="admin-menu.inc" -->
151 </div>
152 </div>
153 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->