~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/changelog.pt

finish (?) changelog.pt

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
          tal:attributes="href python:tg.url('/static/css/zptstyle.css')" />
14
14
 
15
15
 
16
 
    <span py:def="file_link(filename, file_id, revid)">
17
 
      <a href="${url(['/annotate', revid], file_id=file_id)}" title="Annotate ${filename}">${filename}</a>
18
 
    </span>
19
 
 
20
 
    <script type="text/javascript" tal:attributes="src python:tg.url('/static/javascript/collapse.js')"></script>
 
16
    <script type="text/javascript" 
 
17
            tal:attributes="src python:tg.url('/static/javascript/collapse.js')">
 
18
    </script>
21
19
  </head>
22
20
 
23
21
  <body onload="javascript:sortCollapseElements();">
24
22
 
25
23
    <tal:navigation content="structure here/navigation.pt" />
26
24
 
27
 
    <h1>
 
25
    <h1 style="margin-bottom: 1em">
28
26
      <span class="branch-name" tal:content="branch/friendly_name">
29
27
        ${branch.friendly_name}
30
28
      </span>
138
136
        <tr tal:attributes="class string:revision-details-block parity${entry/parity}">
139
137
          <td colspan="2">
140
138
          </td>
141
 
          <td colspan="4">
 
139
          <td tal:attributes="colspan subcolspan">
142
140
            <table tal:attributes="class string:revision-details hidden-details collapse-cl-${entry/revno}-content">
143
141
              <tr tal:condition="python:len(entry.merge_points) > 0">
144
142
                <th class="children">
300
298
      </table>
301
299
    </div>
302
300
 
 
301
    <tal:footer content="structure here/footer.pt" />
 
302
 
303
303
  </body>
304
304
</html>