tray/site/download.php

80 lines
2.1 KiB
PHP
Raw Normal View History

<?php
$page = 'downl';
require_once('libs/common.php');
start_html_output();
require_once('inc/header.i');
require_once('inc/menu.i');
?>
<div id="page">
<div id="content">
<div class="box1">
<p><img src="images/webimlogo.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
</div>
<div class="post">
<h2 class="title"><?php echo getlocal("downl.title") ?></h2>
<div class="entry">
<p>
<?php echo getlocal("downl.release") ?><br/>
<a href="http://prdownloads.sourceforge.net/webim/webim152.zip?download">
1.5.2, February 16, 2009</a>
</p>
<p id="tableh">
<?php echo getlocal("downl.local") ?>
</p>
<table cellpadding="0" cellspacing="0" border="0" id="downl">
<tr>
<td><a href="http://prdownloads.sourceforge.net/webim/webim_de152.zip?download">Deutsch</a></td>
<td>1.5.2</td>
<td>16 Feb 2009</td></tr>
<tr>
<td><a href="http://prdownloads.sourceforge.net/webim/webim_fr152.zip?download">French</a></td>
<td>1.5.2</td>
<td>16 Feb 2009</td></tr>
<tr>
<td><a href="http://prdownloads.sourceforge.net/webim/webim_pl152.zip?download">Polski</a></td>
<td>1.5.2</td>
<td>22 Feb 2009</td></tr>
<tr>
<td><a href="http://prdownloads.sourceforge.net/webim/webim_ru152.zip?download">Russian</a></td>
<td>1.5.2</td>
<td>16 Feb 2009</td></tr>
<tr><td>
<a href="http://prdownloads.sourceforge.net/webim/webim_sp152.zip?download">Spanish</a></td>
<td>1.5.2</td>
<td>16 Feb 2009</td></tr>
<tr>
<td><a href="http://prdownloads.sourceforge.net/webim/webim_zh-tw152.zip?download">Traditional Chinese</a></td>
<td>1.5.2</td>
<td>16 Feb 2009</td></tr>
</table>
<p id="tablecomment">
<?php echo getlocal("lang.missing") ?> <a href="/forums/index.php?board=7.0"><?php echo getlocal("lang.link") ?></a>
</p>
</div>
<div class="nometa"></div>
</div>
</div>
<!-- end content -->
<!-- start sidebar -->
<div id="sidebar">
<ul>
<?php
require_once('inc/locales.i');
?>
</ul>
</div>
<!-- end sidebar -->
<div style="clear: both;">&nbsp;</div>
</div>
<?php require_once('inc/footer.i'); ?>