ZopeMag's mascot the ZOPE fish

URL: http://localhost:8080/virtualcollege/db_connections/confirm_registration/

<dtml-var standard_html_header>
<h2><dtml-var document_title></h2>

<dtml-if expr="code[0].strip() != '-- NO SELECTION --'">
 <p>You selected the following classes:</p>
  <table border="1" width="150px">
   <form>
   <tr>
    <td colspan="2"><dtml-var "code[0].strip()"></td>
    <input type="hidden" name="code_name:list" value="<dtml-var "code[0]">">
   </tr>
   <dtml-if expr="code[1].strip() != '-- NO SELECTION --'">
    <tr>
     <td colspan="2"><dtml-var "code[1].strip()"></td>
    <input type="hidden" name="code_name:list" value="<dtml-var "code[1]">">
    </tr>
   </dtml-if>
   <dtml-if expr="code[2].strip() != '-- NO SELECTION --'">
    <tr>
     <td colspan="2"><dtml-var "code[2].strip()"></td>
    <input type="hidden" name="code_name:list" value="<dtml-var "code[2]">">
    </tr>
   </dtml-if>
   <dtml-if expr="code[3].strip() != '-- NO SELECTION --'">
    <tr>
     <td colspan="2"><dtml-var "code[3].strip()"></td>
    <input type="hidden" name="code_name:list" value="<dtml-var "code[3]">">
    </tr>
   </dtml-if>
   <tr>
    <td align="center" bgcolor="lightyellow">
     <input type="submit" name="proceed_registration:action" value="Confirm">
    </td>
    <td align="center" bgcolor="lightyellow">
     <input type="submit" name="cancel_all:action" value="Cancel">
    </td>
   </tr>
   </form>
  </table>
<dtml-else>
 <p>You must select a valid code for your first option in the Registration List.<br>
 Click on your browser's back button and try again.</p>
</dtml-if>

<dtml-var standard_html_footer>




Home   Subscribe   FAQ   Contact   Write for us   Privacy Policy   Weekly News   PyZine   opensourcexperts.com  

Reproduction of material from any of ZopeMag's pages without prior written permission is strictly prohibited. Copyright 2003 - 2005 ZopeMag Zope/Plone hosting by Nidelven IT