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=B" class="form_box_centralizado" id="resultados_crm" method="POST" name="loginForm" target="_blank"> | |
<fieldset class="box_shadow fieldset_box_centralizado"> | |
<div class="box-shadow-wrapper"> | |
<a class="ver-tour" data-lightbox="tour-set" href="/images/tour-medico/1-slide.png" style="float:right;color:#337ab7;margin-righ:14px;font-size:16px;" title="Ver tutorial">Ver tour médico</a> | |
<div style="display:none;"> | |
<a data-lightbox="tour-set" href="/images/tour-medico/2-slide.png">2</a> <a data-lightbox="tour-set" href="/images/tour-medico/3-slide.png">3</a> <a data-lightbox="tour-set" href="/images/tour-medico/4-slide.png">4</a> <a data-lightbox="tour-set" href="/images/tour-medico/5-slide.png">5</a> <a data-lightbox="tour-set" href="/images/tour-medico/6-slide.png">6</a> <a data-lightbox="tour-set" href="/images/tour-medico/7-slide.png">7</a></div> | |
<br> | |
<br> | |
<label class="w86" for="username">Us |
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://www.laboratorioonline.com.br/gliese/alta/medlogin.asp?ativo=0" id="formLoginPac" method="post" name="formLoginPac" target="_blank"> | |
<div class="input-exames"> | |
<label for="estado">* Estado:</label> | |
<div id="alert-uf" style="display: none; font-size: 10px; color: #dd0000;"> | |
Selecione o Estado</div> | |
<select id="selUF" name="selUF"> <optgroup><option selected="selected" value="...">...</option><option value="SP">SP - Sao Paulo</option><option value="RJ">RJ - Rio de Janeiro</option><option value="AC">AC - Acre</option><option value="AL">AL - Alagoas</option><option value="AM">AM - Amazonas</option><option value="AP">AP - Amapa</option><option value="BA">BA - Bahia</option><option value="CE">CE - Ceara</option><option value="DF">DF - Distrito Federal</option><option value="ES">ES - Espirito Santo</option><option value="FL">FL - Florida</option><option value="GO">GO - Goias</option><option value="MA">MA - Maranhao</option><option value="MG">MG - Minas Gerais</option><option v |
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="loginLaudo" class="form-top" method="post" action="http://www.laboratorioonline.com.br/gliese/sergiofranco/medlogin.asp?ativo=0" onsubmit="javascript: return Validar();" target="_blank"> | |
<span id="fone"><strong>NAM - Núcleo de Assessoria Médica:</strong> (21) 2672-7001</span> | |
<div id="resultado-de-exames"> | |
<span>Resultado de Exames</span> | |
<select id="tipo" name="tipo" class="tipo select-oque-fazer opcao-acesso" style="right: 10px; margin-top: 5px; opacity: 1;"> | |
<option value="laudosMedicos" selected="">Meus pacientes</option> | |
<option value="laudosPaciente">Meus exames</option> | |
</select> | |
<div id="laudosMedicos" style="display: block;"> |
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
FROM ubuntu:16.04 | |
RUN apt-get update && \ | |
apt-get -y install sudo | |
RUN sudo apt-get install -y software-properties-common | |
RUN LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php | |
RUN sudo apt-get update |
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 | |
use \Quiron\Controller\Action\Frontend; | |
class Frontend_LoginController extends Frontend | |
{ | |
private $codigo; | |
private $senha; |
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 | |
/* | |
curl https://my.eduzz.com/api2/get_contentlist \ | |
-H "PublicKey: 80329505" \ | |
-H "APIKey: 8e23e73ac5" | |
*/ | |
require 'vendor/autoload.php'; |
NewerOlder