summaryrefslogtreecommitdiff
path: root/template/header.st
blob: 4d45ffa98880e89ef6b6b88ed1c7f67e47b6daa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div id="header">
  <a href="/"><img src="/static/dddump.png" height="50" /></a>
  <div style="float: right;">
    $if(user_nick)$
        <span>Hi, $user_nick$</span>&nbsp;&nbsp;&nbsp; 
        <a href="/u/$user_nick$">HOME</a> |
    $else$ <a href="/">Login</a> |
    $endif$
    <a href="/chat">Room A</a>
    $if(user_nick)$ | <a href="/logout">Logout</a>$endif$
  </div>
</div>
<hr />