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

« back to all changes in this revision

Viewing changes to src/lib/Server/Hostbase/hostbase/webtemplates/search.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:
3
3
{% block pagebanner %}
4
4
  <div class="header">
5
5
      <h2>Welcome to Hostbase!</h2>
 
6
      <p>search for hosts using one or more of the fields below
6
7
  </div>
7
8
  <br/>
8
9
{% endblock %}
 
10
 
 
11
{% block sidebar %}
 
12
<a href="/hostbase/new" class="sidebar">add a new host</a><br>
 
13
<a href="/hostbase/zones" class="sidebar">zone file information</a><br>
 
14
{% include "logout" %}
 
15
{% endblock %}
 
16
 
9
17
{% block content %}
10
 
Find hosts using one or more of the searchable fields below.<br>
11
18
<!-- ...or go to <a href="hostinfo">this</a>
12
19
 page to enter hostinfo-like queries<br><br> -->
13
20
<form name="input" action="?sub=true" method="post">
30
37
   <td> <input name="csi" type="text" ></td></tr>
31
38
   <tr> <td> <b>printq</b></td>
32
39
   <td> <input name="printq" type="text" ></td></tr>
33
 
   <tr> <td> <b>dhcp</b></td>
34
 
   <td>
35
 
   {% for choice in yesno %}
36
 
   <input type="radio" name="dhcp" value="{{ choice.0 }}" >{{ choice.1 }}
37
 
   {% endfor %}
38
 
   </td></tr>
39
40
   <tr> <td> <b>outbound_smtp</b></td>
40
41
   <td>
41
42
   {% for choice in yesno %}
55
56
   <input type="radio" name="hdwr_type" value="{{ choice.0 }}" >{{ choice.1 }}
56
57
   {% endfor %}
57
58
   </td></tr>
 
59
   <tr> <td> <b>dhcp</b></td>
 
60
   <td>
 
61
   {% for choice in yesno %}
 
62
   <input type="radio" name="dhcp" value="{{ choice.0 }}" >{{ choice.1 }}
 
63
   {% endfor %}
 
64
   </td></tr>
58
65
   <tr> <td> <b>mac_addr</b></td>
59
66
   <td> <input name="mac_addr" type="text"></td></tr>
60
67
   <tr> <td> <b>ip_addr</b></td>