1 |
wvengen |
813 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
2 |
|
|
<html xmlns="http://www.w3.org/1999/xhtml"> |
3 |
|
|
<head> |
4 |
|
|
<title>Launch jGridstart</title> |
5 |
|
|
<script src="http://java.com/js/deployJava.js"></script> |
6 |
|
|
<script src="tinybox.js"></script> |
7 |
wvengen |
818 |
<script src="deployJNLP.js"></script> |
8 |
wvengen |
813 |
<link rel="stylesheet" href="tinybox.css"/> |
9 |
|
|
</head> |
10 |
|
|
<body> |
11 |
|
|
|
12 |
|
|
<h1 style="text-align: center; font-size: 120%;">Launch jGridstart</h1> |
13 |
|
|
|
14 |
|
|
<script type="text/javascript"><!-- |
15 |
wvengen |
818 |
deployJNLP.jnlp = 'jgridstart.jnlp'; |
16 |
|
|
deployJNLP.minjava = '1.5'; |
17 |
|
|
deployJNLP.launchButton(); |
18 |
wvengen |
813 |
//--></script> |
19 |
wvengen |
818 |
<noscript><a style="display: block; text-align: center;" href="jgridstart.jnlp">Launch</a></noscript> |
20 |
wvengen |
813 |
</div> |
21 |
|
|
|
22 |
|
|
</body> |
23 |
|
|
</html> |