annotate zpt/project/edit_related_projects_error.zpt @ 145:195c4f6faa0c

more style
author casties
date Fri, 31 May 2013 20:59:30 +0200
parents 04fb655633ef
children 2da62e93a1c6
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_MPIWGProject_main/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>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
5 <tal:block metal:fill-slot="navsel" tal:define="global menusel string:description" />
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
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
8 <tal:block metal:fill-slot="body">
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
9 <h3>Error adding a related project</h3>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
10 <span tal:replace="string:'${options/link}'" /> is not a link to a MPIWG project.
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
11
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
12 <h3>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
13 <a tal:attributes="href string:$root/manageRelatedProjects">Back to related projects list</a>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
14 </h3>
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
15
04fb655633ef more cleaning up projects.
casties
parents: 0
diff changeset
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>