view zpt/staff/edit_shortEntry.zpt @ 237:45ef92d6aa8c

ignore state of current_work_p.
author casties
date Wed, 08 Jan 2014 14:24:36 +0100
parents c90c8333ca8f
children
line wrap: on
line source

<!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">
<head>
</head>
<body>
  <tal:block metal:fill-slot="navsel" tal:define="global menusel string:research" />
  <tal:block metal:fill-slot="body">

    <form tal:attributes="action string:$root/editShortEntry" method="post">
      <input type="hidden" name="key" tal:attributes="value here/content/key" />
      <h3>Short entry</h3>
      <p>
        This entry appears only in the staff lists at: <a href="/en/staff/index.html" target="_blank">Fullist</a> 
        and the lists of members of your department.
      </p>
      <table>
        <tr>
          <th />
          <!-- <th>Show</th> -->
        </tr>
        <tr>
          <td><input tal:attributes="name string:current_work; value here/content/current_work" size="80" />
          </td>
          <!-- <td tal:define="name string:current_work_p; value here/content/current_work_p;"><span
            metal:use-macro="here/common_template/macros/yesno_input_radio" /></td> -->
        </tr>
      </table>
      <p>
        <input type="submit" value="submit" />
      </p>
    </form>
  </tal:block>
</body>
</html>