Mercurial > hg > MPIWGWeb
annotate zpt/project/related_project/edit_basic.zpt @ 241:99432bde94ed
change sorting of talks from calendar.
author | casties |
---|---|
date | Fri, 31 Jan 2014 10:57:41 +0100 |
parents | 2da62e93a1c6 |
children |
rev | line source |
---|---|
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
61 | 3 <html metal:use-macro="here/edit_template/macros/page"> |
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
4 <head> |
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
5 </head> |
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
6 <body> |
61 | 7 <tal:block metal:fill-slot="navsel" tal:define="global menusel string:relatedProjects" /> |
169 | 8 |
9 <tal:block metal:fill-slot="project_title" tal:content="here/aq_parent/getProjectTitle"/> | |
10 | |
61 | 11 <tal:block metal:fill-slot="body"> |
12 <h3>Edit related project</h3> | |
13 <form action="editRelatedProject" method="post"> | |
14 <table> | |
15 <tr> | |
16 <td><b>Project id:</b></td> | |
17 <td tal:content="here/getProjectId" /> | |
18 </tr> | |
19 <tr> | |
20 <td><b>Project title:</b></td> | |
169 | 21 <td tal:content="here/getProjectLabel" /> |
61 | 22 </tr> |
23 <tr> | |
24 <td><b>Link</b></td> | |
25 <td> | |
169 | 26 <input size="100" tal:attributes="value here/orginallink | nothing" name="link"/> |
61 | 27 <input type="submit" value="change" /> |
28 </td> | |
29 </tr> | |
30 </table> | |
31 </form> | |
32 <h3> | |
33 <a tal:attributes="href string:$root/manageRelatedProjects">Back to related projects list</a> | |
34 </h3> | |
35 </tal:block> | |
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
36 </body> |
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
37 </html> |