Diff for /MPIWGWeb/zpt/Attic/editPublications.zpt between versions 1.1.2.11 and 1.1.2.16

version 1.1.2.11, 2008/08/25 10:35:02 version 1.1.2.16, 2009/10/21 10:42:52
Line 26 Line 26
   </form>    </form>
   
   <form action="changePublications" method="post">    <form action="changePublications" method="post">
   <input type="hidden" name="key_main" tal:attributes="value person/key">    <input type="hidden" name="key_main" tal:attributes="value python:here.decode(person.key)">
   <input type="hidden" name="main_fields"    <input type="hidden" name="main_fields"
     value="publications__title,publications__publish">      value="publications__title,publications__publish">
   
Line 94 Line 94
       </table>        </table>
     </tal:block>      </tal:block>
   
       <a href="http://wwwneu.mpiwg-berlin.mpg.de/en/reviews/edit"> MPIWGBook-Page erstellen </a>
       
     <tal:block tal:condition="articles">      <tal:block tal:condition="articles">
       <h3>Articles and Chapters</h3>        <h3>Articles and Chapters</h3>
       <table>        <table>
Line 151 Line 153
     </tal:block>      </tal:block>
           
   </tal:block>    </tal:block>
  <!--  <input type="submit" value="change"> -->     <input type="submit" value="change">
   </form>    </form>
   
 <br/> <br/> <br/>   <br/> <br/> <br/> 
Line 176 Line 178
       </form>        </form>
               
       <br/><br/>        <br/><br/>
       <h2>Add Publications to your list:</h2>        <h3><a href="addPublicationsBib">Add Publications to your list</a></h3>
       <h4>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="addPublications">Add entries from the Institutsbibliographie</a></h4>     <!--   <h4>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="addPublications">Add 
   entries from the Institutsbibliographie</a></h4>
       <h4>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="newBibliography">Add an entry that cannot be found in the         <h4>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="newBibliography">Add an entry that cannot be found in the 
 Institutsbibliographie</a></h4>  Institutsbibliographie</a></h4> -->
   
 </tal:block>  </tal:block>
 </body>  </body>

Removed from v.1.1.2.11  
changed lines
  Added in v.1.1.2.16


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