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.
		
		
		
		
		
			
		
			
				
	
	
		
			56 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			PHP
		
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.9 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("wochenst");'>
 | |
| 				<img border="0" src="design/bilder/buttons/wt-turnier.jpg" title="Das Turnier ist einmal die Woche, Samstags um 15 Uhr. (64 Spieler ohne Fusionen)" width="150" height="150" />
 | |
| 			</a>
 | |
| 		</td>
 | |
| 	</tr>
 | |
| 	<tr>
 | |
| 		<td colspan="3" 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 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 (Maximal 512 Spieler)" width="150" height="150" />
 | |
| 			</a>
 | |
| 		</td>
 | |
| 		<td> </td>
 | |
| 		<td valign="top" align="center">
 | |
| 			<a href='javascript:kampf("grossst");'>
 | |
| 				<img border="0" src="design/bilder/buttons/WT-turnier.jpg" title="Das Turnier ist immer am 15. Tag des Monats um 21 Uhr, (Maximal 512 Spieler ohne Fusionen)" width="150" height="150" />
 | |
| 			</a>
 | |
| 		</td>
 | |
| 	</tr>
 | |
| </table>
 | |
| 
 |