~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-12-07 04:01:30 UTC
  • Revision ID: grantw@unimelb.edu.au-20091207040130-g86nvbxnm7xdaye7
Move the year decision responsibility to each pulldown module, not the pulldown framework.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
              <a py:otherwise="" href="${url}?r=${log['revno']}">[select]</a>
21
21
            </py:choose>
22
22
            <a py:if="revno" href="${diffurl}?r=${revno}&amp;r=${log['revno']}">[diff]</a>
 
23
            <input type="button" value="Update to Revision ${log['revno']}"
 
24
                onclick="update_revision(this, ${log['revno']})" />
23
25
          </h2>
24
26
          <div class="svnlogcontent">
25
27
            <pre py:content="log['message']" />