antville/code/Site/new.skin
Robert Gaggl 6d118dd8f8 - changed line-up of buttons to the right order
- now using input-macro instead of alias- and title-macros
2001-12-10 23:47:15 +00:00

22 lines
No EOL
868 B
Text

<table border="0" cellspacing="0" cellpadding="3">
<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><table border="0" cellspacing="0" cellpadding="3">
<tr>
<td nowrap><form method="post">Title:</td>
<td nowrap><% this.input type="text" name="title" %></td>
</tr>
<tr>
<td nowrap>Alias:</td>
<td nowrap><% this.input type="text" name="alias" %></td>
</tr>
<tr>
<td nowrap>&nbsp;</td>
<td nowrap><% this.input type="button" value="create" %>&nbsp;<% this.input type="button" value="cancel" %></td>
</tr>
</table></td>
</tr>
</table>
</form>