Diff for /MPIWGWeb/zpt/Attic/editBibliographyEntry.zpt between versions 1.1.2.4 and 1.1.2.5

version 1.1.2.4, 2005/10/26 18:48:39 version 1.1.2.5, 2005/11/16 19:09:28
Line 2 Line 2
           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">            "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html metal:use-macro="here/mainEditFile/macros/page">  <html metal:use-macro="here/mainEditFile/macros/page">
 <body>  <body>
 <tal:block metal:fill-slot="navsel" tal:define="global menusel string:bibliography" />  <tal:block metal:fill-slot="navsel" tal:define="global menusel string:publications" />
 <tal:block metal:fill-slot="body">  <tal:block metal:fill-slot="body">
 <tal:block  <tal:block
     tal:define="found python:here.ZSQLInlineSearchU(_table='bibliography',id=here.REQUEST['id']);      tal:define="found python:here.ZSQLInlineSearchU(_table='bibliography',id=here.REQUEST['id']);
Line 25 Line 25
     <input type="submit" value="change" />      <input type="submit" value="change" />
     </form>      </form>
   
     <h3><a href="../editPublications">Back to publication list</a></h3>      <h3><a href="editPublications">Back to publication list</a></h3>
   
   </tal:block>    </tal:block>
   </tal:block>    </tal:block>

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


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