~launchpad-pqm/launchpad/devel

7083.2.3 by Muharem Hrnjadovic
added publishinghistory-macros.pt
1
<metal:header
2
  xmlns:metal="http://xml.zope.org/namespaces/metal"
3
  xmlns:tal="http://xml.zope.org/namespaces/tal"
4
  define-macro="listing-summary">
5
  <tal:comment replace="nothing">
6
  This macro expects the following variables defined:
7
      :series_name: The DistroSeries/DistroArchSeries name
8
      :series_url: The DistroSeries/DistroArchSeries link
9
      :version_name: The version string
10
      :version_url: The version link
11
  </tal:comment>
12
  <tr>
13453.2.1 by Danilo Segan
Restore expander replacements.
13
    <td style="white-space: nowrap">
14
      <span tal:attributes="id string:pub${context/id}-expander"
15
            class="expander-icon">&nbsp;</span>
7083.2.3 by Muharem Hrnjadovic
added publishinghistory-macros.pt
16
    </td>
17
    <td tal:content="view/date_last_changed/fmt:datetime"
18
        >2005-08-24</td>
19
    <td tal:content="context/status/title">Published</td>
20
    <td>
21
       <a tal:attributes="href series_url"
22
          tal:content="series_name">warty</a>
23
    </td>
24
    <td tal:content="context/pocket/title/fmt:lower">Release</td>
25
    <td tal:content="context/component/name">main</td>
26
    <td tal:content="context/section/name">web</td>
27
    <td>
28
      <a tal:content="version_name"
29
         tal:attributes="href version_url"
30
      >2.0.39</a>
31
    </td>
32
  </tr>
13453.2.1 by Danilo Segan
Restore expander replacements.
33
  <tr tal:attributes="id string:pub${context/id}">
7083.2.3 by Muharem Hrnjadovic
added publishinghistory-macros.pt
34
    <td colspan="8">
35
      <tal:block replace="structure context/@@+record-details" />
36
    </td>
37
  </tr>
13453.2.1 by Danilo Segan
Restore expander replacements.
38
7083.2.3 by Muharem Hrnjadovic
added publishinghistory-macros.pt
39
</metal:header>
40