header.jsp

<%@ page contentType="text/html; charset=euc-jp" %>
<HTML>
<HEAD>
<TITLE><%= request.getAttribute("title")%></TITLE>
</HEAD>

<!-- this is a header that gets its color from the calling page -->
<BODY bgcolor="<%= request.getAttribute("color") %>" style="font-family: Arial; font-weight: medium; font-style: normal">

<center>
<a href="http://www.allaire.com/products/jrun/"><img src="../jrunlogo.gif" width="200" height="104" alt="Allaire JRun" border="2"></a>
</center>

<center>
<table width=80% cellspacing=2 cellpadding=3>

	<!-- Title Line -->
	<tr bgcolor="#8FBC8F">
		<td align="center">
			<font face="arial">
			<a href="../index.html">JRun デモとサンプル ページ</a> : <%= request.getAttribute("title")%>
			</font>
		</td>
	</tr>

	<!-- Blank Line -->
	<tr bgcolor="#FFFFFF"><td>&nbsp;</td></tr>

	<!-- Sample Servlets -->
	<tr bgcolor="#FAFAD2">
		<td> <font face="arial"> <ul>
				<font size=-1>