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

version 1.1.2.10, 2007/05/29 15:09:35 version 1.1.2.11, 2008/08/25 10:35:02
Line 7 Line 7
 <tal:block metal:fill-slot="body"  <tal:block metal:fill-slot="body"
   tal:define="yes_no_list python:'yes\nno'; sortingMode python:'year\npriority'">    tal:define="yes_no_list python:'yes\nno'; sortingMode python:'year\npriority'">
   
   <h3><a href="addPublications">Add Publications to your list</a></h3>  
   <form action="changePublicationSelectionMode" method="post">  
   
   <h3>Select the 5 publications to be displayed in the first part of your homepage</h3>  
   <p>Choose the first 5 of my list following the order of</p>  
   <table tal:define="sm python:here.getPublicationSelectionMode()">  
     <tr tal:condition="python:sm=='priority'">  
       <td><span><input type="radio" name="publicationSelectionMode" value="year" />year</span>  
       <span><input checked type="radio" name="publicationSelectionMode" value="priority" />priority</span></td>  
       <td><input type="submit" value="change"></td>  
     </tr>  
     <tr tal:condition="not:python:sm=='priority'">  
       <td><span><input checked type="radio" name="publicationSelectionMode" value="year" />  
       year</span> <span><input type="radio" name="publicationSelectionMode"  
         value="priority" /> priority</span></td>  
       <td><input type="submit" value="change"></td>  
     </tr>  
   </table>  
   </form>  
   
   
   <h2>Publication list</h2>    <h2>Publication list</h2>
Line 169 Line 151
     </tal:block>      </tal:block>
           
   </tal:block>    </tal:block>
   <input type="submit" value="change">   <!--  <input type="submit" value="change"> -->
     </form>
   
   <br/> <br/> <br/> 
     
     <form action="changePublicationSelectionMode" method="post">
   
       <h3>Select the 5 publications to be displayed in the first part of your homepage</h3>
       <p>Choose the first 5 of my list following the order of</p>
       <table tal:define="sm python:here.getPublicationSelectionMode()">
         <tr tal:condition="python:sm=='priority'">
       <td><span><input type="radio" name="publicationSelectionMode" value="year" />year</span>
         <span><input checked type="radio" name="publicationSelectionMode" value="priority" />priority</span></td>
       <td><input type="submit" value="change"></td>
       </tr>
         <tr tal:condition="not:python:sm=='priority'">
       <td><span><input checked type="radio" name="publicationSelectionMode" value="year" />
           year</span> <span><input type="radio" name="publicationSelectionMode"
                        value="priority" /> priority</span></td>
       <td><input type="submit" value="change"></td>
       </tr>
         </table>
   </form>    </form>
   
         <br/><br/>
         <h2>Add Publications to your list:</h2>
         <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 
   Institutsbibliographie</a></h4>
   
 </tal:block>  </tal:block>
 </body>  </body>
 </html>  </html>

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


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