~cr3/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to templates/base_layout.html

  • Committer: Marc Tardif
  • Date: 2010-12-07 01:16:17 UTC
  • Revision ID: marc.tardif@canonical.com-20101207011617-cqcv0240ca3cs5ba
Added TestStat for statistics about test runs and TestRank for ranking of projects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
10
10
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
11
11
  <head>
12
 
    <title>{% block title %}{% trans "Launchpad Results" %}{% endblock %}</title>
 
12
    <title>{% block page_title %}Launchpad Results{% endblock %}</title>
13
13
    {% include "base_layout_macros.html" %}
14
14
    {% block extra_header %}{% endblock %}
15
15
  </head>
24
24
          <img alt="" width="64" height="64" src="/@@/launchpad-logo.png" />
25
25
        </div>
26
26
        <div class="flowed-block wide">
27
 
          <h2>Launchpad.net</h2>
 
27
          <h2>{% block watermark %}Launchpad.net{% endblock %}</h2>
28
28
 
29
29
          <!-- Application Menu -->
30
30
          <ul class="facetmenu">
40
40
<div class="yui-b" dir="ltr">
41
41
 
42
42
          <div class="context-publication">
43
 
            <h1>{% block text_title %}{% trans "Results tracking" %}{% endblock %}</h1>
 
43
            <h1>{% block page_label %}{% trans "Results tracking" %}{% endblock %}</h1>
44
44
          </div>
45
45
</div>
46
46
          {% block content %}{% endblock %}