]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/page.header.html
Version 0.0.37 beta
[github/shaarli/Shaarli.git] / tpl / page.header.html
CommitLineData
3433e5e8
SS
1
2 <div id="logo" title="Share your links !" onclick="document.location='?';"></div>
a22e60cc 3 <div style="float:right; font-style:italic; color:#bbb; text-align:right; padding:0 5 0 0;" class="nomobile">Shaare your links...<br>{$linkcount} links</div>
3433e5e8
SS
4 <span id="shaarli_title"><a href="?">{$shaarlititle}</a></span>
5
6{if="!empty($_GET['source']) && $_GET['source']=='bookmarklet'"}
7 {ignore} When called as a popup from bookmarklet, do not display menu. {/ignore}
8{else}
a22e60cc 9 <a href="?" class="nomobile">Home</a>
3433e5e8
SS
10 {if="isLoggedIn()"}
11 <a href="?do=logout">Logout</a><a href="?do=tools">Tools</a><a href="?do=addlink"><b>Add link</b></a>
12 {elseif="$GLOBALS['config']['OPEN_SHAARLI']"}
13 <a href="?do=tools">Tools</a><a href="?do=addlink"><b>Add link</b></a>
14 {else}
15 <a href="?do=login">Login</a>
16 {/if}
a22e60cc
SS
17 <a href="{$feedurl}?do=rss{$searchcrits}" class="nomobile">RSS Feed</a>
18 <a href="{$feedurl}?do=atom{$searchcrits}" style="padding-left:10px;" class="nomobile">ATOM Feed</a>
3433e5e8
SS
19 <a href="?do=tagcloud">Tag cloud</a>
20 <a href="?do=picwall{$searchcrits}">Picture wall</a>
51788ab8 21 <a href="?do=daily">Daily</a>
3433e5e8
SS
22{/if}
23 <div class="clear"></div>
24
25