moved Debian page

This commit is contained in:
Roland Gruber 2006-07-16 17:28:07 +00:00
parent a70d24afce
commit e47ad8b553
26 changed files with 301 additions and 50 deletions

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -100,8 +100,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

251
lam-web/download/debian.htm Executable file
View File

@ -0,0 +1,251 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="../style/layout.css">
</head>
<body>
<!-- begin navigation menu -->
<table width="100%" border=0 class="main">
<tr>
<td class="menu" width=180>
<script type="text/javascript" language="javascript">
<!--
// mouseOver function
function list_over(list) {
list.setAttribute('class','nav-over', 0);
}
// mouseOut function
function list_out(list) {
list.setAttribute('class','nav', 0);
}
//-->
</script>
<center><a href="http://lam.sourceforge.net/index.htm"><img
alt="LDAP Account Manager" src="http://lam.sourceforge.net/images/lam_logo.jpg"
style="border: 0px solid;"></a></center>
<p></p>
<table class="nav" border="1" cellspacing="0" width="95%">
<tbody>
<tr>
<th class="nav" colspan="2" align="left" valign="center"
width="100%">General Infos</th>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/index.htm'" class="nav">- <a
class="nav" href="http://lam.sourceforge.net/index.htm">Home</a></td>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/news/index.htm'" class="nav">-
<a class="nav" href="http://lam.sourceforge.net/news/index.htm">News</a></td>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/screenshots/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/screenshots/index.htm"
>Screenshots</a></td>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/documentation/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/documentation/index.htm"
>Documentation</a></td>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/changelog/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/changelog/index.htm"
>Changelog</a></td>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/todo/index.htm'" class="nav">-
<a class="nav" href="http://lam.sourceforge.net/todo/index.htm">ToDo</a></td>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/sponsors/donations.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/sponsors/donations.htm">Donations</a></td>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/sponsors/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/sponsors/index.htm">Sponsors</a></td>
</tr>
</tbody>
</table>
<p> </p>
<table class="nav" border="1" cellspacing="0" width="95%">
<tbody>
<tr>
<th class="nav" colspan="2" align="left" valign="center"
width="100%">Download</th>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/download/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/index.htm">Releases</a></td>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/download/rpm.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/rpm.htm">RPM packages</a></td>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/freebsd/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/freebsd/index.htm">FreeBSD
port</a></td>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/cvs-access/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/cvs-access/index.htm"
>CVS access</a></td>
</tr>
</tbody>
</table>
<p> </p>
<table class="nav" border="1" cellspacing="0" width="95%">
<tbody>
<tr>
<th class="nav" colspan="2" align="left" valign="center"
width="100%">Developers</th>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/developers/docs.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/developers/docs.htm">Documentation</a></td>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/i18n/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/i18n/index.htm">Translations</a></td>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="window.open('http://www.sourceforge.net/projects/lam', '_blank')"
class="nav">- <a class="nav"
href="http://www.sourceforge.net/projects/lam" target="_blank">LAM at
SourceForge</a></td>
</tr>
</tbody>
</table>
<p> </p>
<table class="nav" border="1" cellspacing="0" width="95%">
<tbody>
<tr>
<th class="nav" colspan="2" align="left" valign="center"
width="100%">Specials</th>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/live-demo/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/live-demo/index.htm"
>LAM-Live-Demo</a></td>
</tr>
</tbody>
</table>
<p> </p>
<table class="nav" border="1" cellspacing="0" width="95%">
<tbody>
<tr>
<th class="nav" colspan="2" align="left" valign="center"
width="100%">Communication</th>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="window.open('http://sourceforge.net/tracker/?group_id=73243', '_blank')"
class="nav">- <a class="nav"
href="http://sourceforge.net/tracker/?group_id=73243" target="_blank">Trackers</a></td>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/mailinglists/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/mailinglists/index.htm"
>Mailing lists</a></td>
</tr>
</tbody>
</table>
<p><br>
<br>
</p>
<center>
<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=73243&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
</center>
</td>
<td width=20>&nbsp;</td>
<!-- end navigation menu -->
<td class="mainarea">
<p align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-4179059556107138";
google_alternate_ad_url = "http://lam.sourceforge.net/google_adsense_script.html";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "EEEEEE";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<h1>Debian packages</h1>
<br>
<p>
<table class="debian" width="100%">
<tr>
<td class="debian" width="70"><img class="aptget" src="../images/openlogo-nd-50.png"></td>
<td class="debian" width="*">
Debian users can get LDAP Account Manager by using the the official unstable branch of Debian or on our download page.<br>
LDAP Account Manager can be installed with "apt-get install ldap-account-manager".<br>
<br>The package is maintained by Roland Gruber (post@rolandgruber.de).<br>Thanks to Fabio Tranchitella who is sponsoring the package.</td>
</tr>
</table>
</p>
<p align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-4179059556107138";
google_alternate_ad_url = "http://lam.sourceforge.net/google_adsense_script.html";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "EEEEEE";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
</td></tr></table>
</body>
</html>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -96,8 +96,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -96,8 +96,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -106,8 +106,8 @@ Port</a></td>
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
</tbody>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -96,8 +96,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>

View File

@ -98,8 +98,8 @@ function list_out(list) {
</tr>
<tr>
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
onclick="parent.location.href='http://lam.sourceforge.net/apt-get/index.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/apt-get/index.htm">Debian
onclick="parent.location.href='http://lam.sourceforge.net/download/debian.htm'"
class="nav">- <a class="nav" href="http://lam.sourceforge.net/download/debian.htm">Debian
packages</a></td>
</tr>
<tr>