diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-02-11 20:01:17 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-02-11 20:01:17 +0000 |
commit | d7fde6fc92f36a7cc8b8d412724951b12193bb9b (patch) | |
tree | 23bb695868c39f918b8a2c7aa228f783352c4249 /BKUAppletExt/src/test/resources | |
parent | 754cb731b2d5f4888815c16c530fc3674264a4f2 (diff) | |
download | mocca-d7fde6fc92f36a7cc8b8d412724951b12193bb9b.tar.gz mocca-d7fde6fc92f36a7cc8b8d412724951b12193bb9b.tar.bz2 mocca-d7fde6fc92f36a7cc8b8d412724951b12193bb9b.zip |
activation applet (NO PINMgmt yet)
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@295 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUAppletExt/src/test/resources')
-rw-r--r-- | BKUAppletExt/src/test/resources/appletTest.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BKUAppletExt/src/test/resources/appletTest.html b/BKUAppletExt/src/test/resources/appletTest.html index f7a47d0a..9add4309 100644 --- a/BKUAppletExt/src/test/resources/appletTest.html +++ b/BKUAppletExt/src/test/resources/appletTest.html @@ -17,10 +17,10 @@ <html> <body> <center> - <applet code="at.gv.egiz.bku.online.applet.ext.BKUAppletExt.class" + <applet code="at.gv.egiz.bku.online.applet.PINManagementApplet.class" archive="../BKUAppletExt-1.0.2-SNAPSHOT.jar, commons-logging.jar , iaik_jce_me4se.jar" width=152 height=145> - <param name="GuiStyle" value="activation"/> + <param name="GuiStyle" value="simple"/> <param name="Locale" value="ja_JA"/> <!--param name="Background" value="jar:file:/home/clemens/workspace/mocca/BKUApplet/target/BKUApplet-1.0-SNAPSHOT.jar!/images/help.png"/--> <!--param name="Background" value="http://localhost:3495/img/BackgroundChipperling.png"/--> |