~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/revision.pt

  • Committer: Michael Hudson
  • Date: 2008-06-16 10:13:40 UTC
  • mto: This revision was merged to the branch mainline in revision 164.
  • Revision ID: michael.hudson@canonical.com-20080616101340-2bsyaxiom1okfm4w
betterĀ staticĀ urls

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
      <metal:block fill-slot="header_extras">
11
11
        <script type="text/javascript"
12
 
                tal:attributes="src python:tg.url('/static/javascript/collapse.js')">
 
12
                tal:attributes="src python:branch.static_url('/static/javascript/collapse.js')">
13
13
        </script>
14
14
      </metal:block>
15
15
    </head>
89
89
              <a href="javascript:show_sbs()"
90
90
                 class="hide-all collapse-style-sbs-show"
91
91
                 title="collapse">
92
 
                <img tal:attributes="src python:tg.url('/static/images/nav-small-out.gif')"
 
92
                <img tal:attributes="src python:branch.static_url('/static/images/nav-small-out.gif')"
93
93
                     width="22" height="10" class="collapse-triangle" />
94
94
                show side by side
95
95
              </a>
96
96
              <a href="javascript:show_unified()"
97
97
                 class="hide-all collapse-style-unified-show"
98
98
                 title="expand">
99
 
                <img tal:attributes="src python:tg.url('/static/images/nav-small-in.gif')"
 
99
                <img tal:attributes="src python:branch.static_url('/static/images/nav-small-in.gif')"
100
100
                     width="22" height="10" class="collapse-triangle" />
101
101
                show unified diff
102
102
              </a>