58 lines
2.0 KiB
HTML
58 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>%(title)s</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" type="text/css" href="%(mediaroot)s/css/style.css">
|
|
%(doc_style)s
|
|
<script type="text/javascript" src="media/js/jquery-1.4.2.min.js"></script>
|
|
<script type="text/javascript">
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-25326304-1']);
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
(function() {
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
<div id="main">
|
|
<div id="fadeout"></div>
|
|
<div id="header">
|
|
<span id="logo">
|
|
<a id="homelink" href="http://ldapjs.org">ldapjs</a>
|
|
</span>
|
|
|
|
<a class="navbutton" href="guide.html">Guide</a>
|
|
|
|
<span id="apibox">
|
|
<span id="apibutton" class="navbutton">API</span>
|
|
<div id="api" class="popup" style="display: none">
|
|
<ul>
|
|
<li><div><a href="server.html">server</a></div></li>
|
|
<li><div><a href="client.html">client</a></div></li>
|
|
<li><div><a href="dn.html">dn</a></div></li>
|
|
<li><div><a href="filters.html">filters</a></div></li>
|
|
<li><div><a href="errors.html">errors</a></div></li>
|
|
<li><div><a href="examples.html">examples</a></div></li>
|
|
</ul>
|
|
</div>
|
|
</span>
|
|
|
|
<span id="tocbox">
|
|
<span id="tocbutton" class="navbutton">Page Contents</span>
|
|
<div id="toc" class="popup" style="display: none">
|
|
%(toc_html)s
|
|
</div>
|
|
</span>
|
|
|
|
<a id="githubfork" href="http://github.com/mcavage/node-ldapjs">
|
|
<img src="https://a248.e.akamai.net/assets.github.com/img/abad93f42020b733148435e2cd92ce15c542d320/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67"
|
|
alt="Fork me on GitHub">
|
|
</a>
|
|
</div>
|