From: Brian M. <ma...@us...> - 2002-12-20 21:23:33
|
Update of /cvsroot/java-game-lib/LWJGL/website In directory sc8-pr-cvs1:/tmp/cvs-serv9069 Added Files: index.html Log Message: website files --- NEW FILE: index.html --- CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/website/index.html <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>lwjgl</title> <meta http-equiv="content-type" content="text/html; charset=windows-1252"> <style type="text/css"> <!-- A:link { color: #003399; text-decoration: none; } A:visited { color: #003399; text-decoration: none; } A:hover { color: #953206; text-decoration: underline; } --> </style> </head> <script language="javascript" type="text/javascript"> <!-- hide script from old browsers var preloadedimages = new Array(); function preloadimages() { for (i=0; i<preloadimages.arguments.length; i++) { preloadedimages[i] = new Image(); preloadedimages[i].src = preloadimages.arguments[i]; //alert("loaded:" + preloadedimages[i].src); } } //mouse over function mouseOver(image, index, status) { if(document.images) { document.images[image].src = preloadedimages[index].src; document.images[image].title = status; } window.status=status; return true; } //mouse out function mouseOut(image, index) { if(document.images) { document.images[image].src = preloadedimages[index].src; } window.status=""; return true; } preloadimages( "images/download.png", "images/download_selected.png", "images/documents.png", "images/documents_selected.png", "images/cvs.png", "images/cvs_selected.png", "images/sourceforge.png", "images/sourceforge_selected.png", "images/discussion.png", "images/discussion_selected.png", "images/links.png", "images/links_selected.png"); //end hiding --> </script> <body> <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%"> <tr> <td align="center" valign="middle"> <div align="center"> <img src="images/logo.png" alt="lwjgl logo" width="225" height="62" title="Welcome to the lwjgl website!"><br> <table cellpadding="2" cellspacing="2" border="0" width="500" align="center"> <tr> <td valign="top" width="25%" align="center"> <a href="http://sourceforge.net/project/showfiles.php?group_id=58488" onmouseover="mouseOver('download', 1, 'Download lwjgl');" onmouseout="mouseOut('download', 0);"> <img name="download" border="0" src="images/download.png" width="95" height="35" alt="download link"> </a> </td> <td valign="top" width="25%" align="center"> <a href="documents/" onmouseover="mouseOver('documents', 3, 'Read project documents');" onmouseout="mouseOut('documents', 2);"> <img name="documents" border="0" src="images/documents.png" width="105" height="35" alt="tutorials link"> </a> </td> <td valign="top" width="25%" align="center"> <a href="http://sourceforge.net/cvs/?group_id=58488" onmouseover="mouseOver('cvs', 5, 'Access CVS server');" onmouseout="mouseOut('cvs', 4);"> <img name="cvs" border="0" src="images/cvs.png" width="38" height="35" alt="cvs link"> </a> </td> <td valign="top" width="25%" align="center"> <a href="http://sourceforge.net/projects/java-game-lib" onmouseover="mouseOver('sourceforge', 7, 'Continue to the lwjgl sourceforge site');" onmouseout="mouseOut('sourceforge', 6);"> <img name="sourceforge" border="0" src="images/sourceforge.png" width="128" height="35" alt="sourceforge link"> </a> </td> <td valign="top" width="25%" align="center"> <a href="http://sourceforge.net/forum/?group_id=58488" onmouseover="mouseOver('discussion', 9, 'Continue to the sourceforge discussion forum');" onmouseout="mouseOut('discussion', 8);"> <img name="discussion" border="0" src="images/discussion.png" width="117" height="35" alt="discussions link"> </a> </td> <td valign="top" width="25%" align="center"> <a href="documents/links.html" onmouseover="mouseOver('links', 11, 'Links to projects that relate to our effort, or we think are cool');" onmouseout="mouseOut('links', 10);"> <img name="links" border="0" src="images/links.png" width="61" height="35" alt="links link"> </a> </td> </tr> <tr> <td colspan="5" align="center"> <p> </p> <p> </p> </td> </tr> <tr> <td colspan="5" align="center"> <a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=58488&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" title=""></a><br> <font face="Fixedsys" size="1" color="#C0C0C0">this site and its content is © <a href="mailto:ma...@us...?subject=[LWJGL] ">lwjgl.org</a></font><br> </td> </tr> </table> </div> </td> </tr> </table> </body> </html> |