no message

This commit is contained in:
Robert Gaggl 2001-06-20 10:28:42 +00:00
parent 07c6805fd5
commit 1ce05a7061

View file

@ -1,5 +1,6 @@
<FORM METHOD="POST">
<P>To create a new weblog you need to fill out the form below. The title will appear in the header of every page, and the alias will be part of the URL to your weblog. So don't use any special characters like spaces, brackets etc. in the alias.</P>
<P>Title:&nbsp;<% this.title as="editor" %><BR>
Alias:&nbsp;<% this.alias as="editor" %><BR>
<% this.input type="button" value="create" %>&nbsp;<% this.input type="button" value="cancel" %></P>