Intial Commit
This commit is contained in:
26
_werc/lib/default_master.tpl
Normal file
26
_werc/lib/default_master.tpl
Normal file
@@ -0,0 +1,26 @@
|
||||
<header>
|
||||
<nav>
|
||||
% cat `{ get_lib_file top_bar.inc }
|
||||
</nav>
|
||||
<h1><a href="/">%($"siteTitle%) <span id="headerSubTitle">%($"siteSubTitle%)</span></a></h1>
|
||||
</header>
|
||||
|
||||
% if(! ~ $#handlers_bar_left 0) {
|
||||
<nav id="side-bar">
|
||||
% for(h in $handlers_bar_left) {
|
||||
<div>
|
||||
% run_handler $$h
|
||||
</div>
|
||||
% }
|
||||
</nav>
|
||||
% }
|
||||
|
||||
<article>
|
||||
% run_handlers $handlers_body_head
|
||||
% run_handler $handler_body_main
|
||||
% run_handlers $handlers_body_foot
|
||||
</article>
|
||||
|
||||
<footer>
|
||||
% cat `{ get_lib_file footer.inc }
|
||||
</footer>
|
||||
11
_werc/lib/footer.inc
Normal file
11
_werc/lib/footer.inc
Normal file
@@ -0,0 +1,11 @@
|
||||
<footer>
|
||||
<div><a href="http://werc.cat-v.org/">Powered by werc</a>
|
||||
</footer>
|
||||
|
||||
<style>
|
||||
footer {
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
}
|
||||
</style>
|
||||
14
_werc/lib/top_bar.inc
Normal file
14
_werc/lib/top_bar.inc
Normal file
@@ -0,0 +1,14 @@
|
||||
<div>
|
||||
<a href="https://git.bergamotoil.net/">git</a>
|
||||
<p style="display:inline"> | </p>
|
||||
<a href="https://files.bergamotoil.net/">filedumps</a>
|
||||
<p style="display:inline"> | </p>
|
||||
<a href="https://test.bergamotoil.net/">testing</a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<!--
|
||||
<a href="http://cat-v.org/update_log">site updates</a> |
|
||||
<a href="/sitemap">site map</a>
|
||||
-->
|
||||
</div>
|
||||
Reference in New Issue
Block a user