~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/templates/search.pt

[r=sinzui][bug=1208477][author=abentley] Remove doctype attribute.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        <a href="${hit['data'].short_url}">${name}</a></td>
21
21
      <td tal:content="hit['data'].summary"></td>
22
22
    </tr>
23
 
    <tal:comment replace="nothing">
24
 
      * XXX bac: Uncomment this stanza when the bundle page referenced below
25
 
      * is implemented.
26
 
    <thead>
27
 
        <tr>
28
 
            <th>Bundle</th>
29
 
            <th>Summary</th>
30
 
        </tr>
31
 
    </thead>
32
 
    <tr tal:repeat="hit results['bundle']">
33
 
      <td tal:define="name hit['data'].permanent_url">
34
 
        <a href="${hit['data'].short_url}">${name}</a></td>
35
 
      <td tal:content="hit['data'].description"></td>
36
 
    </tr>
37
 
    </tal:comment>
38
 
 
39
23
  </table>
40
24
 
41
25
</metal:block>