This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table style="max-width:520px;display: flex;"> | |
<tr> | |
<td> | |
<img src="./img/user_1.png" /> | |
</td> | |
<td> | |
<table style="max-width: 160px;"> | |
<tr> | |
<td style="padding:1rem 0 1rem 0;"> | |
<span style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 1.1rem; font-weight: 500; color: #454ab0;">Paulo Salomon</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sucesso": true, | |
"message": "Lista de aulas", | |
"data": [ | |
{ | |
"id": 15, | |
"nome": "Matemática", | |
"data": [ | |
{ | |
"id": 8, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sucesso": true, | |
"message": "Lista de aulas", | |
"data": [ | |
{ | |
"id": 5, | |
"num_aula": "1", | |
"titulo": "Revisão de Inverno", | |
"link_carderno_sala": "https:\/\/google.com", | |
"link_carderno_estudo": "https:\/\/facebook.com", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sucesso": true, | |
"message": "Lista de aulas", | |
"data": [ | |
{ | |
"id": 5, | |
"nome": "Biologia", | |
"aulas": [ | |
{ | |
"id": 4, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sucesso": true, | |
"message": "Lista de aulas", | |
"data": [ | |
{ | |
"id": 2, | |
"num_aula": "1", | |
"titulo": "Título da Aula 2", | |
"link_carderno_sala": "https:\/\/google.com", | |
"link_carderno_estudo": "https:\/\/facebook.com", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* Drupal site-specific configuration file. | |
* | |
* IMPORTANT NOTE: | |
* This file may have been set to read-only by the Drupal installation program. | |
* If you make changes to this file, be sure to protect it again after making | |
* your modifications. Failure to remove write permissions to this file is a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form id="resultados_crm" action="http://resultados.cerpe.com.br/canalMedico/canalMedicoLoginVerificarQuiron.php" class="form_box_centralizado q_form" method="post" target="login_cerpe"> | |
<fieldset class="box_shadow fieldset_box_centralizado"> | |
<div class="box-shadow-wrapper"> | |
<label class="w120" for="profissao">Profissão:</label><br> | |
<select name="profissao" id="profissao" class="grid_9" style="display: none;"> | |
<option value="" label="Selecione uma opção">Selecione uma opção</option> | |
<option value="1" label="Médico" selected="selected">Médico</option> | |
<option value="2" label="Odontólogo">Odontólogo</option> | |
<option value="3" label="Veterinário">Veterinário</option> | |
<option value="4" label="Nutricionista">Nutricionista</option> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="https://sislumedicos.dasa.com.br/sislu-medicos/Login.action?marca=H" class="form-retirada-exame-medico" id="retirada-exame-medico" method="POST" target="_blank"> | |
<p> | |
<label>UF do CRM:</label></p> | |
<p> | |
<select class="retirada-exame-medico-opcao" id="ufconselho" name="ufconselho"> | |
<option value="#">Selecione uma opção</option> | |
<option value="AC">AC</option> | |
<option value="AL">AL</option> | |
<option value="AM">AM</option> | |
<option value="AP">AP</option> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="http://medicos.danet.com.br/sislu/home.do" class="form-horizontal" id="resultados_crm" method="POST" name="loginForm" target="_blank"> | |
<fieldset class="box_shadow fieldset_box_centralizado"> | |
<div class="box-shadow-wrapper"> | |
<div class="form-group"> | |
<label for="username" class="col-sm-2 control-label">Usuário </label> | |
<div class="col-sm-10"> | |
<input id="username" class="form-control" name="j_username" type="text"> | |
</div> | |
</div> | |
<div class="form-group"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form id="resultados_crm" class="form-horizontal" action="http://medicos.danet.com.br/sislu/home.do" method="POST" name="loginForm" target="_blank"> | |
<fieldset class="box_shadow fieldset_box_centralizado"> | |
<div class="box-shadow-wrapper"> | |
<div class="form-group"> | |
<label class="col-sm-2 control-label" for="username">Usuário </label> | |
<div class="col-sm-10"> | |
<input id="username" class="form-control" name="j_username" type="text"> | |
</div> | |
</div> | |
<div class="form-group"> |
NewerOlder