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

version 1.1.2.4, 2005/10/19 15:58:51 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>

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


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