Mercurial > hg > MPIWGWeb
annotate zpt/project/edit_related_projects_error.zpt @ 226:4f2ed4dc50e6
clean up use of member-key.
| author | casties |
|---|---|
| date | Tue, 29 Oct 2013 17:56:18 +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"> |
| 169 | 3 <html metal:use-macro="here/edit_template/macros/page" xmlns:metal="http://xml.zope.org/namespaces/metal"> |
|
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
4 <head> |
| 169 | 5 <tal:block metal:fill-slot="navsel" tal:define="global menusel string:relatedProjects" /> |
|
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
6 </head> |
|
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
7 <body> |
| 61 | 8 <tal:block metal:fill-slot="body"> |
| 9 <h3>Error adding a related project</h3> | |
| 10 <span tal:replace="string:'${options/link}'" /> is not a link to a MPIWG project. | |
| 11 | |
| 12 <h3> | |
| 13 <a tal:attributes="href string:$root/manageRelatedProjects">Back to related projects list</a> | |
| 14 </h3> | |
| 15 | |
| 16 </tal:block> | |
|
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
17 </body> |
|
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
18 </html> |
