app/templates/projrev/templatetags/_as_review.html
changeset 47 09c3b7aaa535
parent 42 4cf4c1f0e5bb
equal deleted inserted replaced
46:e27c75dedbfb 47:09c3b7aaa535
     4 $("#id_full_comment_{{ review.id }}").colorbox({width:"50%", inline:true, href:"#attributes_{{ review.id }}", title:"Comment and scores"});
     4 $("#id_full_comment_{{ review.id }}").colorbox({width:"50%", inline:true, href:"#attributes_{{ review.id }}", title:"Comment and scores"});
     5 });
     5 });
     6 </script>
     6 </script>
     7 <div style="display: none;">
     7 <div style="display: none;">
     8  <div id="attributes_{{ review.id }}" style='padding:10px; background:#fff; text-align: left;'>
     8  <div id="attributes_{{ review.id }}" style='padding:10px; background:#fff; text-align: left;'>
     9  {{ review.comment }}<br /><br />
       
    10  <table>
     9  <table>
    11  <tr>
    10  <tr>
    12   <td>
    11   <td>
    13    Feasibility of the proposed activity and the appropriateness of the time frame: 
    12    <strong>Feasibility of the proposed activity and the appropriateness of the time frame: </strong>
    14   </td>
    13   </td>
    15   <td><strong>{{ review.attribute1 }}</strong></td>
    14   <td>{{ review.attribute1 }}</td>
    16  </tr>
    15  </tr>
       
    16  <tr><td>Comment: {{ review.comment_a1 }}</td></tr>
    17  <tr>
    17  <tr>
    18   <td>
    18   <td>
    19    Uniqueness/novelty/innovation of the said proposal:
    19    <strong>Uniqueness/novelty/innovation of the said proposal:</strong>
    20   </td>
    20   </td>
    21   <td> <strong>{{ review.attribute2 }}</strong></td>
    21   <td>{{ review.attribute2 }}</td>
    22  </tr>
    22  </tr>
       
    23  <tr><td>Comment: {{ review.comment_a2 }}</td></tr>
    23  <tr>
    24  <tr>
    24   <td>
    25   <td>
    25    Scope for inter-institutional collaboration and development:
    26    <strong>Scope for inter-institutional collaboration and development:</strong>
    26   </td>
    27   </td>
    27   <td> <strong>{{ review.attribute3 }}</strong></td>
    28   <td>{{ review.attribute3 }}</td>
    28  </tr>
    29  </tr>
       
    30  <tr><td>Comment: {{ review.comment_a3 }}</td></tr>
    29  <tr>
    31  <tr>
    30   <td>
    32   <td>
    31    The organisation of the programme to be carried out:
    33    <strong>The organisation of the programme to be carried out:</strong>
    32   </td>
    34   </td>
    33   <td> <strong>{{ review.attribute4 }}</strong></td>
    35   <td>{{ review.attribute4 }}</td>
    34  </tr>
    36  </tr>
       
    37  <tr><td>Comment: {{ review.comment_a4 }}</td></tr>
    35  <tr>
    38  <tr>
    36   <td>
    39   <td>
    37    The details of the work as the outlined by the principal investigator(PI):
    40    <strong>The details of the work as the outlined by the principal investigator(PI):</strong>
    38   </td>
    41   </td>
    39   <td><strong>{{ review.attribute5 }}</strong></td>
    42   <td>{{ review.attribute5 }}</td>
    40  </tr>
    43  </tr>
       
    44  <tr><td>Comment: {{ review.comment_a5 }}</td></tr>
    41  <tr>
    45  <tr>
    42   <td>
    46   <td>
    43    The details of the work as the outlined by the principal investigator(PI): 
    47    <strong>Sufficiency of funds as requested by the PI:</strong>
    44   </td>
    48   </td>
    45   <td><strong>{{ review.attribute6 }}</strong></td>
    49   <td>{{ review.attribute6 }}</td>
    46  </tr>
    50  </tr>
       
    51  <tr><td>Comment: {{ review.comment_a6 }}</td></tr>
    47  <tr>
    52  <tr>
    48   <td>
    53   <td>
    49    Social impact/reach/spread of the outcome of the proposal: 
    54    <strong>Social impact/reach/spread of the outcome of the proposal:</strong>
    50   </td>
    55   </td>
    51   <td><strong>{{ review.attribute7 }}</strong></td>
    56   <td>{{ review.attribute7 }}</td>
    52  </tr>
    57  </tr>
       
    58  <tr><td>Comment: {{ review.comment_a7 }}</td></tr>
    53  <tr>
    59  <tr>
    54   <td>
    60   <td>
    55    Contribution of the proposal to minimizing the digital divide in our country: 
    61    <strong>Contribution of the proposal to minimizing the digital divide in our country:</strong>
    56   </td>
    62   </td>
    57   <td><strong>{{ review.attribute8 }}</strong></td>
    63   <td>{{ review.attribute8 }}</td>
    58  </tr>
    64  </tr>
       
    65  <tr><td>Comment: {{ review.comment_a8 }}</td></tr>
    59  <tr>
    66  <tr>
    60   <td>
    67   <td>
    61    Any other matter which is likely to affect the execution of the project:
    68    <strong>Any other matter which is likely to affect the execution of the project:</strong>
    62   </td>
    69   </td>
    63   <td><strong>{{ review.attribute9 }}</strong></td>
    70   <td>{{ review.attribute9 }}</td>
    64  </tr>
    71  </tr>
       
    72  <tr><td>Comment: {{ review.comment_a9 }}</td></tr>
       
    73  </table>
       
    74  <table>
       
    75  <tr><td><strong>Overall comment:</strong></td><td>{{ review.comment }}</td></tr>
    65  </table>
    76  </table>
    66  </div>
    77  </div>
    67 </div>
    78 </div>
    68 <div class="review-center-box">
    79 <div class="review-center-box">
    69   Comment by: <strong>{{ review.reviewer }}</strong>,
    80   Comment by: <strong>{{ review.reviewer }}</strong>,