https://vms.giz.de/VMS/view/welcome.jsf

ID de exploración:
c8a553a3-d670-4453-8eee-eb15557a38eaFinalizado
URL enviada:
https://vms.giz.de/Redireccionado
Informe finalizado:

Enlaces: 0 encontrados

Los enlaces salientes identificados en la página

Variables JavaScript: 159 encontradas

Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
autosizefunction
jQBrowserobject
Cookiesobject
PFfunction
PrimeFacesobject

Mensajes de registro de la consola: 1 encontrados

Mensajes registrados en la consola web

TipoCategoríaRegistro
verbosedom
URL
https://vms.giz.de/VMS/view/welcome.jsf
Texto
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o

HTML

El cuerpo HTML sin procesar de la página

<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"><head id="j_id_3"><link rel="stylesheet" type="text/css" href="/VMS/javax.faces.resource/VE-11.4.2.1476/styles/default/VMS_style.css"><link rel="stylesheet" type="text/css" href="/VMS/javax.faces.resource/VE-11.4.2.1476/components.css?ln=primefaces&amp;v=10.0.0"><script type="text/javascript" src="/VMS/javax.faces.resource/VE-11.4.2.1476/jquery/jquery.js?ln=primefaces&amp;v=10.0.0"></script><script type="text/javascript" src="/VMS/javax.faces.resource/VE-11.4.2.1476/jquery/jquery-plugins.js?ln=primefaces&amp;v=10.0.0"></script><script type="text/javascript" src="/VMS/javax.faces.resource/VE-11.4.2.1476/core.js?ln=primefaces&amp;v=10.0.0"></script><script type="text/javascript" src="/VMS/javax.faces.resource/VE-11.4.2.1476/components.js?ln=primefaces&amp;v=10.0.0"></script><script type="text/javascript">if(window.PrimeFaces){PrimeFaces.settings.locale='de';PrimeFaces.settings.viewId='/view/welcome.xhtml';PrimeFaces.settings.contextPath='/VMS';PrimeFaces.settings.cookiesSecure=false;}</script>
        <!-- Der IE-Modus MUSS GANZ OBEN stehen, weil sonst einige IEs den Modus zuvor beim Auslesen des Heads selbst unveränderbar setzen! -->
		<meta http-equiv="X-UA-Compatible" content="IE=11">
        <title>VMS</title>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
        <meta http-equiv="Expires" content="Fri, 05 Mar 1999 06:00:00 GMT">
        <meta http-equiv="Last-Modified" content="Sat, 19 Oct 2024 10:29:43 +0200">
        <meta http-equiv="Pragma" content="no-cache">
        <meta http-equiv="Cache-Control" content="no-cache">
        <meta http-equiv="Cache-Control" content="no-store">
        <meta http-equiv="Cache-Control" content="max-age=0">
        <meta http-equiv="Cache-Control" content="must-revalidate">
        <meta http-equiv="Cache-Control" content="proxy-revalidate">
        <meta http-equiv="Cache-Control" content="post-check=0, pre-check=0, FALSE">
        <meta name="viewport" content="width=device-width,initial-scale=1">
	<!-- TEST baseLayout --><script type="text/javascript" src="/VMS/javax.faces.resource/VE-11.4.2.1476/jscript/jQuery/jquery.min.js"></script><script type="text/javascript" src="/VMS/javax.faces.resource/VE-11.4.2.1476/jscript/jQuery/jquery.plugin.savestate.js"></script><script type="text/javascript" src="/VMS/javax.faces.resource/VE-11.4.2.1476/jscript/jQuery/jquery.features.js"></script><script type="text/javascript" src="/VMS/javax.faces.resource/VE-11.4.2.1476/jscript/jQuery/jquery.countChar.js"></script><script type="text/javascript" src="/VMS/javax.faces.resource/VE-11.4.2.1476/jscript/jQuery/jquery.plugin.numerics.js"></script><script type="text/javascript" src="/VMS/javax.faces.resource/VE-11.4.2.1476/jscript/functions.js"></script><script type="text/javascript" src="/VMS/javax.faces.resource/VE-11.4.2.1476/jscript/jQuery/jquery.dashboard.js"></script><script type="text/javascript" src="/VMS/javax.faces.resource/VE-11.4.2.1476/jscript/jQuery/jquery.plugin.autocomplete.js"></script><script type="text/javascript" src="/VMS/javax.faces.resource/VE-11.4.2.1476/jscript/script.js"></script><script type="text/javascript">jQuery.noConflict();</script>
	<link rel="shortcut icon" href="/VMS/javax.faces.resource/VE-11.4.2.1476/images/icons/favicon.ico"></head><body id="main" class="mainBoxStartBody">

        
        <style type="text/css">
            body {
                background-image: url("/VMS/image?loginBackground=1");
            }
        </style>

        

        <main id="mainBoxStart" class="mainBoxStartRight">
            <!-- ANKER -->
            <!-- CONTENTBOX -->
            <div id="loginMain">
                


                
                <div class="loginLogos">
                    <div class="loginVMSLogo"></div>
                    <div id="vmsEE"></div>
                </div>

        <script type="text/javascript">
            function detectEndOfSupportBrowsers(contextpath) {
                var ua = window.navigator.userAgent;
                var msie = ua.indexOf('MSIE ');   // IE 10 or older
                var trident = ua.indexOf('Trident/'); // IE 11
                var edge = ua.indexOf('Edge/');   // Edge (IE 12+)

                // Zusätzlich Check per duck-typing
                // Internet Explorer 6-11 || Edge 20+
                var isIEorEdgeCheckedByDucktyping = /*@cc_on!@*/false || !!document.documentMode || !!window.StyleMedia;

                if (trident > 0 || msie > 0 || edge > 0 || isIEorEdgeCheckedByDucktyping) {
                    document.location = contextpath + "/view/unsupportedBrowser.jsf";
                }
            }

            detectEndOfSupportBrowsers('/VMS');
        </script>

        <script type="text/javascript">

            function autoLogin(login) {
                document.getElementById('login').value = login;
                document.getElementById('password').value = '';
                document.getElementById('loginForm').submit();
            }

        </script>

        <div id="loginMainInner"><span class="headline-wrapper-h1">
					<h1>Herzlich willkommen!</h1></span>

			<p></p>

			
			<span id="messagesByIFrames" class="messagesByIFrames"><div id="j_id_12_8">
			

			
			</div>
			</span>

            <div id="errorStart">
            </div>


            <!-- Hauptseiteninhalt -->
            <div id="loginContent">
                <form id="loginForm" name="loginForm" class="start-login-form" action="/VMS/login" aria-label="Anmeldung an das VMS Vergabemanagementsystem" onsubmit="jQuery.BuiltWaitingDialog()" method="post">

                    <!-- LOGIN -->
                    <label for="login" aria-label="Bitte geben Sie hier Ihr Login ein.">
                        Login
                    </label>

                    <div class="loginInputContainer">
                        <div class="loginInputIcon loginIcon"></div>
                        <input type="text" class="loginInput loginInputFocus" required="true" id="login" name="username">
                    </div>

                    <!-- PASSWORT -->
                    <label for="password" aria-label="Bitte geben Sie hier Ihr Passwort ein.">
                        Passwort
                    </label>

                    <div class="loginInputContainer">
                        <div class="loginInputIcon passwordIcon"></div>
                        <input type="password" class="loginPassword" id="password" name="password">
                    </div>

                    <div class="loginSubmitBox">
                        <div class="loginSubmitBoxCell textAlignLeft">
                            <a href="#" class="showPasswordLost" title="Klicken Sie hier, um ein neues Passwort anzufordern.">Passwort vergessen</a>
                        </div>
                        <div class="loginSubmitBoxCell textAlignRight">
                            <input type="submit" class="submitButtonLogin" value="Anmelden" title="Klicken Sie hier, um sich am VMS anzumelden.">
                        </div>
                    </div>
                </form>
            </div>

            

            <div id="lostPasswordContent" style="display:none"><form id="passwordLostForm" name="passwordLostForm" method="post" action="/VMS/view/welcome.jsf?jfwid=xkxcni0gy" class="lost-password-form" enctype="application/x-www-form-urlencoded" aria-describedby="j_id_12_8"><input type="hidden" name="uniqueToken" value=""><label title="Login" for="passwordLostForm:login2">Login</label>

                    <div class="loginInputContainer">
                        <div class="loginInputIcon loginIcon"></div><input id="passwordLostForm:login2" name="passwordLostForm:login2" type="text" value="" maxlength="255" class="loginInput loginInputLostPassWordFocus" title="Login"><div class="countCharTextFieldWrapper"><div class="countCharTextField" data-maxlength="255">255</div></div>
                    </div>

                    <p style="padding-bottom:10px!important;">Falls Sie Ihr Passwort vergessen haben, können Sie sich hier unter Angabe Ihres Logins ein neues Passwort zusenden lassen.</p>

                    <div class="loginSubmitBox">
                        <div class="loginSubmitBoxCell" style="text-align:left;">
                            <a href="#" class="showLogin" title="Zurück zur Anmeldung">Zurück zur Anmeldung</a>
                        </div>

                        <div class="loginSubmitBoxCell" style="text-align:right;"><input id="passwordLostForm:submitNewPasssword" name="passwordLostForm:submitNewPasssword" type="submit" value="Passwort anfordern" title="Klicken Sie hier, um ein neues Passwort anzufordern." class="submitButtonLogin">
                        </div>
                    </div><input type="hidden" name="passwordLostForm_SUBMIT" value="1"><input type="hidden" name="javax.faces.ViewState" id="j_id__v_0:javax.faces.ViewState:1" value="MDU4NkNDMDdCMUYyMURCMDAwMDAwMDAx" autocomplete="off"><input type="hidden" id="j_id__v_0:javax.faces.ClientWindow:1" name="javax.faces.ClientWindow" value="xkxcni0gy"></form>
            </div>
        </div>
        <script language="JavaScript" type="text/javascript">
            //<![CDATA[

            // Pruefung, ob statische Hinweisbox ode ueber #messagesByIFrames vorhanden ist
            // verknuepfe form mit aria-describedby - Meldungen werden vorgelesen
            var parentMessageObj = jQuery("[id$='_message_box']");
            var frameMessageObj = jQuery("#messagesByIFrames");
            // Parent Message
            if (parentMessageObj.length > 0) {
                jQuery(".start-login-form").attr("aria-describedby", parentMessageObj.attr("id"))
            }
            // Frame Message
            if (jQuery(frameMessageObj).children().length > 0) {
                var firstChildId = jQuery(":first-child", frameMessageObj).attr("id");
                jQuery(".lost-password-form").attr("aria-describedby", firstChildId);
            }
            // Setzte Login (Anmeldung) Inputfeld auf Focus
			jQuery('.loginInputFocus').trigger('focus');
            // Wenn auf Passwort vergessen geklickt wurde, wechsel DIV
			jQuery('.showPasswordLost').on("click", function() {
				jQuery(".start-login-form").removeAttr("aria-describedby");
				jQuery('#loginContent').hide();
				jQuery('#lostPasswordContent').show();
				jQuery('.loginInputLostPassWordFocus').trigger('focus');
				jQuery('.errorBox, .successBox, .warnBox').hide();
			});
			// Wenn auf Zurück zur Anmeldung geklickt wurde, wechsel DIV
			jQuery('.showLogin').on("click", function() {
				jQuery(".start-login-form").removeAttr("aria-describedby");
				jQuery('#lostPasswordContent').hide();
				jQuery('#loginContent').show();
				jQuery('.loginInputFocus').trigger('focus');
				jQuery('.errorBox, .successBox, .warnBox').hide();
			});
			// Wenn Meldungsboxen fuer Passwort vergessen ausgegeben werden
			if (jQuery('.passwordRequested').length > 0) {
				jQuery(".start-login-form").removeAttr("aria-describedby");
				jQuery('#loginContent').hide();
				jQuery('#lostPasswordContent').show();
				jQuery('.loginInputLostPassWordFocus').trigger('focus');
			}
			//]]>
		</script>
            </div>

        </main>
        <!-- FOOTER -->
        <footer id="footer" class="footer--login">

	<!-- TEXTAUSGABE FOOTER -->
	<div id="footerText">
		<!--
			Hier kann ein beliebiger Text eingefügt werden
		 -->
			1HE054S01
		
	</div>
	<!-- AUSGABE SYSTEMINFOS -->
	<div id="footerSystem"><form id="footerSystemForm" name="footerSystemForm" method="post" action="/VMS/view/welcome.jsf?jfwid=xkxcni0gy" enctype="application/x-www-form-urlencoded"><input type="hidden" name="uniqueToken" value="">
			<acronym title="Vergabemanagementsystem">VMS</acronym>
			11.4.2 | ©&nbsp;
			2024
			COSINEX GMBH |&nbsp;
			<span title="Sa., 19.10.2024 10:29:43.962 MESZ">19.10.2024 10:29&nbsp;Uhr</span><input type="hidden" name="footerSystemForm_SUBMIT" value="1"><input type="hidden" name="javax.faces.ViewState" id="j_id__v_0:javax.faces.ViewState:2" value="MDU4NkNDMDdCMUYyMURCMDAwMDAwMDAx" autocomplete="off"><input type="hidden" id="j_id__v_0:javax.faces.ClientWindow:2" name="javax.faces.ClientWindow" value="xkxcni0gy"></form>
	</div>
        </footer>


        
        <script type="text/javascript">
            //<![CDATA[
            var testSystemBoxObj = document.getElementById("testSystemBox");
            var serviceMenuObj = document.getElementById('accessible');
            if (testSystemBoxObj !== null && serviceMenuObj !== null) {
                serviceMenuObj.style.marginTop = testSystemBoxObj.offsetHeight+"px";
            }
            //]]>
        </script>
<div id="textarea_simulator" style="position: absolute; top: 0px; left: 0px; visibility: hidden;"></div><div id="tooltippsWARN"></div><div id="tooltippsINFO"></div><div id="tooltippsSUCCESS"></div><div id="tooltippsERROR"></div></body></html>