Files
oav/dotclear._no/themes/hybrid/tpl/header.html
2023-03-20 12:18:38 +01:00

61 lines
2.6 KiB
HTML
Executable File

<div id="tophead" class="clearfix">
<ul id="top-nav">
<tpl:SysIf current_tpl="home.html">
<li class="active"><a href="{{tpl:BlogURL}}">{{tpl:lang Home}}</a></li>
</tpl:SysIf>
<tpl:SysIf current_tpl="!home.html">
<li><a href="{{tpl:BlogURL}}">{{tpl:lang Home}}</a></li>
</tpl:SysIf>
<tpl:SysIf current_tpl="archive.html">
<li class="active"><a href="{{tpl:BlogArchiveURL}}">{{tpl:lang Archives}}</a></li>
</tpl:SysIf>
<tpl:SysIf current_tpl="!archive.html">
<li><a href="{{tpl:BlogArchiveURL}}">{{tpl:lang Archives}}</a></li>
</tpl:SysIf>
<tpl:SysIf current_tpl="contact_me.html">
<li class="active"><a href="{{tpl:BlogURL}}contact">Contact</a></li>
</tpl:SysIf>
<tpl:SysIf current_tpl="!contact_me.html">
<li><a href="{{tpl:BlogURL}}contact">Contact</a></li>
</tpl:SysIf>
</ul>
<div id="search">
<form method="get" action="">
<fieldset>
<p>
<input type="text" value="{{tpl:lang Search}}..." name="q" id="q" maxlength="255" size="10"
onfocus="if(this.value=='{{tpl:lang Search}}...') {this.value=''};" onblur="if(this.value=='') {this.value='{{tpl:lang Search}}...'};" />
<input type="submit" value="ok" class="submit"/>
</p>
</fieldset>
</form>
</div>
<div id="feed_infos">
<p class="blogfeedurl">{{tpl:lang Subscribe}}: <a href="{{tpl:BlogFeedURL}}" title="{{tpl:lang Entries feed}}">{{tpl:lang Entries feed}}</a></p>
<p class="blogupdatedate">{{tpl:lang Last update}}: {{tpl:BlogUpdateDate format="%d %B %Y"}}</p>
</div>
</div>
<!-- end #tophead -->
<div id="masthead">
<div id="branding">
<h1><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a></h1>
<small>{{tpl:BlogDescription encode_html="1"}}</small>
</div>
</div>
<!-- end #masthead -->
<tpl:Categories level="1">
<tpl:CategoriesHeader><ul id="menu"></tpl:CategoriesHeader>
<li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a>
<tpl:CategoryFirstChildren>
<tpl:CategoriesHeader><ul></tpl:CategoriesHeader>
<li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a>&nbsp;&nbsp;|&nbsp;&nbsp;</li>
<tpl:CategoriesFooter></ul></tpl:CategoriesFooter>
</tpl:CategoryFirstChildren>
</li>
<tpl:CategoriesFooter></ul></tpl:CategoriesFooter>
</tpl:Categories>
<!-- end #menu -->