<%--
 Copyright 2004 Sun Microsystems, Inc. All rights reserved.
 SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
--%>

<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
<fmt:setBundle basename="LocalStrings"/>

<html>
<!-- 
  Copyright (c) 1999 The Apache Software Foundation.  All rights 
  reserved.
-->
<title> <fmt:message key="plugin.jsp.title"/></title>
<body bgcolor="white">
<h3> <fmt:message key="plugin.jsp.currenttime"/></h3>
<jsp:plugin type="applet" code="applet.Clock2.class" 
   codebase="applet" 
  jreversion="1.2" width="160" height="150" >
    <jsp:fallback>
        Plugin tag OBJECT or EMBED not supported by browser.
    </jsp:fallback>
</jsp:plugin>
<p>
<h4>
<font color=red> 
<fmt:message key="plugin.jsp.appletcaption"/>
</font>
</h4>
</body>
</html>