blob: d66ffeb8c87c2515bef86ff1af1e3d7315221866 [file]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=1080, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Apache Phone Book</title>
<!-- CSS -->
<link href="css/phonebook.css" rel="stylesheet" media="all">
</head>
<body onload="preRender()">
<h1><img src='img/asf_logo_small.png' alt='Apache logo with text' style='vertical-align: middle;'> Apache committer and project index</h1>
<div id="search">
<table>
<thead>
<tr>
<td>&nbsp;</td>
<td><b>Project:</b></td>
<td><b>Committer:</b></td>
<td><b>Podling:</b></td>
<td><b>Service:</b></td>
<td><b>Auth:</b></td>
<td><b>&nbsp;(<a href="phonebook-about.html">About</a>)</b></td>
</tr>
</thead>
<tbody>
<tr>
<td><b>Find:</b></td>
<td><input type="text" placeholder="Project name" size="25" onkeyup="searchProjects(this.value)"></td>
<td><input type="text" placeholder="Committer name" size="25" onkeyup="searchCommitters(this.value)"></td>
<td><input type="text" placeholder="Podling name" size="18" onkeyup="searchPodlings(this.value)"></td>
<td><input type="text" placeholder="Service name" size="18" onkeyup="searchService(this.value)"></td>
<td><input type="text" placeholder="Auth name" size="18" onkeyup="searchAuth(this.value)"></td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div id="phonebook">
<p>
Loading data, please wait...<br>
<img src="img/loader.gif" alt="">
</p>
<p id="progress"></p>
<noscript>
<h2>Notice!</h2>
<p>
This site relies heavily on JavaScript.
Please enable it or get a browser that supports it.
</p>
</noscript>
</div>
<script src="js/phonebook.js"></script>
</body>
</html>