summaryrefslogtreecommitdiff
path: root/template/banner.st
blob: df66aecb3a4046245e2caba8fc04b51c8cca500d (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<div id="rapper7">
  <div id="header7">
    <div id="logo7">
      <div align="center">
        <a href="/chat" 
           onMouseOut="MM_swapImgRestore()" 
           onMouseOver="MM_swapImage('Image2','','/static/mouseover.gif',1)">
          <img src="/static/wordlogo2.gif" name="Image2" width="153" height="73" border="0">
        </a>
      </div>      
      <div id="strapline">
        <img src="/static/talkwith.png" width="179" height="53" />
      </div>
    </div>
    <div class="white">
      
      <div id="bar7">
        <div style="float: left;">
          <div align="center">
            $if(user_nick)$&nbsp; 
                <a href="/log"> Log </a> &#x2605;
                <a href="/u/$user_nick$"> Profile </a>  &#x2605;
                <a href="/browser"> Browser Tool </a>
	    $else$ &#x2605;
                <a href="/register">Register </a>&#x2605;
	    $endif$
	  </div>
        </div>
      </div>
    </div>

    <div id="logout7" class="white">

    $if(isadmin)$
    <div id="vip">
      <a href="/VIP/chat"> &#x2605; VIP &#x2605; </a>
    </div>
    $endif$

    <div align="center">
      $if(user_nick)$
      <a href="/logout">
        <img src="/static/door2.gif" width="16" height="16" /> Logout
      </a>
      $else$ $form_login()$ $endif$
    </div>
    </div>
    <div align="center"><br />
    </div>
  </div>
</div>