annotate zpt/template/manage_add_MPIWGTemplate.zpt @ 284:1a103b073c72 default tip

make favicon url host and schema relative.
author casties
date Thu, 25 Jun 2015 17:44:57 +0200
parents 1f0db83b61c5
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 <html>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
2 <body>
152
1f0db83b61c5 cleaning up MPIWGTemplate
casties
parents: 0
diff changeset
3 <div tal:replace="structure here/manage_page_header"/>
1f0db83b61c5 cleaning up MPIWGTemplate
casties
parents: 0
diff changeset
4 <h2>Create template for MPIWGWeb</h2>
0
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
5
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
6 <form method="post" action="manage_addMPIWGTemplate">
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
7 <table>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
8 <tr>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
9 <td><b>ID</b></td>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
10 <td><input type="text" size="40" name="id"></td>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
11 </tr>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
12 <tr>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
13 <td><i>Title</i></td>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
14 <td><input type="text" size="40" name="title"></td>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
15 </tr>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
16 <tr>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
17 <td><i>Weight</i></td>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
18 <td><input type="text" size="40" name="weight"></td>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
19 </tr>
152
1f0db83b61c5 cleaning up MPIWGTemplate
casties
parents: 0
diff changeset
20 <tr>
1f0db83b61c5 cleaning up MPIWGTemplate
casties
parents: 0
diff changeset
21 <td><i>Type</i></td>
1f0db83b61c5 cleaning up MPIWGTemplate
casties
parents: 0
diff changeset
22 <td>
1f0db83b61c5 cleaning up MPIWGTemplate
casties
parents: 0
diff changeset
23 <input type="radio" checked="true" name="MPIWGType" value="standardPage"/>Standard Page
1f0db83b61c5 cleaning up MPIWGTemplate
casties
parents: 0
diff changeset
24 </td>
1f0db83b61c5 cleaning up MPIWGTemplate
casties
parents: 0
diff changeset
25 </tr>
0
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
26 </table>
152
1f0db83b61c5 cleaning up MPIWGTemplate
casties
parents: 0
diff changeset
27 <p>
1f0db83b61c5 cleaning up MPIWGTemplate
casties
parents: 0
diff changeset
28 <input type="submit" value="create"/>
1f0db83b61c5 cleaning up MPIWGTemplate
casties
parents: 0
diff changeset
29 </p>
0
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
30 </form>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
31 </body>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
32 </html>