~malept/loggerhead/standalone-auth

« back to all changes in this revision

Viewing changes to loggerhead/templates/search.pt

  • Committer: Martin Albisetti
  • Date: 2008-07-22 00:40:03 UTC
  • mfrom: (182 loggerhead.search_integration)
  • mto: This revision was merged to the branch mainline in revision 187.
  • Revision ID: argentina@gmail.com-20080722004003-lx1fp0tthpp6kl92
Merged from trunk, resolved billions of conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ul style="list-style:none; list-style-display:inline; padding:2px; max-height:450px;">
 
2
<tal:block repeat="term terms" condition="python: len(terms) > 0">
 
3
    <li><a tal:attributes="href python:url(['/changes'], q=term)" tal:content="term"></a></li>
 
4
</tal:block>
 
5
<tal:block condition="python: len(terms) == 0">
 
6
    <li>No results found.</li>
 
7
</tal:block>
 
8
</ul>