~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/templates/distributionsourcepackagerelease-changes.pt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2004-06-28 10:08:03 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%soyuz--devel--0--patch-8
add ./sourcecode directory
Patches applied:

 * david.allouche@canonical.com--2004/soyuz--devel--0--base-0
   tag of rocketfuel@canonical.com/soyuz--devel--0--patch-7

 * david.allouche@canonical.com--2004/soyuz--devel--0--patch-1
   add ./sourcecode directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div
2
 
  xmlns:tal="http://xml.zope.org/namespaces/tal"
3
 
  xmlns:metal="http://xml.zope.org/namespaces/metal"
4
 
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
5
 
  class="boardComment">
6
 
 
7
 
  <div class="boardCommentDetails"
8
 
       tal:attributes="id string:detail_${context/name}_${context/version}">
9
 
    <div>
10
 
      <strong><a tal:content="context/version"
11
 
         tal:attributes="href context/fmt:url">2.0.39</a></strong>
12
 
    </div>
13
 
    <table>
14
 
      <tbody>
15
 
        <tal:block repeat="publishing context/publishing_history"
16
 
                   replace="structure publishing/@@+listing-compact">
17
 
        </tal:block>
18
 
      </tbody>
19
 
    </table>
20
 
  </div>
21
 
 
22
 
  <div class="boardCommentBody">
23
 
    <div tal:attributes="id string:body_${context/name}_${context/version}">
24
 
        <pre style="margin: 0 0 0.3em 0"
25
 
             tal:attributes="id string:${context/name}_${context/version}"
26
 
             tal:content="structure context/change_summary" />
27
 
    </div>
28
 
    <tal:diffs replace="structure context/@@+diffs" />
29
 
  </div>
30
 
</div>