added specification links
This commit is contained in:
parent
ae587968da
commit
fa27b504f0
|
@ -1,9 +1,8 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
<html>
|
<html><head><title>LAM development documentation</title>
|
||||||
<head>
|
|
||||||
<title>LAM development documentation</title>
|
<link rel="stylesheet" type="text/css" href="style/layout.css"></head>
|
||||||
<link rel="stylesheet" type="text/css" href="style/layout.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
<body>
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
<h1>LDAP Account Manager - Code overview</h1>
|
<h1>LDAP Account Manager - Code overview</h1>
|
||||||
|
@ -13,14 +12,12 @@ generate the HTML output and the most important functions provided by
|
||||||
the library files.<br>
|
the library files.<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<img src="images/lam_overview.png" alt="overview" align="middle"
|
<img src="images/lam_overview.png" alt="overview" align="middle" border="0"><br>
|
||||||
border="0"><br>
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div style="text-align: left;">
|
<div style="text-align: left;">
|
||||||
<table style="text-align: left; width: 100%;" border="0" cellpadding="2"
|
<table style="text-align: left; width: 100%;" border="0" cellpadding="2" cellspacing="2">
|
||||||
cellspacing="2">
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: top; width: 33%;">
|
<td style="vertical-align: top; width: 33%;">
|
||||||
|
@ -104,9 +101,16 @@ browser</a><br>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
<h2><a href="FAQ.htm">FAQ</a></h2>
|
<h2><a href="FAQ.htm">FAQ</a></h2>
|
||||||
<br>
|
<h2><br>
|
||||||
|
</h2>
|
||||||
|
<h2>Specifications</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="modules-specification.htm">Module specification</a></li>
|
||||||
|
<li><a href="types-specification.htm">Type specification<br>
|
||||||
|
</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body></html>
|
||||||
</html>
|
|
Loading…
Reference in New Issue