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.
		
		
		
		
		
			
		
			
				
	
	
		
			34 lines
		
	
	
		
			929 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			34 lines
		
	
	
		
			929 B
		
	
	
	
		
			HTML
		
	
| <html>
 | |
| <head>
 | |
| <script type="text/javascript" src="java/kampfchat.js" ></script>
 | |
| </head>
 | |
| 
 | |
| <body onLoad="char($char_id1,$char_id2,$zeit_in_sek);">
 | |
|   <form action="" name="kampfchat" onsubmit="saveData(); return false;">
 | |
|   <table width="100%" height="172">
 | |
|     <tr>
 | |
|       <td width="510" height="38">
 | |
|       <p align="center"><div align="center" id="timer">Lädt Zeit (<a href="kampf4.php?char_id=$char_id">Lädt noch?</a>)</div></td>
 | |
|     </tr>
 | |
|     <tr>
 | |
|       <td width="510" height="124" valign="top"> 
 | |
| 
 | |
|        <div id="text_inhalt">
 | |
|        Lädt...
 | |
|        </div>
 | |
| 
 | |
|       </td>
 | |
|     </tr>
 | |
|     <tr>
 | |
|       <td width="510" height="38"> <input name="textfeld" size="40" type="text">
 | |
|       <input type="hidden" name="char" value="$char_id" type="text">
 | |
|       <input type="hidden" name="user" value="$name" type="text">
 | |
|       <input type="submit" value="senden">
 | |
| 	 
 | |
|       </form></td>
 | |
|     </tr>
 | |
|   </table>
 | |
| 
 | |
| </body>
 | |
| 
 | |
| </html> |