Diff for /MPIWGWeb/zpt/Attic/editBibliographyEntry.zpt between versions 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2005/10/10 19:10:13 version 1.1.2.2, 2005/10/18 19:37:32
Line 1 Line 1
   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 <html tal:define="found python:here.ZSQLInlineSearchU(_table='bibliography',id=here.REQUEST['id']);            "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
                 mapping python:here.metadata.main.meta.bib.generateMappingForType(type=found.reference_type)">  <html metal:use-macro="here/mainEditFile/macros/page">
 <body>  <body>
   <tal:block metal:fill-slot="navsel" tal:define="global selected python:'publications'" />
   <tal:block metal:fill-slot="body">
   <tal:block
       tal:define="found python:here.ZSQLInlineSearchU(_table='bibliography',id=here.REQUEST['id']);
           mapping python:here.metadata.main.meta.bib.generateMappingForType(type=found.reference_type)">
   
     <h3>Edit a separate publication</h3>
   
     <form action="ZSQLChange" method="get">      <form action="ZSQLChange" method="get">
     <input type="hidden" name="-format" value="editPublications">      <input type="hidden" name="-format" value="editPublications">
     <input type="hidden" name="-identify" tal:attributes="value python:'oid='+str(found.oid)">      <input type="hidden" name="-identify" tal:attributes="value python:'oid='+str(found.oid)">
Line 10 Line 18
         <tal:block tal:repeat="mapElement python:mapping.keys()">          <tal:block tal:repeat="mapElement python:mapping.keys()">
         <tr tal:condition="python:mapping[mapElement][1]!=''">          <tr tal:condition="python:mapping[mapElement][1]!=''">
             <td tal:content="python:mapping[mapElement][1].encode('utf-8')"/>              <td tal:content="python:mapping[mapElement][1].encode('utf-8')"/>
                         <td><input size="80" tal:attributes="value python:getattr(found,mapElement); name mapElement" />
             <td>  
             <input size="80" tal:attributes="value python:getattr(found,mapElement); name mapElement"/>  
         </tr>          </tr>
         </tal:block>          </tal:block>
     </table>      </table>
     <input type="submit" value="change">      <input type="submit" value="change" />
       </form>
   
       <h3><a href="editPublications">Back to publication list</a></h3>
   
     </tal:block>
     </tal:block>
 </body>  </body>
 </html>  </html>
                                   
           
   

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


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