summaryrefslogtreecommitdiff
path: root/template/banner.st
blob: 6d99d8bef581f6cc4e1dd38276d223a7d944e2af (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
54
55
<div id="rapper7">
  <div id="header7">
    <div id="logoicons">
      <div id="logo7">
        <div align="center"><a href="/">dump.fm</a></div>
      </div>
      <div class="white">
        
        <div id="bar7">    
          <div style="float: left;">
            <div align="center">
              $if(user_nick)$


              <a href="/log" ><img src="/static/img/log.gif"width="20px" height="20px"> Log</a>
              <a href="/u/$user_nick$">$if(user_avatar)$<img src="$user_avatar$" width="19px" height="19px" />$else$<img src="/static/img/profile.gif"width="22px" height="22px" />$endif$ Profile</a>
              <a href="/directory"><img src="/static/img/directory.gif"width="20px" height="20px" /> Directory</a>
              <a href="/browser"><img src="/static/img/image_draw.gif"/> Image Search</a>
              
	      $else$
              

              <div id="registerlink">
                <a href="/register"><img src="/static/img/ako.gif"width="21px" height="21px" /> Register</a>
              </div>
              
	      $endif$            
    <div id="wherestim">
        <img src="/static/img/wherestim.gif">
    </div>
            </div>            	    
	  </div>
        </div>
      </div>
    </div>

    
    <div id="topic"></div>



    $if(isadmin)$
    <div id="vippp">
      <a href="/VIP/chat"> &#x2605; VIP &#x2605; </a>
    </div>
    $endif$
    <div id="logout7" class="white">   
      <div align="center">$if(user_nick)$ <a href="/logout"><img src="/static/img/door.gif" width="16" height="16" /> Logout</a> $else$ $form_login()$ $endif$
      </div>
      
    </div>
    <div align="center"><br /></div>
    
  </div>
</div>