- Scan ID:
- b18f8bf6-c172-454e-a3a4-3ae0eabbbddbFinished
- Submitted URL:
- https://ssiuntos.lt/W4956W977CX
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 10 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
_ | function |
jQuery | function |
$ | function |
axios | function |
Vue | function |
jQuery112401912585417019126 | object |
holidays | undefined |
Console log messages · 1 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
log | other |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="lt"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!-- CSRF Token -->
<meta name="csrf-token" content="UMjw1t01vJ2dXYCXbmOj4hy8vM7UgHQjkQT0W3jr">
<title>UPS</title>
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<!-- Styles -->
<link href="https://ssiuntos.lt/css/app.css" rel="stylesheet">
<link href="https://ssiuntos.lt/css/jquery-ui.css" rel="stylesheet">
<link href="https://ssiuntos.lt/css/bootstrap-select.min.css" rel="stylesheet">
<!-- Scripts -->
<script src="https://ssiuntos.lt/js/app.js"></script>
<script src="https://ssiuntos.lt/js/jquery-1.12.4.js"></script>
<script src="https://ssiuntos.lt/js/jquery-ui.js"></script>
<script src="https://ssiuntos.lt/js/datepicker-i18n/datepicker-lt.js"></script>
<script src="https://ssiuntos.lt/js/bootstrap-select-1.12.2/js/bootstrap-select.js"></script>
<script src="https://ssiuntos.lt/js/bootstrap-select-1.12.2/js/i18n/defaults-lt_LT.js"></script>
<style>
.navbar-default {
background-color: #351c15;
border-color: #351c15;
min-height: 115px;
}
.btn-primary {
background: #008369;
border: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
background: #006a55 !important;
border: none;
}
.btn-primary-active {
background: #006a55 !important;
border: none;
color: #ffd400;
font-weight: 800;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
background: #c5b143 !important;
border: none;
}
.btn-warning-active {
background: #c5b143 !important;
border: none;
color: #ffd400;
font-weight: 800;
}
.btn-block {
text-align: center;
}
.table th {
text-align: right;
}
.btn-submit {
text-align: center;
}
.btn-submit > input {
width: 10%;
margin-top: 20px;
}
@media screen and (max-width: 1000px) {
.btn-primary, .btn-danger {
width: 90% !important;
margin-bottom: 15px;
height: 50px;
font-size: 18px;
}
.form-group {
padding: 0 15px 0 15px;
}
#space {
display: none;
}
}
@media screen and (min-width: 1000px) {
.table th {
width: 50%;
}
#home_block, #office_block, #safe_place_block, #terminal_block {
padding-top: 40px;
}
label {
white-space: nowrap;
}
}
#home_block, #office_block, #remarks_block, #safe_place_block, #save {
display: none;
}
#work_time {
text-align: center;
}
.form-horizontal .form-group {
margin-left: 0;
margin-right: 0;
}
.notification {
color: red;
padding-bottom: 20px;
text-align: center;
display: none;
}
@media only screen and (max-width: 980px) {
.vln-standart-comment {
padding-top: 10px;
text-align: center;
}
}
</style>
</head>
<body>
<div id="app">
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<!-- Branding Image -->
<a class="navbar-brand" href="https://ssiuntos.lt">
<img src="https://ssiuntos.lt/img/logo.svg">
</a>
</div>
</div>
</nav>
<form method="POST" action="https://ssiuntos.lt/authorize-by-phone-number/W4956W977CX" accept-charset="UTF-8" class="form-horizontal" id="authform"><input name="_token" type="hidden" value="UMjw1t01vJ2dXYCXbmOj4hy8vM7UgHQjkQT0W3jr">
<div class="row" style="text-align: center">
<div class="col-12">
<p>Įveskite gavėjo telefono numerį, norėdami peržiūrėti siuntos informaciją.</p>
</div>
<div class="col-md-4"></div>
<div class="col-md-4" style="margin: 0 auto;">
<div class="form-group">
<input type="tel" class="form-control" name="phone_number" id="phone_number" placeholder="Telefono numeris formatu: 370XXXXXXXX">
</div>
<button type="submit" class="btn btn-primary" style="margin-top: 5px;">Peržiūrėti</button>
</div>
</div>
</form>
</div>
<script type="text/javascript">
$(document).ready( function() {
if($(location).attr('href').indexOf('posted') > -1)
{
document.location.href = '#';
location.reload();
}
console.log($(location).attr('href'));
});
var holidays= $.parseJSON($('#holiday_list').val());
</script>
</body></html>