User Tools

Site Tools


applet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
applet [2011/08/21 13:30]
127.0.0.1 external edit
applet [2019/08/22 12:28] (current)
thomas
Line 1: Line 1:
 ~~NOCACHE~~ ~~NOCACHE~~
 ====== DMRG-Applet ====== ====== DMRG-Applet ======
-<​html>​ +Since Java applets are not supported anymore by basically all important webbrowsers,​ we choose to provide a Java Webstart file insteadIt is not signed with a valid certificate,​ sorry!
-<applet archive="​visu.jar" code="​dmrgvisu2.visu.class"​ codebase="​."​ style="​width:​100%;​ height:​700px">​+
  
-<param name='​sites'​ value='​ +Because the neat embedding of the applet is no longer an option, parameter passing within this wiki is not (yetimplemented. Hence, if you dropped by via the testing page, consider setting the parameters yourself.
-</​html>​ +
-<​php>​ +
-if (isset($_GET['​sites'​])+
-echo $_GET['​sites'​];​ +
-else +
-echo "​8";</​php>​ +
-<​html>'​ +
->+
  
-<param name='​sweeps'​ value='​ +Furthermore,​ something like icedtea or Java Webstart is necessary to start the applet.
-</​html>​ +
-<​php>​ +
-if (isset($_GET['​sweeps'​])) +
-echo $_GET['​sweeps'​];​ +
-else +
-echo "​50";</​php>​ +
-<​html>'​ +
->+
  
-<param name='​d_max'​ value='​ +[[https://wiki.symmps.eu/applet.jnlp|Java Webstart file]]
-</​html>​ +
-<​php>​ +
-if (isset($_GET['​d_max'​])) +
-echo $_GET['​d_max'​];​ +
-else +
-echo "​8";<​/php> +
-<​html>'​ +
-+
- +
-<param name='​J'​ value='​ +
-</html> +
-<​php>​ +
-if (isset($_GET['​J'​])) +
-echo $_GET['​J'​];​ +
-else +
-echo "0.0";</​php>​ +
-<​html>'​ +
-+
- +
-<param name='​D'​ value='​ +
-</​html>​ +
-<​php>​ +
-if (isset($_GET['​D'​])) +
-echo $_GET['​D'​];​ +
-else +
-echo "1.0";<​/php> +
-<​html>'​ +
-+
- +
-<param name='​Jy'​ value='​ +
-</​html>​ +
-<​php>​ +
-if (isset($_GET['​Jy'​])) +
-echo $_GET['​Jy'​];​ +
-else +
-echo "0.0";</​php>​ +
-<​html>'​ +
-+
- +
-<param name='​hx'​ value='​ +
-</​html>​ +
-<​php>​ +
-if (isset($_GET['​hx'​])) +
-echo $_GET['​hx'​]+
-else +
-echo "​0.0";</​php>​ +
-<​html>'​ +
-+
- +
-<param name='​hz'​ value='​ +
-</​html>​ +
-<​php>​ +
-if (isset($_GET['​hz'​])) +
-echo $_GET['​hz'​];​ +
-else +
-echo "​0.0";</​php>​ +
-<​html>'​ +
-+
- +
-<param name='​selection'​ value='​ +
-</​html>​ +
-<​php>​ +
-if (isset($_GET['​selection'​])) +
-echo $_GET['​selection'​];​ +
-else +
-echo "​0";</​php>​ +
-<​html>'​ +
-+
- +
-</​applet>​ +
-</​html>​+
applet.1313933415.txt.gz · Last modified: 2011/08/21 13:30 by 127.0.0.1