Tidying. Properly commenting javascript in some search includes. Standardizing markup...
[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="tools-labels-toolbar.inc" -->
17
18 <!-- TMPL_IF NAME="layout_loop" -->
19 <div class="yui-gc">
20 <div class="yui-u first">
21 <form name="input" action="/cgi-bin/koha/labels/label-manager.pl" method="get">
22 <fieldset>
23 <legend>Set Active Layout</legend>
24
25 <table>
26 <tr>
27         <th>Layout</th>
28         <th>Barcode Type</th>
29         <th>Print Type</th>
30         <th>Fields to Print</th>
31         <th>Edit</th>
32         <th>Delete</th>
33         <th>Active</th>
34 </tr>
35 <!-- TMPL_LOOP NAME="layout_loop" -->
36 <tr>
37           <td><!-- TMPL_VAR NAME="layoutname" -->  </td>
38        <td>    <!-- TMPL_VAR NAME="barcodetype" -->    </td>
39        <td>   <!-- TMPL_VAR NAME="printingtype" -->    </td>
40
41        <td>
42                 <!-- TMPL_VAR NAME="fieldlist" -->
43         </td>
44
45        <td>
46                 <a href="/cgi-bin/koha/labels/label-edit-layout.pl?layout_id=<!-- TMPL_VAR NAME="id" -->">Edit</a>
47         </td>
48         <td>
49                 <a href="/cgi-bin/koha/label-home.pl?op=delete_layout&amp;layout_id=<!-- TMPL_VAR NAME="id"-->">Delete</a>
50         </td>
51 <td> <!-- TMPL_IF NAME="active" -->
52 <input type="radio" name="layout_id" value="<!-- TMPL_VAR NAME="id" -->" checked="checked" />
53 <!-- TMPL_ELSE -->
54 <input type="radio" name="layout_id" value="<!-- TMPL_VAR NAME="id" -->" />
55 <!-- /TMPL_IF -->
56         </td>
57 </tr>
58 <!-- /TMPL_LOOP -->
59
60 </table>
61 </fieldset>
62 <fieldset class="action">
63      <input type="submit" value="Save" />
64         <input type="hidden" name=op value="set_active_layout" /></fieldset>
65 </form></div>
66 <div class="yui-u">
67 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
68 </div>
69 </div>
70 <!-- TMPL_ELSE -->
71 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
72 <!-- /TMPL_IF -->
73
74 </div>
75 </div>
76 <div class="yui-b">
77 <!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
78 </div>
79 </div>
80 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->