3 You can change your blog settings:</p>
\r
7 <strong>$message</strong>
\r
11 <form action="UpdateBlog.rails" method="post">
\r
14 <legend>Blog:</legend>
\r
15 <table width="380px" border="0" cellspacing="5" cellpadding="2">
\r
17 <td width="120px">Name:</td>
\r
18 <td><input type="text" name="blogname" value="${blog.name}" maxlength="20"></td>
\r
21 <td>Description:</td>
\r
22 <td><input type="text" name="blogdesc" value="${blog.description}" maxlength="45" size="30"></td>
\r
27 <select name="theme">
\r
28 <option>defaulttheme</option>
\r
29 <option>anothertheme</option>
\r
38 <div align="center">
\r
39 <input name="act" type="submit" value="Update">
\r