Annotation of MPIWGWeb/zpt/editMPIWGStaff.zpt, revision 1.1.2.8

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: <head>
                      5: </head>
                      6: <body>
1.1.2.4   casties     7: <tal:block metal:fill-slot="navsel" tal:define="global menusel string:research" />
1.1.2.1   dwinter     8: <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'">
                      9: 
1.1.2.7   dwinter    10:   <form action="changeCurrentWork" method="post">
                     11:   <input type="hidden" name="key" tal:attributes="value person/key">
                     12:    <h3>Short entry</h3>
1.1.2.6   dwinter    13:   <p>This entry appears only in the staff lists at: <a href="../staff/fullist.html">Fullist</a> and the
1.1.2.7   dwinter    14:   lists of members of you department</p>
                     15:   <table tal:define="found2 python:person">
1.1.2.4   casties    16:     <tr>
                     17:       <th />
                     18:       <th>Show</th>
                     19:     </tr>
1.1.2.7   dwinter    20:     <tr class="fliesstext">
                     21:       <td><input tal:attributes="name python:'current_work';
1.1.2.8 ! dwinter    22:                     value python:here.decode(found2.current_work)" size="80" />
1.1.2.4   casties    23:       </td>
                     24:       <td
                     25:         tal:content="structure python:here.ZSQLSelectionFromCRList(
1.1.2.7   dwinter    26:                 'publish',
1.1.2.1   dwinter    27:                 yes_no_list,
                     28:                 boxType='radio',
1.1.2.7   dwinter    29:                 checked=found2.current_work_p)" />
1.1.2.4   casties    30:     </tr>
                     31:   </table>
                     32:   <input type="submit" value="submit">
1.1.2.6   dwinter    33:  
1.1.2.4   casties    34:   <h3>Research interests</h3>
1.1.2.6   dwinter    35:   <p>This entry isn't displayed anymore, please describe your research interes in you <a href="editProfile">Profile</a></p>
                     36: <!--  
1.1.2.5   dwinter    37:   <table tal:define="founds2 python:here.ZSQLInlineSearch(_table='research_interest',key_main=person.key)">
1.1.2.4   casties    38:     <tr>
                     39:       <th />
                     40:       <th>Priority</th>
                     41:       <th>Show</th>
                     42:     </tr>
                     43:     <tr class="fliesstext" tal:repeat="found2 python:here.sortPriority(founds2)">
                     44:       <td><input tal:attributes="name python:'research_interest__interest__'+str(found2.oid); 
                     45:                     value found2/interest"
                     46:         size="80" /></td>
                     47:       <td><input tal:attributes="name python:'research_interest__priority__'+str(found2.oid);
                     48:                     value found2/priority"
                     49:         size="3" /></td>
                     50:       <td
                     51:         tal:content="structure python:here.ZSQLSelectionFromCRList(
1.1.2.1   dwinter    52:                 'research_interest__published__'+str(found2.oid),
                     53:                 yes_no_list,
                     54:                 boxType='radio',
1.1.2.4   casties    55:                 checked=found2.published)" />
                     56:       <td><a tal:attributes="href python:'deleteField?table=research_interest&oid=%s'%found2.oid">delete</a></td>
1.1.2.1   dwinter    57: 
1.1.2.4   casties    58:     </tr>
                     59:     <tr colspan="3">
                     60:       <td>Add new</td>
                     61:     </tr>
                     62:     <tr>
                     63:       <td><input tal:attributes="name python:'research_interest__interest__new'" size="80"></td>
                     64:       <td><input tal:attributes="name python:'research_interest__priority__new'" size="3"></td>
                     65:       <td
                     66:         tal:content="structure python:here.ZSQLSelectionFromCRList(
1.1.2.1   dwinter    67:                 'research_interest__published__new',
                     68:                 yes_no_list,
                     69:                 boxType='radio',
1.1.2.4   casties    70:                 checked='yes')" />
                     71:     </tr>
                     72:   </table>
1.1.2.6   dwinter    73:   -->
1.1.2.4   casties    74:   </form>
                     75:   <h3>Projects</h3>
                     76:   <p>Projects cannot be edited from this pages. Entries are automatically generated.</p>
1.1.2.1   dwinter    77: </tal:block>
1.1.2.2   casties    78: </body>
1.1.2.1   dwinter    79: </html>

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