~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/modified-file-link-rev.pt

  • Committer: Martin Albisetti
  • Date: 2008-11-20 16:55:47 UTC
  • Revision ID: argentina@gmail.com-20081120165547-q0pwoo1x1rfhqkpn
Fixed setup to install YUI

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<tal:block>
 
2
<li class="files"><a 
 
3
     tal:attributes="href  string:#${item/filename}-s;
 
4
                     title string:Jump to ${item/filename} below"
 
5
     tal:content="item/filename" >
 
6
</a></li>
 
7
</tal:block>