140 lines
5.8 KiB
HTML
140 lines
5.8 KiB
HTML
<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" -->
|
|
<!--#set var="lang" value="$1" -->
|
|
<!--#endif -->
|
|
<!--#if expr=$lang -->
|
|
<!--#else -->
|
|
<!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" -->
|
|
<!--#set var="lang" value="$1" -->
|
|
<!--#endif -->
|
|
<!--#endif -->
|
|
<!--#if expr="${lang} != it" -->
|
|
<!--#set var="lang" value="en" -->
|
|
<!--#endif -->
|
|
<!--#if expr="$slogan" -->
|
|
<!--#else -->
|
|
<!--#if expr="$lang = it" -->
|
|
<!--#set var="slogan" value="Libero ed Open Source" -->
|
|
<!--#else -->
|
|
<!--#set var="slogan" value="Free and Open Source" -->
|
|
<!--#endif -->
|
|
<!--#endif -->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html lang="<!--#echo var=lang -->">
|
|
<head>
|
|
<!--#if expr="$title = /openmamba/" -->
|
|
<title><!--#echo var=title --></title>
|
|
<!--#else -->
|
|
<title><!--#echo var=title --> :: openmamba</title>
|
|
<!--#endif -->
|
|
<!--#if expr="$description != ''" --><meta name="description" content="<!--#echo var=description -->"><!--#endif -->
|
|
<meta name="keywords" content="<!--#if expr="$keywords != ''" --><!--#echo var=keywords -->,<!--#endif -->
|
|
linux,distribution,open source,free software,software libero,distribuzione">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<meta content="openmamba team" name="author">
|
|
<link rel="stylesheet" type="text/css" href="/mainstyle.css">
|
|
<link rel="alternate" type="application/rss+xml" title="openmamba.org: devel repository recent builds" href="/pub/openmamba/distromatic/devel/recent.rss">
|
|
<link rel="alternate" type="application/rss+xml" title="openmamba.org: devel-contrib repository recent builds" href="/pub/openmamba/distromatic/devel-contrib/recent.rss">
|
|
<script language="JavaScript">
|
|
|
|
if (document.images) { // Preloaded images
|
|
ban = new Image();
|
|
ban.src = "";
|
|
|
|
ban0 = new Image();
|
|
ban0.src = "http://www.openmamba.org/images/anim2/1.jpg";
|
|
|
|
ban1 = new Image();
|
|
ban1.src = "http://www.openmamba.org/images/anim2/2.jpg";
|
|
|
|
ban2 = new Image();
|
|
ban2.src = "http://www.openmamba.org/images/anim2/3.jpg";
|
|
|
|
ban3 = new Image();
|
|
ban3.src = "http://www.openmamba.org/images/anim2/4.jpg";
|
|
|
|
ban4 = new Image();
|
|
ban4.src = "http://www.openmamba.org/images/anim2/5.jpg";
|
|
|
|
ban5 = new Image();
|
|
ban5.src = "http://www.openmamba.org/images/anim2/5.jpg";
|
|
}
|
|
|
|
function timeimgsb(numb) { // Reusable timer
|
|
thetimer = setTimeout("imgturnb('" +numb+ "')", 7000);
|
|
}
|
|
|
|
function imgturnb(numb) { // Reusable image turner
|
|
if (document.images) {
|
|
|
|
if (numb == "5") { // This will loop the image
|
|
document["ban"].src = eval("ban0.src");
|
|
timeimgsb('1');
|
|
}
|
|
|
|
else { document["ban"].src = eval("ban" + numb + ".src");
|
|
|
|
timeimgsb(numb = ++numb);
|
|
}
|
|
}
|
|
}
|
|
|
|
timeimgsb(1);
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<table class="header" border=0 cellspacing=0 cellpadding=0 width="100%"> <!-- logo + banner + search / menu -->
|
|
<tr><td>
|
|
<table align="center" border=0 cellspacing=0 cellpadding=0 width="900"> <!-- logo -->
|
|
<tr>
|
|
<td width="410">
|
|
<div>
|
|
<div style="position:relative;top:10px;"><a href="/"><img src="/images/logo-400x71.gif" width=400 height=71 border="0" alt="openmamba logo"></a></div>
|
|
<div style="position:relative;top:-5px;left:108px;"><table width="300"><tr><td align="right"><i><b>
|
|
<!--#echo var="slogan" -->
|
|
</b></i></td></tr></table></div>
|
|
</div>
|
|
</td>
|
|
<td class="iconmenu">
|
|
<table align="right"><tr align="center">
|
|
<!--#if expr="$lang = it" -->
|
|
<td width="60"><a href="/distribution"><img src="/images/distribution-openmamba-64x64.jpg" alt="distribuzione" title="distribuzione GNU/Linux"></a></td>
|
|
<td width="60"><a href="/community"><img src="/images/community.png" alt="community" title="community"></a></td>
|
|
<td width="60"><a href="http://wiki.openmamba.org/it"><img src="/images/wiki-54x54.png" alt="wiki" title="wiki"></a></td>
|
|
<td width="60"><a href="http://forum.openmamba.org"><img src="/images/forum-54x54.png" alt="forum" title="forum"></a></td>
|
|
<td width="60"><a href="http://bugs.openmamba.org"><img src="/images/bugs-54x54.png" alt="anomalie" title="anomalie"></a></td>
|
|
<!--#else -->
|
|
<td width="60"><a href="/distribution"><img src="/images/distribution-openmamba-64x64.jpg" alt="distribution" title="GNU/Linux distribution"></a></td>
|
|
<td width="60"><a href="/community"><img src="/images/community.png" alt="community" title="community"></a></td>
|
|
<td width="60"><a href="http://wiki.openmamba.org/en"><img src="/images/wiki-54x54.png" alt="wiki" title="wiki"></a></td>
|
|
<td width="60"><a href="http://forum.openmamba.org"><img src="/images/forum-54x54.png" alt="forum" title="forum"></a></td>
|
|
<td width="60"><a href="http://bugs.openmamba.org"><img src="/images/bugs-54x54.png" alt="bugs" title="bugs"></a></td>
|
|
<!--#endif -->
|
|
</tr><tr align="center">
|
|
<!--#if expr="$lang = it" -->
|
|
<td><a href="/distribution">distribuzione</a></td>
|
|
<td><a href="/community">comunità</a></td>
|
|
<td><a href="http://wiki.openmamba.org/it">wiki</a></td>
|
|
<td><a href="http://forum.openmamba.org">forum</a></td>
|
|
<td><a href="http://bugs.openmamba.org">anomalie</a></td>
|
|
<!--#else -->
|
|
<td><a href="/distribution">distribution</a></td>
|
|
<td><a href="/community">community</a></td>
|
|
<td><a href="http://wiki.openmamba.org/en">wiki</a></td>
|
|
<td><a href="http://forum.openmamba.org">forum</a></td>
|
|
<td><a href="http://bugs.openmamba.org">bugs</a></td>
|
|
<!--#endif -->
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td width="120"><a href="http://www.mambastore.it"><img src="http://www.openmamba.org/images/anim2/1.jpg" name="ban" width=120 height=100 border=0 alt="Computer portatili openmamba"></a></td>
|
|
</tr>
|
|
<tr class="toptabsline" height="1"><td>
|
|
</td><td>
|
|
</td><td>
|
|
</td></tr>
|
|
</table>
|
|
</td></tr>
|
|
</table>
|
|
<table align="center" class=indexcontent width="900" border="0" cellspacing="0" cellpadding="0">
|
|
<tr><td>
|