openmamba-website/wwwroot/header-wiki.html

127 lines
6.2 KiB
HTML
Raw Permalink Normal View History

2011-04-29 19:11:08 +02:00
<!--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 == "6") { // 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-->
<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="http://www.openmamba.org/"><img src="http://www.openmamba.org/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>
<?php
if (substr($_SERVER["HTTP_ACCEPT_LANGUAGE"],0,2) == "it") { ?>
GNU/Linux pronto per l'uso
<?php } else { ?>
Ready to use GNU/Linux
<?php } ?>
</b></i></td></tr></table></div>
</div>
</td>
<td class="iconmenu">
<table align="right"><tr align="center">
<?php
if (substr($_SERVER["HTTP_ACCEPT_LANGUAGE"],0,2) == "it") { ?>
<td width="60"><a href="http://www.openmamba.org/distribution"><img src="http://www.openmamba.org//images/distribution-openmamba-64x64.jpg" width=64 height=64 alt="distribuzione" title="distribuzione GNU/Linux"></a></td>
<td width="60"><a href="http://www.openmamba.org/community"><img src="http://www.openmamba.org//images/community.png" alt="community" title="community"></a></td>
<td width="60"><a href="http://wiki.openmamba.org"><img src="http://www.openmamba.org//images/wiki-54x54.png" alt="wiki" title="wiki"></a></td>
<td width="60"><a href="http://forum.openmamba.org"><img src="http://www.openmamba.org//images/forum-54x54.png" alt="forum" title="forum"></a></td>
<td width="60"><a href="http://bugs.openmamba.org"><img src="http://www.openmamba.org/images/bugs-54x54.png" alt="anomalie" title="anomalie"></a></td>
<td width="60"><a href="http://www.openmamba.org/events.html"><img src="http://www.openmamba.org/images/events-64x64.png" alt="eventi" title="eventi"></a></td>
<td width="60"><a href="http://www.openmamba.org/products.html"><img src="http://www.openmamba.org/images/products-64x64.png" alt="prodotti" title="prodotti"></a></td>
<?php } else { ?>
<td width="60"><a href="http://www.openmamba.org/distribution"><img src="http://www.openmamba.org//images/distribution-openmamba-64x64.jpg" width=64 height=64 alt="distribution" title="GNU/Linux distribution"></a></td>
<td width="60"><a href="http://www.openmamba.org/community"><img src="http://www.openmamba.org//images/community.png" alt="community" title="community"></a></td>
<td width="60"><a href="http://wiki.openmamba.org"><img src="http://www.openmamba.org//images/wiki-54x54.png" alt="wiki" title="wiki"></a></td>
<td width="60"><a href="http://forum.openmamba.org"><img src="http://www.openmamba.org//images/forum-54x54.png" alt="forum" title="forum"></a></td>
<td width="60"><a href="http://bugs.openmamba.org"><img src="http://www.openmamba.org/images/bugs-54x54.png" alt="bugs" title="bugs"></a></td>
<td width="60"><a href="http://www.openmamba.org/events.html"><img src="http://www.openmamba.org/images/events-64x64.png" alt="events" title="events"></a></td>
<td width="60"><a href="http://www.openmamba.org/products.html"><img src="http://www.openmamba.org/images/products-64x64.png" alt="products" title="products"></a></td>
<?php } ?>
</tr><tr align="center">
<?php
if (substr($_SERVER["HTTP_ACCEPT_LANGUAGE"],0,2) == "it") { ?>
<td><a href="http://www.openmamba.org/distribution">distribuzione</a></td>
<td><a href="http://www.openmamba.org/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>
<td><a href="http://www.openmamba.org/events.html">eventi</a></td>
<td><a href="http://www.openmamba.org/products.html">prodotti</a></td>
<?php } else { ?>
<td><a href="http://www.openmamba.org/distribution">distribution</a></td>
<td><a href="http://www.openmamba.org/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>
<td><a href="http://www.openmamba.org/events.html">events</a></td>
<td><a href="http://www.openmamba.org/products.html">products</a></td>
<?php } ?>
</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-->
<!--td></td-->
</tr>
<tr class="toptabsline" height="1"><td>
</td><td>
</td><td>
</td></tr>
</table>
</td></tr>
</table>
<table class=content width="900" border="0" cellspacing="0" cellpadding="0"><tr><td>
<table width="900" align="center">
<tr><td valign="middle">
<center><table><tr>
<td><img src="http://www.openmamba.org/images/wiki-54x54-gr.png" alt="forum"></td>
<td class="toptitle">&nbsp;Documentazione (Wiki)</td>
</tr></table></center>
</td></tr>
</table></table></table>
<div style="position:relative;align:top;">