File: applet.html

package info (click to toggle)
scorched3d 44%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 112,600 kB
  • sloc: cpp: 135,985; xml: 36,739; makefile: 4,715; sh: 3,172; ansic: 1,407; perl: 541; java: 209; python: 188; sql: 159
file content (21 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include header.html 

#include menu.html

<table align=center border=0>
<tr><td align=center>Chat</td></tr>
<tr><td>

<applet code="Applet.class" 
	width="760" height="300"
	ARCHIVE="Applet.jar?sid=[[sid]]">

	<param name="sid" value="[[sid]]">
</applet> 


</td></tr>
</table>

#include footer.html