<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>DDJ Article Lister</title>
<meta http-equiv="Content-Type" content="text/html; 
  charset=iso-8859-1">
<meta name="Author" content="Paul Tremblett">
<meta name="GENERATOR" content="Mozilla/4.51 [en] (X11; I; 
  Linux 2.2.5-15 i586) [Netscape]">
</head>
<body bgcolor="#000000">
<center>
<h1>Missing Data</h1>
<br>
<b>
The data for 
<%= articles.getMonth() %>
 is not available.
<br>
Data is available for the following months only:
</b>
<table cellspacing=0 cols=1 width="50%">
<%
    String[] availableMonths = articles.getAvailableMonths();
    for (int i = 0; i < availableMonths.length; ++i) {
%>
<tr>
<td align="center">
<b>
<%= availableMonths[i] %>
</b>
</td>
</tr>
<%
    }
%>
</table> 
Click on the button below to retry your request.
</b>
<form method=get action="ArticleLister.html">
<input type=submit name="submit" value="OK">
</form>
</center>
</body>
</html>
