<font size=2 face=verdana> <form action=setup.cgi method=post name=add> <input type=hidden name=action value=categories> <input type=hidden name=do value=cat_added> <input type=radio name=cat_type value=real checked> This is a real category. <blockquote> <table border=0 style="font-size: 12px; font-family: Verdana,Verdana;" width=400> <tr> <td>Title:</td><td><input type="text" size="40" name="title" value="%%title%%" onFocus="document.forms['add'].cat_type[0].checked=true"></td> </tr><tr> <td>Description:</td><td><textarea cols=50 rows=5 name=description></textarea></td> </tr><tr> <td>Parent:</td><td><select name=parent>%%parent_category_options%%</select><td> </tr><tr> <td>Template:</td><td><select name=template>%%template_options%%</select><td> </tr><tr> </tr> </table> </blockquote> <input type=radio name=cat_type value=link> This is a link. <blockquote> <table border=0 style="font-size: 12px; font-family: Verdana,Verdana;" width=400> <tr> <td>Link to:</td><td><select name=linkto onfocus="document.forms['add'].cat_type[1].checked=true">%%category_options%%</select><td> </tr><tr> <td>Parent:</td><td><select name=link_parent>%%parent_category_options%%</select><td> </tr> </table> </blockquote> <table border=0 style="font-size: 12px; font-family: Verdana,Verdana;" width=400><tr> <td></td><td><input type=submit name=submit value=" Add Category "><td> </tr></table> </form> </font>