$RESPONSE_NUMBER = $tmp_input;
 } else {
     $RESPONSE_NUMBER = false;
 }
 if (isset($_GET["erdescriptor_id"]) && ($tmp_input = clean_input($_GET["erdescriptor_id"], "int"))) {
     $erdescriptor_id = $tmp_input;
 } else {
     $erdescriptor_id = false;
 }
 if (isset($_GET["organisation_id"]) && ($tmp_input = clean_input($_GET["organisation_id"], "int"))) {
     $ORGANISATION_ID = $tmp_input;
 } else {
     $ORGANISATION_ID = false;
 }
 if ($RESPONSE_NUMBER && $ORGANISATION_ID) {
     $descriptors = Models_Evaluation_ResponseDescriptor::fetchAllByOrganisation($ORGANISATION_ID);
     ?>
     <div class="pull-right cursor-pointer close" style="margin-top: -15px;" onclick="modalDescriptorDialog.close()">&times;</div>
     <div class="row-fluid">
         <span class="span1 offset1">&nbsp;</span
         <span class="span10">
             <strong>
                 Descriptors
             </strong>
         </span>
     </div>
     <?php 
     if ($descriptors && @count($descriptors)) {
         foreach ($descriptors as $descriptor) {
             ?>
             <div class="row-fluid">