From 2493c0a9392b439ac99d8876393ce13fdc088fe3 Mon Sep 17 00:00:00 2001 From: clemenso Date: Tue, 20 Jan 2009 14:58:52 +0000 Subject: cleanup git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@271 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUOnline/src/main/webapp/WEB-INF/web.xml | 2 +- BKUOnline/src/main/webapp/applet.jsp | 70 ++++++++++++++++++++++++++++ BKUOnline/src/main/webapp/login.jsp | 70 ---------------------------- BKUOnline/src/main/webapp/slRequestForm.html | 4 +- 4 files changed, 73 insertions(+), 73 deletions(-) create mode 100644 BKUOnline/src/main/webapp/applet.jsp delete mode 100644 BKUOnline/src/main/webapp/login.jsp (limited to 'BKUOnline/src/main') diff --git a/BKUOnline/src/main/webapp/WEB-INF/web.xml b/BKUOnline/src/main/webapp/WEB-INF/web.xml index e7a4e058..cc37b782 100644 --- a/BKUOnline/src/main/webapp/WEB-INF/web.xml +++ b/BKUOnline/src/main/webapp/WEB-INF/web.xml @@ -50,7 +50,7 @@ BKUApplet - /login.jsp + /applet.jsp help diff --git a/BKUOnline/src/main/webapp/applet.jsp b/BKUOnline/src/main/webapp/applet.jsp new file mode 100644 index 00000000..44d9347c --- /dev/null +++ b/BKUOnline/src/main/webapp/applet.jsp @@ -0,0 +1,70 @@ + +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> + + + + + + MOCCA Applet + + + + + + + + + <% + int width = session.getAttribute("appletWidth") == null ? 190 + : (Integer) session.getAttribute("appletWidth"); //230 for workshop demo integration + int height = session.getAttribute("appletHeight") == null ? 130 + : (Integer) session.getAttribute("appletHeight"); + String backgroundImg = (String) session.getAttribute("appletBackground"); + String guiStyle = (String) session.getAttribute("appletGuiStyle"); + String locale = (String) session.getAttribute("locale"); + %> + + + + diff --git a/BKUOnline/src/main/webapp/login.jsp b/BKUOnline/src/main/webapp/login.jsp deleted file mode 100644 index 44d9347c..00000000 --- a/BKUOnline/src/main/webapp/login.jsp +++ /dev/null @@ -1,70 +0,0 @@ - -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - - - - - - MOCCA Applet - - - - - - - - - <% - int width = session.getAttribute("appletWidth") == null ? 190 - : (Integer) session.getAttribute("appletWidth"); //230 for workshop demo integration - int height = session.getAttribute("appletHeight") == null ? 130 - : (Integer) session.getAttribute("appletHeight"); - String backgroundImg = (String) session.getAttribute("appletBackground"); - String guiStyle = (String) session.getAttribute("appletGuiStyle"); - String locale = (String) session.getAttribute("locale"); - %> - - - - diff --git a/BKUOnline/src/main/webapp/slRequestForm.html b/BKUOnline/src/main/webapp/slRequestForm.html index 95eb1947..9a96e9be 100644 --- a/BKUOnline/src/main/webapp/slRequestForm.html +++ b/BKUOnline/src/main/webapp/slRequestForm.html @@ -17,11 +17,11 @@ -Infobox Requests +Security-Layer v1.2 Request Formular -

Securitykapsel - HTTP-Bindung

+

Security-Layer v1.2 Request Formular