~launchpad-pqm/launchpad/devel

5132.1.4 by Curtis Hovey
Added namespaces and fixes markup to spec.* templates.
1
<html
2
  xmlns="http://www.w3.org/1999/xhtml"
3
  xmlns:tal="http://xml.zope.org/namespaces/tal"
4
  xmlns:metal="http://xml.zope.org/namespaces/metal"
5
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
9337.1.2 by Julian Edwards
mechanical changes for 3.0 layout of source package change log page
6
  metal:use-macro="view/macro:page/main_only"
5132.1.4 by Curtis Hovey
Added namespaces and fixes markup to spec.* templates.
7
  i18n:domain="launchpad"
8
>
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
9
10
<body>
11
12
<div metal:fill-slot="main">
9558.5.1 by Michael Nelson
Fixed heading+breadcrumb on sourcepackage changelog.
13
    <div class="top-portlet" id="changelogs">
3993.1.3 by Julian Edwards
Commit a working set of files before fixing tests. This change set adds a
14
      <ul tal:condition="context/distinctreleases">
15
        <li tal:repeat="spr context/distinctreleases">
16
          <div tal:replace="structure spr/@@+changelog"/>
17
        </li>
18
      </ul>
9337.1.2 by Julian Edwards
mechanical changes for 3.0 layout of source package change log page
19
      <p tal:condition="not: context/distinctreleases"
3993.1.3 by Julian Edwards
Commit a working set of files before fixing tests. This change set adds a
20
         class="informational message">
21
        There are no change logs associated with this source package.
22
      </p>
23
    </div>
9558.5.1 by Michael Nelson
Fixed heading+breadcrumb on sourcepackage changelog.
24
</div>
25
26
</body>
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
27
</html>