1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<div
xmlns:tal="http://xml.zope.org/namespaces/tal"
xmlns:metal="http://xml.zope.org/namespaces/metal"
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
class="portlet" id="portlet-details">
<h2>"<span tal:replace="context/name">apache2</span>
<span tal:replace="context/version">2.0.39</span>" (source)
in <span tal:replace="context/distribution/name">ubuntu</span></h2>
<div class="portletBody portletContent">
<b>Series:</b>
<a tal:attributes="href context/distroseries/fmt:url">
<span tal:replace="context/distribution/name">ubuntu</span>
<span tal:replace="context/distroseries/name">hoary</span>
</a><br />
<b>Pocket:</b>
<span tal:replace="context/pocket/title">Release</span><br />
<div tal:replace="structure context/sourcepackagerelease/@@+portlet-details-content" />
</div>
</div>
|