PageRenderTime 29ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/www/dsp/view-diff.dsp

http://github.com/cgay/wiki
Unknown | 33 lines | 28 code | 5 blank | 0 comment | 0 complexity | b052417b3b4212e3793afb34df062ea7 MD5 | raw file
  1. <%dsp:include url="xhtml-start.dsp"/>
  2. <%dsp:taglib name="wiki"/>
  3. <head>
  4. <title>Dylan Wiki: <wiki:show-page-title/></title>
  5. <%dsp:include url="meta.dsp"/>
  6. </head>
  7. <body>
  8. <%dsp:include url="header.dsp"/>
  9. <div id="midsection">
  10. <div id="navigation">
  11. <wiki:include-page title="Wiki Left Nav"/>
  12. </div>
  13. <%dsp:include url="options-menu.dsp"/>
  14. <div id="content">
  15. <h2>Change to <dsp:get name="name"/> @ <dsp:get name="date"/></h2>
  16. <dsp:show-page-errors/>
  17. <dsp:show-page-notes/>
  18. <h3>Author: <dsp:get name="author"/></h3>
  19. <h3>Comment: <dsp:get name="comment"/></h3>
  20. <h2>Diff:</h2>
  21. <pre class="diff">
  22. <dsp:get name="diff" />
  23. </pre>
  24. </div>
  25. </div>
  26. <%dsp:include url="footer.dsp"/>
  27. </body>
  28. </html>