</span> <body tal:define="op_name options/item_name | nothing; op2_name options/item2_name | nothing; ul request/userLocation | options/userLocation | nothing"> <div class="main_content"> <div style="float:left;width:200px"> </div> <span tal:omit-tag="" metal:use-macro="context/@@main_macro/style_c"/> <div style="margin-left:200px" tal:attributes="style style_tmp"> <form action="" tal:attributes="action options/handler" method="post"> <input type="hidden" value="" name="userLocation" tal:attributes="value ul" tal:condition="ul" /> <span tal:repeat="extop options/extra_values | nothing" tal:omit-tag=""> <input type="hidden" value="" name="" tal:attributes="value extop;name string:${options/extra_value_name}:list" /> </span> <input type="hidden" value="" name="" tal:attributes="value options/item_value | nothing;name python:view.test(op_name, op_name, nothing)" /> <input type="hidden" value="" name="" tal:attributes="value options/item2_value | nothing;name python:view.test(op2_name, op2_name, nothing)" /> <br /><br /> <p align="center" i18n:translate="" tal:content="structure options/message | nothing"></p> <p align="center"> <input type="submit" i18n:attributes="value" value="value2" name="option2" tal:attributes="value options/option2_value | default;name options/option2_name | default" /> <input type="submit" i18n:attributes="value" value="value1" name="option1" tal:attributes="value options/option1_value | default;name options/option1_name | default" /> </p> </form> </div> </div> <span metal:use-macro="context/@@main_macro/cssJS" tal:omit-tag=""></span> </body> </html>