blob: b182bfa9ae3c46203eb4931281968b7903251655 (
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
|
<div id="rapper7">
<div id="header7">
<div id="logoicons">
<div id="logo7">
<div align="center"><a href="/chat"><i>dump.fm</i></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)$
<a href="/log"><img src="/static/text.gif" > Log</a>
<a href="/u/$user_nick$"> <img src="/static/home4.gif"/> Profile</a> <a href="/browser"> <img src="/static/image_draw.gif" /> Browser Tool</a>
$else$ <a href="/register"><img src="/static/answer_good.gif" />Register</a>
<div id="landscape"> <img src="/static/const_landscape.gif" /> </div> <div id="welcomeinternet"> <img src="/static/welcome.gif" /> </div>
$endif$
</div>
</div>
</div>
</div>
</div>
<div id="logout7" class="white">
<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>
|