~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/templates/search.pt

  • Committer: Tarmac
  • Author(s): Brad Crittenden
  • Date: 2013-08-01 20:59:27 UTC
  • mfrom: (325.1.9 bundle-search)
  • Revision ID: tarmac-20130801205927-lcbxxxb2bba92akt
[r=abentley][bug=][author=bac] Provide support for bundles in searching. The display of search results in the web app still only shows charms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
  <h3> Search Results </h3>
7
7
 
8
 
  <span class="muted">Found ${matches_human_readable_estimate} matches in ${search_time}s out of ${charm_total} charms.</span>
 
8
  <span class="muted">Found ${matches_human_readable_estimate} matches in
 
9
  ${search_time}s out of ${result_total} charms.</span>
9
10
 
10
11
  <table class="table table-striped table-bordered shogun">
11
12
    <thead>
14
15
            <th>Summary</th>
15
16
        </tr>
16
17
    </thead>
17
 
    <tr tal:repeat="hit results">
 
18
    <tr tal:repeat="hit results['charm']">
18
19
      <td tal:define="name hit['data'].store_url">
19
20
        <a href="${hit['data'].short_url}">${name}</a></td>
20
21
      <td tal:content="hit['data'].summary"></td>