Utilisation des png24 (et apng) pour l'affichage des boutons de déploiement de l...
[MosaicDocument.git] / default_slots / slot_list_form.pt
1 <html tal:omit-tag="">
2 <head tal:replace="nothing">
3 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
4 <title>slot_text_form</title>
5 </head>
6 <body tal:define="object nocall:options/object;
7 cols object/cols;
8 rows object/rows;
9 text object/text|nothing;"
10 tal:omit-tag="">
11 <table border="0" cellspacing="2" cellpadding="0">
12 <tr>
13 <td align="center">
14 <input type="text" name="cols:int" size="2" tabindex="2" class="mosaic_input"
15 tal:attributes="name python:'.'.join((object.id, 'cols')) + ':record:int';
16 value cols" />
17 </td>
18 <td></td>
19 </tr>
20 <tr>
21 <td><textarea tabindex="1" tal:attributes="name python:'.'.join((object.id, 'text')) + ':record:text' ;
22 cols cols ;
23 rows rows"
24 class="mosaic_input"
25 tal:content="text"></textarea></td>
26 <td>
27 <input type="text" name="rows:int" size="2" class="mosaic_input"
28 tal:attributes="name python:'.'.join((object.id, 'rows')) + ':record:int';
29 value rows" />
30 </td>
31 </tr>
32 </table>
33 </body>
34 </html>