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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
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
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
7 <tal:block metal:fill-slot="navsel" tal:define="global menusel string:relatedProjects" />
169
2da62e93a1c6 fix editing related projects.
casties
parents: 61
diff changeset
8
2da62e93a1c6 fix editing related projects.
casties
parents: 61
diff changeset
9 <tal:block metal:fill-slot="project_title" tal:content="here/aq_parent/getProjectTitle"/>
2da62e93a1c6 fix editing related projects.
casties
parents: 61
diff changeset
10
61
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
11 <tal:block metal:fill-slot="body">
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
12 <h3>Edit related project</h3>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
13 <form action="editRelatedProject" method="post">
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
14 <table>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
15 <tr>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
16 <td><b>Project id:</b></td>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
17 <td tal:content="here/getProjectId" />
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
18 </tr>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
19 <tr>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
20 <td><b>Project title:</b></td>
169
2da62e93a1c6 fix editing related projects.
casties
parents: 61
diff changeset
21 <td tal:content="here/getProjectLabel" />
61
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
22 </tr>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
23 <tr>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
24 <td><b>Link</b></td>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
25 <td>
169
2da62e93a1c6 fix editing related projects.
casties
parents: 61
diff changeset
26 <input size="100" tal:attributes="value here/orginallink | nothing" name="link"/>
61
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
27 <input type="submit" value="change" />
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
28 </td>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
29 </tr>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
30 </table>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
31 </form>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
32 <h3>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
33 <a tal:attributes="href string:$root/manageRelatedProjects">Back to related projects list</a>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
34 </h3>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
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>