"><?php 
        echo ucwords(strtolower($res['nome'])) . ' [' . $res['id_usuario'] . ']';
        ?>
</option>
                    <?php 
    }
    ?>
                </select>
                
                <input type="submit" value="Direcionar" name="btn" id="btn" class="button_busca" />
                <input type="submit" name="duplicidade" value="Duplicidade" name="btn" id="btn" class="button_busca" />
				
            </td>
          </tr>
          <?php 
    $dt = $ficha->site_ficha_cadastro($c);
    $i = 0;
    if ($dt[0][0]->Total > 0) {
        ?>
          <tr>
            <td colspan="8">Foram encontrado(s) <?php 
        echo $dt[0][0]->Total;
        ?>
 registro(s).</td>
          </tr>          
          <tr style="background-color:#CEEDFF; text-align:center; font-weight:bold;">
            <td class="td1"><img src="../images/botoes/check2.png" id="checkbox_buttom" onclick="CheckAll('id_ficha[]');" /></td>
			<td class="td1" style="text-align:left">&nbsp;Status</td>
            <td class="td1" style="text-align:left">&nbsp;Nome</td>
            <td class="td1" style="text-align:left">&nbsp;E-mail</td>
            <td class="td1">Telefone</td>