Diff for /MPIWGWeb/zpt/Attic/edit_publicationForm.zpt between versions 1.1.2.1 and 1.1.2.4

version 1.1.2.1, 2005/09/14 20:45:56 version 1.1.2.4, 2005/10/19 15:58:51
Line 1 Line 1
 <html>  <!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/edit_MPIWGProject_main/macros/page">
   <head>
   </head>
 <body>  <body>
 <h2>Edit Publication</h2>  <tal:block metal:fill-slot="navsel" tal:define="global menusel string:images" />
   <tal:block metal:fill-slot="body">
     <h3>Edit 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>
 <br>      <p><input type="submit" value="submit"/></p>
 <input type="submit" value="submit">  
 </form>  </form>
     
     <h3><a href="managePublications">Back to publication list</a></h3>
   </tal:block>
 </body>  </body>
 </html>  </html>

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


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