<!-- begin list_popup_subscription_form.tmpl -->

<form action="<!-- tmpl_var name="PROGRAM_URL" -->" method="post">
 <table cellpadding="5" cellspacing="0">
  <tr>
   <td width="300">
    <p>
     Choose a 
     <label for="list">
      list</label>:
    </p>
   </td>
   <td width="300" align="right">
    <p>
     Enter your 
     <label for="email">
      email 
     </label>
     address:
    </p>
   </td>
  </tr>
  <tr>
   <td valign="top">
    <!-- tmpl_var name="list_popup_menu" -->
   </td>
   <td valign="top" align="right">
    <input type="text" name="email" id="email" size="20" value="<!-- tmpl_var name="email" -->" maxlength="1024"/>
   </td>
  </tr>
  <tr>
   <td valign="top">
    <p>
     
<!-- tmpl_if expr="set_flavor eq 'u'" -->
	     
	     <!-- background-color:transparent fixes an NN4 bug. (we love everybody!) -->
	     <input type="radio" name="f" value="subscribe" id="subscribe" style="background-color:transparent" />
	     <label for="subscribe">Subscribe</label> | 
	     <input type="radio" name="f" value="u"         id="u"         style="background-color:transparent" checked="checked" />
	     <label for="u">Unsubscribe</label>
	     
<!-- tmpl_else -->
	     
	     <input type="radio" name="f" value="subscribe" id="subscribe" style="background-color:transparent" checked="checked" />
	     <label for="subscribe">Subscribe</label> | 
	     <input type="radio" name="f" value="u"         id="u"         style="background-color:transparent" />
	     <label for="u">Unsubscribe</label>
	     
<!-- /tmpl_if -->
     
    </p>
   </td>
   <td valign="top">
    <div class="buttonfloat">
     <input type="submit" value="Submit" class="processing" />
    </div>
    <div class="floatclear"></div>
   </td>
  </tr>
 </table>
</form>

<!-- end list_popup_subscription_form.tmpl -->
