Diff for /MPIWGWeb/zpt/Attic/editMainData.zpt between versions 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2005/10/12 19:35:38 version 1.1.2.2, 2005/10/18 12:59:51
Line 1 Line 1
   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
             "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html metal:use-macro="here/mainEditFile/macros/page">  <html metal:use-macro="here/mainEditFile/macros/page">
   <body>
     <tal:block metal:fill-slot="navsel" tal:define="global selected python:'maindata'"/>
   
   <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno';    <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno';
   global person python:here.ZSQLInlineSearchU(_table='personal_www',username=here.getId())"    global person python:here.ZSQLInlineSearchU(_table='personal_www',username=here.getId())"
   >    >
   <form action="" method="get">    <form action="" method="get">
   <h3>Edit main data</h3>  
   <table>    <table>
     <tr>      <tr>
         <td>Name</td>          <td>Name</td>
Line 39 Line 42
     </tr>      </tr>
  </table>   </table>
  <table>   <table>
       <tr><th></th><th></th><th align="left">show</th></tr>
     <tr>      <tr>
         <td>e-mail (MPIWG)</td>          <td>e-mail (MPIWG)</td>
         <td tal:content="person/e_mail"/>          <td tal:content="person/e_mail"/>
Line 70 Line 74
     </tr>      </tr>
           
     <tr>      <tr>
         <td>Telefon</td>          <td>telephone</td>
         <td><input size="30" name="telefon" tal:attributes="value person/telefon"></td>          <td><input size="30" name="telefon" tal:attributes="value person/telefon"></td>
         <td valign="top" tal:content="structure python:here.ZSQLSelectionFromCRList(          <td valign="top" tal:content="structure python:here.ZSQLSelectionFromCRList(
                  'telefon_p',                   'telefon_p',
Line 79 Line 83
                  checked=person.telefon_p)"/>                   checked=person.telefon_p)"/>
     </tr>      </tr>
     <tr>      <tr>
         <td>Fax</td>          <td>fax</td>
         <td><input size="30" name="fax" tal:attributes="value person/fax"></td>          <td><input size="30" name="fax" tal:attributes="value person/fax"></td>
         <td valign="top" tal:content="structure python:here.ZSQLSelectionFromCRList(          <td valign="top" tal:content="structure python:here.ZSQLSelectionFromCRList(
                  'fax_p',                   'fax_p',
Line 91 Line 95
  <input type="submit" value="submit">   <input type="submit" value="submit">
  </form>   </form>
  </tal:block>   </tal:block>
    </body>
  </html>   </html>
     
   

Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>