~ubuntu-branches/ubuntu/hardy/bcfg2/hardy-updates

« back to all changes in this revision

Viewing changes to src/lib/Server/Hostbase/hostbase/webtemplates/results.html

  • Committer: Bazaar Package Importer
  • Author(s): Sami Haahtinen
  • Date: 2006-11-16 22:39:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061116223916-8dtn3t86cz58vg2x
Tags: 0.8.6.1-1
* New Upstream Release
* Replaced faulty if clause in bcfg2.postrm (Closes: #398772)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
{% endblock %}
9
9
 
10
10
{% block sidebar %}
11
 
<a href="/hostbase/" class="sidebar">new search</a>
 
11
{% include "navbar" %}
 
12
{% include "logout" %}
12
13
{% endblock %}
13
14
 
14
15
{% block content %}
19
20
   <col width="200">
20
21
   <col width="75">
21
22
   <col width="50">
 
23
   <col width="50">
22
24
   <col width="*">
23
25
   <tr> <td><b>hostname</b></td>
24
26
   <td> <b>status</b> </td>
32
34
   {% endif %}
33
35
   <td> <a href="{{ host.1 }}">view</a> </td>
34
36
   <td> <a href="{{ host.1 }}/edit">edit</a> </td>
 
37
<!--   <td> <a href="{{ host.1 }}/remove">remove</a> </td> -->
35
38
   </tr>
36
39
   {% endfor %}
37
40
</table>