Beginning of gollum redesign
This commit is contained in:
@@ -1,33 +1,49 @@
|
||||
<div class="guide">
|
||||
<div class="main">
|
||||
<div class="actions">
|
||||
<form action="/search" method="get">
|
||||
<div>
|
||||
<a href="/">Home</a> |
|
||||
<a href="/edit/{{escaped_name}}">Edit</a> |
|
||||
<input type="search" name="q" size="10" /> <input type="submit" value="search" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<h1>{{title}}</h1>
|
||||
<div class="content wikistyle gollum {{format}}">
|
||||
<div id="wiki-wrapper" class="page">
|
||||
<div id="head">
|
||||
<h1>Page Title</h1>
|
||||
<ul class="actions">
|
||||
<li class="minibutton"><a href="/edit/{{escaped_name}}"
|
||||
class="action-edit-page">Edit Page</a></li>
|
||||
<li class="minibutton"><a href="/history/{{escaped_name}}"
|
||||
class="action-page-history">Page History</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="wiki-content">
|
||||
<div class="{{#has_footer}}has-footer{{/has_footer}}{{#has_sidebar}}has-rightbar{{/has_sidebar}}">
|
||||
<div id="wiki-body">
|
||||
<div id="template">
|
||||
{{{content}}}
|
||||
</div>
|
||||
{{#has_footer}}
|
||||
<div class="footer wikistyle gollum {{footer_format}}">
|
||||
</div>
|
||||
{{#has_sidebar}}
|
||||
<div id="wiki-rightbar">
|
||||
<!--
|
||||
<div id="nav">
|
||||
<p class="parent">
|
||||
<a href="javascript:void(0);">Back to <span>Page Name</span></a></li>
|
||||
</p>
|
||||
<h3>Directory Name</h3>
|
||||
<ul class="links">
|
||||
<li><a href="javascript:void(0);">Something 1</a></li>
|
||||
<li><a href="javascript:void(0);">Something 2</a></li>
|
||||
<li><a href="javascript:void(0);">Something 3</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
-->
|
||||
{{{sidebar_content}}}
|
||||
</div>
|
||||
{{/has_sidebar}}
|
||||
{{#has_footer}}
|
||||
<div id="wiki-footer">
|
||||
<div id="footer-content">
|
||||
{{{footer_content}}}
|
||||
</div>
|
||||
{{/has_footer}}
|
||||
</div>
|
||||
{{/has_footer}}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="footer">
|
||||
<p id="last-edit">Last edited by <b>{{author}}</b>, {{date}}</p>
|
||||
</div>
|
||||
<div class="admin">
|
||||
<div style="float: left;">
|
||||
<small>Last edited by <b>{{author}}</b>, {{date}}</small>
|
||||
<div class="actions">
|
||||
<a href="/">Home</a> | <a href="/edit/{{escaped_name}}">Edit</a>
|
||||
</div>
|
||||
</div>
|
||||
<div style="float: right;">
|
||||
<a href="/history/{{escaped_name}}">View Revision History</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user