~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/directory.pt

  • Committer: Matt Nordhoff
  • Date: 2010-01-14 00:20:24 UTC
  • mfrom: (399.1.3 loggerhead)
  • Revision ID: mnordhoff@mattnordhoff.com-20100114002024-w9wojo0hu8tg1j2q
Don't build a branch's revision graph cache more than once at the same time. (Max Kanat-Alexander)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    <title tal:content="string:Browsing ${name}"></title>
5
5
    <link rel="stylesheet"
6
6
          tal:attributes="href python:static_url('/static/css/global.css')" />
7
 
    <link rel="shortcut icon"
8
 
          tal:attributes="href python:branch.static_url('/static/images/favicon.ico')" /> 
9
7
  </head>
10
8
  <body>
11
9
    <div id="loggerheadCont">
21
19
            <th class="datecell">Latest Rev</th>
22
20
            <th class="datecell">Last Changed</th>
23
21
          </tr>
24
 
 
 
22
          
25
23
          <tr class="blueRow0" tal:condition="python:name != '/'">
26
24
            <td class="icocell">
27
25
                <a href="../"><img tal:attributes="src python:static_url('/static/images/ico_folder_up.gif')" /></a>