[Zope] form to a email in a correct presentation ?

Vincent Maton vmaton@belgium.aton.net
Tue, 1 Aug 2000 15:57:14 +0200


Thank you a lot for your help, it's very kind of you.
Now with your idea, I get the date separetely but I need to get the first
date with
00-09-10  aaaa  bbbb
and the second date as the same
00-09-17  cccc  dddd
and the next as the same and always like that...
Can you help me to correct this ???

Thank you very much,

Best regards,
Vincent.

This is my actual code with your idea :

<html><head></head><body>


<dtml-sendmail mailhost="MailHost">
To:<vmaton@belgium.aton.net>
To:<vincent.maton@skynet.be>
From:<form>
Subject: Disponibilités de l'arbitre <dtml-var schaan>

Les disponibilités de l'arbitre :


      <dtml-var schaan>
      <dtml-var sch_club>
      <dtml-var sch_email>
      <dtml-var sch_phone>

      <dtml-in dispo>
        <dtml-var sequence-item>
            <dtml-var coachjoueur>
            <dtml-var heurelieu>
      </dtml-in>

</dtml-sendmail>


<dtml-call "RESPONSE.redirect('index_html')">
</body></html>

And this is what I get :

Les disponibilités de l'arbitre :


      John Bar (<dtml-var schaan>)
      Paris-club (<dtml-var club>)
      jb@paris.fr (<dtml-var sch_email>)
      01 02 55 32 38 (<dtml-var sch_phone>)


              00-09-10
            ['', 'aaaa', '', '', '', 'bbbb', '', '', '', '', '', '']
            ['', 'cccc', '', '', '', 'dddd', '', '', '', '', '', '']
              00-09-17
            ['', 'aaaa', '', '', '', 'bbbb', '', '', '', '', '', '']
            ['', 'cccc', '', '', '', 'dddd', '', '', '', '', '', '']