~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>
7
    <div id="ivle_padding">
8
      <py:for each="file in files">
9
        <p><b>File:</b> ${file}</p>
10
        <pre py:replace="files[file]" />
11
      </py:for>
12
    </div>
13
  </body>
14
</html>