annotate zpt/project/edit_related_projects_error.zpt @ 284:1a103b073c72 default tip

make favicon url host and schema relative.
author casties
date Thu, 25 Jun 2015 17:44:57 +0200
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">
169
2da62e93a1c6 fix editing related projects.
casties
parents: 61
diff changeset
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
2da62e93a1c6 fix editing related projects.
casties
parents: 61
diff changeset
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
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>