diff options
Diffstat (limited to 'template/banner.st')
| -rw-r--r-- | template/banner.st | 56 |
1 files changed, 46 insertions, 10 deletions
diff --git a/template/banner.st b/template/banner.st index d9ff644..b8e4af8 100644 --- a/template/banner.st +++ b/template/banner.st @@ -26,6 +26,31 @@ <a href="$domain$/m/cal"><img src="$domain$/static/img/thumbs/calendarbaricon.png"/> Calendar</a> <a href="$domain$/$user_nick$/favorites" onclick="pageTracker._trackEvent('button', 'banner-favs'); return true;"><img src="$domain$/static/img/thumbs/favsbaricon.png"/> Favs</a> <a href="$domain$/browser" onclick="pageTracker._trackEvent('button', 'banner-search'); return true;"><img src="$domain$/static/img/thumbs/searchbaricon.png"/> Image Search</a> + + + + <div id="toptools"> + <form name="Tools" > +<select class="toolsmenu" name="menu" onChange="location=document.Tools.menu.options[document.Tools.menu.selectedIndex].value;"> +<option>Tools</option> +<option value="http://bon.gs/tile/" target="_blank">Tile Tool</option> +<option value="http://dump.fm/chat/oie">Online Image Editor</option> +<option value="http://dump.fm/chat/dwi">Deal With It Maker</option> +<option value="http://dump.fm/chat/pixlr">Pixlr(image editor)</option> +<option value="http://dump.fm/chat/arcade">Arcade Font Maker</option> +<option value="http://dump.fm/chat/flamingtxt">Flaming Text(and more)</option> +<option value="http://dump.fm/chat/glitter">Glitter Text</option> +<option value="http://dump.fm/chat/glitter2">Glitter Text 2</option> +<option value="http://dump.fm/chat/celeb">Celebrity Photo</option> +<option value="http://dump.fm/chat/signgenerator">Sign Generator</option> +<option value="http://dump.fm/chat/20years">In 20 Years</option> +<option value="http://dump.fm/chat/flag">Flag Maker</option> + + +</select> +</form> + </div> + $else$ <a href="/register" id="registerlink">The coolest way to share pictures. Click here to get started!</a> @@ -35,24 +60,43 @@ </div> </div> </div> + + $if(user_nick)$ + <!-- <div id="facebooklike"> + <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149%3Fref%3Dts&layout=button_count&show_faces=true&width=100&action=like&font=segoe+ui&colorscheme=dark&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe> + </div> ---!> + + <div id="searchbox"> <input type="text" name="search-query" id="search-query" /> <!--<div class="search_icon"></div>--> </div> + $else$ + <div id="nouserstripes"> + + </div> + + + $endif$ <div id="topic"></div> <div id="dumplist"> $if(user_nick)$ - want a room? <a href="mailto:info@dump.fm">contact us! - <a href="$domain$/chat/vortex"> checkout the image vortex!! </a>$else$ Talk with pictures! - <a href="$domain$/chat/vortex"> checkout the nifty dump fm image vortex! </a> $endif$ $if(isadmin)$ + talk with pictures! - <a href="$domain$/chat/vortex"> checkout the image vortex!! </a>$else$ Talk with pictures! - <a href="$domain$/chat/vortex"> checkout the nifty dump fm image vortex! </a> $endif$ <a href="http://news.dump.fm">- news</a> - <a href="http://gossip.dump.fm">gossip</a> - <a href="http://art.dump.fm">art</a> - <a href="http://gif.dump.fm">gif</a> - <a href="http://design.dump.fm">design</a> - <a href="http://fashion.dump.fm">fashion</a> - -<a href="http://vip.dump.fm/"> NAUGHTY BOYS DELIGHT </a> + $if(isadmin)$ -<a href="http://vip.dump.fm/"> NAUGHTY BOYS DELIGHT </a> $endif$ </div> + + + $if(user_nick)$ <div id="logout7" class="white"> <div align="center"> <a href="/logout" onclick="pageTracker._trackEvent('button', 'logout'); return true;">Logout</a> </div> </div> + + $else$ <div id="toplogin" class="white"> $form_login()$ @@ -70,12 +114,4 @@ $endif$ </div> <div align="center"><br /></div> </div> -</div> - - -<div class="apple_overlay black" id="overlay"> -<center> - <iframe src ="http://dump.fm/static/cal.html"width="100%" height="100%" frameborder="1"> -</iframe> -</center> </div>
\ No newline at end of file |
