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

version 1.1.2.10, 2007/05/29 15:09:35 version 1.1.2.17, 2010/09/08 14:19:42
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 44 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 63 Line 45
           <th>Priority</th>            <th>Priority</th>
           <th align="left" width="100">Show</th>            <th align="left" width="100">Show</th>
         </tr>          </tr>
         <tr tal:repeat="found python:here.sortBibliography(books)">          <tal:x tal:repeat="found python:here.sortBibliography(books)">
           <tr>
           <td><a tal:condition="python:found.id_gen_bib and (not found.id_gen_bib=='')"            <td><a tal:condition="python:found.id_gen_bib and (not found.id_gen_bib=='')"
             tal:attributes="href python:'editBibliography?id=%s'%found.id_gen_bib">edit</a>              tal:attributes="href python:'editBibliography?id=%s'%found.id_gen_bib">edit</a>
           <a            <a
Line 79 Line 62
                  yes_no_list,                   yes_no_list,
                  boxType='radio',                   boxType='radio',
                  checked=found.publish)" />                   checked=found.publish)" />
                   
         </tr>          </tr>
           <tr>
           <td>&nbsp;</td>
           <td valign="top"><em>Link:</em><input
               tal:attributes="name python:'publications__link__'+str(found.oid);
                        value python:getattr(found,'link','')"
               size="150" /></td>
           <td>&nbsp;</td>
           <td>&nbsp;</td>
           </tr>
            </tal:x>
       </table>        </table>
     </tal:block>      </tal:block>
   
Line 92 Line 86
           <th>Priority</th>            <th>Priority</th>
           <th align="left" width="100">Show</th>            <th align="left" width="100">Show</th>
         </tr>          </tr>
         <tr tal:repeat="found python:here.sortBibliography(edited_books)">          <tal:x tal:repeat="found python:here.sortBibliography(edited_books)">
           <tr>
           <td><a tal:condition="python:found.id_gen_bib and (not found.id_gen_bib=='')"            <td><a tal:condition="python:found.id_gen_bib and (not found.id_gen_bib=='')"
             tal:attributes="href python:'editBibliography?id=%s'%found.id_gen_bib">edit</a>              tal:attributes="href python:'editBibliography?id=%s'%found.id_gen_bib">edit</a>
           <a            <a
Line 109 Line 104
                  boxType='radio',                   boxType='radio',
                  checked=found.publish)" />                   checked=found.publish)" />
         </tr>          </tr>
           <tr>
           <td>&nbsp;</td>
           <td valign="top"><em>Link:</em><input
               tal:attributes="name python:'publications__link__'+str(found.oid);
                        value python:getattr(found,'link','')"
               size="150" /></td>
           <td>&nbsp;</td>
           <td>&nbsp;</td>
           </tr>
            </tal:x>
       </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 121 Line 128
           <th>Priority</th>            <th>Priority</th>
           <th align="left" width="100">Show</th>            <th align="left" width="100">Show</th>
         </tr>          </tr>
         <tr tal:repeat="found python:here.sortBibliography(articles)">          <tal:x tal:repeat="found python:here.sortBibliography(articles)">
           <tr>
           <td><a tal:condition="python:found.id_gen_bib and (not found.id_gen_bib=='')"            <td><a tal:condition="python:found.id_gen_bib and (not found.id_gen_bib=='')"
             tal:attributes="href python:'editBibliography?id=%s'%found.id_gen_bib">edit</a>              tal:attributes="href python:'editBibliography?id=%s'%found.id_gen_bib">edit</a>
           <a            <a
Line 138 Line 146
                  boxType='radio',                   boxType='radio',
                  checked=found.publish)" />                   checked=found.publish)" />
         </tr>          </tr>
           <tr>
           <td>&nbsp;</td>
           <td valign="top"><em>Link:</em><input
               tal:attributes="name python:'publications__link__'+str(found.oid);
                        value python:getattr(found,'link','')"
               size="150" /></td>
           <td>&nbsp;</td>
           <td>&nbsp;</td>
           </tr>
            </tal:x>
       </table>        </table>
     </tal:block>      </tal:block>
   
Line 150 Line 168
         <th>Priority</th>          <th>Priority</th>
         <th align="left" width="100">Show</th>          <th align="left" width="100">Show</th>
       </tr>        </tr>
       <tr tal:repeat="found python:here.sortBibliography(not_displayed)">        <tal:x tal:repeat="found python:here.sortBibliography(not_displayed)">
         <tr>
         <td><a          <td><a
           tal:attributes="href python:'deleteField?table=publications&oid=%s'%found.oid">delete</a></td>            tal:attributes="href python:'deleteField?table=publications&oid=%s'%found.oid">delete</a></td>
         <td><span tal:replace="structure python:here.formatBibliography(here,here.decode(found))" /></td>          <td><span tal:replace="structure python:here.formatBibliography(here,here.decode(found))" /></td>
Line 165 Line 184
                  boxType='radio',                   boxType='radio',
                  checked=found.publish)" />                   checked=found.publish)" />
       </tr>        </tr>
         <tr>
           <td>&nbsp;</td>
           <td valign="top"><em>Link:</em><input
               tal:attributes="name python:'publications__link__'+str(found.oid);
                        value python:getattr(found,'link','')"
               size="150" /></td>
           <td>&nbsp;</td>
           <td>&nbsp;</td>
           </tr>
            </tal:x>
     </table>      </table>
     </tal:block>      </tal:block>
           
Line 172 Line 201
   <input type="submit" value="change">    <input type="submit" value="change">
   </form>    </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>
         
         <br/><br/>
         <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="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.17


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