app/soc/templates/soc/survey/take.html
changeset 2570 851640749319
parent 2562 9f9261d32efc
child 2572 1ad6d986be6d
equal deleted inserted replaced
2569:494a4fb98649 2570:851640749319
    42   {% if form_action %}
    42   {% if form_action %}
    43     <form method="post" action="{{ form_action }}">
    43     <form method="post" action="{{ form_action }}">
    44   {% else %}
    44   {% else %}
    45     <form method="post">
    45     <form method="post">
    46   {% endif %}
    46   {% endif %}
    47     <div style="width:100%; float:left; clear:right;">
    47     <div style="width:100%;">
    48       <div class="{{ status }}" id="survey_widget">
    48       <div class="{{ status }}" id="survey_widget">
    49         <table>
    49         <table>
    50           {% block form_table %}
    50           {% block form_table %}
    51             {% as_twoline_table survey_form %}
    51             {% as_twoline_table survey_form %}
    52           {% endblock %}
    52           {% endblock %}
    53         </table>
    53         </table>
    54       </div> {# end survey_widget #}
    54       </div> {# end survey_widget #}
    55     </div>
    55     </div>
    56 
    56 
    57 <br/><br/>
    57 <br><br>
    58     <div style="float:left">
    58     <div>
    59       <table>
    59       <table>
    60         <tbody>
    60         <tbody>
    61           <tr>
    61           <tr>
    62             <td>
    62             <td>
    63               <input type="submit" value="Submit" style="font-weight: bold;"/>
    63               <input type="submit" value="Submit" style="font-weight: bold;">
    64             </td>
    64             </td>
    65           </tr>
    65           </tr>
    66         </tbody>
    66         </tbody>
    67       </table>
    67       </table>
    68     </div>
    68     </div>