antville/code/Site/new.skin

23 lines
964 B
Text

<table border="0" cellspacing="0" cellpadding="3">
<form method="post" action="<% response.action %>">
<tr>
<td>To create a new weblog you need to fill out the form below. The <b>title</b> will appear in the header of every page (you can change it anytime you want), while the <b>alias</b> will be part of the URL to your weblog (i.e. if you enter "vac" as the alias, your weblog will get the URL vac.antville.org).</td>
</tr>
<tr>
<td nowrap="nowrap"><table border="0" cellspacing="0" cellpadding="3">
<tr>
<td nowrap="nowrap">Title:</td>
<td nowrap="nowrap"><% this.input type="text" name="title" %></td>
</tr>
<tr>
<td nowrap="nowrap">Alias:</td>
<td nowrap="nowrap"><% this.input type="text" name="alias" %></td>
</tr>
<tr>
<td nowrap="nowrap">&nbsp;</td>
<td nowrap="nowrap"><% this.input type="button" value="create" %>&nbsp;<% this.input type="button" value="cancel" %></td>
</tr>
</table></td>
</tr>
</form>
</table>