80 lines
3.7 KiB
HTML
80 lines
3.7 KiB
HTML
<!--#if expr="$QUERY_STRING = /file=\([^\&]*\)/" --><!--#set var="file" value="$1" --><!--#endif -->
|
|
<!--#if expr="$file = /.*\/([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="filename" value="$1" --><!--#endif -->
|
|
<!--#if expr="$file = /http:\/\/([a-zA-Z0-9\-+_\.]+)\/.*/" --><!--#set var="site" value="$1" --><!--#endif -->
|
|
<!--#if expr="$site" --><!--#else --><!--#set var="site" value="www.openmamba.org" --><!--#endif -->
|
|
<!--#set var="title" value="Download of $filename" -->
|
|
<!--#set var="description" value="openmamba download page" -->
|
|
<!--#set var="keywords" value="download,get" -->
|
|
<!--#if expr="$site = /www\.openmamba\.org/" -->
|
|
<!--#if expr="$filename" -->
|
|
<!-- # set var="bodyadd" value="onload=startDownload('$file');" -->
|
|
<!--#endif -->
|
|
<!--#endif -->
|
|
<!--#include virtual="/header.html" -->
|
|
<script language="javascript">
|
|
function startDownload(filename) {
|
|
location.href=filename;
|
|
//location.href="/download.php?file=" + filename;
|
|
}
|
|
</script>
|
|
|
|
<table width="100%"><tr><td>
|
|
<tr><td valign="middle">
|
|
<!--#if expr="$site = /www\.openmamba\.org/" -->
|
|
<!--#if expr="$filename" -->
|
|
<table align="center"><tr>
|
|
<td><img src="/images/download.png" alt="download"></td>
|
|
<td class="toptitle" style="text-transform: none;"><!--#echo var="filename" --></td>
|
|
</tr></table>
|
|
</td></tr>
|
|
<tr><td>
|
|
<table class="info"><tr><td>
|
|
<p><b>Thank you for your interest in <b>open<font color="green">mamba</font></b>.</b>
|
|
<p>openmamba is a "free as in speech" operating system but letting you use the web site and download it is a cost for us.
|
|
If you like this project you can help to keep it alive and make it better with your contribution by making a <a href="/donation.html">donation</a>.
|
|
<!--ul>
|
|
<li>by making a <a href="/donation.html">donation</a>
|
|
<li>by buying your computer and hardware at the <a href="http://www.mambastore.it">mambaSoft Store</a>
|
|
</ul-->
|
|
<div align=center>
|
|
<table style="border:0"><tr><td>
|
|
<div class="banner">
|
|
<table height="90"><tr><td>
|
|
<a href="/donation.html">Support<br>this project<br><br></a>
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
|
<input type="hidden" name="cmd" value="_s-xclick">
|
|
<input type="hidden" name="hosted_button_id" value="10620735">
|
|
<input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="Donate to the openmamba project">
|
|
<img alt="" border="0" src="https://www.paypal.com/it_IT/i/scr/pixel.gif" width="1" height="1"></form>
|
|
</td></tr></table></div>
|
|
</td><!--td>
|
|
<div class="banner">
|
|
<table height="90"><tr><td>
|
|
<a href="http://www.mambastore.it"><img src="/images/mambasoft-Store-300x41.png" width=300 height=41></a>
|
|
</td></tr></table></div>
|
|
</td><td>
|
|
<div class=banner>
|
|
<table height="90"><tr><td>
|
|
<b>COMPUTER WITH OPENMAMBA PREINSTALLED? MAMBASOFT RECOMMENDS:</b><br>
|
|
<!-- #set var="SHOW_BANNERS" value="2" -- >
|
|
<!-- #set var="HORIZONTAL_BANNERS" value="1" -- >
|
|
<!-- #include virtual="/cgi-bin/randombanner.cgi" -- >
|
|
</td></tr></table></div>
|
|
</td-->
|
|
</tr></table>
|
|
</td></tr></table>
|
|
</div>
|
|
<h2>Download in progress...</h2>
|
|
<p>Download for <b><!--#echo var="filename" --></b> will automatically start in a few seconds.
|
|
If it doesn't start, please click <a href="<!--#echo var="file"-->">here</a>.
|
|
<p>This file is downloaded from <b><!--#echo var="site"--></b></p>
|
|
<p><b>Not registered yet? <a href="/registration.html">Please register</a></b> to get
|
|
the best from openmamba services and to be informed on the latest news.
|
|
<!--#else -->
|
|
Sorry, there was an error with the request: invalid file.
|
|
<!--#else -->
|
|
Sorry, there was an error with the request: invalid file.
|
|
<!--#endif -->
|
|
<br><br>
|
|
</td></tr></table>
|
|
<!--#include virtual="/footer.html" --> |