header.jsp 815 Bytes
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>
<%--
  -	$RCSfile$
  -	$Revision$
  -	$Date$
--%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
    <title><fmt:message key="title" /> <fmt:message key="header.admin" /></title>
    <meta http-equiv="content-type" content="text/html; charset=">
    <script language="JavaScript" type="text/javascript">
    <!-- // code for window popups
    function helpwin(page, hashLink) {
        window.open('helpwin.jsp?f='+page+'&hash='+hashLink,'newWindow','width=500,height=550,menubar=yes,location=no,personalbar=no,scrollbars=yes,resize=yes');
    }
    //-->
    </script>
    <link rel="stylesheet" href="style/global.css" type="text/css">
</head>

<body>