comparison zpt/project/edit_basic.zpt @ 260:4eddd388d490 new_pro_struct

more work on subproject thumbs.
author casties
date Thu, 07 Aug 2014 17:50:04 +0200
parents 7288e7729960
children 79f3f6492ec9
comparison
equal deleted inserted replaced
259:1a82c28266d4 260:4eddd388d490
35 </tal:x> 35 </tal:x>
36 </tr> 36 </tr>
37 <tr> 37 <tr>
38 <td>Started at:</td> 38 <td>Started at:</td>
39 <td><input tal:attributes="name python:'startedAt'; 39 <td><input tal:attributes="name python:'startedAt';
40 value python:here.getStartedAt()" type="text" len="15" /> 40 value python:here.getStartedAt()" type="text" size="10" />
41 (format dd.mm.yyyy or mm.yyyy or yyyy)</td> 41 (format dd.mm.yyyy or mm.yyyy or yyyy)</td>
42 </tr> 42 </tr>
43 <tr> 43 <tr>
44 <td>Completed at:</td> 44 <td>Completed at:</td>
45 <td><input tal:attributes="name python:'completedAt'; 45 <td><input tal:attributes="name python:'completedAt';
46 value python:here.getCompletedAt()" 46 value python:here.getCompletedAt()"
47 type="text" len="15" /> (format dd.mm.yyyy or mm.yyyy or yyyy)</td> 47 type="text" size="10" /> (format dd.mm.yyyy or mm.yyyy or yyyy)</td>
48 </tr> 48 </tr>
49 <tr> 49 <tr>
50 <td>Type of project page:</td> 50 <td>Type of project page:</td>
51 <td><input name="projectType" tal:attributes="value here/getProjectType" 51 <td><input name="projectType" tal:attributes="value here/getProjectType"
52 type="text" len="15" /></td> 52 type="text" size="20" /></td>
53 </tr> 53 </tr>
54 </table> 54 </table>
55 55
56 <h2>Names</h2> 56 <h2>Names</h2>
57 <table tal:define="global count python:0; 57 <table tal:define="global count python:0;