- 제출된 URL:
- https://res.cisco.com/리디렉션됨
- 보고서 완료:
링크 · 1개 결과
페이지에서 식별된 외부 링크
링크 | 텍스트 |
---|---|
http://www.cisco.com/web/siteassets/legal/privacy.html | Privacy Policy |
JavaScript 변수 · 61개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
Popper | function |
bootstrap | object |
focusItemID | string |
onLoadPage | function |
toggleVisibility | function |
콘솔 로그 메시지 · 0개 결과
웹 콘솔에 기록된 메시지
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html lang="en"><head>
<title>Login</title>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta content="no-cache, must-revalidate, max-age=0" http-equiv="Cache-Control">
<meta content="no-cache" http-equiv="Pragma">
<meta content="0" http-equiv="Expires">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="/websafe/./templates/css/postx.css">
<link rel="stylesheet" type="text/css" href="/websafe/./templates/css/overrides.css">
<link href="../admin/cisco-fonts.min.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/javascript">
if (top != self) { top.location=self.location; } <!--Prevents this page from ever being in a frame-->
var focusItemID = "login.id";
</script>
<script language="javascript" src="/websafe/templates/standard-scripts.js" type="text/javascript"></script>
<script language="javascript" src="/websafe/templates/screen-reader.js" type="text/javascript"></script>
</head>
<body onload="onLoadPage()">
<div id="header">
<div class="d-flex align-items-center" id="alertContainer">
<span id="regEnv"></span>
</div><div class="d-flex justify-content-end align-items-center" id="welcomeContainer">
<span style="display:inline-block;" class="toggleShown" id="localeDiv">
<form action="" method="POST" name="localeform" id="localeform">
<input value="" type="hidden" name="id"><input value="" type="hidden" name="password"><select title="Select language" onchange="setLocale();" id="localeUI" name="localeUI"><option value="de">Deutsch</option><option value="nl_NL">Dutch</option><option selected="" value="en">English (US)</option><option value="es">Español</option><option value="fr">Français</option><option value="it">Italiano</option><option value="pl">Polski</option><option value="pt">Português</option><option value="ru">Русский</option><option value="zh_CN">中文(简体)</option><option value="ja">日本語</option><option value="ko">한국어</option></select><input value="true" name="localeRefreshFlag" type="hidden">
<span><a target="_blank" href="/websafe/help"><img alt="Help" src="/websafe/./images/pullFeature/Help.svg" class="headericons"></a></span>
</form>
</span><script type="text/javascript">
var userTimeZone="";
var userTimeformat="";
var userTimeZoneOffset="";
var userTimeZoneShortName="";
var userDateTimePattern="";
var timeZoneRuleData = '';
function setPassedInLocale (locale)
{
var form = document.getElementById('localeform');
form.localeUI.value = locale;
}
function endsWith(str, suffix) {
return str.indexOf(suffix, str.length - suffix.length) !== -1;
}
function setLocale()
{
var defaultUri = "/websafe/";
var form = document.getElementById('localeform');
var locale = form.localeUI.value;
var loginForm = document.getElementById('loginForm');
if (loginForm)
{
if (loginForm['id'].value != '')
{
form.id.value = loginForm['id'].value;
}
if ((loginForm['password']) && (loginForm['password'].value != ''))
{
form.password.value = loginForm['password'].value;
}
}
if (typeof customSetLocale == 'function')
customSetLocale(form, locale);
else
{
if (!form.action || endsWith(form.action, defaultUri))
form.action = location.href;
form.action = removeUrlParameter(form.action, 'localeUI');
form.submit();
}
}
var localeMenu = document.getElementById('localeUI');
if (localeMenu)
localeMenu.disabled = false;
/* When the user clicks on the Account Options dropdown button,
toggle between hiding and showing the dropdown content */
function showAccountOptions() {
document.getElementById("accountOptionsDropdown").classList.toggle("show-account-options-new");
document.getElementById("userProfileDiv").classList.toggle("userProfileColored");
}
/* Close account Options dropDown when clicked on esc key */
document.addEventListener('keydown', function(event) {
if (event.keyCode == 27) {
var accountOptionsDropdown = document.getElementById('accountOptionsDropdown');
if (accountOptionsDropdown.classList.contains('show-account-options-new')) {
accountOptionsDropdown.classList.remove('show-account-options-new');
document.getElementById("userProfileDiv").classList.remove('userProfileColored');
}
}
});
</script>
</div><div class="horBar"></div>
</div>
<link rel="stylesheet" href="/websafe/./templates/css/customLogin.css"><script language="javascript" type="text/javascript">
document.getElementById("regEnv").innerHTML="";
function clickLogin()
{
document.login.submit();
}
function fieldKeyDown(evt)
{
if (!evt)
evt = window.event;
if (evt.keyCode == 13)
{
clickLogin();
return false;
}
return true;
}
$( document ).ready(function() {
var userAlert = getWithExpiry('Postx-userAlert');
var adminAlert = getWithExpiry('Postx-adminAlert');
var urlParams = new URLSearchParams(document.location.search);
var redirect = urlParams.get('redirect')
var alertMsg = null;
if (redirect !=null && redirect ==='admin' && adminAlert==null){
alertMsg =`NoMessage`;
}
else if(redirect ==null && userAlert==null){
alertMsg =`NoMessage`;
}
if(alertMsg ==null || alertMsg === '' || alertMsg.length ==0 || alertMsg === "NoMessage" || alertMsg === undefined )
{
var cnt = $("#centeredContent").contents();
$("#genericBodyContainer").replaceWith(cnt);
}
else
{
document.getElementById("user-message").innerHTML = alertMsg;
$('#defaultModal').modal({
backdrop: 'static'
});
var cnt = $("#centeredContent").contents();
$("#genericBodyContainer").replaceWith(cnt);
}
});
function onConfirm(){
var urlParams = new URLSearchParams(document.location.search);
var redirect = urlParams.get('redirect')
var checkbox = document.getElementById('remember');
var visitor_name ;
if (redirect !=null && redirect ==='admin'){
visitor_name = "Postx-adminAlert";
}
else{
visitor_name = "Postx-userAlert";
}
if (checkbox.checked == true)
{
setWithExpiry(visitor_name,false,30)
}
}
function setWithExpiry(key, value, daysToExpire) {
const now = new Date();
const expiryDate = new Date(now.getTime() + daysToExpire * 24 * 60 * 60 * 1000); // milliseconds
const item = {
value: value,
expiry: expiryDate.getTime(),
};
localStorage.setItem(key, JSON.stringify(item));
}
function getWithExpiry(key) {
const itemStr = localStorage.getItem(key)
// if the item doesn't exist, return null
if (!itemStr) {
return null
}
const item = JSON.parse(itemStr)
const now = new Date()
// compare the expiry time of the item with the current time
if (now.getTime() > item.expiry) {
// If the item is expired, delete the item from storage
// and return null
localStorage.removeItem(key)
return null
}
return item.value
}
</script><div class="container-fluid bg">
<div id="login">
<div class="row justify-content-center align-items-center" id="login-row">
<div class="col-md-8" id="login-column">
<div class="col-md-12 mx-auto mb-4" id="login-box">
<form autocomplete="off" method="post" action="/websafe/./validateLogin.action" class="form" id="login-form">
<input value="true" type="hidden" name="cmd"><input type="hidden" value="0D5BA64206AEBBBC135407FC1788BF6B" name="csrfToken"><input value="true" type="hidden" name="reqSession">
<div class="row justify-content-center align-items-center emptyHeightBox"></div>
<div style="margin-bottom: 37px;" class="form-group">
<div class="row mx-auto justify-content-center align-items-center">
<h1 class="mds-heading text-center login-Heading">Secure Email</h1>
</div>
<div class="row mx-auto justify-content-center align-items-center">
<h1 class="mds-heading text-center login-Heading">Encryption Service</h1>
</div>
<div class="modal fade" id="defaultModal">
<div style="padding-top: 20px;" class="modal-dialog modal-lg">
<div class="modal-content mds-container">
<div class="modal-header">
<div class="modal-title">Cisco Secure Email Encryption Service: Important Update!</div>
<a data-dismiss="modal" class="modal-close"><span class="icon-close"><i><img src="/websafe/./images/skins/close.svg"></i></span></a>
</div>
<div class="modal-body">
<p id="user-message"></p>
<div style="font-size: 14px;" class="form-group">
<label style="align-items: center;display: flex;" for="remember-me"><span class="mr-2"><input class="labeledCheckbox" id="remember" name="remember" type="checkbox" title=""></span><span>Do not show this messsage again</span></label>
</div>
</div>
<div class="modal-footer">
<button onclick="onConfirm()" data-dismiss="modal" class="mds-button mds-button-kind-primary mds-button-size-md">OK</button>
</div>
</div>
</div>
</div>
</div>
<div style="margin-bottom: 36px;" class="form-group col-lg-7 col-md-12 mx-auto formLogin">
<label class="defaultLabelCss" for="focusItemLoginUsername">Username<span class="asterisk-required"> *</span></label>
<br>
<input title="Enter your e-mail here" maxlength="255" value="" size="30" type="text" name="id" aria-describedby="defaultErrorContainerId" id="focusItemLoginUsername" class="form-control form-control-sm loginInputStyle">
</div>
<div style="margin-bottom: 32px;" class="row justify-content-center align-items-center">
<input value="Log in" title="Enter your e-mail and click here to proceed." class="mds-button mds-button-kind-primary mds-button-size-md" name="submit" type="submit">
</div>
<div style="margin-bottom: 32px;" class="hr-or mx-auto formLogin"></div>
<div class="row justify-content-center align-items-center mt-4 mb-4 googleRow">
<a class="googleRowLink" href="/websafe/./google.action" tabindex="0"><img border="0" onerror="this.onerror = null; this.src="../admin/images/googleSignIn.png"" src="https://static.cres-aws.com/CRES_googleSignIn.png" alt="Google Sign-in" class="googleImage"><span tabindex="-1" class="googleSpan">Sign in with Google</span></a>
</div>
</form>
</div>
</div>
</div>
</div>
</div><script language="javascript" type="text/javascript">
var loginForm = document.forms['login'];
if (loginForm)
{
loginForm['id'].onkeydown = fieldKeyDown;
}
</script>
<div class="background" id="footer" style="padding-left: 10%; padding-right: 10%; padding-top: 20px;">
<div class="footer-container-min" id="footerContainer">
<div style="margin-bottom: 27px; margin: 4px; display: flex; justify-content: space-between ; align-items: center">
<span style="text-align:left;" class="copyrightText">Copyright © 2024 Cisco System, Inc. and/or its affiliates. All rights reserved.</span><span style="text-align:right;" class="copyrightLinks">
<a class="mds-button mds-button-kind-tertiary mds-button-size-md" href="about" title="Information about this service." target="_blank">About</a>
<a class="mds-button mds-button-kind-tertiary mds-button-size-md" href="termsOfService" title="View the CRES Terms of Service." target="_blank">Terms of Service</a>
<a class="mds-button mds-button-kind-tertiary mds-button-size-md" href="http://www.cisco.com/web/siteassets/legal/privacy.html" title="View the CRES Privacy Policy." target="_blank">Privacy Policy</a>
<a class="mds-button mds-button-kind-tertiary mds-button-size-md" href="./help?topic=ContactSupport" title="" target="_blank">Customer support</a>
<a class="mds-button mds-button-kind-tertiary mds-button-size-md" href="help?topic=FAQ" title="Secure Message Help" target="_blank">FAQ</a>
</span>
</div>
</div>
</div>
</body></html>