/www/dsp/view-diff.dsp
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 17 <dsp:show-page-errors/> 18 <dsp:show-page-notes/> 19 20 <h3>Author: <dsp:get name="author"/></h3> 21 <h3>Comment: <dsp:get name="comment"/></h3> 22 23 <h2>Diff:</h2> 24 <pre class="diff"> 25 <dsp:get name="diff" /> 26 </pre> 27 28 29 </div> 30 </div> 31 <%dsp:include url="footer.dsp"/> 32</body> 33</html>