Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. <div id="hmn0" style="margin-top:0px;">
  2. <nav>
  3. <div id="acdnmenu" style="width:199px;height:390px;">
  4. <ul>
  5. <li id="v_sm">Administrativo
  6. <ul>
  7. <li><a href="./adm/cd_reqequip.php" target="main">Requisição de equipamentos</a></li>
  8. <li><a href="./adm/cd_document.php" target="main">Documentações</a></li>
  9. <li><a href="./cadastro.php" target="main">Cadastro</a></li>
  10. </ul>
  11. </li>
  12. <li id="v_tt">Faturamento
  13. <ul>
  14. <li><a href="./faturamento/cd_guiahm.php" target="main">Honorário Médico</a></li>
  15. <li><a href="./faturamento/cd_lancsessao.php" target="main">Lançar sessões</a></li>
  16. <li><a href="./faturamento/cad_lancconta.php" target="main">Lançar na conta</a></li>
  17. <li><a href="./faturamento/fat_unidade.php" target="main">Fatura por unidades</a></li>
  18. </ul>
  19. </li>
  20. </ul>
  21. </div>
  22. </nav>
  23. </div>
  24.  
  25. function exibirDivDeAcordoComNivelDoUsuario(usuario) {
  26. if(usuario.nivel !== 1) {
  27. document.getElementById("hmn0").style.display = 'none';
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement