Removing hardcoded default template image link
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / admin / authorised_values.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- System Administration: <!-- TMPL_IF name="add_form" --><!-- TMPL_VAR name="action" --><!-- /TMPL_IF -->
2
3 <!-- TMPL_INCLUDE NAME="menus.inc" -->
4 <!-- TMPL_INCLUDE NAME="menu-admin.inc" -->
5
6 <!-- TMPL_IF name="delete_confirm" -->Confirm Deletion<!-- /TMPL_IF -->
7 <!-- TMPL_IF name="else" -->Authorised values admin<!-- /TMPL_IF -->
8 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
9
10 <!-- TMPL_IF name="add_form" -->
11         <form class="inline" action="<!-- TMPL_VAR name="script_name" -->" name="Aform" method="post">
12         <input type="hidden" name="op" value="add_validate" />
13         <table>
14         <caption><!-- TMPL_VAR name="action" --></caption>
15         <tr>
16                 <th><label for="category">Category</label></th>
17                 <td><!-- TMPL_VAR name="category" --></td>
18         </tr>
19         <tr>
20                 <th><label for="authorised_value">Authorised value</label></th>
21                 <td><input type="text" id="authorised_value" name="authorised_value" value="<!-- TMPL_VAR name="authorised_value" -->" /></td>
22         </tr>
23         <tr>
24                 <th><label for="lib">Description</label></th>
25                 <td><input type="text" name="lib" id="lib" value="<!-- TMPL_VAR name="lib" -->" /></td>
26         </tr>
27         </table><input type="hidden" name="id" value="<!-- TMPL_VAR name="id" -->" />
28                         <input type="submit" value="<!-- TMPL_VAR name="action" -->" /></form> <form class="inline" action="/cgi-bin/koha/admin/authorised_values.pl" method="get"><input type="submit" value="Cancel and Return to Authorized Values" /></form>
29 <!-- /TMPL_IF -->
30
31
32 <!-- TMPL_IF name="delete_confirm" -->
33 <!-- -->
34 <h3>Confirm Deletion</h3>
35 <table>
36         <tr>
37                 <td>Variable</td>
38                 <td>Description</td>
39                 <td><!-- TMPL_VAR name="searchfield" --></td>
40         </tr>
41         <tr><td>Value</td><td><!-- TMPL_VAR name="Tvalue" --></td></tr>
42         </table>
43         <form action="<!-- TMPL_VAR name=" script_name " -->" method="post">
44                 <input type="hidden" name="op" value="delete_confirmed" />
45                 <input type="hidden" name="id" value="<!-- TMPL_VAR name=" id " -->" />
46                 <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>
47 <!-- /TMPL_IF -->
48
49 <!-- -->
50 <!-- TMPL_IF name="else" -->
51
52 <h1>Authorised values admin</h1>
53 <p>This table is used in MARC definition. You can define as many categories as you want, and as many authorised values as you want in each category.</p>
54 <p>When you define the MARC subfield structure, you can link a subfield to a authorised-value category. When the user ask for adding of modifying a biblio,
55 the subfield is not entered through a free field, but though a list of authorised values</p>
56 <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>
57 <table>
58 <tr>
59         <th>Category</th>
60         <th>Authorised value</th>
61         <th>Description</th>
62         <th>Edit</th>
63         <th>Delete</th>
64         </tr>
65 <!-- TMPL_LOOP name="loop" -->
66 <tr>
67         <td><!-- TMPL_VAR name="category" --></td>
68         <td><!-- TMPL_VAR name="authorised_value" --></td>
69         <td><!-- TMPL_VAR name="lib" --></td>
70         <td><a href="<!-- TMPL_VAR name="edit" -->">Edit</a></td>
71         <td><a href="<!-- TMPL_VAR name="delete" -->">Delete</a></td>
72 </tr>
73 <!-- /TMPL_LOOP -->
74 </table>
75
76 <!-- TMPL_IF NAME="isprevpage" -->
77 <form class="inline" action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
78 <input type="hidden" name="offset" value="<!-- TMPL_VAR NAME="prevpage" -->" /><input type="hidden" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
79         <input type="submit" value="&lt;&lt; Previous Page" /></form>
80 <!-- /TMPL_IF --> 
81
82 <form class="inline" action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
83 <input type="hidden" name="op" value="add_form">
84 <input type="hidden" name="category" value="<!-- TMPL_VAR NAME="category" -->">
85 <input type="submit" value="Add Authorised value" /></form> 
86
87 <form class="inline" action="/cgi-bin/koha/admin/authorised_values.pl" method="get"><input type="hidden" value="add_form" name="op" /><input type="submit" value="Add New Category" /></form>
88
89 <!-- TMPL_IF NAME="nextpage" -->
90 <form class="inline" action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
91 <input type="hidden" name="offset" value="<!-- TMPL_VAR NAME="nextpage" -->" /><input type="hidden" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
92         <input type="submit" value="Next Page &gt;&gt;" /></form>
93 <!-- /TMPL_IF -->
94
95 <!-- /TMPL_IF -->
96
97 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->