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/login.jsp | 70 ------------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 BKUOnline/src/main/webapp/login.jsp (limited to 'BKUOnline/src/main/webapp/login.jsp') 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"); - %> - - - - -- cgit v1.2.3