Moving </head><body> into body of templates so that js and css can be embedded per...
[koha_ffzg] / 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="menu-labels.inc" -->
7
8 <div id="doc3" class="yui-t2">
9    
10    <div id="bd">
11         <div id="yui-main">
12         <div class="yui-b"><div class="yui-g">
13
14 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
15
16 <!-- TMPL_IF NAME="layout_loop" -->
17 <h2>Select a Current Layout</h2>
18 <form name="input" action="/cgi-bin/koha/labels/label-manager.pl" method="get">
19 <table>
20 <tr>
21         <th>Layout</th>
22         <th>Barcode Type</th>
23         <th>Print Type</th>
24         <th>Fields to Print</th>
25         <th>Edit</th>
26         <th>Delete</th>
27         <th>Active</th>
28 </tr>
29 <!-- TMPL_LOOP NAME="layout_loop" -->
30 <tr>
31           <td><!-- TMPL_VAR NAME="layoutname" -->  </td>
32        <td>    <!-- TMPL_VAR NAME="barcodetype" -->    </td>
33        <td>   <!-- TMPL_VAR NAME="printingtype" -->    </td>
34
35        <td>
36                 <!-- TMPL_VAR NAME="fieldlist" -->
37         </td>
38
39        <td>
40                 <a href="/cgi-bin/koha/labels/label-edit-layout.pl?layout_id=<!-- TMPL_VAR NAME="id" -->">Edit</a>
41         </td>
42         <td>
43                 <a href="/cgi-bin/koha/label-home.pl?op=delete_layout&layout_id=<!-- TMPL_VAR NAME="id"-->">Delete</a>
44         </td>
45 <td>
46 <input type="radio" name="layout_id" value="<!-- TMPL_VAR NAME="id" -->"  
47                 <!-- TMPL_IF NAME="active" -->
48  checked
49                 <!-- /TMPL_IF -->
50  >
51         </td>
52 </tr>
53
54 <!-- /TMPL_LOOP -->
55 <tr><td colspan="7" align="right">
56      <input type="submit" value="Set Active Layout">
57         <input type="hidden" name=op value="set_active_layout">
58 </table>
59 </form>
60 <!-- /TMPL_IF -->
61 <p><a href="/cgi-bin/koha/labels/label-create-layout.pl">Create New Layout</a></p>
62
63 </div>
64 </div>
65 </div>
66
67 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
68 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->