<dtml-var standard_html_header>
This form allows you to select a flow type to delete
<br>
<br>

<table width=800>
<tr><td>      
<SELECT CLASS="FORM-ELEMENT" NAME=":action" 
onChange="location.href='PBase/FlowBase/'+this.options[this.selectedIndex].value">

   <option> Select Flow Type </option>
   <dtml-in expr="PBase.FlowBase.objectValues()">
     <option value="PBase/FlowBase/<dtml-var id>/delflowtype"><dtml-var id></option>
 
     </dtml-in>
</SELECT>
</td></tr>
</table>

</form>

<br><br>
<center>
<form action="<dtml-var surl>/bkbdocdel" method="post">
	<input type="Submit" value="Back">
</form>

</center>
<dtml-var standard_html_footer>
