Markup corrections. You can't embed a <!-- TMPL_IF --> inside an HTML tag because...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-templates.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha &rsaquo; Tools &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; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="/cgi-bin/koha/labels/label-home.pl">Labels</a> &rsaquo; Label Templates </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 <!-- TMPL_INCLUDE NAME="tools-labels-toolbar.inc" -->
16         <div class="yui-g">
17         <div class="yui-u first">
18
19 <!-- TMPL_IF NAME="resultsloop" -->
20 <h2>Templates</h2>
21 <form name="input" action="/cgi-bin/koha/labels/label-templates.pl" method="get">
22 <table>
23 <tr>
24         <th>Template Code</th>
25         <th>Description</th>
26         <th>Edit</th>
27         <th>Delete</th>
28         <th>Active</th>
29 </tr>
30 <!-- TMPL_LOOP NAME="resultsloop" -->
31 <tr>
32         <td>
33                 <!-- TMPL_VAR NAME="tmpl_code" -->
34         </td>
35         <td>
36                 <!-- TMPL_VAR NAME="tmpl_desc" -->
37         </td>
38                 <td>
39                                 <a href="/cgi-bin/koha/labels/label-edit-template.pl?tmpl_id=<!-- TMPL_VAR NAME="tmpl_id" -->">Edit</a>
40         </td>
41                 <td>
42                                 <a href="/cgi-bin/koha/labels/label-templates.pl?op=delete&amp;tmpl_id=<!-- TMPL_VAR NAME="tmpl_id" -->">Delete</a>
43         </td>
44                   <td>
45 <!-- TMPL_IF NAME="active" -->
46     <input type="radio" name="tmpl_id" value="<!-- TMPL_VAR NAME="tmpl_id" -->" checked="checked" />
47 <!-- TMPL_ELSE -->
48     <input type="radio" name="tmpl_id" value="<!-- TMPL_VAR NAME="tmpl_id" -->" />
49 <!-- /TMPL_IF -->
50
51         </td>
52 </tr>
53 <!-- /TMPL_LOOP -->
54 </table>
55 <fieldset class="action">
56  <input class="button" type="submit" value="Set Active Template" />
57         <input type="hidden" name="op" value="set_active_template" /></fieldset>
58 </form>
59 <!-- /TMPL_IF -->
60 </div>
61 <div class="yui-u">
62     <!-- TMPL_INCLUDE NAME="label-status.inc" -->
63 </div>
64 </div>
65
66 </div>
67 </div>
68 <div class="yui-b">
69 <!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
70 </div>
71 </div>
72 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->