/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
- <%dsp:include url="xhtml-start.dsp"/>
- <%dsp:taglib name="wiki"/>
- <head>
- <title>Dylan Wiki: <wiki:show-page-title/></title>
- <%dsp:include url="meta.dsp"/>
- </head>
- <body>
- <%dsp:include url="header.dsp"/>
- <div id="midsection">
- <div id="navigation">
- <wiki:include-page title="Wiki Left Nav"/>
- </div>
- <%dsp:include url="options-menu.dsp"/>
- <div id="content">
- <h2>Change to <dsp:get name="name"/> @ <dsp:get name="date"/></h2>
- <dsp:show-page-errors/>
- <dsp:show-page-notes/>
- <h3>Author: <dsp:get name="author"/></h3>
- <h3>Comment: <dsp:get name="comment"/></h3>
- <h2>Diff:</h2>
- <pre class="diff">
- <dsp:get name="diff" />
- </pre>
- </div>
- </div>
- <%dsp:include url="footer.dsp"/>
- </body>
- </html>