<!-- TITLE: Fieldset -->
<center>
<script type="text/javascript">
function GoDelete(){
<!-- IF ##fs_cat## -->
alert('This fieldset is used by some categories. Please associate these categories with other fieldset(s) or delete them');
return;
<!-- ENDIF -->
if(confirm('Delete?')) { document.location='##PAGE_URL##submdel=yes&chk_id=##id##'; }
}
</script>
<table width="90%" border=0 cellspacing=0 cellpadding=1 align=center>
<form method=post>
<!-- IF ##id## == "0" -->
<tr>
<td><p class=ag_adm>Base Fieldset </p></td>
<td><select name=p_fs><option value="">##fs_menu##</select>
<font class=txt8 color=blue>Please select fieldset you want to use as basis</td>
</tr>
<!-- ENDIF -->
<!-- TPL_INSERT : row -->
<!-- TPL_CELL : def -->
<tr>
<td><p class=ag_##css##>##f_t## </p></td>
<td>##f_v## <font class=txt8 color=blue>##f_txt##</td>
</tr>
<!-- /TPL_CELL : def -->
<!-- /TPL_INSERT : row -->
<tr height=25>
<td> </td>
<td valign=bottom>
<input type=submit name=go value="Submit"
class="button"><input type=button value="Cancel" class=button
onClick="document.location='##PAGE_URL##'">
<!-- IF ##id## -->
<input type=button value="Delete" class="button" onClick="GoDelete()">
<!-- ENDIF -->
</td>
</tr>
<!-- IF ##id## -->
<tr>
<td colspan=2>
<hr size=1 />
<b>Assigned Categories</b> <i>(top level)</i> :
<i>
<!-- IF ##fs_cat## -->
##fs_cat##
<!-- ELSE -->
(none)
<!-- ENDIF -->
</i>
</td>
</tr>
<!-- ENDIF -->
</form>
</table>