AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.217.103
Web Server : Apache
System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64
User : lrsys ( 1015)
PHP Version : 5.6.40
Disable Function : exec,passthru,shell_exec,system
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/lrsys/public_html/lrsys_apps/meridional/application/plugins/module_hr/assets/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/public_html/lrsys_apps/meridional/application/plugins/module_hr/assets/js/points.js
var _url = $("#_url").val();



$(".save").on("click", function(){
    horarioTotal = $("#clock1_")[0]['ownerDocument']['lastModified'].split(" ");

    $.ajax({
        type: "POST",
        url: _url+'module_hr/hr/add-point',
        data: {time: horarioTotal[1], id: $("#idPoint").val()}
    }).done(function(ret) {
        if(ret == "OK")
            location.reload();
        else    
            bootbox.alert(ret);
    });
});

clockd1_={
  "indicate": true,
  "indicate_color": "#222",
  "dial1_color": "#666600",
  "dial2_color": "#81812e",
  "dial3_color": "#9d9d5c",
  "time_add": 1,
  "time_24h": true,
  "date_add":3,
  "date_add_color": "#999",
 };

var c = document.getElementById('clock1_');
cns1_ = c.getContext('2d');
clock_conti(300,cns1_,clockd1_);

$("#foo_filter").mask("99/99/9999");
$(".dt").mask("99/9999");

  $(".dt").datepicker({
      dateFormat: "dd/mm/yyyy",
      autoclose: true
  }).on('change', function () {
      val = $('.dt').val().split('/');
      $(this).datepicker('hide');
      location.href = _url+'client/point/'+val[1]+'/'+val[2];
  });

Anon7 - 2022
AnonSec Team