Diff for /MPIWGWeb/zpt/Attic/edit_publicationForm.zpt between versions 1.1.2.3 and 1.1.2.6

version 1.1.2.3, 2005/10/19 15:54:13 version 1.1.2.6, 2005/10/19 16:03:52
Line 4 Line 4
 <head>  <head>
 </head>  </head>
 <body>  <body>
 <tal:block metal:fill-slot="navsel" tal:define="global menusel string:images" />  <tal:block metal:fill-slot="navsel" tal:define="global menusel string:publications" />
 <tal:block metal:fill-slot="body">  <tal:block metal:fill-slot="body">
   <h3>Edit Publication</h3>    <h3>Edit a publication</h3>
       
   <form action="editPublication" method="post">    <form action="editPublication" method="post">
     <textarea tal:content="structure python:getattr(here,'text','')" name="text" rows="3" cols="80"></textarea>      <textarea tal:content="structure python:getattr(here,'text','')" name="text" rows="3" cols="80"></textarea>
     <p><input type="submit" value="submit"/></p>      <p><input type="submit" value="submit"/></p>
   </form>    </form>
     
     <h3><a href="managePublications">Back to publication list</a></h3>
 </tal:block>  </tal:block>
 </body>  </body>
 </html>  </html>

Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.6


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