app/soc/templates/soc/student_proposal/review.html
changeset 2010 b380c64085ef
parent 2007 56da71f13f3a
child 2012 852418be1719
equal deleted inserted replaced
2009:b060d531b5d7 2010:b380c64085ef
    59  </table>
    59  </table>
    60 </p>
    60 </p>
    61 
    61 
    62 <hr />
    62 <hr />
    63 <form method="POST">
    63 <form method="POST">
       
    64   <tr>
       
    65   <td><b>Score and Review</b></td>
       
    66   </tr>
    64   <table>
    67   <table>
    65     {% block form_table %}
    68     {% block form_table %}
    66       {% as_table form %}
    69       {% as_table form %}
    67     {% endblock %}
    70     {% endblock %}
    68   </table>
    71   </table>
    72   </tr>
    75   </tr>
    73   <tr>
    76   <tr>
    74    <td> 
    77    <td> 
    75     <input style="font-weight: bold" type="submit" value="Submit"/></span>
    78     <input style="font-weight: bold" type="submit" value="Submit"/></span>
    76    </td>
    79    </td>
       
    80   </tr>
       
    81   <tr>
       
    82   <td><b>Other Options:</b></td>
       
    83   </tr>
       
    84   <tr>
    77    {% if add_me_as_mentor %}
    85    {% if add_me_as_mentor %}
    78    <td>
    86    <td>
    79    <input style="font-weight: bold" type="button" value="I am willing to mentor this student"
    87    <input style="font-weight: bold" type="button" value="I am willing to mentor this student"
    80      onclick="location.href='?mentor=1'"/>
    88      onclick="location.href='?mentor=1'"/>
    81    </td>
    89    </td>
    91      <td>
    99      <td>
    92        <input style="font-weight: bold" type="button" value="Mark as Ineligible"
   100        <input style="font-weight: bold" type="button" value="Mark as Ineligible"
    93        onclick="location.href='?ineligible=1'"/>
   101        onclick="location.href='?ineligible=1'"/>
    94      </td>
   102      </td>
    95    {% endif %}
   103    {% endif %}
       
   104    </tr>
    96  </table>
   105  </table>
    97 </form>
   106 </form>
    98 
   107 
    99 <hr />
   108 <hr />
   100 <b>Public Reviews</b>
   109 <b>Public Reviews</b>