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">
|
||||
<html>
|
||||
<head>
|
||||
<title>LAM development documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="style/layout.css">
|
||||
</head>
|
||||
<html><head><title>LAM development documentation</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="style/layout.css"></head>
|
||||
|
||||
<body>
|
||||
<div style="text-align: center;">
|
||||
<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>
|
||||
<br>
|
||||
<br>
|
||||
<img src="images/lam_overview.png" alt="overview" align="middle"
|
||||
border="0"><br>
|
||||
<img src="images/lam_overview.png" alt="overview" align="middle" border="0"><br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<div style="text-align: left;">
|
||||
<table style="text-align: left; width: 100%;" border="0" cellpadding="2"
|
||||
cellspacing="2">
|
||||
<table style="text-align: left; width: 100%;" border="0" cellpadding="2" cellspacing="2">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="vertical-align: top; width: 33%;">
|
||||
|
@ -104,9 +101,16 @@ browser</a><br>
|
|||
</ul>
|
||||
<br>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</body></html>
|
Loading…
Reference in New Issue