Annotation of MPIWGWeb/zpt/editMainData.zpt, revision 1.1.2.9

1.1.2.2   casties     1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
                      2:           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1.1.2.1   dwinter     3: <html metal:use-macro="here/mainEditFile/macros/page">
1.1.2.2   casties     4: <body>
1.1.2.4   casties     5:   <tal:block metal:fill-slot="navsel" tal:define="global menusel string:maindata"/>
1.1.2.1   dwinter     6:   <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno';
1.1.2.6   dwinter     7:   global person python:here.ZSQLInlineSearchU(_table='personal_www',key=here.getKey())"
1.1.2.1   dwinter     8:   >
1.1.2.6   dwinter     9:   <form action="editMainData" method="get">
1.1.2.1   dwinter    10:   <table>
                     11:    <tr>
1.1.2.3   casties    12:        <td><b>Name</b></td>
1.1.2.8   dwinter    13:        <td><input size="30" tal:attributes="value python:here.decode(person.last_name)" name="last_name"></td>
1.1.2.1   dwinter    14:    </tr>
                     15:    <tr>
1.1.2.3   casties    16:        <td><b>First Name</b></td>
1.1.2.8   dwinter    17:        <td><input size="30" tal:attributes="value python:here.decode(person.first_name)" name="first_name"></td>
1.1.2.1   dwinter    18:    </tr>
                     19:    <tr>
1.1.2.9 ! dwinter    20:        <td><b>Academic degrees and position</b></td>
        !            21:        <td><textarea  tal:content="python:here.decode(person.titles_new)" name="titles_new" cols="60" rows="3"/></td>
1.1.2.1   dwinter    22:    </tr>
                     23:    <tr>
1.1.2.7   casties    24:        <td><b>Status</b></td>
1.1.2.8   dwinter    25:        <td tal:content="python:here.decode(person.status)"/>
1.1.2.7   casties    26:    </tr>
                     27:    <tr>
1.1.2.3   casties    28:        <td><b>Department</b></td>
1.1.2.8   dwinter    29:        <td tal:content="python:here.decode(person.department)"/>
1.1.2.1   dwinter    30:    </tr>
                     31:    <tr>
1.1.2.3   casties    32:        <td><b>Stay</b></td>
1.1.2.8   dwinter    33:        <td><span tal:content="python:here.decode(person.date_from)"/> to
                     34:          <span tal:content="python:here.decode(person.date_to)"/>
1.1.2.1   dwinter    35:        </td>
                     36:    <tr>
1.1.2.3   casties    37:        <td><b>Funded by (external funding)</b></td>
1.1.2.8   dwinter    38:        <td><input size="30" tal:attributes="value python:here.decode(person.funded_by)" name="funded_by"></td>
1.1.2.1   dwinter    39:    </tr>
                     40:    
1.1.2.9 ! dwinter    41: <!--   <tr>
1.1.2.3   casties    42:        <td><b>Home institution</b></td>
1.1.2.8   dwinter    43:        <td><input size="30" tal:attributes="value python:here.decode(person.home_inst)" name="home_inst"></td>
1.1.2.9 ! dwinter    44:    </tr>-->
1.1.2.1   dwinter    45:  </table>
                     46:  <table>
1.1.2.2   casties    47:     <tr><th></th><th></th><th align="left">show</th></tr>
1.1.2.1   dwinter    48:    <tr>
1.1.2.3   casties    49:        <td><b>email (MPIWG)</b></td>
1.1.2.8   dwinter    50:        <td tal:content="python:here.decode(person.e_mail)"/>
1.1.2.1   dwinter    51:        <td valign="top" tal:content="structure python:here.ZSQLSelectionFromCRList(
                     52:                 'e_mail_p',
                     53:                 yes_no_list,
                     54:                 boxType='radio',
                     55:                 checked=person.e_mail_p)"/>
                     56:    </tr>
                     57:    <tr>
1.1.2.3   casties    58:        <td><b>email (additional)</b></td>
1.1.2.8   dwinter    59:        <td><input size="30" name="e_mail2" tal:attributes="value python:here.decode(person.e_mail2)"></td>
1.1.2.1   dwinter    60:        <td valign="top" tal:content="structure python:here.ZSQLSelectionFromCRList(
                     61:                 'e_mail2_p',
                     62:                 yes_no_list,
                     63:                 boxType='radio',
                     64:                 checked=person.e_mail2_p)"/>
                     65:    </tr>
                     66:    <tr>
1.1.2.3   casties    67:        <td><b>Room</b></td>
1.1.2.8   dwinter    68:        <td><input size="30" name="room_no" tal:attributes="value python:here.decode(person.room_no)"></td>
1.1.2.1   dwinter    69:        <td>(never published)</td>
                     70:    </tr>
                     71:    
                     72:    <tr>
1.1.2.3   casties    73:        <td><b>Private homepage</b></td>
1.1.2.8   dwinter    74:        <td><input size="30" name="private_homepage" tal:attributes="value python:here.decode(person.private_homepage)"></td>
1.1.2.1   dwinter    75:        <td>&nbsp;</td>
                     76:    </tr>
                     77:    
                     78:    <tr>
1.1.2.3   casties    79:        <td><b>Telephone</b></td>
1.1.2.8   dwinter    80:        <td><input size="30" name="telefon" tal:attributes="value python:here.decode(person.telefon)"></td>
1.1.2.1   dwinter    81:        <td valign="top" tal:content="structure python:here.ZSQLSelectionFromCRList(
                     82:                 'telefon_p',
                     83:                 yes_no_list,
                     84:                 boxType='radio',
                     85:                 checked=person.telefon_p)"/>
                     86:    </tr>
                     87:    <tr>
1.1.2.3   casties    88:        <td><b>Fax</b></td>
1.1.2.8   dwinter    89:        <td><input size="30" name="fax" tal:attributes="value python:here.decode(person.fax)"></td>
1.1.2.1   dwinter    90:        <td valign="top" tal:content="structure python:here.ZSQLSelectionFromCRList(
                     91:                 'fax_p',
                     92:                 yes_no_list,
                     93:                 boxType='radio',
                     94:                 checked=person.fax_p)"/>
                     95:    </tr>
                     96:  </table>
                     97:  <input type="submit" value="submit">
                     98:  </form>
                     99:  </tal:block>
1.1.2.2   casties   100:  </body>
1.1.2.1   dwinter   101:  </html>
                    102:  

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