summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main/webapp/appletPage.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'BKUOnline/src/main/webapp/appletPage.jsp')
-rw-r--r--BKUOnline/src/main/webapp/appletPage.jsp6
1 files changed, 4 insertions, 2 deletions
diff --git a/BKUOnline/src/main/webapp/appletPage.jsp b/BKUOnline/src/main/webapp/appletPage.jsp
index 903c762d..950141c4 100644
--- a/BKUOnline/src/main/webapp/appletPage.jsp
+++ b/BKUOnline/src/main/webapp/appletPage.jsp
@@ -51,11 +51,13 @@
height :<%=height%>
};
var parameters = {
- background : '<%=backgroundImg%>',
+ GuiStyle : 'simple',
+ Background : '<%=backgroundImg%>',
WSDL_URL :'../stal?wsdl',
+ HashDataDisplay : 'external',
HashDataURL : '../hashDataInput',
SessionID : '<%=session.getId()%>',
- redirectURL : '../bkuResult'
+ RedirectURL : '../bkuResult'
};
var version = '1.6.0_02';
deployJava.runApplet(attributes, parameters, version);