~loggerhead-team/loggerhead/1.18

« back to all changes in this revision

Viewing changes to loggerhead/templates/inventory.pt

  • Committer: Matt Nordhoff
  • Date: 2009-04-30 10:39:05 UTC
  • mto: This revision was merged to the branch mainline in revision 406.
  • Revision ID: mnordhoff@mattnordhoff.com-20090430103905-10si14h2i325htrj
Strip trailing whitespace

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
                                             title string:Go to ${file/filename}" />
71
71
                    </a>
72
72
 
73
 
                 <a tal:attributes="href python:url(['/files', revno_url, file.absolutepath])" 
 
73
                 <a tal:attributes="href python:url(['/files', revno_url, file.absolutepath])"
74
74
                                        tal:content="file/filename" class="link"></a>
75
75
                 </td>
76
76
                 <td class="date"><a tal:attributes="href python:url(['/revision', file.change.revno]);
93
93
                        <img tal:attributes="src python:branch.static_url('/static/images/ico_flecha.gif')" alt="Symlink" />
94
94
                    </a>
95
95
 
96
 
                 <a tal:attributes="href python:url(['/annotate', revno_url, file.absolutepath])" 
 
96
                 <a tal:attributes="href python:url(['/annotate', revno_url, file.absolutepath])"
97
97
                                        tal:content="file/filename" class="link"></a>
98
98
                 </td>
99
99
                 <td class="date"><a tal:attributes="href python:url(['/revision', file.change.revno]);
118
118
                                             title string:Annotate ${file/filename}"
119
119
                             tal:condition="python:file.executable is False" />
120
120
                        <!-- Show a different icon id the file executable -->
121
 
                        <img tal:attributes="src python:branch.static_url('/static/images/ico_file_modify.gif'); 
 
121
                        <img tal:attributes="src python:branch.static_url('/static/images/ico_file_modify.gif');
122
122
                                             title string:Annotate ${file/filename}"
123
123
                             tal:condition="python:file.executable is True" alt="File" />
124
124
                    </a>