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

1099.1.48 by William Grant
ivle.webapp.filesystem.diff: Port www/apps/diff to new framework. This moves
1
<html xmlns="http://www.w3.org/1999/xhtml"
2
      xmlns:py="http://genshi.edgewall.org/">
3
  <head>
1173 by William Grant
Show the filename in a diff view.
4
    <title>${title} (diff)</title>
1099.1.48 by William Grant
ivle.webapp.filesystem.diff: Port www/apps/diff to new framework. This moves
5
  </head>
6
  <body>
1254 by William Grant
Replace DiffView's titles too.
7
    <h1>
8
      <py:for each="segment in paths">/<a href="${segment['href_path']}" title="Navigate to ${segment['nav_path']}">${segment['path']}</a></py:for> (Subversion diff)
9
    </h1>
1099.1.48 by William Grant
ivle.webapp.filesystem.diff: Port www/apps/diff to new framework. This moves
10
    <div id="ivle_padding">
11
      <py:for each="file in files">
12
        <p><b>File:</b> ${file}</p>
13
        <pre py:replace="files[file]" />
14
      </py:for>
15
    </div>
16
  </body>
17
</html>