Posted on: 06/27/04 12:24am
By: Anonymous (Matt)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset={charset}"> <title>{page_title}</title> <META NAME="ROBOTS" CONTENT="INDEX,FOLLOW"> <LINK REL="SHORTCUT ICON" href="{site_url}/favicon.ico"> <!-- <meta http-equiv="Pragma" content="no-cache"> --> <link rel="stylesheet" type="text/css" href="{css_url}" title="{theme}"> <!-- Needed JavaScript Code --> <script type="text/javascript" language="JavaScript1.2"> var cleared = 0; function clearField(field) { if (cleared != 1) { field.value = "" cleared = 1 } else { cleared = 0 } } </script> <style type="text/css"> .menutitle{ cursor:pointer; margin-bottom: 2px; background-color:#FFFFFF; color:#000000; width:110px; padding:0px; text-align:left; font-weight:bold; /*/*/border:0px solid #000000;/* */ } .submenu{ margin-bottom: 0.5em; } </style> <script type="text/javascript"> /*********************************************** * Switch Menu script- by Martial B of http://getElementById.com/ * Modified by Dynamic Drive for format & NS4/IE4 compatibility * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ if (document.getElementById){ //DynamicDrive.com change document.write('<style type="text/css">n') document.write('.submenu{display: none;}n') document.write('</style>n') } function SwitchMenu(obj){ if(document.getElementById){ var el = document.getElementById(obj); var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change if(el.style.display != "block"){ //DynamicDrive.com change for (var i=0; i<ar.length; i++){ if (ar.className=="submenu") //DynamicDrive.com change ar.style.display = "none"; } el.style.display = "block"; }else{ el.style.display = "none"; } } } </script> <script language="Javascript1.2"><!-- // load htmlarea _editor_url = "/htmlarea/"; // URL to htmlarea files var win_ie_ver = parseFloat(navigator.appVersion.split("MSIE")[1]); if (navigator.userAgent.indexOf('Mac') >= 0) { win_ie_ver = 0; } if (navigator.userAgent.indexOf('Windows CE') >= 0) { win_ie_ver = 0; } if (navigator.userAgent.indexOf('Opera') >= 0) { win_ie_ver = 0; } if (win_ie_ver >= 5.5) { document.write('<scr' + 'ipt src="' +_editor_url+ 'editor.js"'); document.write(' language="Javascript1.2"></scr' + 'ipt>'); } else { document.write('<scr'+'ipt>function editor_generate() { return false; }</scr'+'ipt>'); } // --></script> </head> <body> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <form action="/search.php" method="GET"> <tr width="100%" cellspacing="0" cellpading="0"> <td width="50%" align="left"> <a href="{site_url}"><img src="{layout_url}/images/logo.png" class="logo" alt="{site_name}" /></a> </td> <td width="50%" align="right"> <input type="hidden" name="type" value="all" /> <input type="hidden" name="mode" value="search" /> </td> </tr> </form> <br> <!-- <?php print ($_SERVER['PHP_SELF']) ?> --> <hr class="netscape4" /> <tr> <td colspan="2"> <div class="tabs"> <?php if ($_SERVER['PHP_SELF'] == "/index.php") { print '<a href="{site_url}/" class="selected"> home </a> <span class="netscape4"> </span>'; } else { print '<a href="{site_url}/" class="plain"> home </a> <span class="netscape4"> </span>'; } if (($_SERVER['PHP_SELF'] == "/admin/story.php") || ($_SERVER['PHP_SELF'] == "/submit.php")) { print '<a href="{site_url}/submit.php?type=story" class="selected"> submit news </a> <span class="netscape4"> </span>'; } else { print '<a href="{site_url}/submit.php?type=story" class="plain"> submit news </a> <span class="netscape4"> </span>'; } if ($_SERVER['PHP_SELF'] == "/links.php") { print '<a href="{site_url}/links.php" class="selected"> links </a> <span class="netscape4"> </span>'; } else { print '<a href="{site_url}/links.php" class="plain"> links </a> <span class="netscape4"> </span>'; } if ($_SERVER['PHP_SELF'] == "/pollbooth.php") { print '<a href="{site_url}/pollbooth.php" class="selected"> polls </a> <span class="netscape4"> </span>'; } else { print '<a href="{site_url}/pollbooth.php" class="plain"> polls </a> <span class="netscape4"> </span>'; } if ($_SERVER['PHP_SELF'] == "/calendar.php") { print '<a href="{site_url}/calendar.php" class="selected"> calendar </a> <span class="netscape4"> </span>'; } else { print '<a href="{site_url}/calendar.php" class="plain"> calendar </a> <span class="netscape4"> </span>'; } if ($_SERVER['PHP_SELF'] == "/forum/index.php") { print '<a href="{site_url}/forum/index.php" class="selected"> forum </a> <span class="netscape4"> </span>'; } else { print '<a href="{site_url}/forum/index.php" class="plain"> forum </a> <span class="netscape4"> </span>'; } if ($_SERVER['PHP_SELF'] == "/stats.php") { print '<a href="{site_url}/stats.php" class="selected"> stats </a> <span class="netscape4"> </span>'; } else { print '<a href="{site_url}/stats.php" class="plain"> stats </a> <span class="netscape4"> </span>'; } if ($_SERVER['PHP_SELF'] == "/search.php") { print '<a href="{site_url}/search.php" class="selected"> advanced search </a> <span class="netscape4"> </span>'; } else { print '<a href="{site_url}/search.php" class="plain"> advanced search </a> <span class="netscape4"> </span>'; } ?> <span class="netscape4"> </span> </div> <hr class="netscape4" /> </td> </tr> <tr> <td> <div class="personalBar"> </div></td> <td align="right"> <div class="personalBar"> <?php if ($_USER['uid'] == 2) { print '<a href="{site_url}/admin/moderation.php"><img src="{layout_url}/images/user.gif" border="0" alt="submission page" /> submission page </a>'; } else { print ' '; } ?> <?php if ($_USER['uid'] > 1) { print '<a href="{site_url}/usersettings.php?mode=edit"><img src="{layout_url}/images/linkOpaque.gif" border="0" alt="account info" /> account info </a>'; } else { print ' '; } ?> <?php if ($_USER['uid'] > 1) { print '<a href="{site_url}/calendar.php?mode=personal"><img src="{layout_url}/images/linkOpaque.gif" border="0" alt="personal calendar" /> personal calendar </a>'; } else { print ' '; } ?> <?php if ($_USER['uid'] > 1) { print '<a href="{site_url}/users.php?mode=logout"><img src="{layout_url}/images/linkOpaque.gif" border="0" alt="logoff" /> logout </a></td>'; } else { print ' </td>'; } ?> </div> </td> </tr> <tr> <td colspan="2"> <div class="pathBar"> {welcome_msg} </div> <td> </tr> <table border="0" cellspacing="5" cellpadding="0" width="100%"> <tr> {left_blocks} <td width="100%" valign="top"> <!-- START OF CONTENT AREA --> </table></table>
Posted on: 06/27/04 09:30am
By: Turias
Posted on: 06/27/04 01:03pm
By: Anonymous (Matt)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset={charset}"> <title>{page_title}</title> <META NAME="ROBOTS" CONTENT="INDEX,FOLLOW"> <LINK REL="SHORTCUT ICON" href="{site_url}/favicon.ico"> <!-- <meta http-equiv="Pragma" content="no-cache"> --> <link rel="stylesheet" type="text/css" href="{css_url}" title="{theme}"> <!-- Needed JavaScript Code --> <script type="text/javascript" language="JavaScript1.2"> var cleared = 0; function clearField(field) { if (cleared != 1) { field.value = "" cleared = 1 } else { cleared = 0 } } </script> <style type="text/css"> .menutitle{ cursor:pointer; margin-bottom: 2px; background-color:#FFFFFF; color:#000000; width:110px; padding:0px; text-align:left; font-weight:bold; /*/*/border:0px solid #000000;/* */ } .submenu{ margin-bottom: 0.5em; } </style> <script type="text/javascript"> /*********************************************** * Switch Menu script- by Martial B of http://getElementById.com/ * Modified by Dynamic Drive for format & NS4/IE4 compatibility * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ if (document.getElementById){ //DynamicDrive.com change document.write('<style type="text/css">\n') document.write('.submenu{display: none;}\n') document.write('</style>\n') } function SwitchMenu(obj){ if(document.getElementById){ var el = document.getElementById(obj); var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change if(el.style.display != "block"){ //DynamicDrive.com change for (var i=0; i<ar.length; i++){ if (ar.className=="submenu") //DynamicDrive.com change ar.style.display = "none"; } el.style.display = "block"; }else{ el.style.display = "none"; } } } </script> <script language="Javascript1.2"><!-- // load htmlarea _editor_url = "/htmlarea/"; // URL to htmlarea files var win_ie_ver = parseFloat(navigator.appVersion.split("MSIE")[1]); if (navigator.userAgent.indexOf('Mac') >= 0) { win_ie_ver = 0; } if (navigator.userAgent.indexOf('Windows CE') >= 0) { win_ie_ver = 0; } if (navigator.userAgent.indexOf('Opera') >= 0) { win_ie_ver = 0; } if (win_ie_ver >= 5.5) { document.write('<scr' + 'ipt src="' +_editor_url+ 'editor.js"'); document.write(' language="Javascript1.2"></scr' + 'ipt>'); } else { document.write('<scr'+'ipt>function editor_generate() { return false; }</scr'+'ipt>'); } // --></script> </head> <body> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <form action="/search.php" method="GET"> <tr width="100%" cellspacing="0" cellpading="0"> <td width="50%" align="left"> <a href="{site_url}"><img src="{layout_url}/images/logo.png" class="logo" alt="{site_name}" /></a> </td> <td width="50%" align="right"> <input type="hidden" name="type" value="all" /> <input type="hidden" name="mode" value="search" /> <br><br> </td> </tr> </form> <br> <!-- <?php print ($_SERVER['PHP_SELF']) ?> --> <hr class="netscape4" /> <tr> <td colspan="2"> <div class="tabs"> <?php if ($_SERVER['PHP_SELF'] == "/index.php") { print '<a href="{site_url}/" class="selected"> home </a> <span class="netscape4"> </span>'; } else { print '<a href="{site_url}/" class="plain"> home </a> <span class="netscape4"> </span>'; } if (($_SERVER['PHP_SELF'] == "/admin/story.php") || ($_SERVER['PHP_SELF'] == "/submit.php")) { print '<a href="{site_url}/submit.php?type=story" class="selected"> submit news </a> <span class="netscape4"> </span>'; } else { print '<a href="{site_url}/submit.php?type=story" class="plain"> submit news </a> <span class="netscape4"> </span>'; } if ($_SERVER['PHP_SELF'] == "/links.php") { print '<a href="{site_url}/links.php" class="selected"> links </a> <span class="netscape4"> </span>'; } else { print '<a href="{site_url}/links.php" class="plain"> links </a> <span class="netscape4"> </span>'; } if ($_SERVER['PHP_SELF'] == "/pollbooth.php") { print '<a href="{site_url}/pollbooth.php" class="selected"> polls </a> <span class="netscape4"> </span>'; } else { print '<a href="{site_url}/pollbooth.php" class="plain"> polls </a> <span class="netscape4"> </span>'; } if ($_SERVER['PHP_SELF'] == "/calendar.php") { print '<a href="{site_url}/calendar.php" class="selected"> calendar </a> <span class="netscape4"> </span>'; } else { print '<a href="{site_url}/calendar.php" class="plain"> calendar </a> <span class="netscape4"> </span>'; } if ($_SERVER['PHP_SELF'] == "/forum/index.php") { print '<a href="{site_url}/forum/index.php" class="selected"> forum </a> <span class="netscape4"> </span>'; } else { print '<a href="{site_url}/forum/index.php" class="plain"> forum </a> <span class="netscape4"> </span>'; } if ($_SERVER['PHP_SELF'] == "/stats.php") { print '<a href="{site_url}/stats.php" class="selected"> stats </a> <span class="netscape4"> </span>'; } else { print '<a href="{site_url}/stats.php" class="plain"> stats </a> <span class="netscape4"> </span>'; } if ($_SERVER['PHP_SELF'] == "/search.php") { print '<a href="{site_url}/search.php" class="selected"> advanced search </a> <span class="netscape4"> </span>'; } else { print '<a href="{site_url}/search.php" class="plain"> advanced search </a> <span class="netscape4"> </span>'; } ?> <span class="netscape4"> </span> </div> <hr class="netscape4" /> </td> </tr> <tr> <td> <div class="personalBar"> </div></td> <td align="right"> <div class="personalBar"> <?php if ($_USER['uid'] == 2) { print '<a href="{site_url}/admin/moderation.php"><img src="{layout_url}/images/user.gif" border="0" alt="submission page" /> submission page </a>'; } else { print ' '; } ?> <?php if ($_USER['uid'] > 1) { print '<a href="{site_url}/usersettings.php?mode=edit"><img src="{layout_url}/images/linkOpaque.gif" border="0" alt="account info" /> account info </a>'; } else { print ' '; } ?> <?php if ($_USER['uid'] > 1) { print '<a href="{site_url}/calendar.php?mode=personal"><img src="{layout_url}/images/linkOpaque.gif" border="0" alt="personal calendar" /> personal calendar </a>'; } else { print ' '; } ?> <?php if ($_USER['uid'] > 1) { print '<a href="{site_url}/users.php?mode=logout"><img src="{layout_url}/images/linkOpaque.gif" border="0" alt="logoff" /> logout </a></td>'; } else { print ' </td>'; } ?> </div> </td> </tr> <tr> <td colspan="2"> <div class="pathBar"> {welcome_msg} </div> <td> </tr> <table border="0" cellspacing="5" cellpadding="0" width="100%"> <tr> {left_blocks} <td width="100%" valign="top"> <!-- START OF CONTENT AREA --> </table></table>
Posted on: 06/27/04 01:15pm
By: Anonymous (Matt)
Posted on: 07/01/04 10:48am
By: Anonymous (CaFFeinE)