daycareattendance.labor.gov.il Open in urlscan Pro
80.179.228.140  Public Scan

Submitted URL: https://daycareattendance.labor.gov.il/
Effective URL: https://daycareattendance.labor.gov.il/my.policy
Submission: On June 06 via api from US — Scanned from IL

Form analysis 1 forms found in the DOM

Name: e1POST

<form id="auth_form" name="e1" method="post" onsubmit="javascript: return masterSubmit(this);" autocomplete="off">
  <table id="credentials_table">
    <tbody>
      <tr>
        <td colspan="2" id="credentials_table_header">הזדהות למערכת דיווח נוכחות מעונות</td>
      </tr>
      <tr>
        <td colspan="2" id="credentials_table_postheader"></td>
      </tr>
      <tr>
        <td colspan="2" class="credentials_table_unified_cell"><label for="input_1" id="label_input_1">תעודת זהות</label><input type="text" name="username" class="credentials_input_text" value="" id="input_1" autocomplete="off" autocapitalize="off">
        </td>
      </tr>
      <tr>
        <td colspan="2" class="credentials_table_unified_cell"><label for="input_2" id="label_input_2">סמל מסגרת</label><input type="text" name="password" class="credentials_input_text" value="" id="input_2" autocomplete="off" autocapitalize="off">
        </td>
      </tr>
      <tr>
        <td colspan="2" class="credentials_table_unified_cell">
          <script src="https://challenges.cloudflare.com/turnstile/v0/api.js?compat=recaptcha" async="" defer=""></script>
          <div class="g-recaptcha" data-sitekey="0x4AAAAAAAR60MsNKA6MhWHO" data-theme="light" data-type="image" data-size="normal"><iframe
              src="https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/b/turnstile/if/ov2/av0/rcv0/0/6mme7/0x4AAAAAAAR60MsNKA6MhWHO/light/normal" allow="cross-origin-isolated; fullscreen; autoplay"
              sandbox="allow-same-origin allow-scripts allow-popups" id="cf-chl-widget-6mme7" tabindex="0" title="Widget containing a Cloudflare security challenge" style="border: none; overflow: hidden; width: 300px; height: 65px;"></iframe><input
              type="hidden" name="cf-turnstile-response" id="cf-chl-widget-6mme7_response"><input type="hidden" name="g-recaptcha-response" id="cf-chl-widget-6mme7_g_response"></div>
          <noscript>
            <div>
              <div style="width: 302px; height: 422px; position: relative;">
                <div style="width: 302px; height: 422px; position: absolute;">
                  <iframe src="challenges.cloudflare.com/turnstile/v0/siteverify?k=0x4AAAAAAAR60MsNKA6MhWHO" frameborder="0" scrolling="no" style="width: 302px; height:422px; border-style: none;">
                  </iframe>
                </div>
              </div>
              <div style="width: 300px; height: 60px; border-style: none; bottom: 12px; left: 25px; margin: 0px; padding: 0px; right: 25px; background: #f9f9f9; border: 1px solid #c1c1c1; border-radius: 3px;">
                <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid #c1c1c1; margin: 10px 25px; padding: 0px; resize: none;">        &lt;/div&gt;
    &lt;/div&gt;
    &lt;/noscript&gt;
    &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr id="submit_row"&gt;
        &lt;td class="credentials_table_unified_cell"&gt;&lt;input type="submit" class="credentials_input_submit" value="המשך"&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td colspan="2" id="credentials_table_footer"&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;/tbody&gt;&lt;/table&gt;
    &lt;input type="hidden" name="vhost" value="standard"&gt;
    &lt;/form&gt;
    &lt;script language="javascript"&gt;&lt;!--//
        softTokenInput = getSoftTokenInput();
        logonFormCompatible = getFormCompatibility();
        // Pass method names to the client for auto-submit triggered by the client
        externalWebHost.setWeblogonCallbacks(
             "weblogonAutoSubmit();",
             "challengeAutoSubmit();"
        );

        // Check if the softTokenInput exists or in case of RSA challenge mode
        if((softTokenFieldId != "") &amp;&amp; (null != softTokenInput || challengeMode ) &amp;&amp; edgeClientSoftTokenSupport()){
            externalWebHost.setWebLogonSoftTokenPrompt(getSoftTokenPrompt());
            externalWebHost.setWebLogonSoftTokenState(softTokenState);
        }

        // Check if the client can ask user for soft-token PIN
        if((softTokenFieldId != "") &amp;&amp; (softTokenInput != null)
               &amp;&amp; edgeClientSoftTokenSupport()
               &amp;&amp; externalWebHost.canRequestWeblogonSoftTokenPIN()){
            softTokenInput.readOnly = true;
            softTokenPINAutoPopulate = true;
            // No need to request input of RSA PIN, as the client can show PIN input UI if needed,
            // make the field read-only
            // set bogus value to display
            softTokenInput.value = "********";
        }

        checkExternalAddCheckbox();
        setTimeout(function(){ window.sessionTimeout = new APMSessionTimeout(sessionTimedOut); }, 200);

	function dontChangePasswordClick(){
            var checkbox = document.getElementById("dont_change_password_checkbox");
            var password = document.getElementById("input_1");
            var verify = document.getElementById("input_2");
            if( checkbox.checked ){
                password.value = "";
                password.disabled = true;
                verify.value = "";
                verify.disabled = true;
            }else{
                password.disabled = false;
                verify.disabled = false;
            }
        }

        var finitvalues=['','','','',''];
        var sessionLogonCustomizations = ["","","","",""];
        var sessionLogonCustomizationPairs = [[], [], [], [], []];
        for( var i=0; i&lt;sessionLogonCustomizations.length; i++ ){
            var pairs = ( sessionLogonCustomizations[i].indexOf(";") == -1 ? [ sessionLogonCustomizations[i] ] : sessionLogonCustomizations[i].trim().split(";") );
            for( var j=0; j&lt;pairs.length; j++ ){
                if( pairs[j].indexOf("=&gt;") != -1 ){
                    var pair = pairs[j].split("=&gt;");
                    sessionLogonCustomizationPairs[i][pair[0]] = pair[1];
                }
            }
        }

        var sessionLogonValuesets = [ "", "", "", "", "" ];
        for( var i=0; i&lt;sessionLogonValuesets.length; i++ ){
            var inpx = document.getElementById("input_" + (i+1) );
            if( inpx !== null &amp;&amp; inpx.tagName.toUpperCase() == "SELECT" ){
                if( sessionLogonValuesets[i].trim() != "" ){
                    inpx.options.length = 0;
                    var options = sessionLogonValuesets[i].trim().split(";");
                    for( var j=0; j&lt;options.length; j++ ){
                        inpx.options.add( new Option( options[j], options[j] ) );
                    }
                }
                if( sessionLogonCustomizations[i].trim() != "" ){
                    for( var j=0; j&lt;inpx.options.length; j++ ){
                        if( typeof sessionLogonCustomizationPairs[i][ inpx.options[j].value ] != "undefined" ){
                            inpx.options[j].text = sessionLogonCustomizationPairs[i][ inpx.options[j].value ];
                        }
                    }
                }
                // set value
                for( var j=0; j&lt;inpx.options.length; j++ ){
                    if( inpx.options[j].value == finitvalues[i] ){
                        inpx.value = finitvalues[i];
                        break;
                    }
                }
            }else if( document.getElementById("input_" + (i+1) + "_0" ) ){ // RADIO
                var initValue = finitvalues[i];
                var radio = null;
                var name = document.getElementById("input_" + (i+1) + "_0" ).name;
                if( sessionLogonValuesets[i].trim() != "" ){
                    var parent = document.getElementById( "label_input_" + (i+1) ).parentNode;
                    while( parent.childNodes.length &gt; 1 ){
                        parent.removeChild( parent.lastChild );
                    }
                    var options = sessionLogonValuesets[i].trim().split(";");
                    for( var j=0; j&lt;options.length; j++ ){
                        var div = parent.appendChild( document.createElement( "div" ) );
                        var elmdef = document.all &amp;&amp; navigator.userAgent.match(/MSIE (\d+)/)[1] &lt; 9 ? "&lt;input type='radio'&gt;" : "input";
                        var input = div.appendChild( document.createElement( elmdef ) );
                        if( input.type != 'radio' ){ input.type = 'radio'; }
                        input.id = "input_" + (i+1) + "_" + j;
                        input.name = "name";
                        input.value = options[j];
                        var label = div.appendChild( document.createElement( "label" ) );
                        label.htmlFor = input.id;
                        label.id = "label_" + input.id;
                        label.className = "radio-label";
                        label.style.display = "inline";
                        label.innerHTML = options[j];
                    }
                }
                if( sessionLogonCustomizations[i].trim() != "" ){
                    var j = 0;
                    while( ( radio = document.getElementById("input_" + (i+1) + "_" + j++ ) ) !== null ){ // what number
                        if( typeof sessionLogonCustomizationPairs[i][ radio.value ] != "undefined" ){
                            document.getElementById("label_input_" + (i+1) + "_" + (j-1) ).innerHTML = sessionLogonCustomizationPairs[i][ radio.value ];
                        }
                    }
                }
                var anyChecked = false, j = 0;
                while( initValue != "" &amp;&amp; ( radio = document.getElementById("input_" + (i+1) + "_" + j++ ) ) !== null ){
                    radio.checked = ( radio.value == initValue );
                    if( radio.checked ){ anyChecked = true; }
                }
                if( !anyChecked &amp;&amp; ( radio = document.getElementById("input_" + (i+1) + "_" + 0 ) ) !== null ){
                    radio.checked = true;
                }
            }else if( inpx !== null &amp;&amp; inpx.tagName.toUpperCase() == "INPUT" &amp;&amp; inpx.type.toUpperCase() == "CHECKBOX" ){
                if( inpx.disabled &amp;&amp; finitvalues[i] != "" ){
                    inpx.checked = true;
                }else if( !inpx.disabled &amp;&amp; inpx.value == "" ){
                    inpx.value = "1";
                }
            }
        }
    --&gt;&lt;/script&gt;
    &lt;/td&gt;
    &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;

