mirror of
				https://github.com/Mibew/mibew.git
				synced 2025-10-31 18:41:10 +03:00 
			
		
		
		
	git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@406 c66351dc-e62f-0410-b875-e3a5c0b9693f
		
			
				
	
	
		
			85 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			85 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?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_pt-br152.zip?download">Português Brasil</a></td>
 | |
| 				<td>1.5.2</td>
 | |
| 				<td>14 Mar 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;"> </div>
 | |
| </div>
 | |
| 
 | |
| <?php require_once('inc/footer.i'); ?>
 |