%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<%@page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%--
This JSP page loads the MOCCA applet into the browser. It is not intended
to by directly called by the browser, but the UIServlet should be called.
The UIServlet sets some request attributes and forwards to this page.
The look and behavior of this page and the embedded applet may be
customized by a number of parameters handed over in the request. If this
does not provide enough flexibility you may choose to modify this page
or provide an alternative customized page. The name of the customized page
may be specified as parameter in the original request. The UIServlet will
forward to the given page.
--%>
<%-- Applet --%>
<%-- Images --%>
<%-- URLs --%>
<%-- Messages --%>
<%-- Applet archive and class --%>
<%--
Uncomment the following line if you would like to prevent applet caching!
--%>
<%-- jsp:useBean id="now" class="java.util.Date" scope="request"/ --%>