client/servlet/www/header.jspf

Code
Comments
Other
Rev Date Author Line
881 11 Nov 06 gregory 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
881 11 Nov 06 gregory 2 "http://www.w3.org/TR/html4/loose.dtd">
881 11 Nov 06 gregory 3 <%--
881 11 Nov 06 gregory 4 $Id: login.jsp 755 2006-10-12 10:51:28Z gregory $
881 11 Nov 06 gregory 5
1916 31 Aug 07 jari 6 Copyright (C) 2006, 2007 Gregory Vincic
881 11 Nov 06 gregory 7
881 11 Nov 06 gregory 8 Files are copyright by their respective authors. The contributions to
881 11 Nov 06 gregory 9 files where copyright is not explicitly stated can be traced with the
881 11 Nov 06 gregory 10 source code revision system.
881 11 Nov 06 gregory 11
881 11 Nov 06 gregory 12 This file is part of Proteios.
881 11 Nov 06 gregory 13 Available at http://www.proteios.org/
881 11 Nov 06 gregory 14
881 11 Nov 06 gregory 15 Proteios is free software; you can redistribute it and/or
881 11 Nov 06 gregory 16 modify it under the terms of the GNU General Public License
881 11 Nov 06 gregory 17 as published by the Free Software Foundation; either version 2
881 11 Nov 06 gregory 18 of the License, or (at your option) any later version.
881 11 Nov 06 gregory 19
881 11 Nov 06 gregory 20 Proteios is distributed in the hope that it will be useful,
881 11 Nov 06 gregory 21 but WITHOUT ANY WARRANTY; without even the implied warranty of
881 11 Nov 06 gregory 22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
881 11 Nov 06 gregory 23 GNU General Public License for more details.
881 11 Nov 06 gregory 24
881 11 Nov 06 gregory 25 You should have received a copy of the GNU General Public License
881 11 Nov 06 gregory 26 along with this program; if not, write to the Free Software
881 11 Nov 06 gregory 27 Foundation, Inc., 59 Temple Place - Suite 330,
881 11 Nov 06 gregory 28 Boston, MA  02111-1307, USA.
881 11 Nov 06 gregory 29 --%>
881 11 Nov 06 gregory 30 <html>
881 11 Nov 06 gregory 31   <head>   
881 11 Nov 06 gregory 32   <%
881 11 Nov 06 gregory 33   String css =  request.getContextPath() + "/static/css";
881 11 Nov 06 gregory 34   String js =  request.getContextPath() + "/static/js";
881 11 Nov 06 gregory 35 %>
881 11 Nov 06 gregory 36     <title>Proteios</title>
881 11 Nov 06 gregory 37     <link rel="stylesheet" type="text/css" href="<%=css%>/layout2.jsp" />
881 11 Nov 06 gregory 38     <link rel="stylesheet" type="text/css" href="<%=css%>/colors.css" />
881 11 Nov 06 gregory 39   <SCRIPT TYPE="text/javascript" SRC="<%=js%>/script.js" LANGUAGE="javascript1.2"></SCRIPT>
881 11 Nov 06 gregory 40   </head>
881 11 Nov 06 gregory 41   <body>  
881 11 Nov 06 gregory 42