<% String title = request.getParameter( "title" ); if ( title == null ) { title = ""; } String url = request.getParameter( "url" ); if ( url == null ) { url = ""; } String subtitle = request.getParameter( "subtitle" ); if ( subtitle == null ) { subtitle = ""; } String author = request.getParameter( "author" ); if ( author == null ) { author = ""; } String introduction = request.getParameter( "introduction" ); if ( introduction == null ) { introduction = ""; } introduction = introduction.replace( '\r', ' ' ); introduction = introduction.replace( '\n', ' ' ); introduction = introduction.replace( '"', '\'' ); String dateString = request.getParameter( "date" ); if ( dateString == null ) { dateString = ""; } /* java.util.Enumeration en = request.getParameterNames(); while( en.hasMoreElements() ) { String name = (String)en.nextElement(); String[] values = request.getParameterValues( name ); name += ":"; for( int i = 0; i < values.length; i++ ) { name += " "; name += values[i]; } */ %> <% /* } */ %>
Please fill in all required fields (marked with '*').
* Date to publish:
January
February
March
April
May
June
July
August
September
October
November
December
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
26
27
28
29
30
31
2003
2004
2005
* Title:
Subtitle:
Author:
* Introduction:
* URL:
Force update (if article exists)