2 <head tal:replace="nothing">
3 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
4 <title>slot_text_form</title>
6 <body tal:define="object nocall:options/object;
9 text object/text|nothing;"
11 <table border="0" cellspacing="2" cellpadding="0">
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';
21 <td><textarea tabindex="1" tal:attributes="name python:'.'.join((object.id, 'text')) + ':record:text' ;
25 tal:content="text"></textarea></td>
27 <input type="text" name="rows:int" size="2" class="mosaic_input"
28 tal:attributes="name python:'.'.join((object.id, 'rows')) + ':record:int';