More template cleanup, resident search forms, breadcrumbs menus
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha &rsaquo;  Labels</title>
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 </head>
4 <body>
5 <!-- TMPL_INCLUDE NAME="header.inc" -->
6 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
7
8 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Labels</div>
9
10 <div id="doc3" class="yui-t2">
11    
12    <div id="bd">
13         <div id="yui-main">
14         <div class="yui-b">
15
16 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
17
18 <!-- TMPL_IF NAME="layout_loop" -->
19 <h2>Select a Current Layout</h2>
20 <form name="input" action="/cgi-bin/koha/labels/label-manager.pl" method="get">
21 <table>
22 <tr>
23         <th>Layout</th>
24         <th>Barcode Type</th>
25         <th>Print Type</th>
26         <th>Fields to Print</th>
27         <th>Edit</th>
28         <th>Delete</th>
29         <th>Active</th>
30 </tr>
31 <!-- TMPL_LOOP NAME="layout_loop" -->
32 <tr>
33           <td><!-- TMPL_VAR NAME="layoutname" -->  </td>
34        <td>    <!-- TMPL_VAR NAME="barcodetype" -->    </td>
35        <td>   <!-- TMPL_VAR NAME="printingtype" -->    </td>
36
37        <td>
38                 <!-- TMPL_VAR NAME="fieldlist" -->
39         </td>
40
41        <td>
42                 <a href="/cgi-bin/koha/labels/label-edit-layout.pl?layout_id=<!-- TMPL_VAR NAME="id" -->">Edit</a>
43         </td>
44         <td>
45                 <a href="/cgi-bin/koha/label-home.pl?op=delete_layout&layout_id=<!-- TMPL_VAR NAME="id"-->">Delete</a>
46         </td>
47 <td> <!-- TMPL_IF NAME="active" -->
48 <input type="radio" name="layout_id" value="<!-- TMPL_VAR NAME="id" -->" checked="checked" />
49 <!-- TMPL_ELSE -->
50 <input type="radio" name="layout_id" value="<!-- TMPL_VAR NAME="id" -->" />
51 <!-- /TMPL_IF -->
52         </td>
53 </tr>
54
55 <!-- /TMPL_LOOP -->
56 <tr><td colspan="7">
57      <input type="submit" value="Set Active Layout" />
58         <input type="hidden" name=op value="set_active_layout" />
59 </table>
60 </form>
61 <!-- /TMPL_IF -->
62 <p><a href="/cgi-bin/koha/labels/label-create-layout.pl">Create New Layout</a></p>
63
64 </div>
65 </div>
66 <div class="yui-b">
67 <!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
68 </div>
69 </div>
70 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->