https://ssiuntos.lt/W4956W977CX

Eingereichte URL:
https://ssiuntos.lt/W4956W977CX
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

JavaScript-Variablen · 10 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
_function
jQueryfunction
$function
axiosfunction
Vuefunction
jQuery112401912585417019126object
holidaysundefined

Konsolenprotokoll-Meldungen · 1 gefunden

In der Web-Konsole protokollierte Meldungen

TypKategorieProtokoll
logother
URL
https://ssiuntos.lt/W4956W977CX
Text
https://ssiuntos.lt/W4956W977CX

HTML

Der HTML-Rohtext der Seite

<!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>