Mercurial > hg > MPIWGWeb
annotate zpt/project/related_project/edit_basic.zpt @ 145:195c4f6faa0c
more style
author | casties |
---|---|
date | Fri, 31 May 2013 20:59:30 +0200 |
parents | 04fb655633ef |
children | 2da62e93a1c6 |
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" /> |
8 <tal:block metal:fill-slot="body"> | |
9 <h3>Edit related project</h3> | |
10 <form action="editRelatedProject" method="post"> | |
11 <table> | |
12 <tr> | |
13 <td><b>Project id:</b></td> | |
14 <td tal:content="here/getProjectId" /> | |
15 </tr> | |
16 <tr> | |
17 <td><b>Project title:</b></td> | |
18 <td tal:content="here/getLabel" /> | |
19 </tr> | |
20 <tr> | |
21 <td><b>Link</b></td> | |
22 <td> | |
23 <input size="100" tal:attributes="value python:getattr(here,'orginallink','')" name="link"/> | |
24 <input type="submit" value="change" /> | |
25 </td> | |
26 </tr> | |
27 </table> | |
28 </form> | |
29 <h3> | |
30 <a tal:attributes="href string:$root/manageRelatedProjects">Back to related projects list</a> | |
31 </h3> | |
32 </tal:block> | |
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
33 </body> |
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
34 </html> |