diff options
Diffstat (limited to 'template/fame2.st')
| -rwxr-xr-x | template/fame2.st | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/template/fame2.st b/template/fame2.st index 00b99f8..58ec622 100755 --- a/template/fame2.st +++ b/template/fame2.st @@ -1,27 +1,28 @@ <html> - <head> - <title>dump.fm hall of fame</title> - $head()$ - <script> - jQuery(document).ready(initLog); - </script> - </head> + <head> + <title>dump.fm hall of fame</title> + $head()$ + <link rel="stylesheet" type="text/css" href="/static/css/fame.css?v=20260131"> + <script> + jQuery(document).ready(initLog); + </script> + </head> <body> $banner()$ <div id="content"> <div id="messagePaneh"> - - <div id="userListp"> - <img src="/static/img/halloffametrophy.gif" id="halltrophy"> - <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> + + <div id="userListp"> + <img src="/static/img/halloffametrophy.gif" id="halltrophy"> + <h1 class="hall-of-fame-title">Hall Of Fame</h1><br><br> + <form name="halltime"> <B> VIEW BY </B> + <select class="hall-of-fame-select" 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><br> </div> <div id="messageList"> |
