~ubuntu-branches/ubuntu/precise/namebench/precise

« back to all changes in this revision

Viewing changes to templates/html.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2010-03-07 13:32:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100307133250-80e4nkb88udvdt4m
Tags: 1.2+dfsg-1
* New upstream release.
* Updated watch file and added debian/orig-tar.sh.
* debian/rules: Added get-orig-source target.
* Update years in copyright file.
* Configuration files are now installed in /etc/namebench directory.
* Removed unnecessary files from /usr/share/doc/namebench directory.
* Updated XS-Python-Version, Build-Depends and Depends to python >= 2.5
  since this version doesn't work with 2.4 anymore due to the use of
  relative imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
<body>
10
10
 
11
11
<div id="container">
 
12
<div class="version">namebench {{ version }}</div>
12
13
<div id="big_summary" class="greybox">
13
 
        In this test, <strong>{% if best.ip == system_primary %}Your current primary DNS server{% else %}{{ best.name }}{% endif %}</strong> is
14
 
        <h1>{{ "%0.0f"|format(comparison.percent) }}% <span id="sumverb">Faster</span></h1>
15
 
        than {% if comparison.ns.ip == system_primary %}your current primary DNS server{% else %}{{ comparison.ns.name }}{% endif %}
 
14
        <h4><strong>{% if best.ip == system_primary %}Your current primary DNS server{% else %}{{ best.name }}{% endif %}</strong> is</h4>
 
15
        <h1>{{ comparison.title }}</h1><h5 class="faster">{{ comparison.subtitle }}</h5>
 
16
        <h4>{% if comparison.ns %}than {% if comparison.ns.ip == system_primary %}your current primary DNS server{% else %}{{ comparison.ns.name }}{% endif %}{% endif %}</h4>
16
17
</div>
17
18
 
18
19
<div id="recommended_config" class="greybox">