comparison zpt/project/edit_publications.zpt @ 56:a6ace48c2bf2

publication management f?r projekte
author dwinter
date Tue, 30 Apr 2013 18:35:08 +0200
parents 5ed0b0c21fe5
children dc41deabc8f8
comparison
equal deleted inserted replaced
55:12cb73494367 56:a6ace48c2bf2
25 <h3>Add a publication</h3> 25 <h3>Add a publication</h3>
26 <form action="addPublication" method="post"> 26 <form action="addPublication" method="post">
27 <textarea name="text" rows="3" cols="80"></textarea> 27 <textarea name="text" rows="3" cols="80"></textarea>
28 <p><input type="submit" value="submit"/></p> 28 <p><input type="submit" value="submit"/></p>
29 </form> 29 </form>
30 <p>(If the publications from your current project description are not showing in this list, click <a href="copyPublicationsToList">here</a> to copy them.)</p> 30 <!-- <p>(If the publications from your current project description are not showing in this list, click <a href="copyPublicationsToList">here</a> to copy them.)</p>
31
31 <h3><tal:x condition="python:here.hasExtendedPublicationList()"> 32 <h3><tal:x condition="python:here.hasExtendedPublicationList()">
32 <a href="publicationList/editEntries"> 33 <a href="publicationList/editEntries">
33 Manage Extended Publication List</a> 34 Manage Extended Publication List</a>
34 </tal:x> 35 </tal:x>
35 <tal:x condition="not:python:here.hasExtendedPublicationList()"> 36 <tal:x condition="not:python:here.hasExtendedPublicationList()">
36 <a href="createExtendedPublicationList"> 37 <a href="createExtendedPublicationList">
37 Create Extended Publication List</a> 38 Create Extended Publication List</a>
38 </tal:x> 39 </tal:x>
39 </h3> 40 </h3>-->
41
42 <h3><a href=" addPublicationsFromPubman"> Add publication to extended list</a></h3>
43 <h3><a href=" changePublications"> Change publication list</a></h3>
40 </tal:block> 44 </tal:block>
41 </body> 45 </body>
42 </html> 46 </html>