&lt;div id="page_footer"&gt;&lt;div&gt;משרד העבודה - הגישה למורשים בלבד&lt;/div&gt;&lt;/div&gt;
&lt;script type="text/javascript"&gt;
    function F5_include_JS(jsFile)
    {
        document.write('&lt;script type="text/javascript" src="'
                         + jsFile + '"&gt;&lt;/scr' + 'ipt&gt;'); // &lt;-- IE7 workaround
    }

    if ("" == "1") {
        var f5VirtualKeyboardMove = ( "" == 1 ? "1" : "0" );
        var f5VirtualKeyboardForceBlur = ( "" == 1 ? "0" : "1" );
        function VirtualKeyboard_CustomizedMessageTextGet()
{
  return 'Virtual Keyboard';
}

function VirtualKeyboard_CustomizedHideTextGet()
{
  return 'Hide Keyboard';
}

        var f5VirtualKeyboardMessageText =  VirtualKeyboard_CustomizedMessageTextGet();
        var f5VirtualKeyboardHideText =  VirtualKeyboard_CustomizedHideTextGet();
        F5_include_JS('/public/include/js/vk/f5_vk.js');
    }
&lt;/script&gt;
&lt;div id="MessageDIV" class="inspectionHostDIVSmall"&gt;&lt;/div&gt;
&lt;div id="formHeaderSoftToken" style="overflow: hidden; visibility: hidden; height: 0; width: 0;"&gt;&lt;/div&gt;


&lt;/body&gt;</textarea>
              </div>
            </div>
          </noscript>
        </td>
      </tr>
    </tbody>
  </table>
</form>

Text Content

JavaScript is not enabled. Please enable JavaScript in your browser or contact
your system administrator for assistance.
To open a new session, please click here.

הזדהות למערכת דיווח נוכחות מעונות תעודת זהות סמל מסגרת



משרד העבודה - הגישה למורשים בלבד