Annotation of MPIWGWeb/zpt/MPIWGProject_managePublicationsForm.zpt, revision 1.1.2.1

1.1.2.1 ! dwinter     1: <html>
        !             2: <head>
        !             3: <style type="text/css">
        !             4: <!--
        !             5: .add-nav {
        !             6: font-weight:bold;
        !             7: padding-left:8px;
        !             8: }
        !             9: -->
        !            10: </head>
        !            11: <body>
        !            12: 
        !            13: <h2>Edit: <i tal:content="python:here.getContent('WEB_title')"/></h2>
        !            14: <p><a class="add-nav" href="edit">Project Description</a> <a class="add-nav">Publications</a><a class="add-nav" href="manageImages" >Images at the margin</a><a class="add-nav" href="editMPIWGDisciplinesThemesEditor">Themes and disciplines</a><a class="add-nav" href="editMPIWGBasisEditor"
        !            15: >Additional information</a></p>
        !            16: <hr>
        !            17: <h3>Manage publications</h3>
        !            18: <p>(if your current publications are not occuring in this list, click <a href="copyPublicationsToList">here</a>)</p>
        !            19: <p tal:content="python:here.getContent('WEB_related_pub')"/>
        !            20: <table>
        !            21: <tal:block tal:repeat="publication here/getPublications">
        !            22: <tr>
        !            23: <td tal:content="structure python:getattr(publication[1],'text','')"/>
        !            24: <td>
        !            25: <a tal:attributes="href python:here.absolute_url()+'/managePublications?pubName='+publication[0]+'&op=up'">up</a><br>
        !            26: <a tal:attributes="href python:here.absolute_url()+'/managePublications?pubName='+publication[0]+'&op=down'">down</a><br>
        !            27: </td>
        !            28: </tr>
        !            29: <tr colspan="2">
        !            30: <td><a tal:attributes="href python:publication[1].getId()+'/editPublication'">Edit</a>
        !            31: <a tal:attributes="href python:'deletePublication?id='+publication[1].getId()">Delete</a>
        !            32: </td>
        !            33: </tal:block>
        !            34: </table>
        !            35: <h4>Add a Publication</h4>
        !            36: <form action="addPublication" method="post">
        !            37: <textarea name="text" rows="3" cols="80"></textarea>
        !            38: <input type="submit" value="submit">
        !            39: </form>
        !            40: </body>
        !            41: </html>

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