Add layout to compare revisions page

This commit is contained in:
Eston Bond
2010-11-15 19:21:07 -08:00
parent 4ff4358729
commit 6ed5899601
+13 -15
View File
@@ -1,19 +1,13 @@
<div class="guide"> <div id="wiki-wrapper" class="compare">
<div class="main"> <div id="head">
<div class="actions"> <h1>History for <strong>{{path}}</strong></h1>
<a href="/{{escaped_name}}">&laquo; Back</a> <ul class="actions">
</div> <li class="minibutton"><a href="/history/{{escaped_name}}"
<h1>{{title}}: {{before}} &rarr; {{after}}</h1> class="action-page-history">Back to Page History</a></li>
<div id="files"> </ul>
<div class="file"> {{>searchbar}}
<div class="meta">
<div class="info">
<span class="icon">
<img alt="Txt" height="16" src="/images/txt.png" width="16">
</span>
{{path}}
</div>
</div> </div>
<div id="compare-content">
<div class="data highlight"> <div class="data highlight">
<table cellpadding="0" cellspacing="0" width="100%"> <table cellpadding="0" cellspacing="0" width="100%">
{{#lines}} {{#lines}}
@@ -28,6 +22,10 @@
</table> </table>
</div> </div>
</div> </div>
<div id="footer">
<ul class="actions">
<li class="minibutton"><a href="#">Back to Top</a></li>
</ul>
</div> </div>
</div> </div>
</div> </div>