diff options
| author | timb <timb@mb.local> | 2010-04-09 19:27:20 -0700 |
|---|---|---|
| committer | timb <timb@mb.local> | 2010-04-09 19:27:20 -0700 |
| commit | d71b5a02c17e40a6f21b9cf12b7e12457d8df4b5 (patch) | |
| tree | 9f4950a04d881781f3631865a8eaa8e192c50b19 /template/banner.st | |
| parent | 99c8ae25e4bc2b095f956fdc7a90f66c55014e02 (diff) | |
| parent | 167efea3b97a3414f5608d9bfff55aebb29b0727 (diff) | |
merging
Diffstat (limited to 'template/banner.st')
| -rw-r--r-- | template/banner.st | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/template/banner.st b/template/banner.st index 6d99d8b..1656ff1 100644 --- a/template/banner.st +++ b/template/banner.st @@ -1,34 +1,36 @@ + <meta content="dump.fm - Talk with pictures!" name="description" /> + <meta name="keywords" CONTENT="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board"> +<meta name="description" CONTENT="Talk with pictures!"> <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)$ + <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$ - + <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 id="registerlink"> +<a href="/register"><img src="/static/img/ako.gif"width="21px" height="21px" /> Register</a> +</div> + + + $endif$ + + </div> </div> </div> </div> @@ -37,14 +39,12 @@ <div id="topic"></div> - - - $if(isadmin)$ - <div id="vippp"> - <a href="/VIP/chat"> ★ VIP ★ </a> - </div> - $endif$ - <div id="logout7" class="white"> + $if(isadmin)$ + <div id="vippp"> + <a href="/VIP/chat"> ★ VIP ★ </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> |
