diff options
Diffstat (limited to 'template/fame2.st')
| -rw-r--r-- | template/fame2.st | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/template/fame2.st b/template/fame2.st new file mode 100644 index 0000000..89739cd --- /dev/null +++ b/template/fame2.st @@ -0,0 +1,43 @@ +<html> + <head> + <title>dump.fm hall of fame</title> + $head()$ + <script> + jQuery(document).ready(initLog); + </script> + </head> + <body> + $banner()$ + <div id="content"> + + + <div id="messagePaneh"> + + <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> + <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> + </div> + <div id="messageList"> + $if(dumps)$ + <span class="content"> + $dumps: { d | $fame_dump(dump=d)$ }$ + </span> + $else$ + No dumps! + $endif$ + </div> + + <div id="footerc"> + $footer()$ + </div> + </div> + </div> + </body> +</html> |
