Guest User

Untitled

a guest
Nov 23rd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. <?php
  2. if($ex['id_horario']==$e['id']){
  3. $st = "style=display:none";
  4. ?>
  5.  
  6.  
  7. <div align='right'>
  8. <button type="button" class="orange" data-toggle="modal" title="Vincular Outro Professor" data-target="#editar_segunda_<?= $ex['id_carga_horaria'].$ex['disciplinas_carga_horaria']?>">
  9. <span class="glyphicon glyphicon-plus"></span>
  10. </button>
  11. </div>
  12. <b><?= $ex['descricao_disciplina'].$espaco?></b>
  13. <br />
  14. <?= $ex['nome']?>
  15. <button type="button" class="red" data-toggle="modal" title="Excluir Professor" data-target="#excluirsegunda_<?= $ex['id_carga_horaria'].$ex['id_professor']?>">
  16. <span class="glyphicon glyphicon-remove"></span>
  17. </button>
  18. <br />
  19. Matriz:<?=$ex['nome_matriz'] ?>
  20. <br />
  21. Tipo:<?=$ex['tipo'] ?>
  22. <?php }else?>
  23. <?php endforeach; ?>
  24. <?php {?>
  25. <?php
  26. ?>
  27. <br><br><br>
  28. <button <?=$st?> type="button" class="btn btn-success"data-toggle="modal" title="Vincular" data-target="#vincular_segunda_<?= $e['id'] ?>">
  29. <span class="glyphicon glyphicon-plus"></span>
  30. <?php //echo$e['id'] ?>
  31. </button>
  32. <br> <?php }?>
  33. </span>
Add Comment
Please, Sign In to add comment