You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
<?php 
 | 
						|
/*
 | 
						|
 *
 | 
						|
 * @copyright (c) 2010 animegame.eu
 | 
						|
 * @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public Licence
 | 
						|
 *
 | 
						|
 */
 | 
						|
?>
 | 
						|
 | 
						|
<SCRIPT language="JavaScript">
 | 
						|
	function kampf(art){
 | 
						|
		window.open("./turnier2.php?charm=1&art="+art,"","status=no,hotkeys=no,Height=600,Width=929,scrollbars=yes");
 | 
						|
	}
 | 
						|
</SCRIPT>
 | 
						|
 | 
						|
<table cellpadding="0" cellspacing="0" width="100%">
 | 
						|
	<!-- MSTableType="layout" -->
 | 
						|
	<tr>
 | 
						|
		<th valign="top" colspan="3" align="center">Turnier Auswahl</th>
 | 
						|
	</tr>
 | 
						|
	<tr>
 | 
						|
		<td valign="top" align="center">
 | 
						|
			<a href='javascript:kampf("woche");'>
 | 
						|
				<img border="0" src="design/bilder/buttons/wt-turnier.jpg" title="Das Turnier ist einmal die Woche, Sonntags um 15 Uhr. (64 Spieler)" width="150" height="150">
 | 
						|
			</a>
 | 
						|
		</td>
 | 
						|
		<td> </td>
 | 
						|
		<td valign="top"align="center">
 | 
						|
			<a href='javascript:kampf("klein");'>
 | 
						|
				<img border="0" src="design/bilder/buttons/af-turnier.jpg" title="Das Anfänger Turnier ist einmal die Woche, Samstags um 15 Uhr. (32 Spieler)" width="150" height="150">
 | 
						|
			</a>
 | 
						|
		</td>
 | 
						|
	</tr>
 | 
						|
	<tr>
 | 
						|
		<td colspan="3" align="center">
 | 
						|
			<a href='javascript:kampf("gross");'>
 | 
						|
				<img border="0" src="design/bilder/buttons/WT-turnier.jpg" title="Das Welt Turnier ist immer am ersten Tag des Monats um 21 Uhr (512 Spieler)" width="150" height="150">
 | 
						|
			</a>
 | 
						|
		</td>
 | 
						|
	</tr>
 | 
						|
</table>
 | 
						|
 |