header.jsp 746 Bytes
Newer Older
Matt Tucker's avatar
Matt Tucker committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
<%@ taglib uri="core" prefix="c"%>
<%@ taglib uri="fmt" prefix="fmt" %>
<%--
  -	$RCSfile$
  -	$Revision$
  -	$Date$
--%>

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

<html>
<head>
    <title><fmt:message key="title" bundle="${lang}" /> 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>