- ID de l'analyse :
- 077641de-0b2f-495a-a998-dae2b42fbe1eTerminée
- URL soumise :
- https://mini-orange.colibrigroup.com/Redirigé
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 9 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
redirectToFirstAvailableLink | function |
myfunction | function |
languageInterceptor | function |
showAdminPassword | function |
Messages de journal de console : 2 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
log | other |
|
verbose | dom |
|
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<link rel="shortcut icon" href="https://mini-orange.colibrigroup.com/images/favicon.ico">
<title>
Account Login
</title>
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/common_style.css?v=0.4">
<link rel="stylesheet" href="/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/login-style-ui.css?ver=2.0">
<link rel="stylesheet" href="https://mini-orange.colibrigroup.com/css/custom.css">
</head>
<body id="login-main-body" hidden="" style="display: block;">
<div id="loading_image" class="collapse">
<span id="message"></span><br>
<div class="loadingbar"></div>
</div>
<div style="text-align: right;">
</div>
<div id="login-body">
<br>
<div id="login-header">
<img src="https://mini-orange.colibrigroup.com/images/logo.png" alt="logo" class="img-responsive center-block custom-logo" style="height:auto; width:auto; max-height:70px;">
</div>
<br>
<div class="container-fluid">
<div id="login-wrapper" class="wrappersize-idp center-block" style="background-color:#ffffff; border:1px solid #ffffff;">
<form class="form login-form" id="enduserloginform" method="post" action="login">
<input type="hidden" name="timeZoneOffSet" value="0" id="timeZoneOffSet">
<input type="hidden" name="struts.token.name" value="token">
<input type="hidden" name="token" value="48ABTB0PSFU4J26FLO5ACSO5DLJ9UINZ">
<input type="hidden" name="redirectUrl" value="" id="redirectUrl">
<input type="hidden" name="requestOrigin" value="" id="requestOrigin">
<input type="hidden" name="requestParam" value="" id="requestParam">
<div id="username-error"></div>
<div id="feedback-msg"></div>
<br>
<div class="login-header custom-title">
Sign In with your credentials
</div>
<hr style="margin:20px;">
<input type="hidden" name="useragent" value="" id="useragent">
<div class="row">
<div id="userName" class="col-xs-8 col-md-8 col-ls-8 col-xs-offset-2 username-custom">
<input type="text" name="username" value="" id="username" class="form-control input-custom" placeholder="Enter your username or email here." autofocus="true" required="true">
</div>
</div>
<div id="dynamicUserName" style="margin-bottom: 20px;" class="collapse login-header custom-small-text">
</div>
<br>
<input type="password" name="hiddenPassword" id="hiddenPassword" class="" tabindex="-1" autofocus="false" style="display: none;">
<div class="row">
<div class="col-xs-8 col-md-8 col-ls-8 col-xs-offset-2">
<input type="submit" id="loginbutton" name="loginbutton" style="background-color:#eb6646; border-color:#eb6646" class="btn btn-block btn-primary custom-button" value="Login">
</div>
</div>
<br><br>
<div class="row form-inline">
<div class="form-group"><a class="btn btn-link custom-small-text" href="http://localhost:8080/idp/resetpassword">Forgot Password?</a></div>
</div>
<div>
</div>
<br><br>
<input type="hidden" name="RBAAttributes" value="" id="jsonRBAAttributes">
</form>
</div>
</div>
</div>
<form class="" id="offlineform" action="idp/offlinemode" method="POST" style="display: none;">
<input type="hidden" name="struts.token.name" value="token">
<input type="hidden" name="token" value="48ABTB0PSFU4J26FLO5ACSO5DLJ9UINZ">
<input type="hidden" name="username" id="offlineusername">
</form>
<form class="" id="forgotphoneform" action="idp/forgotphone" method="POST" style="display: none;">
<input type="hidden" name="struts.token.name" value="token">
<input type="hidden" name="token" value="48ABTB0PSFU4J26FLO5ACSO5DLJ9UINZ">
<input type="hidden" name="username" id="forgotphoneusername">
<input type="hidden" name="isCustomer" id="isCustomer" value="false">
</form>
<input type="hidden" value="login" id="testType">
<!-- Place all your javascript here at the end of document so the pages load faster -->
<!-- Latest compiled and minified Jquery JavaScript -->
<script src="/js/jquery-3.1.1.min.js"></script>
<!-- Latest compiled and minified Jquery Migrate JavaScript to support deprecated functions -->
<script src="/js/jquery-migrate-3.0.0.min.js"></script>
<!-- Latest compiled and minified Bootstrap JavaScript -->
<script src="/js/bootstrap.min.js"></script>
<!-- Latest compiled fontawesome JavaScript
<script src="https://use.fontawesome.com/19afe6f2b6.js"></script> -->
<!-- The script file for showing country codes dropdown in phone number field-->
<script src="/js/intlTelInput.min.js"></script>
<script>
$(".togglePassword").click(function() {
const type = $(this).parent().find('input[type="password"], input[type="text"]').attr('type') === "password" ? "text" : "password";
$(this).parent().find('input[type="password"], input[type="text"]').attr("type", type);
$(this).toggleClass('fa-eye fa-eye-slash')
});
// clipboard plugin
$.fn.clipboard = function() {
var data = $(this).attr('id');
$('<i class="copytoclipboard fa fa-copy fa-lg" data-copy="'+data+'"><span class="motooltiptext">Copy to Clipboard</span></i>').insertAfter(this);
};
$(document).ready(function(){
//workaround for bug in bootstrap .hide() func
$('.hidden').hide().removeClass('hidden');
//tootltips
$('[data-toggle="tooltip"]').tooltip({
container: 'body'
});
//popover
$('[data-toggle="popover"]').popover({
container: 'body'
});
$('#navbar .dropdown-toggle').hover(function(){
$(this).parent().addClass("open");
},
function(){
$(this).parent().removeClass("open");
});
$('#navbar .dropdown-menu').hover(function(){
$(this).parent().addClass("open");
},
function(){
$(this).parent().removeClass("open");
});
$(".clipboardCopy").each(function(){ $(this).clipboard(); });
$('.copytoclipboard').click(function(){
var id = $(this).data('copy');
var copyText = document.getElementById(id);
if($(copyText).is(":hidden")) {
var element = $("<input type='text' style='position:absolute;top:-1000px;bottom:-10000px'>");
$(element).insertAfter("body");
element.val($(copyText).val());
element.select();
} else {
copyText.focus();
copyText.select();
}
document.execCommand("Copy");
if($(copyText).is(":hidden")) {
element.remove();
copyText.select();
}
$(this).children(".motooltiptext").html("Copied");
});
$(".copytoclipboard").mouseout(function(){ $(this).children(".motooltiptext").html("Copy to Clipboard"); });
$(".slideSection").click(function(){
var t = $(this).data("link");
$("#"+t).slideToggle();
});
})
function redirectToFirstAvailableLink(listId) {
var list = document.getElementById(listId);
var links = list.getElementsByTagName("a");
if (links.length > 0) {
window.location.href = links[0].href;
return;
}
}
</script>
<script>
$(document).ready(function() {
var username="";
var validUsername = true;
if(validUsername && username != '') {
username = username.toLowerCase();
$("#username").val(username);
showAdminPassword();
}
var timeZoneOffset = new Date().getTimezoneOffset();
//alert("TimeZoneOffset->" + timeZoneOffset);
document.getElementById("enduserloginform").elements[0].value = timeZoneOffset;
});
$("#enduserloginform").submit(function() {
$(this).submit(function() {
return false;
});
return true;
});
function myfunction(){
alert(this.value );
window.location = this.value;
}
function languageInterceptor(){
var dropdown = document.getElementById("languageSelect");
var selectedIndex = dropdown.selectedIndex;
var valueofIndex= dropdown.options[selectedIndex].value;
var redirectAction= "/locale?request_locale=";
window.document.location.href=redirectAction+valueofIndex;
$("languageSelect").val(selectedIndex);
}
function showAdminPassword(currentTarget, username) {
$("#dynamicUserName").show();
$("#dynamicUserName").html($("#username").val());
$("#Login").show();
$("#userName").hide();
$("#passwordspan").show();
$("#plaintextPassword").show();
$("#plaintextPassword").focus();
$("#goBack").css("display","inline");
}
</script>
<script src="https://mini-orange.colibrigroup.com/js/custom.js"></script>
<script>
$(document).ready(function(){
$("body").show();
$("#username").focus();
});
</script>
</body></html>