
        <input type="text" 
               name="%(id)s" 
               value="" 
               size="30" 
      	       tabindex="#"
               tal:attributes="value %(id)s;
		                           tabindex tabindex/next;
                               %(attributes)s"
               onfocus="formtooltip('%(id)s_help',1)" 
               onblur="formtooltip('%(id)s_help',0)" 
               />

