Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<style type="text/css">
.separator 
{
	height: 10px;
	border-bottom: 1px solid silver;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
}

.header
{
	text-align: center;
}

</style>
<center>
        <table border="0" width="99%" style="text-align: justify;">
        <tr>
            <td witdh="50%" style="border-right: 1px solid silver; padding-right: 15px;" valign="top">
                <div class="header"><a href="http://directory.apache.org/apacheds/1.5/"><img src="http://directory.apache.org/staticresources/images/server-icon_128x128.png" height="128" width="128" border="0" /></a><br />
            <strong>Apache Directory Server</strong></div>
            <div class="separator">&nbsp;</div>
            ApacheDS is an embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs.
            </td>
            <td witdh="50%" style="padding-left: 15px;" valign="top">
                <div class="header"><a href="http://directory.apache.org/studio/"><img src="http://directory.apache.org/staticresources/images/studio-icon_128x128.png"  height="128" width="128" border="0" /></a><br />
            <strong>Apache Directory Studio</strong></div>
            <div class="separator">&nbsp;</div>
            The Studio is an LDAP client platform. It is composed of an Eclipse RCP Application and a set of plugins. Primarily it is built to be used with ApacheDS, but it should work with any LDAP server.
            </td>
        </tr>
    </table>
</center>

...