Menu

[r2009]: / trunk / LWJGL / www / _include / header.php  Maximize  Restore  History

Download this file

54 lines (49 with data), 3.9 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>lwjgl.org - Home of the Lightweight Java Game Library</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<div class="mainFrame">
<div class="borderTop"><span class="left"></span><span class="right"></span></div>
<div class="contentFrame">
<div class="header"><a href="index.php"><img src="_gfx/logo.png" alt="LWJGL - Lightweigt Java Game Library" border="0"/></a></div>
<div class="menu">
<h2>LWJGL</h2>
<p>
<a href="index.php"<?=((strpos($_SERVER['SCRIPT_NAME'], 'index.php') !== false) ? ' class="activeItem"' : '');?>>Home</a><br/>
<a href="about.php"<?=((strpos($_SERVER['SCRIPT_NAME'], 'about.php') !== false) ? ' class="activeItem"' : '');?>>About</a><br/>
<a href="download.php"<?=((strpos($_SERVER['SCRIPT_NAME'], 'download.php') !== false) ? ' class="activeItem"' : '');?>>Download</a><br/>
<a href="installation.php"<?=((strpos($_SERVER['SCRIPT_NAME'], 'installation.php') !== false) ? ' class="activeItem"' : '');?>>Installation</a><br/>
<a href="documentation.php"<?=((strpos($_SERVER['SCRIPT_NAME'], 'documentation.php') !== false || strpos($_SERVER['SCRIPT_NAME'], 'documentation_') !== false) ? ' class="activeItem"' : '');?>>Documentation</a><br/>
<a href="http://wiki.lwjgl.org" target="_blank">Wiki</a><br/>
<a href="http://forum.lwjgl.org" target="_blank">Forum</a><br/>
<a href="faq.php"<?=((strpos($_SERVER['SCRIPT_NAME'], 'faq.php') !== false) ? ' class="activeItem"' : '');?>>FAQ</a><br/>
<a href="projects.php"<?=((strpos($_SERVER['SCRIPT_NAME'], 'projects.php') !== false) ? ' class="activeItem"' : '');?>>Projects</a><br/>
<a href="demos.php"<?=((strpos($_SERVER['SCRIPT_NAME'], 'demos.php') !== false) ? ' class="activeItem"' : '');?>>Demos</a><br/>
<a href="license.php"<?=((strpos($_SERVER['SCRIPT_NAME'], 'license.php') !== false) ? ' class="activeItem"' : '');?>>License</a><br/>
<a href="contact.php"<?=((strpos($_SERVER['SCRIPT_NAME'], 'contact.php') !== false) ? ' class="activeItem"' : '');?>>Contact</a><br/>
<a href="credits.php"<?=((strpos($_SERVER['SCRIPT_NAME'], 'credits.php') !== false) ? ' class="activeItem"' : '');?>>Credits</a><br/>
</p>
<h2>Developers</h2>
<p>
<a href="http://cia.lwjgl.org" target="_blank">CVS Commits</a><br/>
<a href="http://cvs.sourceforge.net/viewcvs.py/java-game-lib/" target="_blank">CVS Tree</a><br/>
<a href="http://sourceforge.net/projects/java-game-lib" target="_blank">Project Home</a><br/>
</p>
<h2>Miscellaneous</h2>
<p>
<a href="links.php"<?=((strpos($_SERVER['SCRIPT_NAME'], 'links.php') !== false) ? ' class="activeItem"' : '');?>>Links</a><br/>
<a href="changelog.php"<?=((strpos($_SERVER['SCRIPT_NAME'], 'changelog.php') !== false) ? ' class="activeItem"' : '');?>>Changelog</a><br/>
<a href="irclog.php"<?=((strpos($_SERVER['SCRIPT_NAME'], 'irclog.php') !== false) ? ' class="activeItem"' : '');?>>IRC Chatlog</a><br/>
<a href="http://irc-stats.lwjgl.org" target="_blank">IRC Stats</a><br/>
</p>
<p>
<br/><a href="http://www.opengl.org" target="_blank"><img src="_gfx/button_opengl.png" alt="OpenGL" border="0"></a><br/><br/>
<a href="http://www.openal.org" target="_blank"><img src="_gfx/button_openal.png" alt="OpenAL" border="0"></a><br/><br/>
<a href="http://java.net" target="_blank"><img src="_gfx/button_javanet.png" alt="java.net" border="0"></a><br/><br/>
<a href="http://sourceforge.net" target="_blank"><img src="_gfx/button_sourceforge.png" alt="SourceForge.net" border="0"></a><br/><br/>
</p>
</div>
<div class="content">
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.