app/soc/templates/soc/request/process_request.html
changeset 2668 7fd0951332ef
parent 1937 7343876363cd
child 2748 7fbc98f3adde
equal deleted inserted replaced
2667:260aaea36e49 2668:7fd0951332ef
    29 </p>
    29 </p>
    30 
    30 
    31 <table>
    31 <table>
    32 <tr>
    32 <tr>
    33   <td>
    33   <td>
    34     <input type="button" onclick="location.href='/{{ module_name }}/process_request/{{ entity.scope_path }}/{{ entity.link_id }}?status=group_accepted'" value="Accept"/>
    34     <input type="button" onclick="location.href='/{{ role_name }}/process_request/{{ entity.scope_path }}/{{ entity.link_id }}?status=group_accepted'" value="Accept"/>
    35     <input type="button" onclick="location.href='/{{ module_name }}/process_request/{{ entity.scope_path }}/{{ entity.link_id }}?status=rejected'" value="Reject"/>
    35     <input type="button" onclick="location.href='/{{ role_name }}/process_request/{{ entity.scope_path }}/{{ entity.link_id }}?status=rejected'" value="Reject"/>
    36     <input type="button" onclick="location.href='/{{ module_name }}/process_request/{{ entity.scope_path }}/{{ entity.link_id }}?status=ignored'" value="Ignore"/>
    36     <input type="button" onclick="location.href='/{{ role_name }}/process_request/{{ entity.scope_path }}/{{ entity.link_id }}?status=ignored'" value="Ignore"/>
    37   </td>
    37   </td>
    38 </tr>
    38 </tr>
    39 </table>
    39 </table>
    40 {% else %}
    40 {% else %}
    41 <p>
    41 <p>
    47 </p>
    47 </p>
    48 
    48 
    49 <table>
    49 <table>
    50 <tr>
    50 <tr>
    51   <td>
    51   <td>
    52     <input type="button" onclick="location.href='/{{ module_name }}/process_request/{{ entity.scope_path }}/{{ entity.link_id }}?status=rejected'" value="Withdraw"/>
    52     <input type="button" onclick="location.href='/{{ role_name }}/process_request/{{ entity.scope_path }}/{{ entity.link_id }}?status=rejected'" value="Withdraw"/>
    53     <input type="button" value="Back to Previous Page" onClick="javascript: history.go(-1)">
    53     <input type="button" value="Back to Previous Page" onClick="javascript: history.go(-1)">
    54   </td>
    54   </td>
    55 </tr>
    55 </tr>
    56 </table>
    56 </table>
    57 {% endifequal %}
    57 {% endifequal %}