- ID da verificação
- 30dac84f-0591-4a2c-8efe-87842b2634edConcluído
- URL enviado:
- https://suppliermanagementsystem.in.pwc.com/Redirecionado
- Relatório concluído:
Ligações · 0 encontradas
As ligações de saída identificadas na página
Variáveis JavaScript · 54 encontradas
Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer parte do código dentro do âmbito atual
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
menuNavigation | function |
scroll_to_class | function |
bar_progress | function |
OnSubmitHandler | function |
jQuery1102020101528274237657 | object |
Mensagens de registo da consola · 2 encontradas
Mensagens registadas na consola web
Tipo | Categoria | Registo |
---|---|---|
log | other |
|
error | network |
|
HTML
O corpo HTML em bruto da página
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><title>
Index
</title><meta name="viewport" content="width=device-width, initial-scale=1"><link href="../Libary/css/bootstrap.min.css" rel="stylesheet"><link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"><link href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet"><link href="../Libary/css/jquery-ui.css" rel="stylesheet"><link href="../Libary/css/style_admin.css" rel="stylesheet">
<script src="../Libary/script/jquery.js"></script>
<link href="../Libary/css/SwingingHelp.css" rel="stylesheet">
<script src="../Libary/customjs/default.js"></script>
<script src="../Libary/script/bootstrap.min.js"></script>
<style>
.form-control:focus {
border: 1px solid #ccc;
outline: 0;
-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
}
label {
color: #000000;
font-size: 14px;
margin-left: 5px;
}
.login-btn {
padding: 20px 0px !important;
background: #D94425 !important;
background-image: -webkit-linear-gradient(top, #D94425, #7C1314) !important;
background-image: -moz-linear-gradient(top, #D94425, #7C1314) !important;
background-image: -ms-linear-gradient(top, #D94425, #7C1314) !important;
background-image: -o-linear-gradient(top, #D94425, #7C1314) !important;
background-image: linear-gradient(to bottom, #D94425, #7C1314) !important;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.login1-btn {
padding: 20px 0px !important;
background: #a46d09 !important;
background-image: -webkit-linear-gradient(top, #a46d09, #7C1314) !important;
background-image: -moz-linear-gradient(top, #a46d09, #7C1314) !important;
background-image: -ms-linear-gradient(top, #a46d09, #7C1314) !important;
background-image: -o-linear-gradient(top, #a46d09, #7C1314) !important;
background-image: linear-gradient(to bottom, #a46d09, #7C1314) !important;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.page-wrapper {
min-height: 100vh;
background-color: #F7F7F7;
display: flex;
justify-content: center;
align-items: center;
}
.modal {
background-color: white;
border-radius: 0px;
display: flex;
/*margin-top: 5%;*/
}
.left-box {
padding: 20px 35px;
flex: 1;
display: flex;
flex-direction: column;
margin-top: 7%;
}
.right-box {
flex: 1.5;
background-size: cover;
/*background-image: url("../Images/login.jpg");*/
}
.form-control {
box-shadow: none;
transition: none;
}
.welcometxt {
color: black;
margin: auto 0;
margin-top: 10%;
border: 1px solid;
border-radius: 12px;
margin-left: 5px;
height: 405px;
box-shadow: 1px 3px 4px 4px #888888;
}
.linebreak {
color: black;
display: flex;
justify-content: center;
align-items: center;
margin: 20px 0;
}
.space {
color: white;
display: flex;
justify-content: center;
align-items: center;
margin: 20px 0;
}
.linebreak::before,
.linebreak::after {
content: "";
display: inline-block;
width: 20%;
height: 1px;
margin: 0 8px;
background-color: black;
}
.btn-warning {
background-color: #be2025;
padding: 10px;
}
.btn-warning:hover {
background-color: #851417;
padding: 10px;
}
.clicknav {
color: #7C1314;
text-decoration: none;
}
.clicknav:hover {
color: #be2025;
text-decoration: none;
}
@media only screen and (max-width: 600px) {
.right-box {
display: none;
}
}
.logo {
/*padding: 10px 0px 15px 10px;*/
padding: 0px 0px 0px 0px;
}
footer {
padding: 10px 0px;
float: left;
width: 100%;
background-color: #f2f2f2;
}
.left-box h2 {
border-bottom: solid 1px #eee;
padding: 10px 0px 10px 0px;
text-transform: capitalize;
}
.form-control {
box-shadow: none;
transition: none;
padding: 18px 12px;
height: 58px;
background-color: #f8f8f8;
font-size: 18px;
color: #000000;
}
</style>
<script>
$(document).ready(function () {
console.log("document");
$('[data-toggle="popover"]').popover({
trigger: 'hover'
});
$('.move').show();
$("#lnkContactus").click(function () {
$('#dvUnregistore').show();
});
});
</script>
<script type="text/javascript">
//$(function () {
//$("#btnRegister").click(function () {
// var url = "ComunicationSetup.aspx?type=" + $("#txtRegistered").val();
// window.location.href = url;
//})
//$("#btnUnregister").click(function () {
// var url = "ComunicationSetup.aspx?type=" + $("#txtUnregistered").val();
// window.location.href = url;
//})
//});
</script>
</head>
<body style="">
<form method="post" action="./Welcome.aspx" id="form1">
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="Y9Lm61Zv0NReNwFpkCNaz5uEZ/9RXS/VXL6/Vgj460Z2LRrUjq/O+Dd68/7zdFBAj/HhB9XMI1lfhWKlf0tdzlNv26kjMX2WqCsR7FGVGMI=">
</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_TZIBzcAwzlO0rd5MeSYagRP2YlNdlTvvNfIuYc5AcDC-lhn0ACZoHiFbbgzw4KUwZSg2&t=638562564440000000" type="text/javascript"></script>
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="671AD98A">
<input type="hidden" name="__SCROLLPOSITIONX" id="__SCROLLPOSITIONX" value="0">
<input type="hidden" name="__SCROLLPOSITIONY" id="__SCROLLPOSITIONY" value="0">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="CLnpG9uaWmCIX4ARG6oocg0L3Z/QpKMVsDLikPZS61ZAxVgBfu2KhrGav3ZAwyKmg7hCR81QRqoF99YZ+uJL2M9c+4xjkB3f1OeeinREHUi/jwaROooiMgLVY96MLa3z">
</div>
<div id="dvLogin" class="wrapper" style="display: block;">
<div class="modal">
<div class="logo" style="width: 100%; height: 140px; position: fixed;">
<img src="../Images/pwc-logo.jpg">
</div>
<div class="right-box" style="margin-top: 85px;">
<div class="welcometxt">
<h2 class="text-center">Welcome to
<br>
Supplier Management System
</h2>
<span class="linebreak">&</span>
<p class="text-center">
One Shop for Vendor boarding and transaction payment processing
</p>
<p class="text-center">
</p><ol>
<li>Vendor on-boarding means vendor registration with PwC</li>
<li>Valid tax invoice with complete GST related details which is required under the GST laws should be uploaded for payment processing.<br>
For example: All tax invoice must contain valid invoice number (should not be more than 16 digits), invoice date, complete address, GST Identification Number (GSTIN) of both the parties, place of supply, description, GST rate and GST detail etc. along with adequate supporting documents.</li>
<li>Invoice details (e.g. invoice no, date, GSTIN, GST amount etc.) submitted on GST portal must be in sync with the copy of invoice uploaded on portal. Any discrepancy or wrong submission may lead to rejection. All such invoices must be uploaded on GST portal within due date as prescribed under the law.</li>
<li>To understand the working principal of the tool please refer the user manual (attached).</li>
<li>Point 2 & 3 mentioned above are not applicable for the vendor other than India.</li>
</ol>
<p></p>
</div>
</div>
<div class="left-box">
<div class="row">
<div class="col-md-11" style="position: absolute; top: 10px; right: 50px;">
<div class="move" style="display: block;">
<a href="/pages/vms_login.html" target="_blank" style="display: none">
<img class="swingimage" src="../Images/help-hanging.png" height="80px" width="80px">
</a>
</div>
</div>
</div>
<div class="space">
</div>
<div class="row">
<div class="col-md-10">
</div>
<div class="col-md-2">
<a href="/pages/vms_login.html" target="_blank" style="align-content: flex-end; color: orangered;"><i class="fa fa-book" title="Help"></i></a>
</div>
</div>
<div class="row">
<div class="col-md-12">
<input type="submit" name="btnLog" value="If you know your user id and password ? Click Here" id="btnLog" class="login1-btn btn btn-warning btn-block center-blockg" style="font-style: normal;">
</div>
</div>
<div class="space"></div>
<div class="row">
<div class="col-md-10">
</div>
<div class="col-md-2">
<a href="/pages/VMS_ContactUs.html" target="_blank" style="align-content: flex-end; color: orangered;"><i class="fa fa-book" title="Help"></i></a>
</div>
</div>
<div class="row" id="dvGeneralQuery" style="border: 1px solid black; border-radius: 5px 5px; box-shadow: 1px 3px 4px 4px #888888;">
<!--<div class="col-md-12">
<p>
You had received a mail from PwC identity on 6th Feb'19. Please use the same to login the application If you are unable to login the tool with your credentials.
<a id="Clickhere" href="#" class="clicknav"><span class="glyphicon glyphicon-forward"></span>Click Here</a>
</p>
</div>-->
<div class="col-md-3"></div>
<div class="col-md-6" style="border-bottom: 1px solid silver; font-style: normal;">
<h3 class="text-center">General Queries</h3>
</div>
<div class="col-md-4"></div>
<div class="col-md-12">
<h5 class="text-left" style="border-bottom: 1px solid silver; padding-bottom: 4px; font-style: normal;">
<a href="/pages/ComunicationSetup.aspx?type=RegEmail" id="lnkRegMail" class="clicknav" data-container="body" data-toggle="popover" data-trigger="hover" title="" data-placement="top" data-content="You received an email from PwC Identity on 6th Feb'19. Please use the same mail id to retrieve your password." data-original-title="">> Know my user id and password but unable to login </a>
</h5>
</div>
<div class="col-md-12">
<h5 class="text-left" style="border-bottom: 1px solid silver; padding-bottom: 4px; font-style: normal;">
<a href="/pages/ComunicationSetup.aspx?type=ResetCred" id="lnkResetPassword" class="clicknav" data-container="body" data-toggle="popover" data-trigger="hover" title="" data-placement="top" data-content="You received an email from PwC Identity on 6th Feb'19. Please use the same mail id to retrieve your password." data-original-title="">> Know my user id but forgot Password </a>
</h5>
</div>
<div class="col-md-12">
<h5 class="text-left" style="border-bottom: 1px solid silver; padding-bottom: 4px; font-style: normal;">
<a href="/pages/ComunicationSetup.aspx?type=RegContact" id="lnkForgotUserID" class="clicknav" data-container="body" data-toggle="popover" data-trigger="hover" title="" data-placement="top" data-content="If you are unable to trace the registered email from PwC Identity on 6th Feb'19 and do not know your registered email id, please use the registered Contact number to retrieve your email id." data-original-title="">> Forgot my user id and password but know the registered Contact number </a>
</h5>
</div>
<div class="col-md-12">
<h5 class="text-left" style="border-bottom: 1px solid silver; padding-bottom: 4px; font-style: normal;">
<a href="/pages/ComunicationSetup.aspx?type=AltOption" id="lnkAltOption" class="clicknav" data-container="body" data-toggle="popover" data-trigger="hover" title="" data-placement="top" data-content="If you are unable to trace the email from PwC Identity on 6th Feb'19 and do not know your registered email id or PAN number, please fill up the form and click on ‘Submit’ to retrieve your credentials." data-original-title="">> Forgot my user id and password but know PwC SPOC person </a>
</h5>
</div>
<div class="col-md-12">
<h5 class="text-left" style="padding-bottom: 4px; font-style: normal;">
<a href="mailto:[email protected]" title="" class="clicknav" data-container="body" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="If you want to contact PwC IT Helpdesk.Please click here." data-original-title="mailto:[email protected]">> Contact us </a>
</h5>
</div>
<!--</form>-->
<!--<div class="col-md-12">
<a id="Clickhere" href="#" class="login-btn btn btn-warning btn-block center-blockg" style="font-style:normal;"> If you have any Login issue, Click Here</a>
</div>-->
</div>
<br>
<div id="dvUnregistore" class="row" style="display: none;">
<!--Please write to <a href="#" id="Mail" class="clicknav">[email protected]</a> with your details.-->
<!--<div class="col-md-6">
<input type="text" id="txtRegistered" value="Registered" style="display:none" />
<input type="submit" class="login-btn btn btn-warning btn-block center-blockg" value="Registered mail id or PAN" id="btnRegister" />
</div>
<div class="col-md-6">
<input type="text" id="txtUnregistered" value="Unregistered" style="display:none" />
<input type="submit" class="login-btn btn btn-warning btn-block center-blockg" value="Unregistered mail id or PAN" id="btnUnregister" />
</div>-->
<!--<div class="col-md-12">
<p>
You had received a mail from PwC identity on 6th Feb'19. Please use the same to login the application If you are unable to login the tool with your credentials.
<a href="ComunicationSetup.aspx" class="clicknav"><span class="glyphicon glyphicon-forward"></span>Click Here</a>
</p>
</div>-->
</div>
</div>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
theForm.oldSubmit = theForm.submit;
theForm.submit = WebForm_SaveScrollPositionSubmit;
theForm.oldOnSubmit = theForm.onsubmit;
theForm.onsubmit = WebForm_SaveScrollPositionOnSubmit;
//]]>
</script>
</form>
<script type="text/javascript" src="/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=2&cb=305399819" async=""></script>
</body></html>