~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/templates/codereviewcomment-header.pt

  • Committer: mbp at canonical
  • Date: 2011-11-29 20:51:38 UTC
  • mto: This revision was merged to the branch mainline in revision 14420.
  • Revision ID: mbp@canonical.com-20111129205138-bnzjyhhwaxx468b9
Add microformats and permalink to code review comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
   xmlns:metal="http://xml.zope.org/namespaces/metal"
4
4
   omit-tag="">
5
5
 
6
 
  <tal:author replace="structure context/comment_author/fmt:link-display-name-id"/>
 
6
<table><tbody><tr>
 
7
  <td>
 
8
  <span
 
9
    itemprop="creator"
 
10
    tal:content="structure context/comment_author/fmt:link-display-name-id"/>
7
11
  <tal:has-body condition="context/has_body">wrote</tal:has-body>
8
 
  <tal:date replace="context/comment_date/fmt:displaydate" />
 
12
  <time
 
13
    itemprop="commentTime"
 
14
    tal:attributes="title context/comment_date/fmt:datetime;
 
15
                datetime context/comment_date/fmt:isodate"
 
16
    tal:content="context/comment_date/fmt:displaydate">
 
17
      7 minutes ago
 
18
    </time>:
9
19
  <span tal:condition="context/from_superseded" class="sprite warning-icon"
10
20
        style="float: right">Posted in <a
11
21
          tal:attributes="href context/branch_merge_proposal/fmt:url">a
12
22
          previous version</a>
13
23
        of this proposal</span>
 
24
    </td>
 
25
 
 
26
    <td class="bug-comment-index">
 
27
      <a itemprop="url"
 
28
        tal:attributes="href context/fmt:url">#</a>
 
29
    </td>
 
30
 
 
31
</tr></tbody></table>
14
32
</tal:root>