~launchpad-pqm/launchpad/devel

4939.2.5 by Curtis Hovey
Added namespaces to cve and code of conduct templates and fixed markup.
1
<div
2
  xmlns:tal="http://xml.zope.org/namespaces/tal"
3
  xmlns:metal="http://xml.zope.org/namespaces/metal"
4939.2.10 by Curtis Hovey
Removed redundant xmlns. Added i18n to all portlets.
4
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
4939.2.5 by Curtis Hovey
Added namespaces to cve and code of conduct templates and fixed markup.
5
  class="portlet" id="portlet-references">
2450 by Canonical.com Patch Queue Manager
[r=jamesh] rework cve structure, and general polish
6
2903.1.205 by Matthew Paul Thomas
Converts all portlet headings from <h4> to <h2>.
7
  <h2>References</h2>
2450 by Canonical.com Patch Queue Manager
[r=jamesh] rework cve structure, and general polish
8
9
  <div class="portletBody portletContent">
10
9360.5.1 by Tom Berger
convert some cve related templates
11
    <ul style="margin-left: 20px">
2450 by Canonical.com Patch Queue Manager
[r=jamesh] rework cve structure, and general polish
12
      <li class="webref" tal:repeat="ref context/references">
13
        <span tal:replace="ref/source">SOURCE</span>:
14
        <a tal:condition="ref/url"
15
           tal:attributes="href ref/url"
16
           tal:content="ref/content/fmt:shorten/25">ref content</a>
17
        <span tal:condition="not: ref/url"
18
              tal:replace="ref/content/fmt:shorten/25">reference content</span>
19
      </li>
20
    </ul>
21
22
  </div>
23
24
</div>