pathxl.co.uk
Open in
urlscan Pro
89.185.129.10
Public Scan
URL:
https://pathxl.co.uk/
Submission: On November 02 via manual from GB — Scanned from GB
Submission: On November 02 via manual from GB — Scanned from GB
Form analysis
1 forms found in the DOMName: Form1 — POST ./
<form name="Form1" method="post" action="./" id="Form1" class="form-signin">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="wJkDFNmqmUVdtMtVsa6jpBbDYFoXqSwIf4HYoZMvDB2gElg9JXcU5J44amVefRJuU3KjaUQXMkPgIEUtNdVUruQDZZl95g0h1H0fKTI482iVf0fnRS8J94lmWrL5h2Td6iPBnunbdF5f8JUdPewZAxcJU/2dIDHHBkAwg5O9e+nXCgPkOU6CnaxqCe3cKiXsSnUzZtdi6wbClmcW4MaFKB2bSgIqxYmyE4277/rh0k1Z0+ynbccAXfpGY2BfvMGEdGvyh9ooABIGxb3XCmdC4v2Zvd1ENLRPg9Hxs+E+z+/E7fdhp6gMrOvHg6aZoas+qMbYA13NflKHmxrMwvzZo+zgbyC1+aoTXThPcSFafwv+IcDL68akVuk7zVqafkAdyzUrZALn7g6hTlLUqSkuflvz/v7RIB63cLtR8XlXf9KjAgA6kuf+MF49zv843SICtAtdhpAdJDtE4DiKjlilxO48XVlKUo+gP2NlWkHr5InV4gMFU/gpQ2pUqCQmZ4y63RdwfFldFztWkHT1+LZmBgy6zW4m38tx+6qHkp+7zAqlD1+B5CJkF0vzVkXY8G4DwCv/2Q==">
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['Form1'];
if (!theForm) {
theForm = document.Form1;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>
<script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZJ0Lw1SA7d5wAUP7a-ZhR3nvoAgjovLtCzYcnSamUTCcxZRgoA2&t=638240379755514788" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=x6wALODbMJK5e0eRC_p1LdCtp_xOXSqTRn0CBOq7j9sj5Cg0iErwvVbZfE-2BS7VSc3EfiNuUdngNXHZK6Y0ito6LO3onvCbgxDGeAND2Di3HsoJ0&t=ffffffffdc32f924" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=P5lTttoqSeZXoYRLQMIScLZt5pWKmyacdyHkApUCKi-aPnj48s-JbvlJBVwsjsq3ws5xblgIeq1n0ER2YSBEBKxvzn5brzxY2BV43EVTvtkN5bhj0&t=ffffffffdc32f924" type="text/javascript"></script>
<div>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334">
<input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="">
</div>
<h1 class="pxl-name">Cirdan PathXL Tutor</h1>
<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('ScriptManager1', 'Form1', [], [], [], 90, '');
//]]>
</script>
<h4 class="form-signin-heading away">
<strong>Philips Education Suite</strong> Tutor
</h4>
<div id="Panel1" class="xploreLoginPanel">
<div id="DefaultPageErrors">
</div>
<div id="login_LoginPanel1" class="loginPanel" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'login_loginBut')">
<span id="login_ExistingLabel" class="ExistingLabel"></span>
<script type="text/javascript" language="javascript">
// detect tablet virtusal keyboard.
virtualKeyboardDetector.init({
recentlyFocusedTimeoutDuration: 5000
});
virtualKeyboardDetector.on('virtualKeyboardVisible', virtualKeyboardVisibleHandler);
virtualKeyboardDetector.on('virtualKeyboardHidden', virtualKeyboardHiddenHandler);
function virtualKeyboardVisibleHandler() {
$('body').addClass('edit-mode');
}
function virtualKeyboardHiddenHandler() {
$('body').removeClass('edit-mode');
}
$("form").on("submit", function() {
var supportsTouch = 'ontouchstart' in window || navigator.msMaxTouchPoints;
if (($.browser.mobile || ($.browser.name == "msie" && supportsTouch > 0) || supportsTouch > 0)) {
$('#tabletProperty').attr("value", "1");
}
});
$(document).ready(function() {
if ($('body').hasClass('loginScreen')) {
if ($('.pe-acc-element').length) {
$('.pe-acc-element').focus();
} else {
$('.pe-un-element').focus();
}
$('input, a').each(function() {
$(this).removeAttr('tabindex');
});
}
});
/**
* On Login elements are blur
* @param {object} input Target element.
*/
function requiredField(input) {
// get the parent wrapper
var inputParentWrapper = $(input).parent('.login-element-wrapper');
// based on parent wrapper, get the child error wrapper
var errorWrapper = $(inputParentWrapper).find('.login-error-wrapper');
// check element has nothing
if (input.value.length < 1 || $.trim(input.value) == '') {
//red border
$(input).addClass('error-border');
$(input).val('');
$(errorWrapper).fadeIn(200);
} else {
//remove border
$(input).removeClass('error-border');
$(errorWrapper).fadeOut(200);
}
}
var returnFlag = false;
/**
* On Login button click, check all elemets are filled
*/
function formValidation() {
$('input.pe-login-ele').each(function() {
if ($(this).val() === '') {
$(this).focus();
// get the parent wrapper
var inputParentWrapper = $(this).parent('.login-element-wrapper');
// based on parent wrapper, get the child error wrapper
var errorWrapper = $(inputParentWrapper).find('.login-error-wrapper');
$(errorWrapper).fadeIn(200);
returnFlag = false;
return false;
} else {
returnFlag = true;
return true;
}
});
return returnFlag;
}
$(document).ready(function() {
/**
* Check element has content
* @param {string} el CSS class name from the DOM
*/
function isEmpty(el) {
return !$.trim(el.html())
}
// Check error message is given
if (!isEmpty($('.errorTxtWrapper'))) {
$('.errorTxtWrapper').addClass('errorMessage block');
$('.pe-login-ele').addClass('error-border');
}
$('input:not(.pe-login-ele), select').click(function() {
$('input').each(function() {
$(this).removeClass('error-border');
// get the parent wrapper
var inputParentWrapper = $(this).parent('.login-element-wrapper');
// based on parent wrapper, get the child error wrapper
var errorWrapper = $(inputParentWrapper).find('.login-error-wrapper');
$(errorWrapper).fadeOut(200);
});
});
});
</script>
<style type="text/css">
.errorMessage,
#login_errortxt {
color: #fff !important;
font-size: 14px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.login-element-wrapper {
position: relative;
}
.login-error-wrapper {
position: absolute;
left: 350px;
height: 42px;
width: 225px;
top: 1px;
background: transparent url('../images/tipBG.png') no-repeat left top;
}
.custom-login .login-error-wrapper {
left: 228px;
top: -3px;
}
.login-error-label {
margin: 4px 4px 4px 70px;
color: #D7091D;
font-family: Roboto;
font-size: 13px;
padding: 0;
}
.error-border {
border: 2px solid #D7091D;
}
.hideElmt {
display: none;
}
</style>
<div id="NewLogInDiv">
<span id="login_errortxt" class="errorTxtWrapper"></span>
<div class="login-element-wrapper">
<input name="login$AccBox" type="text" id="login_AccBox" class="form-control pe-acc-element pe-login-ele" autocorrect="off" autocapitalize="off" onblur="requiredField(this)" placeholder="Account">
<div id="AccBoxErr" class="login-error-wrapper hideElmt">
<p class="login-error-label">Please enter your account name</p>
</div>
</div>
<div class="login-element-wrapper">
<input name="login$UsernameBox" type="text" id="login_UsernameBox" class="form-control username-txt-input pe-un-element pe-login-ele" autocorrect="off" autocapitalize="off" onblur="requiredField(this)" placeholder="Username">
<div id="UsernameBoxErr" class="login-error-wrapper hideElmt">
<p class="login-error-label">Please enter your username</p>
</div>
</div>
<div class="login-element-wrapper">
<input name="login$PasswordBox" type="password" id="login_PasswordBox" class="form-control pe-pw-element pe-login-ele" autocorrect="off" autocapitalize="off" onblur="requiredField(this)" placeholder="Password">
<div id="PasswordBoxErr" class="login-error-wrapper hideElmt">
<p class="login-error-label">Please enter your password</p>
</div>
</div>
<input type="submit" name="login$loginBut" value="Login" onclick="if(!formValidation()){return false;};" id="login_loginBut" class="btn btn-lg btn-primary btn-block pe-login-ele">
<div class="forgotPassDiv text-center">
<a id="login_forgotPass" class="forgotPass" href="forgotPassword.aspx">(Forgot your password?)</a>
</div>
<input type="hidden" name="login$tabletProperty" id="tabletProperty" value="0">
</div>
</div>
</div>
<input name="screenHeight" type="hidden" id="screenHeight" value="578">
<input name="screenWidth" type="hidden" id="screenWidth" value="1600">
<input name="isTouch" type="hidden" id="isTouch" value="undefined">
</form>
Text Content
PathXL We use cookies to provide and improve this service. Please read our privacy notice for more information. Okay CIRDAN PATHXL TUTOR PHILIPS EDUCATION SUITE TUTOR Please enter your account name Please enter your username Please enter your password (Forgot your password?) Not for diagnostic, monitoring or therapeutic purposes or in any other manner for regular medical practice. Copyrights and all other proprietary rights in any software and related documentation ("Software") made available to you rest exclusively with Cirdan Imaging Ltd. No title or ownership in the Software is conferred to you. Use of the Software is subject to the end user license conditions as are available on request. Privacy Notice | Report a Problem