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

version 1.1.2.1, 2005/10/10 08:42:49 version 1.1.2.2, 2005/10/10 19:10:13
Line 5 Line 5
     <h3>Manage Publications</h3>      <h3>Manage Publications</h3>
     <p><a href="editPublications">Change order</a></p>      <p><a href="editPublications">Change order</a></p>
   
     <p>Search entries in the insitutsbliobgraphie</p>      <p>Search entries in the institutsbibliography</p>
     <form action="addPublications" method="get">      <form name="search" action="addPublications" method="get">
       <tal:block tal:define="dummy python:here.REQUEST.RESPONSE.setCookie('fromSearch','1')"/>         
       <table>        <table>
     <tr>      <tr>
       <td>Author</td>        <td>Author</td>
Line 20 Line 20
       <td><input name="title" len="30"></td>        <td><input name="title" len="30"></td>
     </tr>      </tr>
       </table>        </table>
       <input type="submit" value="submit">        <input type="submit" value="search">
     </form>      </form>
     <tal:block tal:condition="python:here.REQUEST.cookies.get('fromSearch','0')=='1'">      <form name="add" action="addPublications" method="get">
       <tal:block tal:define="dummy python:here.REQUEST.RESPONSE.setCookie('fromSearch','0')"/>               <input type="hidden" value="add" name="mode">
           <tal:block tal:condition="python:here.REQUEST.get('fromSearch','0')=='1'">
             
       <table>        <table>
     <tr tal:repeat="foundb python:here.ZSQLFind(_table='institutsbiblio')">      <tr tal:repeat="foundb python:here.ZSQLFind(_table='institutsbiblio')">
      <td>       <td>
       <input type="checkbox" tal:attributes="value python:'add_'+str(foundb.id)">            <input type="checkbox" tal:attributes="value python:str(foundb.id)" name="addEntries">
      </td>       </td>
      <td tal:content="structure python:here.formatBiblHelp(None,'','',foundb)"/>       <td tal:content="structure python:here.formatBiblHelp(None,'','',foundb)"/>
     </tr>      </tr>
       </table>        </table>
         <input type="submit" value="add" name="submit">
     </tal:block>      </tal:block>
        </form>
 </tal:block>  </tal:block>
 </html>  </html>

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


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