Correction to include in bookfund.tmpl; Formatting input form in systempreferences...
[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" -->Add authorised value<!-- /TMPL_IF -->
4            <!-- TMPL_IF name="action_add_category" -->Add category<!-- /TMPL_IF --><!-- /TMPL_IF -->
5 <!-- TMPL_IF name="delete_confirm" -->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" -->Add authorised value<!-- /TMPL_IF -->
15            <!-- TMPL_IF name="action_add_category" -->Add 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" -->Add authorised value<!-- /TMPL_IF -->
29            <!-- TMPL_IF name="action_add_category" -->Add 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 <!-- -->
58 <h3>Confirm Deletion</h3>
59 <table>
60         <tr>
61                 <td>Category</td>
62                 <td>Variable</td>
63                 <td>Value</td>
64         </tr>
65         <tr>
66                 <td><!-- TMPL_VAR name="searchfield" --></td>
67         <td><!-- TMPL_VAR name="Tvalue" --></td>
68         <td><!-- TMPL_VAR name="Tlib" --></td></tr>
69         </table>
70         <form action="<!-- TMPL_VAR name=" script_name " -->" method="post">
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" -->" /><input type="submit" value="Confirm Deletion" /></form> <form class="inline" action="<!-- TMPL_VAR name="script_name" -->" method="post"><input type="submit" value="Do Not Delete" /></form>
74 <!-- /TMPL_IF -->
75
76 <!-- TMPL_IF name="else" -->
77
78 <h1>Authorized values</h1>
79 <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>
80 <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,
81 the subfield is not entered through a free field, but though a list of authorized values</p>
82 <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>
83 <table>
84 <tr>
85         <th>Category</th>
86         <th>Authorized value</th>
87         <th>Description</th>
88         <th>Edit</th>
89         <th>Delete</th>
90         </tr>
91 <!-- TMPL_LOOP name="loop" -->
92 <tr>
93         <td><!-- TMPL_VAR name="category" --></td>
94         <td><!-- TMPL_VAR name="authorised_value" --></td>
95         <td><!-- TMPL_VAR name="lib" --></td>
96         <td><a href="<!-- TMPL_VAR name="edit" -->">Edit</a></td>
97         <td><a href="<!-- TMPL_VAR name="delete" -->">Delete</a></td>
98 </tr>
99 <!-- /TMPL_LOOP -->
100 </table>
101
102 <!-- TMPL_IF NAME="isprevpage" -->
103 <form class="inline" action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
104 <input type="hidden" name="offset" value="<!-- TMPL_VAR NAME="prevpage" -->" /><input type="hidden" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
105         <input type="submit" value="&lt;&lt; Previous Page" /></form>
106 <!-- /TMPL_IF --> 
107
108 <div id="action">
109     <a href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form&amp;category=<!-- TMPL_VAR NAME="category" -->">Add Authorized value for <!-- TMPL_VAR name="category" --></a>
110     <a href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form">Add New Category</a>
111 </div>
112
113 <!-- TMPL_IF NAME="nextpage" -->
114 <form class="inline" action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
115 <input type="hidden" name="offset" value="<!-- TMPL_VAR NAME="nextpage" -->" /><input type="hidden" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
116         <input type="submit" value="Next Page &gt;&gt;" /></form>
117 <!-- /TMPL_IF -->
118
119 <!-- /TMPL_IF -->
120
121 </div>
122 </div>
123 <div class="yui-b">
124 <!-- TMPL_INCLUDE NAME="admin-menu.inc" -->
125 </div>
126 </div>
127 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->