~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/svnlog/template.html

  • Committer: William Grant
  • Date: 2009-05-18 12:06:46 UTC
  • Revision ID: grantw@unimelb.edu.au-20090518120646-0eai5fec2kacbav3
Replace SubversionLogView's "Subversion Log" titles with more BrowserView-esque ones.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html xmlns="http://www.w3.org/1999/xhtml"
2
2
      xmlns:py="http://genshi.edgewall.org/">
3
3
  <head>
4
 
    <title>Subversion Log</title>
 
4
    <title>${title} (log)</title>
5
5
  </head>
6
6
  <body>
7
 
    <h1>Subversion Log</h1>
 
7
    <h1 id="path">
 
8
      <py:for each="segment in paths">/<a href="${segment['href_path']}" title="Navigate to ${segment['nav_path']}">${segment['path']}</a></py:for> (Subversion log)
 
9
    </h1>
8
10
    <div class="svnlogentry" py:for="log in logs">
9
11
      <div class="svnloginfo">
10
12
        Revision <a href="/svnlog/${path}?r=${log['revno']}"