~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/changelog.kid

  • Committer: Robey Pointer
  • Date: 2006-12-15 01:14:05 UTC
  • Revision ID: robey@lag.net-20061215011405-cgtn85p3m41545vh
clean up the navbar, and add some profiling for the bad method.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
                    <td class="revision-number"> ${revlink_path(revid, start_revid, entry.revno, path)} </td>
63
63
                    <td class="expand-button">
64
64
                        <a href="javascript:displayDetails('${entry.revno}', 'none', '')" id="hide-${entry.revno}" class="show-button">
65
 
                            <img src="${tg.url('/static/images/nav-small-down.gif')}" width="10" height="10" border="0" />
 
65
                            <img src="${tg.url('/static/images/nav-small-down.gif')}" width="10" height="10" />
66
66
                        </a>
67
67
                        <a href="javascript:displayDetails('${entry.revno}', '', 'none')" id="show-${entry.revno}" class="hide-button">
68
 
                                <img src="${tg.url('/static/images/nav-small-right.gif')}" witdh="10" height="10" border="0" />
 
68
                                <img src="${tg.url('/static/images/nav-small-right.gif')}" witdh="10" height="10" />
69
69
                        </a>
70
70
                    </td>
71
71
                                        <td class="summary"> ${revlink_path(entry.revid, start_revid, entry.short_comment, path)} </td>