site/languages.html (60 lines of code) (raw):
<!doctype html>
<html lang=''>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<!-- these are needed for the menu bar -->
<script src="js/jquery.js" type="text/javascript"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script src="script.js"></script>
<title>DOAP Creation</title>
</head>
<body>
<!-- Page Title -->
<div id="logo"><h1><div style="padding-top: 30px;">DOAP Languages</div></h1></div>
<div id='cssmenu'>
<ul>
<li><a href='.'><span>Home</span></a></li>
<li><a href='committees.html'><span>Committees</span></a></li>
<li><a href='projects.html'><span>Projects</span></a></li>
<li><a href='releases.html'><span>Releases</span></a></li>
<li class='last'><a href='timelines.html'><span>Timelines</span></a></li>
<li style="background: none !important"><input type="text" style="margin-top: 20px;" onkeypress="checkKeyPress(event, this);" placeholder="Search..."/></li>
<li style="float: right;" class='active'><a href='about.html'><span>About</span></a></li>
<!--li style="background: none; float: right;"><a href="edit/"><img title="Edit project data" style="vertical-align: middle; margin-top: -5px; height: 24px; width: 24px;" src="images/edit.png"/></a></li-->
</ul>
</div>
<!-- CONTENT -->
<h2>List of valid languages</h2>
<div>
<table border="1">
<tr><th>language</th><th>Comment</th></tr>
<!-- Must agree with the table in create.html -->
<tr><td>ActionScript</td><td>ActionScript</td></tr>
<tr><td>C</td><td>C</td></tr>
<tr><td>C#</td><td>C#</td></tr>
<tr><td>C++</td><td>C++</td></tr>
<tr><td>Cocoa</td><td>Cocoa</td></tr>
<tr><td>D</td><td>D</td></tr>
<tr><td>Delphi</td><td>Delphi</td></tr>
<tr><td>Erlang</td><td>Erlang</td></tr>
<tr><td>Go</td><td>Go</td></tr>
<tr><td>Haskell</td><td>Haskell</td></tr>
<tr><td>Java</td><td>Java</td></tr>
<tr><td>JavaScript</td><td>JavaScript</td></tr>
<tr><td>Objective-C</td><td>Objective-C</td></tr>
<tr><td>OCaml</td><td>OCaml</td></tr>
<tr><td>Perl</td><td>Perl</td></tr>
<tr><td>PHP</td><td>PHP</td></tr>
<tr><td>Python</td><td>Python</td></tr>
<tr><td>Ruby</td><td>Ruby</td></tr>
<tr><td>Scala</td><td>Scala</td></tr>
<tr><td>Smalltalk</td><td>Smalltalk</td></tr>
<tr><td>SVG</td><td>SVG</td></tr>
<tr><td>Tcl</td><td>Tcl</td></tr>
</table>
</div>
<!-- Footer -->
<div id="footer">
Managed by the <a href="https://community.apache.org">Apache Community Development Project</a>.<br/>
Copyright© 2020, the Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a><br/>
Apache® and the Apache feather logo are trademarks of The Apache Software Foundation.
</div>
</body>
</html>