-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsidebar.html
30 lines (26 loc) · 992 Bytes
/
sidebar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
// DO NOT REMOVE
require_once(DOKU_TPLINC . 'tpl_functions.php');
?>
<div id="header">
<div class="logo">
<?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[H]"')?>
</div>
<?php tpl_navigation() ?>
</div>
<div class="actions">
<?php tpl_actions()?>
</div>
<div id="search">
<?php tpl_searchform()?>
</div>
<div id="pagemeta">
<?php tpl_license(false);?>
<br />
<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3"><img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!" /></a>
<div class="clearer"></div>
<div class="doc">
<?php tpl_pageinfo()?>
</div>
</div>