<master src="master">
<property name="context_bar">@context_bar@</property>
<property name="page_title">@page_title@</property>
<property name="title">@title@</property>


<p>Use the following form to create a new playlist.
<p>

<form action=@form_action@ method=post enctype=multipart/form-data>
@hidden_vars@
<table border=0>
  <tr>
    <th align=right>Title</font></th>
    <td><input type=text size=70 maxlength=400 name=playlist_name></td>
  </tr>

  <tr>
    <th align=right>Net votes required to remove mp3 from playlist</font></th>
    <td><input type=text size=10 name=remove_threshold></td>
  </tr>

 <tr>
  <Td></td>
 
  <tr>
  <th></th>
  <td align=left>
   <input type=submit value=Submit>
  </td>
  </tr>
</table>

<p>
</form>