diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/3frames.st | 15 | ||||
| -rw-r--r-- | template/banner.st | 9 | ||||
| -rw-r--r-- | template/fame2.st | 4 | ||||
| -rw-r--r-- | template/head.st | 2 | ||||
| -rw-r--r-- | template/profile.st | 4 |
5 files changed, 26 insertions, 8 deletions
diff --git a/template/3frames.st b/template/3frames.st new file mode 100644 index 0000000..3fd00a8 --- /dev/null +++ b/template/3frames.st @@ -0,0 +1,15 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>dump.fm - Deal With It GIF Maker</title> + $head()$ + +</head> + +<body onload='window.focus();' class="profile" style="margin:0px;"> $banner()$ + +<div id="chatrap"><div id="dcontent"><div id="messagePane"> +<iframe src="http://3fram.es/" width="99%"height="99%"style="border:7px inset #ccc;margin:0px;"></iframe></div></div></div> + + <div id="footerc"> + $footer()$ + </div> +</body></html>
\ No newline at end of file diff --git a/template/banner.st b/template/banner.st index 615256f..6108c9a 100644 --- a/template/banner.st +++ b/template/banner.st @@ -3,8 +3,8 @@ <div id="logoicons"> <div id="logo7"> <div align="center"> - <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 /> - <a class="img_roll" href="$domain$"></a> + + <a href="$domain$"><img src="$domain$/static/img/sassoonlogo.gif"id="sassoon"></a> </div> </div> <div class="white"> @@ -27,8 +27,8 @@ <a href="$domain$/hall" onclick="pageTracker._trackEvent('button', 'banner-hall'); return true;"> <img src="$domain$/static/img/thumbs/halloffamebaricon.png"/> Hall of Fame </a> - <!-- <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$/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> @@ -39,6 +39,7 @@ <option>Tools</option> <option value="http://bon.gs/tile/" target="_blank">Tile Tool</option> <option value="http://dump.fm/m/oie">Online Image Editor</option> + <option value="http://dump.fm/m/3frames">3fram.es</option> <option value="http://dump.fm/m/dwi">Deal With It Maker</option> <option value="http://dump.fm/m/pixlr">Pixlr(image editor)</option> <option value="http://dump.fm/m/arcade">Arcade Font Maker</option> diff --git a/template/fame2.st b/template/fame2.st index 89739cd..debc13e 100644 --- a/template/fame2.st +++ b/template/fame2.st @@ -15,14 +15,14 @@ <div id="userListp"> <img src="http://dump.fm/static/img/halloffametrophy.gif" id="halltrophy"> - <h2>Hall Of Fame </h2><br><h3>updated hourly</h3> <br> + <h1 style="font-size:150%;">Hall Of Fame </h1><br><br> <form name="halltime"> <B> VIEW BY </B> <select style="font-size:14px;color:#000;font-family:verdana;background-color:#ffffff;font-weight:bold;" name="menu" onChange="location=document.halltime.menu.options[document.halltime.menu.selectedIndex].value;"> <option value="#">DAY</option> <option value="#">WEEK</option> <option value="http://">ALL TIME</option> </select> -</form> +</form><br> </div> <div id="messageList"> $if(dumps)$ diff --git a/template/head.st b/template/head.st index 0e59539..66be7c1 100644 --- a/template/head.st +++ b/template/head.st @@ -10,7 +10,7 @@ <script>Domain = "$domain$"</script> $if(!user_nick)$ -<link href="$domain$/static/form_login/front.css" media="screen, projection" rel="stylesheet" type="text/css"> +<link href="$domain$/static/css/front.css" media="screen, projection" rel="stylesheet" type="text/css"> <script type="text/javascript" src="$domain$/static/js/popup.js"></script> $endif$ diff --git a/template/profile.st b/template/profile.st index 8d8a019..d948e4f 100644 --- a/template/profile.st +++ b/template/profile.st @@ -74,8 +74,10 @@ <h2><a href="http://dump.fm/$nick$/log">$if(is_home)$ your $else$ $nick$'s$endif$ posts ➡</a></h2> <hr> <h2><a href="http://dump.fm/$nick$/favorites"> $if(is_home)$ your $else$ $nick$'s $endif$ favs ➡</a></h2> - <hr> + <!--- + <hr> <a href="http://dump.fm/$nick$/popular"><h3> $if(is_home)$ your $else$ $nick$'s$endif$ most popular ➡</h3></a> + --!> </div> <div id="dashpix"> <a href="http://dump.fm/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent dumps</div></a> |
