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

version 1.1.2.16, 2009/10/21 10:42:52 version 1.1.2.17, 2010/09/08 14:19:42
Line 45 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 61 Line 62
                  yes_no_list,                   yes_no_list,
                  boxType='radio',                   boxType='radio',
                  checked=found.publish)" />                   checked=found.publish)" />
                   
           </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>          </tr>
            </tal:x>
       </table>        </table>
     </tal:block>      </tal:block>
   
Line 74 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 91 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>
           
Line 105 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 122 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 134 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 149 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>
           

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


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