1 <p align="center"> Please fill the fields below to create a new author account
\r
5 <form action="CreateAccount.rails" method="post">
\r
6 <table align="center" width="390px" border="0" cellspacing="2" cellpadding="2">
\r
11 Sorry, but you have to correct the following errors first:
\r
13 #foreach( $error in $errormessages )
\r
21 <legend>New account:</legend>
\r
22 <table width="380px" border="0" cellspacing="5" cellpadding="2">
\r
24 <td width="120px">Login:</td>
\r
25 <td><input type="text" name="login" value="$!login" maxlength="45"></td>
\r
29 <td><input type="text" name="name" value="$!name" maxlength="45" size="30"></td>
\r
33 <td><input type="text" name="email" value="$!email" maxlength="100" size="30"></td>
\r
37 <td><input name="pwd" type="password" value="$!pwd" maxlength="12"></td>
\r
40 <td>Retype Password:</td>
\r
41 <td><input name="pwd2" type="password" value="$!pwd2" maxlength="12"></td>
\r
48 <legend>Blog:</legend>
\r
49 <table width="380px" border="0" cellspacing="5" cellpadding="2">
\r
51 <td width="120px">Name:</td>
\r
52 <td><input type="text" name="blogname" value="$!blogname" maxlength="20"></td>
\r
55 <td>Description:</td>
\r
56 <td><input type="text" name="blogdesc" value="$!blogdesc" maxlength="45" size="30"></td>
\r
61 <select name="theme">
\r
62 <option>defaulttheme</option>
\r
63 <option>anothertheme</option>
\r
71 <div align="center">
\r
72 <input name="act" type="submit" value="Create">
\r