1517 lines
58 KiB
Plaintext
1517 lines
58 KiB
Plaintext
|
||
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta content="width=300, initial-scale=1" name="viewport">
|
||
<meta name="description" content="With Google's free online calendar, it’s easy to keep track of life’s important events all in one place.">
|
||
<meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF6Gwf0MSgQXZs">
|
||
<title>Google Calendar</title>
|
||
<style>
|
||
@font-face {
|
||
font-family: 'Open Sans';
|
||
font-style: normal;
|
||
font-weight: 300;
|
||
src: local('Open Sans Light'), local('OpenSans-Light'), url(//fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
|
||
}
|
||
@font-face {
|
||
font-family: 'Open Sans';
|
||
font-style: normal;
|
||
font-weight: 400;
|
||
src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
|
||
}
|
||
</style>
|
||
<style>
|
||
h1, h2 {
|
||
-webkit-animation-duration: 0.1s;
|
||
-webkit-animation-name: fontfix;
|
||
-webkit-animation-iteration-count: 1;
|
||
-webkit-animation-timing-function: linear;
|
||
-webkit-animation-delay: 0;
|
||
}
|
||
@-webkit-keyframes fontfix {
|
||
from {
|
||
opacity: 1;
|
||
}
|
||
to {
|
||
opacity: 1;
|
||
}
|
||
}
|
||
</style>
|
||
<style>
|
||
html, body {
|
||
font-family: Arial, sans-serif;
|
||
background: #fff;
|
||
margin: 0;
|
||
padding: 0;
|
||
border: 0;
|
||
position: absolute;
|
||
height: 100%;
|
||
min-width: 100%;
|
||
font-size: 13px;
|
||
color: #404040;
|
||
direction: ltr;
|
||
-webkit-text-size-adjust: none;
|
||
}
|
||
button,
|
||
input[type=button],
|
||
input[type=submit] {
|
||
font-family: Arial, sans-serif;
|
||
font-size: 13px;
|
||
}
|
||
a,
|
||
a:hover,
|
||
a:visited {
|
||
color: #427fed;
|
||
cursor: pointer;
|
||
text-decoration: none;
|
||
}
|
||
a:hover {
|
||
text-decoration: underline;
|
||
}
|
||
h1 {
|
||
font-size: 20px;
|
||
color: #262626;
|
||
margin: 0 0 15px;
|
||
font-weight: normal;
|
||
}
|
||
h2 {
|
||
font-size: 14px;
|
||
color: #262626;
|
||
margin: 0 0 15px;
|
||
font-weight: bold;
|
||
}
|
||
input[type=email],
|
||
input[type=number],
|
||
input[type=password],
|
||
input[type=tel],
|
||
input[type=text],
|
||
input[type=url] {
|
||
-moz-appearance: none;
|
||
-webkit-appearance: none;
|
||
appearance: none;
|
||
display: inline-block;
|
||
height: 36px;
|
||
padding: 0 8px;
|
||
margin: 0;
|
||
background: #fff;
|
||
border: 1px solid #d9d9d9;
|
||
border-top: 1px solid #c0c0c0;
|
||
-moz-box-sizing: border-box;
|
||
-webkit-box-sizing: border-box;
|
||
box-sizing: border-box;
|
||
-moz-border-radius: 1px;
|
||
-webkit-border-radius: 1px;
|
||
border-radius: 1px;
|
||
font-size: 15px;
|
||
color: #404040;
|
||
}
|
||
input[type=email]:hover,
|
||
input[type=number]:hover,
|
||
input[type=password]:hover,
|
||
input[type=tel]:hover,
|
||
input[type=text]:hover,
|
||
input[type=url]:hover {
|
||
border: 1px solid #b9b9b9;
|
||
border-top: 1px solid #a0a0a0;
|
||
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
|
||
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
|
||
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
|
||
}
|
||
input[type=email]:focus,
|
||
input[type=number]:focus,
|
||
input[type=password]:focus,
|
||
input[type=tel]:focus,
|
||
input[type=text]:focus,
|
||
input[type=url]:focus {
|
||
outline: none;
|
||
border: 1px solid #4d90fe;
|
||
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
|
||
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
|
||
box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
|
||
}
|
||
input[type=checkbox],
|
||
input[type=radio] {
|
||
-webkit-appearance: none;
|
||
display: inline-block;
|
||
width: 13px;
|
||
height: 13px;
|
||
margin: 0;
|
||
cursor: pointer;
|
||
vertical-align: bottom;
|
||
background: #fff;
|
||
border: 1px solid #c6c6c6;
|
||
-moz-border-radius: 1px;
|
||
-webkit-border-radius: 1px;
|
||
border-radius: 1px;
|
||
-moz-box-sizing: border-box;
|
||
-webkit-box-sizing: border-box;
|
||
box-sizing: border-box;
|
||
position: relative;
|
||
}
|
||
input[type=checkbox]:active,
|
||
input[type=radio]:active {
|
||
background: #ebebeb;
|
||
}
|
||
input[type=checkbox]:hover {
|
||
border-color: #c6c6c6;
|
||
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
|
||
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
|
||
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
|
||
}
|
||
input[type=radio] {
|
||
-moz-border-radius: 1em;
|
||
-webkit-border-radius: 1em;
|
||
border-radius: 1em;
|
||
width: 15px;
|
||
height: 15px;
|
||
}
|
||
input[type=checkbox]:checked,
|
||
input[type=radio]:checked {
|
||
background: #fff;
|
||
}
|
||
input[type=radio]:checked::after {
|
||
content: '';
|
||
display: block;
|
||
position: relative;
|
||
top: 3px;
|
||
left: 3px;
|
||
width: 7px;
|
||
height: 7px;
|
||
background: #666;
|
||
-moz-border-radius: 1em;
|
||
-webkit-border-radius: 1em;
|
||
border-radius: 1em;
|
||
}
|
||
input[type=checkbox]:checked::after {
|
||
content: url(https://ssl.gstatic.com/ui/v1/menu/checkmark.png);
|
||
display: block;
|
||
position: absolute;
|
||
top: -6px;
|
||
left: -5px;
|
||
}
|
||
input[type=checkbox]:focus {
|
||
outline: none;
|
||
border-color: #4d90fe;
|
||
}
|
||
.stacked-label {
|
||
display: block;
|
||
font-weight: bold;
|
||
margin: .5em 0;
|
||
}
|
||
.hidden-label {
|
||
position: absolute !important;
|
||
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
|
||
clip: rect(1px, 1px, 1px, 1px);
|
||
height: 0px;
|
||
width: 0px;
|
||
overflow: hidden;
|
||
visibility: hidden;
|
||
}
|
||
input[type=checkbox].form-error,
|
||
input[type=email].form-error,
|
||
input[type=number].form-error,
|
||
input[type=password].form-error,
|
||
input[type=text].form-error,
|
||
input[type=tel].form-error,
|
||
input[type=url].form-error {
|
||
border: 1px solid #dd4b39;
|
||
}
|
||
.error-msg {
|
||
margin: .5em 0;
|
||
display: block;
|
||
color: #dd4b39;
|
||
line-height: 17px;
|
||
}
|
||
.help-link {
|
||
background: #dd4b39;
|
||
padding: 0 5px;
|
||
color: #fff;
|
||
font-weight: bold;
|
||
display: inline-block;
|
||
-moz-border-radius: 1em;
|
||
-webkit-border-radius: 1em;
|
||
border-radius: 1em;
|
||
text-decoration: none;
|
||
position: relative;
|
||
top: 0px;
|
||
}
|
||
.help-link:visited {
|
||
color: #fff;
|
||
}
|
||
.help-link:hover {
|
||
color: #fff;
|
||
background: #c03523;
|
||
text-decoration: none;
|
||
}
|
||
.help-link:active {
|
||
opacity: 1;
|
||
background: #ae2817;
|
||
}
|
||
.wrapper {
|
||
position: relative;
|
||
min-height: 100%;
|
||
}
|
||
.content {
|
||
padding: 0 44px;
|
||
}
|
||
.main {
|
||
padding-bottom: 100px;
|
||
}
|
||
/* For modern browsers */
|
||
.clearfix:before,
|
||
.clearfix:after {
|
||
content: "";
|
||
display: table;
|
||
}
|
||
.clearfix:after {
|
||
clear: both;
|
||
}
|
||
/* For IE 6/7 (trigger hasLayout) */
|
||
.clearfix {
|
||
zoom:1;
|
||
}
|
||
.google-header-bar {
|
||
height: 71px;
|
||
border-bottom: 1px solid #e5e5e5;
|
||
overflow: hidden;
|
||
}
|
||
.header .logo {
|
||
background-image: url(https://ssl.gstatic.com/accounts/ui/logo_1x.png);
|
||
background-size: 116px 38px;
|
||
background-repeat: no-repeat;
|
||
margin: 17px 0 0;
|
||
float: left;
|
||
height: 38px;
|
||
width: 116px;
|
||
}
|
||
.header .logo-w {
|
||
background-image: url(https://ssl.gstatic.com/images/branding/googlelogo/1x/googlelogo_color_112x36dp.png);
|
||
background-size: 112px 36px;
|
||
margin: 21px 0 0;
|
||
}
|
||
.header .secondary-link {
|
||
margin: 28px 0 0;
|
||
float: right;
|
||
}
|
||
.header .secondary-link a {
|
||
font-weight: normal;
|
||
}
|
||
.google-header-bar.centered {
|
||
border: 0;
|
||
height: 108px;
|
||
}
|
||
.google-header-bar.centered .header .logo {
|
||
float: none;
|
||
margin: 40px auto 30px;
|
||
display: block;
|
||
}
|
||
.google-header-bar.centered .header .secondary-link {
|
||
display: none
|
||
}
|
||
.google-footer-bar {
|
||
position: absolute;
|
||
bottom: 0;
|
||
height: 35px;
|
||
width: 100%;
|
||
border-top: 1px solid #e5e5e5;
|
||
overflow: hidden;
|
||
}
|
||
.footer {
|
||
padding-top: 7px;
|
||
font-size: .85em;
|
||
white-space: nowrap;
|
||
line-height: 0;
|
||
}
|
||
.footer ul {
|
||
float: left;
|
||
max-width: 80%;
|
||
min-height: 16px;
|
||
padding: 0;
|
||
}
|
||
.footer ul li {
|
||
color: #737373;
|
||
display: inline;
|
||
padding: 0;
|
||
padding-right: 1.5em;
|
||
}
|
||
.footer a {
|
||
color: #737373;
|
||
}
|
||
.lang-chooser-wrap {
|
||
float: right;
|
||
display: inline;
|
||
}
|
||
.lang-chooser-wrap img {
|
||
vertical-align: top;
|
||
}
|
||
.lang-chooser {
|
||
font-size: 13px;
|
||
height: 24px;
|
||
line-height: 24px;
|
||
}
|
||
.lang-chooser option {
|
||
font-size: 13px;
|
||
line-height: 24px;
|
||
}
|
||
.hidden {
|
||
height: 0px;
|
||
width: 0px;
|
||
overflow: hidden;
|
||
visibility: hidden;
|
||
display: none !important;
|
||
}
|
||
.banner {
|
||
text-align: center;
|
||
}
|
||
.card {
|
||
background-color: #f7f7f7;
|
||
padding: 20px 25px 30px;
|
||
margin: 0 auto 25px;
|
||
width: 304px;
|
||
-moz-border-radius: 2px;
|
||
-webkit-border-radius: 2px;
|
||
border-radius: 2px;
|
||
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
|
||
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
|
||
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
|
||
}
|
||
.card > *:first-child {
|
||
margin-top: 0;
|
||
}
|
||
.rc-button,
|
||
.rc-button:visited {
|
||
display: inline-block;
|
||
min-width: 46px;
|
||
text-align: center;
|
||
color: #444;
|
||
font-size: 14px;
|
||
font-weight: 700;
|
||
height: 36px;
|
||
padding: 0 8px;
|
||
line-height: 36px;
|
||
-moz-border-radius: 3px;
|
||
-webkit-border-radius: 3px;
|
||
border-radius: 3px;
|
||
-o-transition: all 0.218s;
|
||
-moz-transition: all 0.218s;
|
||
-webkit-transition: all 0.218s;
|
||
transition: all 0.218s;
|
||
border: 1px solid #dcdcdc;
|
||
background-color: #f5f5f5;
|
||
background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
|
||
background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
|
||
background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
|
||
background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
|
||
background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
|
||
-o-transition: none;
|
||
-moz-user-select: none;
|
||
-webkit-user-select: none;
|
||
user-select: none;
|
||
cursor: default;
|
||
}
|
||
.card .rc-button {
|
||
width: 100%;
|
||
padding: 0;
|
||
}
|
||
.rc-button.disabled,
|
||
.rc-button[disabled] {
|
||
opacity: .5;
|
||
filter: alpha(opacity=50);
|
||
cursor: default;
|
||
pointer-events: none;
|
||
}
|
||
.rc-button:hover {
|
||
border: 1px solid #c6c6c6;
|
||
color: #333;
|
||
text-decoration: none;
|
||
-o-transition: all 0.0s;
|
||
-moz-transition: all 0.0s;
|
||
-webkit-transition: all 0.0s;
|
||
transition: all 0.0s;
|
||
background-color: #f8f8f8;
|
||
background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
|
||
background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
|
||
background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
|
||
background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
|
||
background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
|
||
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
|
||
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
|
||
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
|
||
}
|
||
.rc-button:active {
|
||
background-color: #f6f6f6;
|
||
background-image: -webkit-linear-gradient(top,#f6f6f6,#f1f1f1);
|
||
background-image: -moz-linear-gradient(top,#f6f6f6,#f1f1f1);
|
||
background-image: -ms-linear-gradient(top,#f6f6f6,#f1f1f1);
|
||
background-image: -o-linear-gradient(top,#f6f6f6,#f1f1f1);
|
||
background-image: linear-gradient(top,#f6f6f6,#f1f1f1);
|
||
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
|
||
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
|
||
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
|
||
}
|
||
.rc-button-submit,
|
||
.rc-button-submit:visited {
|
||
border: 1px solid #3079ed;
|
||
color: #fff;
|
||
text-shadow: 0 1px rgba(0,0,0,0.1);
|
||
background-color: #4d90fe;
|
||
background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
|
||
background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
|
||
background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
|
||
background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
|
||
background-image: linear-gradient(top,#4d90fe,#4787ed);
|
||
}
|
||
.rc-button-submit:hover {
|
||
border: 1px solid #2f5bb7;
|
||
color: #fff;
|
||
text-shadow: 0 1px rgba(0,0,0,0.3);
|
||
background-color: #357ae8;
|
||
background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
|
||
background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
|
||
background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
|
||
background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
|
||
background-image: linear-gradient(top,#4d90fe,#357ae8);
|
||
}
|
||
.rc-button-submit:active {
|
||
background-color: #357ae8;
|
||
background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
|
||
background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
|
||
background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
|
||
background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
|
||
background-image: linear-gradient(top,#4d90fe,#357ae8);
|
||
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
|
||
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
|
||
box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
|
||
}
|
||
.rc-button-red,
|
||
.rc-button-red:visited {
|
||
border: 1px solid transparent;
|
||
color: #fff;
|
||
text-shadow: 0 1px rgba(0,0,0,0.1);
|
||
background-color: #d14836;
|
||
background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
|
||
background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
|
||
background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
|
||
background-image: -o-linear-gradient(top,#dd4b39,#d14836);
|
||
background-image: linear-gradient(top,#dd4b39,#d14836);
|
||
}
|
||
.rc-button-red:hover {
|
||
border: 1px solid #b0281a;
|
||
color: #fff;
|
||
text-shadow: 0 1px rgba(0,0,0,0.3);
|
||
background-color: #c53727;
|
||
background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
|
||
background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
|
||
background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
|
||
background-image: -o-linear-gradient(top,#dd4b39,#c53727);
|
||
background-image: linear-gradient(top,#dd4b39,#c53727);
|
||
}
|
||
.rc-button-red:active {
|
||
border: 1px solid #992a1b;
|
||
background-color: #b0281a;
|
||
background-image: -webkit-linear-gradient(top,#dd4b39,#b0281a);
|
||
background-image: -moz-linear-gradient(top,#dd4b39,#b0281a);
|
||
background-image: -ms-linear-gradient(top,#dd4b39,#b0281a);
|
||
background-image: -o-linear-gradient(top,#dd4b39,#b0281a);
|
||
background-image: linear-gradient(top,#dd4b39,#b0281a);
|
||
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
|
||
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
|
||
box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
|
||
}
|
||
.secondary-actions {
|
||
text-align: center;
|
||
}
|
||
</style>
|
||
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
|
||
.google-header-bar.centered {
|
||
height: 83px;
|
||
}
|
||
.google-header-bar.centered .header .logo {
|
||
margin: 25px auto 20px;
|
||
}
|
||
.card {
|
||
margin-bottom: 20px;
|
||
}
|
||
</style>
|
||
<style media="screen and (max-width: 580px)">
|
||
html, body {
|
||
font-size: 14px;
|
||
}
|
||
.google-header-bar.centered {
|
||
height: 73px;
|
||
}
|
||
.google-header-bar.centered .header .logo {
|
||
margin: 20px auto 15px;
|
||
}
|
||
.content {
|
||
padding-left: 10px;
|
||
padding-right: 10px;
|
||
}
|
||
.hidden-small {
|
||
display: none;
|
||
}
|
||
.card {
|
||
padding: 20px 15px 30px;
|
||
width: 270px;
|
||
}
|
||
.footer ul li {
|
||
padding-right: 1em;
|
||
}
|
||
.lang-chooser-wrap {
|
||
display: none;
|
||
}
|
||
</style>
|
||
<style media="screen and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5)">
|
||
.header .logo {
|
||
background-image: url(https://ssl.gstatic.com/accounts/ui/logo_2x.png);
|
||
}
|
||
.header .logo-w {
|
||
background-image: url(https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_112x36dp.png);
|
||
}
|
||
</style>
|
||
<style>
|
||
pre.debug {
|
||
font-family: monospace;
|
||
position: absolute;
|
||
left: 0;
|
||
margin: 0;
|
||
padding: 1.5em;
|
||
font-size: 13px;
|
||
background: #f1f1f1;
|
||
border-top: 1px solid #e5e5e5;
|
||
direction: ltr;
|
||
white-space: pre-wrap;
|
||
width: 90%;
|
||
overflow: hidden;
|
||
}
|
||
</style>
|
||
<style>
|
||
.banner h1 {
|
||
font-family: 'Open Sans', arial;
|
||
-webkit-font-smoothing: antialiased;
|
||
color: #555;
|
||
font-size: 42px;
|
||
font-weight: 300;
|
||
margin-top: 0;
|
||
margin-bottom: 20px;
|
||
}
|
||
.banner h2 {
|
||
font-family: 'Open Sans', arial;
|
||
-webkit-font-smoothing: antialiased;
|
||
color: #555;
|
||
font-size: 18px;
|
||
font-weight: 400;
|
||
margin-bottom: 20px;
|
||
}
|
||
.signin-card {
|
||
width: 274px;
|
||
padding: 40px 40px;
|
||
}
|
||
.signin-card .profile-img {
|
||
width: 96px;
|
||
height: 96px;
|
||
margin: 0 auto 10px;
|
||
display: block;
|
||
-moz-border-radius: 50%;
|
||
-webkit-border-radius: 50%;
|
||
border-radius: 50%;
|
||
}
|
||
.signin-card .profile-name {
|
||
font-size: 16px;
|
||
font-weight: bold;
|
||
text-align: center;
|
||
margin: 10px 0 0;
|
||
min-height: 1em;
|
||
}
|
||
.signin-card .profile-email {
|
||
font-size: 16px;
|
||
text-align: center;
|
||
margin: 10px 0 20px 0;
|
||
min-height: 1em;
|
||
}
|
||
.signin-card input[type=email],
|
||
.signin-card input[type=password],
|
||
.signin-card input[type=text],
|
||
.signin-card input[type=submit] {
|
||
width: 100%;
|
||
display: block;
|
||
margin-bottom: 10px;
|
||
z-index: 1;
|
||
position: relative;
|
||
-moz-box-sizing: border-box;
|
||
-webkit-box-sizing: border-box;
|
||
box-sizing: border-box;
|
||
}
|
||
.signin-card #Email,
|
||
.signin-card #Passwd,
|
||
.signin-card .captcha {
|
||
direction: ltr;
|
||
height: 44px;
|
||
font-size: 16px;
|
||
}
|
||
.signin-card #Email + .stacked-label {
|
||
margin-top: 15px;
|
||
}
|
||
.signin-card #reauthEmail {
|
||
display: block;
|
||
margin-bottom: 10px;
|
||
line-height: 36px;
|
||
padding: 0 8px;
|
||
font-size: 15px;
|
||
color: #404040;
|
||
line-height: 2;
|
||
margin-bottom: 10px;
|
||
font-size: 14px;
|
||
text-align: center;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
white-space: nowrap;
|
||
-moz-box-sizing: border-box;
|
||
-webkit-box-sizing: border-box;
|
||
box-sizing: border-box;
|
||
}
|
||
.one-google p {
|
||
margin: 0 0 10px;
|
||
color: #555;
|
||
font-size: 14px;
|
||
text-align: center;
|
||
}
|
||
.one-google p.create-account,
|
||
.one-google p.switch-account {
|
||
margin-bottom: 60px;
|
||
}
|
||
.one-google .logo-strip {
|
||
background-repeat: no-repeat;
|
||
display: block;
|
||
margin: 10px auto;
|
||
background-image: url(https://ssl.gstatic.com/accounts/ui/wlogostrip_230x17_1x.png);
|
||
background-size: 230px 17px;
|
||
width: 230px;
|
||
height: 17px;
|
||
}
|
||
</style>
|
||
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
|
||
.banner h1 {
|
||
font-size: 38px;
|
||
margin-bottom: 15px;
|
||
}
|
||
.banner h2 {
|
||
margin-bottom: 15px;
|
||
}
|
||
.one-google p.create-account,
|
||
.one-google p.switch-account {
|
||
margin-bottom: 30px;
|
||
}
|
||
.signin-card #Email {
|
||
margin-bottom: 0;
|
||
}
|
||
.signin-card #Passwd {
|
||
margin-top: -1px;
|
||
}
|
||
.signin-card #Email.form-error,
|
||
.signin-card #Passwd.form-error {
|
||
z-index: 2;
|
||
}
|
||
.signin-card #Email:hover,
|
||
.signin-card #Email:focus,
|
||
.signin-card #Passwd:hover,
|
||
.signin-card #Passwd:focus {
|
||
z-index: 3;
|
||
}
|
||
</style>
|
||
<style media="screen and (max-width: 580px)">
|
||
.banner h1 {
|
||
font-size: 22px;
|
||
margin-bottom: 15px;
|
||
}
|
||
.signin-card {
|
||
width: 260px;
|
||
padding: 20px 20px;
|
||
margin: 0 auto 20px;
|
||
}
|
||
.signin-card .profile-img {
|
||
width: 72px;
|
||
height: 72px;
|
||
-moz-border-radius: 72px;
|
||
-webkit-border-radius: 72px;
|
||
border-radius: 72px;
|
||
}
|
||
</style>
|
||
<style media="screen and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5)">
|
||
.one-google .logo-strip {
|
||
background-image: url(https://ssl.gstatic.com/accounts/ui/wlogostrip_230x17_2x.png);
|
||
}
|
||
</style>
|
||
<style>
|
||
.remember .bubble-wrap {
|
||
position: absolute;
|
||
padding-top: 3px;
|
||
-o-transition: opacity .218s ease-in .218s;
|
||
-moz-transition: opacity .218s ease-in .218s;
|
||
-webkit-transition: opacity .218s ease-in .218s;
|
||
transition: opacity .218s ease-in .218s;
|
||
left: -999em;
|
||
opacity: 0;
|
||
width: 314px;
|
||
margin-left: -20px;
|
||
}
|
||
.remember:hover .bubble-wrap,
|
||
.remember input:focus ~ .bubble-wrap,
|
||
.remember .bubble-wrap:hover,
|
||
.remember .bubble-wrap:focus {
|
||
opacity: 1;
|
||
left: inherit;
|
||
}
|
||
.bubble-pointer {
|
||
border-left: 10px solid transparent;
|
||
border-right: 10px solid transparent;
|
||
border-bottom: 10px solid #fff;
|
||
width: 0;
|
||
height: 0;
|
||
margin-left: 17px;
|
||
}
|
||
.bubble {
|
||
background-color: #fff;
|
||
padding: 15px;
|
||
margin-top: -1px;
|
||
font-size: 11px;
|
||
-moz-border-radius: 2px;
|
||
-webkit-border-radius: 2px;
|
||
border-radius: 2px;
|
||
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
|
||
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
|
||
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
|
||
}
|
||
#stay-signed-in {
|
||
float: left;
|
||
}
|
||
#stay-signed-in-tooltip {
|
||
left: auto;
|
||
margin-left: -20px;
|
||
padding-top: 3px;
|
||
position: absolute;
|
||
top: 0;
|
||
visibility: hidden;
|
||
width: 314px;
|
||
z-index: 1;
|
||
}
|
||
.dasher-tooltip {
|
||
top: 380px;
|
||
}
|
||
</style>
|
||
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
|
||
.dasher-tooltip {
|
||
top: 340px;
|
||
}
|
||
</style>
|
||
<style>
|
||
.jfk-tooltip {
|
||
background-color: #fff;
|
||
border: 1px solid;
|
||
color: #737373;
|
||
font-size: 12px;
|
||
position: absolute;
|
||
z-index: 800 !important;
|
||
border-color: #bbb #bbb #a8a8a8;
|
||
padding: 16px;
|
||
width: 250px;
|
||
}
|
||
.jfk-tooltip h3 {
|
||
color: #555;
|
||
font-size: 12px;
|
||
margin: 0 0 .5em;
|
||
}
|
||
.jfk-tooltip-content p:last-child {
|
||
margin-bottom: 0;
|
||
}
|
||
.jfk-tooltip-arrow {
|
||
position: absolute;
|
||
}
|
||
.jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore,
|
||
.jfk-tooltip-arrow .jfk-tooltip-arrowimplafter {
|
||
display: block;
|
||
height: 0;
|
||
position: absolute;
|
||
width: 0;
|
||
}
|
||
.jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore {
|
||
border: 9px solid;
|
||
}
|
||
.jfk-tooltip-arrow .jfk-tooltip-arrowimplafter {
|
||
border: 8px solid;
|
||
}
|
||
.jfk-tooltip-arrowdown {
|
||
bottom: 0;
|
||
}
|
||
.jfk-tooltip-arrowup {
|
||
top: -9px;
|
||
}
|
||
.jfk-tooltip-arrowleft {
|
||
left: -9px;
|
||
top: 30px;
|
||
}
|
||
.jfk-tooltip-arrowright {
|
||
right: 0;
|
||
top: 30px;
|
||
}
|
||
.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore,.jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore {
|
||
border-color: #bbb transparent;
|
||
left: -9px;
|
||
}
|
||
.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore {
|
||
border-color: #a8a8a8 transparent;
|
||
}
|
||
.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplafter,.jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter {
|
||
border-color: #fff transparent;
|
||
left: -8px;
|
||
}
|
||
.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore {
|
||
border-bottom-width: 0;
|
||
}
|
||
.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplafter {
|
||
border-bottom-width: 0;
|
||
}
|
||
.jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore {
|
||
border-top-width: 0;
|
||
}
|
||
.jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter {
|
||
border-top-width: 0;
|
||
top: 1px;
|
||
}
|
||
.jfk-tooltip-arrowleft .jfk-tooltip-arrowimplbefore,
|
||
.jfk-tooltip-arrowright .jfk-tooltip-arrowimplbefore {
|
||
border-color: transparent #bbb;
|
||
top: -9px;
|
||
}
|
||
.jfk-tooltip-arrowleft .jfk-tooltip-arrowimplafter,
|
||
.jfk-tooltip-arrowright .jfk-tooltip-arrowimplafter {
|
||
border-color:transparent #fff;
|
||
top:-8px;
|
||
}
|
||
.jfk-tooltip-arrowleft .jfk-tooltip-arrowimplbefore {
|
||
border-left-width: 0;
|
||
}
|
||
.jfk-tooltip-arrowleft .jfk-tooltip-arrowimplafter {
|
||
border-left-width: 0;
|
||
left: 1px;
|
||
}
|
||
.jfk-tooltip-arrowright .jfk-tooltip-arrowimplbefore {
|
||
border-right-width: 0;
|
||
}
|
||
.jfk-tooltip-arrowright .jfk-tooltip-arrowimplafter {
|
||
border-right-width: 0;
|
||
}
|
||
.jfk-tooltip-closebtn {
|
||
background: url("//ssl.gstatic.com/ui/v1/icons/common/x_8px.png") no-repeat;
|
||
border: 1px solid transparent;
|
||
height: 21px;
|
||
opacity: .4;
|
||
outline: 0;
|
||
position: absolute;
|
||
right: 2px;
|
||
top: 2px;
|
||
width: 21px;
|
||
}
|
||
.jfk-tooltip-closebtn:focus,
|
||
.jfk-tooltip-closebtn:hover {
|
||
opacity: .8;
|
||
cursor: pointer;
|
||
}
|
||
.jfk-tooltip-closebtn:focus {
|
||
border-color: #4d90fe;
|
||
}
|
||
</style>
|
||
<style media="screen and (max-width: 580px)">
|
||
.jfk-tooltip {
|
||
display: none;
|
||
}
|
||
</style>
|
||
<style type="text/css">
|
||
.captcha-box {
|
||
background: #fff;
|
||
margin: 0 0 10px;
|
||
overflow: hidden;
|
||
padding: 10px;
|
||
}
|
||
.captcha-box .captcha-img {
|
||
text-align: center;
|
||
}
|
||
.captcha-box .captcha-label {
|
||
font-weight: bold;
|
||
display: block;
|
||
margin: .5em 0;
|
||
}
|
||
.captcha-box .captcha-msg {
|
||
color: #999;
|
||
display: block;
|
||
position: relative;
|
||
}
|
||
.captcha-box .captcha-msg .accessibility-logo {
|
||
float: right;
|
||
border: 0;
|
||
}
|
||
.captcha-box .audio-box {
|
||
position: absolute;
|
||
top: 0;
|
||
}
|
||
</style>
|
||
<style>
|
||
.chromiumsync-custom-content {
|
||
padding-top: 20px;
|
||
margin-bottom: 0;
|
||
}
|
||
.form-panel {
|
||
-webkit-box-sizing: border-box;
|
||
box-sizing: border-box;
|
||
-webkit-transform: translateZ(0);
|
||
-moz-transform: translateZ(0);
|
||
-ms-transform: translateZ(0);
|
||
-o-transform: translateZ(0);
|
||
transform: translateZ(0);
|
||
width: 100%;
|
||
}
|
||
.form-panel.first {
|
||
z-index: 2;
|
||
}
|
||
.form-panel.second {
|
||
z-index: 1;
|
||
}
|
||
.shift-form .form-panel.first {
|
||
z-index: 1;
|
||
}
|
||
.shift-form .form-panel.second {
|
||
z-index: 2;
|
||
}
|
||
.slide-in,
|
||
.slide-out {
|
||
display: block;
|
||
-webkit-transition-property: -webkit-transform, opacity;
|
||
-moz-transition-property: -moz-transform, opacity;
|
||
-ms-transition-property: -ms-transform, opacity;
|
||
-o-transition-property: -o-transform, opacity;
|
||
transition-property: transform, opacity;
|
||
-webkit-transition-duration: 0.1s;
|
||
-moz-transition-duration: 0.1s;
|
||
-ms-transition-duration: 0.1s;
|
||
-o-transition-duration: 0.1s;
|
||
transition-duration: 0.1s;
|
||
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||
-moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||
-ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||
-o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||
}
|
||
.slide-out {
|
||
-webkit-transform: translate3d(0, 0, 0);
|
||
-moz-transform: translate3d(0, 0, 0);
|
||
-ms-transform: translate3d(0, 0, 0);
|
||
-o-transform: translate3d(0, 0, 0);
|
||
transform: translate3d(0, 0, 0);
|
||
}
|
||
.shift-form .slide-out {
|
||
opacity: 0;
|
||
-webkit-transform: translate3d(-120%, 0, 0);
|
||
-moz-transform: translate3d(-120%, 0, 0);
|
||
-ms-transform: translate3d(-120%, 0, 0);
|
||
-o-transform: translate3d(-120%, 0, 0);
|
||
transform: translate3d(-120%, 0, 0);
|
||
}
|
||
.slide-in {
|
||
-webkit-transform: translate3d(120%, 0, 0);
|
||
-moz-transform: translate3d(120%, 0, 0);
|
||
-ms-transform: translate3d(120%, 0, 0);
|
||
-o-transform: translate3d(120%, 0, 0);
|
||
transform: translate3d(120%, 0, 0);
|
||
}
|
||
.shift-form .slide-in {
|
||
opacity: 1;
|
||
-webkit-transform: translate3d(0, 0, 0);
|
||
-moz-transform: translate3d(0, 0, 0);
|
||
-ms-transform: translate3d(0, 0, 0);
|
||
-o-transform: translate3d(0, 0, 0);
|
||
transform: translate3d(0, 0, 0);
|
||
}
|
||
.error-msg {
|
||
-webkit-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
|
||
-moz-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
|
||
-ms-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
|
||
-o-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
|
||
transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
|
||
height: auto;
|
||
max-height: 0;
|
||
opacity: 0;
|
||
}
|
||
.has-error .error-msg {
|
||
max-height: 3.5em;
|
||
margin-top: 10px;
|
||
margin-bottom: 10px;
|
||
opacity: 1;
|
||
visibility: visible;
|
||
}
|
||
.back-arrow {
|
||
position: absolute;
|
||
top: 37px;
|
||
width: 24px;
|
||
height: 24px;
|
||
display: none;
|
||
cursor: pointer;
|
||
}
|
||
.back-arrow {
|
||
border-style: none;
|
||
}
|
||
.shift-form.back-arrow {
|
||
display: block;
|
||
}
|
||
.back-arrow img {
|
||
display: block;
|
||
}
|
||
#link-signup {
|
||
text-align: center;
|
||
font-size: 14px;
|
||
}
|
||
.shift-form #link-signup{
|
||
display: none;
|
||
}
|
||
#link-signin-different {
|
||
display: none;
|
||
text-align: center;
|
||
font-size: 14px;
|
||
}
|
||
.shift-form #link-signin-different {
|
||
display: block;
|
||
}
|
||
.signin-card #profile-name {
|
||
font-size: 16px;
|
||
font-weight: bold;
|
||
text-align: center;
|
||
margin: 0;
|
||
min-height: 1em;
|
||
}
|
||
.signin-card.no-name #profile-name {
|
||
display: none;
|
||
}
|
||
.signin-card.no-name #email-display {
|
||
line-height: initial;
|
||
margin-bottom: 16px;
|
||
}
|
||
.signin-card #email-display {
|
||
display: block;
|
||
padding: 0px 8px;
|
||
color: rgb(64, 64, 64);
|
||
line-height: 2;
|
||
margin-bottom: 10px;
|
||
font-size: 14px;
|
||
text-align: center;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
white-space: nowrap;
|
||
-moz-box-sizing: border-box;
|
||
-webkit-box-sizing: border-box;
|
||
box-sizing: border-box;
|
||
}
|
||
.signin-card #Email {
|
||
margin-top: 16px;
|
||
}
|
||
.need-help {
|
||
float: right;
|
||
text-align: right;
|
||
}
|
||
.form-panel {
|
||
width: 274px;
|
||
}
|
||
#gaia_firstform {
|
||
z-index: 2;
|
||
}
|
||
.signin-card {
|
||
position: relative;
|
||
overflow: hidden;
|
||
}
|
||
.signin-card #profile-name {
|
||
color: #000;
|
||
}
|
||
.circle-mask {
|
||
display: block;
|
||
height: 96px;
|
||
width: 96px;
|
||
overflow: hidden;
|
||
border-radius: 50%;
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
z-index: 100;
|
||
margin-bottom: 10px;
|
||
}
|
||
.circle {
|
||
-webkit-transition-property: -webkit-transform;
|
||
-moz-transition-property: -moz-transform;
|
||
-ms-transition-property: -ms-transform;
|
||
-o-transition-property: -o-transform;
|
||
transition-property: transform;
|
||
-webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
|
||
-moz-transition-timing-function: cubic-bezier(.645,.045,.355,1);
|
||
-ms-transition-timing-function: cubic-bezier(.645,.045,.355,1);
|
||
-o-transition-timing-function: cubic-bezier(.645,.045,.355,1);
|
||
transition-timing-function: cubic-bezier(.645,.045,.355,1);
|
||
}
|
||
.circle {
|
||
position: absolute;
|
||
z-index: 101;
|
||
height: 96px;
|
||
width: 96px;
|
||
border-radius: 50%;
|
||
opacity: 0.99;
|
||
overflow: hidden;
|
||
background-repeat: no-repeat;
|
||
background-position: center center;
|
||
}
|
||
.main {
|
||
overflow: hidden;
|
||
}
|
||
.card-mask-wrap {
|
||
position: relative;
|
||
width: 360px;
|
||
margin: 0 auto;
|
||
z-index: 1;
|
||
}
|
||
.dasher-tooltip {
|
||
position: absolute;
|
||
left: 50%;
|
||
margin-left: 150px;
|
||
}
|
||
.dasher-tooltip .tooltip-pointer {
|
||
margin-top: 15px;
|
||
}
|
||
.dasher-tooltip p {
|
||
margin-top: 0;
|
||
}
|
||
.dasher-tooltip p span {
|
||
display: block;
|
||
}
|
||
.card {
|
||
margin-bottom: 0;
|
||
}
|
||
.one-google {
|
||
padding-top: 27px;
|
||
}
|
||
#canvas {
|
||
-webkit-transition: opacity 0.075s;
|
||
-moz-transition: opacity 0.075s;
|
||
-ms-transition: opacity 0.075s;
|
||
-o-transition: opacity 0.075s;
|
||
transition: opacity 0.075s;
|
||
opacity: 0.01;
|
||
}
|
||
.shift-form #canvas {
|
||
opacity: 0.99;
|
||
}
|
||
.label {
|
||
color: #404040;
|
||
}
|
||
#account-chooser-link {
|
||
-webkit-transition: opacity 0.3s;
|
||
-moz-transition: opacity 0.3s;
|
||
-ms-transition: opacity 0.3s;
|
||
-o-transition: opacity 0.3s;
|
||
transition: opacity 0.3s;
|
||
}
|
||
.input-wrapper {
|
||
position: relative;
|
||
}
|
||
.google-footer-bar {
|
||
z-index: 2;
|
||
}
|
||
</style>
|
||
<style media="screen and (max-width: 580px)">
|
||
.back-arrow {
|
||
top: 17px;
|
||
}
|
||
.circle-mask {
|
||
height: 72px;
|
||
width: 72px;
|
||
background-size: 72px;
|
||
}
|
||
.circle {
|
||
height: 72px;
|
||
width: 72px;
|
||
}
|
||
#canvas {
|
||
height: 72px;
|
||
width: 72px;
|
||
}
|
||
.form-panel {
|
||
width: 256px;
|
||
}
|
||
.card-mask-wrap {
|
||
width: 300px;
|
||
}
|
||
.signin-card {
|
||
width: 256px;
|
||
}
|
||
.signin-card #EmailFirst {
|
||
margin-top: 15px;
|
||
}
|
||
.one-google {
|
||
padding-top: 22px;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="wrapper">
|
||
<div class="google-header-bar centered">
|
||
<div class="header content clearfix">
|
||
<div class="logo logo-w" aria-label="Google"></div>
|
||
</div>
|
||
</div>
|
||
<div class="main content clearfix">
|
||
<div class="banner">
|
||
<h1>
|
||
One account. All of Google.
|
||
</h1>
|
||
<h2 class="hidden-small">
|
||
Sign in to continue to Google Calendar
|
||
</h2>
|
||
</div>
|
||
<div class="main-content
|
||
|
||
|
||
no-name
|
||
|
||
|
||
|
||
">
|
||
<div class="card signin-card
|
||
|
||
pre-shift
|
||
|
||
|
||
|
||
no-name">
|
||
<img class="circle-mask"
|
||
|
||
|
||
src="https://ssl.gstatic.com/accounts/ui/avatar_2x.png"
|
||
|
||
>
|
||
<form novalidate method="post" action="https://accounts.google.com/signin/v1/lookup" id="gaia_loginform">
|
||
<input name="Page" type="hidden" value="PasswordSeparationSignIn">
|
||
<input type="hidden" name="" value="">
|
||
<input type="hidden" name="gxf" value="AFoagUXIw56i8T56Xjdk9rGFrM04Rmd_WA:1592338802424">
|
||
<input type="hidden" name="continue" value="https://calendar.google.com/calendar/render?tab=mc">
|
||
<input type="hidden" name="followup" value="https://calendar.google.com/calendar">
|
||
<input type="hidden" name="service" value="cl">
|
||
<input type="hidden" name="scc" value="1">
|
||
<input type="hidden" name="osid" value="1">
|
||
<input id="profile-information" name="ProfileInformation" type="hidden" value="">
|
||
<input id="session-state" name="SessionState" type="hidden" value="AEThLlxDKn_PaklYlTMoiQl3bTiLEhKInJv7STdnelSZBwJH4Cd7G1ig07syPSrmZSvc9l0I_KreppOxEpyIQKIdzTZmEIYWfNdorr14L6yC8SyAMEURfHAKpNXxrIOwltXt5imlDiZDZb0IOnMNhWTiFA2VtWcN85YqfxOJFxaYdrG8bTJM1SRopnOyJT5FlEDPqhtR3O-R">
|
||
<input name="flowName" type="hidden" value="GlifWebSignIn">
|
||
<input type="hidden" id="_utf8" name="_utf8" value="☃"/>
|
||
<input type="hidden" name="bgresponse" id="bgresponse" value="js_disabled">
|
||
<div class="form-panel first valid" id="gaia_firstform">
|
||
<div class="slide-out ">
|
||
<div class="input-wrapper focused">
|
||
<div id="identifier-shown">
|
||
<div>
|
||
<label class="hidden-label" for="Email">
|
||
Enter your email</label>
|
||
<input id="Email" type="email" value="" spellcheck="false"
|
||
name="Email"
|
||
|
||
placeholder="Email or phone"
|
||
|
||
|
||
|
||
>
|
||
<input id="Passwd-hidden" type="password" spellcheck="false" class="hidden">
|
||
</div>
|
||
</div>
|
||
<span role="alert" class="error-msg" id="errormsg_0_Email"></span>
|
||
</div>
|
||
<input id="next" name="signIn" class="rc-button rc-button-submit" type="submit" value="Next">
|
||
<a class="need-help"
|
||
href="https://accounts.google.com/signin/usernamerecovery?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Frender%3Ftab%3Dmc&service=cl&scc=1&osid=1&hl=en-GB">
|
||
Find my account
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</form>
|
||
</div>
|
||
<div class="card-mask-wrap
|
||
|
||
|
||
no-name">
|
||
<div class="card-mask">
|
||
<div class="one-google">
|
||
<p class="create-account">
|
||
<span id="link-signin-different">
|
||
<a href="https://accounts.google.com/AccountChooser?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Frender%3Ftab%3Dmc&followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar&service=cl&scc=1&osid=1">
|
||
Sign in with a different account
|
||
</a>
|
||
</span>
|
||
<span id="link-signup">
|
||
<a href="https://accounts.google.com/SignUp?service=cl&continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Frender%3Ftab%3Dmc">
|
||
Create account
|
||
</a>
|
||
</span>
|
||
</p>
|
||
<p class="tagline">
|
||
One Google Account for everything Google
|
||
</p>
|
||
<div class="logo-strip"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="google-footer-bar">
|
||
<div class="footer content clearfix">
|
||
<ul id="footer-list">
|
||
<li>
|
||
<a href="https://www.google.com/intl/en-GB/about" target="_blank">
|
||
About Google
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="https://accounts.google.com/TOS?loc=GB&hl=en-GB&privacy=true" target="_blank">
|
||
Privacy
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="https://accounts.google.com/TOS?loc=GB&hl=en-GB" target="_blank">
|
||
Terms
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="http://www.google.com/support/accounts?hl=en-GB" target="_blank">
|
||
Help
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<script type="text/javascript" nonce="nT/AlO4nXM4dxH8DYMVmdQ">
|
||
var gaia_attachEvent = function(element, event, callback) {
|
||
if (element && element.addEventListener) {
|
||
element.addEventListener(event, callback, false);
|
||
} else if (element && element.attachEvent) {
|
||
element.attachEvent('on' + event, callback);
|
||
}
|
||
};
|
||
(function() {
|
||
var gaia_hideNavBar = function() {
|
||
setTimeout(function() {
|
||
window.scrollTo(0, 1);
|
||
}, 0);
|
||
};
|
||
gaia_attachEvent(window, 'load', gaia_hideNavBar);
|
||
})();
|
||
</script>
|
||
<script type="text/javascript" nonce="nT/AlO4nXM4dxH8DYMVmdQ">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var UR=function(A,b,J,X,D,y){for(b.L=(y=b.m=0,b.P=0,b.$J=function(Q,U,e){return(U=(e=function(){return U()},function(){return Q}),e)[this.F]=function(T){Q=T},e},D=(b.j=25,(b.v=(b.K=false,b.$=void 0,void 0),b).Y=[],b.B=false,b.C=0,[]),function(Q,U,e,T,u,v){return(v=(T=(u=function(){return u[(v.G|0)+(T[v.f]===U|0)-!e[v.f]]},function(){return u()}),this),e=v.Z,T)[v.F]=function(z){u[v.R]=z},T[v.F](Q),Q=T});128>y;y++)D[y]=String.fromCharCode(y);(B((B(b,(B(b,(B(b,(B((B(b,212,(B(b,163,(B(b,209,(B(b,249,(B(b,162,(B(b,(B(b,119,(B(b,(B(b,87,(B(b,(B(b,206,(B(b,(B((B((B(b,29,((b.II=(X=(B(b,21,(B(b,32,(B(b,185,(B(b,(B(b,143,(B((B(b,8,(B(b,(B(b,173,(B(b,(B(b,(B(b,60,(B(b,181,(B(b,43,(B(b,23,(B(b,237,(B((y=(B(b,218,(B(((B(b,205,(b.pT=function(Q){this.N=Q},b.N=(b.i=[],b.g=[],b),0)),B(b,58,0),b).V=[],b),251,[]),function(Q){p(Q,1)})),A.X||function(){}),b),1,[0,0,0]),function(Q,U,e,T,u){0!==(U=(u=(T=(u=(e=(U=w(Q),w(Q)),T=w(Q),w(Q)),Q).W(T),e=Q.W(e),Q).W(u),Q.W(U)),U)&&(T=E(u,Q,T,1,U,e),U.addEventListener(e,T,Y),B(Q,254,[U,e,T]))})),function(Q,U,e,T){B(Q,(e=w((U=w(Q),T=w(Q),Q)),e),Q.W(U)||Q.W(T))})),function(Q,U,e,T){B(Q,(U=(T=(e=(T=w((U=w(Q),Q)),w(Q)),Q).W(T),Q).W(U)==T,e),+U)})),function(Q,U,e,T){B(Q,(e=(T=w((U=w(Q),Q)),w(Q)),e),Q.W(U)>>T)})),function(){})),156),function(Q,U,e,T,u){T=(U=w((e=w(Q),Q)),w)(Q),Q.N==Q&&(U=Q.W(U),u=Q.W(e),T=Q.W(T),u[U]=T,1==e&&(Q.o=void 0,2==U&&(Q.A=void 0,B(Q,205,(Q.W(205)|0)+32))))}),b.D=[],42),b),function(Q,U,e,T,u){for(u=(e=(T=w(Q),U=a(Q),[]),0);u<U;u++)e.push(w(Q));B(Q,T,e)})),161),function(Q){Q.H(4)}),function(Q,U){(U=Q.W(w(Q)),bw)(U,Q)})),b),92,0),function(Q,U,e){B(Q,(U=(e=w(Q),w(Q)),U),""+Q.W(e))})),90),function(Q){p(Q,4)}),function(Q,U,e,T,u,v){if(!k(true,Q,255)){if("object"==(Q=(u=(T=(T=w((U=(u=w(Q),w(Q)),Q)),e=w(Q),Q.W(T)),Q.W(u)),e=Q.W(e),Q.W(U)),A3(u))){for(v in U=[],u)U.push(v);u=U}for(U=(v=(T=0<T?T:1,0),u).length;v<U;v+=T)Q(u.slice(v,(v|0)+(T|0)),e)}})),function(Q,U,e,T){B(Q,(T=(U=(T=w(Q),e=w(Q),Q).W(e),Q.W(T)),e),U+T)})),function(Q,U){k(true,Q,5)||(U=QL(Q),B(Q,U.M,U.a.apply(U.b,U.T)))})),window.performance||{}),X).timeOrigin||(X.timing||{}).navigationStart||0,B)(b,6,211),function(Q,U,e,T,u,v,z){k(true,Q,5)||(e=QL(Q),T=e.a,v=e.T,u=v.length,U=e.b,0==u?z=new U[T]:1==u?z=new U[T](v[0]):2==u?z=new U[T](v[0],v[1]):3==u?z=new U[T](v[0],v[1],v[2]):4==u?z=new U[T](v[0],v[1],v[2],v[3]):g(22,Q),B(Q,e.M,z))})),b),128,function(Q,U,e,T,u,v,z,G,F,M,m,c,J3){for(e=(J3=(c=(G=(U=w(Q),function(h,C){for(;c<h;)M|=w(Q)<<c,c+=8;return M>>=(C=M&(1<<(c-=h,h))-1,h),C}),M=0),G(3)|0)+1,v=G(5),u=[],z=0);z<v;z++)m=G(1),u.push(m),e+=m?0:1;for(e=((e|0)-(z=0,1)).toString(2).length,T=[];z<v;z++)u[z]||(T[z]=G(e));for(z=0;z<v;z++)u[z]&&(T[z]=w(Q));for(z=(F=[],J3);z--;)F.push(Q.W(w(Q)));B(Q,U,function(h,C,R,L,n){for(n=(R=(L=[],h.P++,0),[]);R<v;R++){if(!u[C=T[R],R]){for(;C>=n.length;)n.push(w(h));C=n[C]}L.push(C)}(h.$=h.L(F.slice(),h.s),h).v=h.L(L,h.s)})}),b),73,function(Q){Q.O(4)}),137),x(4)),[165,0,0])),124),V),function(Q,U,e,T){B((U=(T=w((e=(U=w(Q),w)(Q),Q)),Q).W(U),e=Q.W(e),Q),T,U[e])})),138),function(Q,U,e){k(true,Q,5)||(e=w(Q),U=w(Q),B(Q,U,function(T){return eval(T)}(Q.W(e))))}),{})),75),function(Q,U){U=w(Q),Q=Q.W(U),Q[0].removeEventListener(Q[1],Q[2],false)}),function(Q,U,e,T){if(U=Q.V.pop()){for(T=w(Q);0<T;T--)e=w(Q),U[e]=Q.i[e];Q.i=(U[163]=(U[249]=Q.i[249],Q.i)[163],U)}else B(Q,205,Q.I)})),[])),function(Q,U,e,T,u,v,z){if(T=(U=w(Q),e=a(Q),""),Q.i[59])for(u=Q.W(59),v=0,z=u.length;e--;)v=((v|0)+(a(Q)|0))%z,T+=D[u[v]];else for(;e--;)T+=D[w(Q)];B(Q,U,T)})),2048)),function(Q,U,e){(e=(U=(e=(U=w(Q),w(Q)),0)!=Q.W(U),Q).W(e),U)&&B(Q,205,e)})),b),254,0),167),[0,0,0]),131),function(Q,U,e,T){B(Q,(U=(T=(T=(U=w(Q),w)(Q),e=w(Q),Q).W(T),Q.W(U)),e),U in T|0)}),63),function(Q,U,e){B((e=(e=w(Q),U=w(Q),Q.W(e)),Q),U,A3(e))}),b),81,function(Q,U,e,T,u){B(Q,(U=(e=(T=(e=w((u=w(Q),Q)),U=w(Q),w(Q)),T=Q.W(T),Q.W(e)),Q.W(U)),u),E(U,Q,e,T))}),b.Uw=function(Q,U){(U.push(Q[0]<<24|Q[1]<<16|Q[2]<<8|Q[3]),U).push(Q[4]<<24|Q[5]<<16|Q[6]<<8|Q[7]),U.push(Q[8]<<24|Q[9]<<16|Q[10]<<8|Q[11])},J)&&"!"==J.charAt(0)?(b.J=J,y()):(b.c=[],A=!!A.X,b.I=0,S(b,[I,J]),S(b,[X0,y]),d(true,A,b,false))},a=function(A,b){return(b=w(A),b)&128&&(b=b&127|w(A)<<7),b},g=function(A,b,J,X,D){if((J=(X=(0==(D=b.W(58)>>3,A=[A,D>>8&255,D&255],void 0!=X&&A.push(X),b).W(249).length&&(b.i[249]=void 0,B(b,249,A)),""),J&&(J.message&&(X+=J.message),J.stack&&(X+=":"+J.stack)),b).W(163),3)<J){A=(J-=((X=X.slice(0,(J|0)-3),X).length|0)+3,X=DC(X.replace(/\\r\\n/g,"\\n")),b.N),b.N=b;try{f(137,b,Z(X.length,2).concat(X),12)}finally{b.N=A}}B(b,163,J)},Y=false,t,V=this||self,B=function(A,b,J){if(205==b||58==b)if(A.i[b])A.i[b][A.F](J);else A.i[b]=A.$J(J);else if(206!=b&&137!=b&&251!=b&&249!=b&&167!=b||!A.i[b])A.i[b]=A.L(J,A.W);1==b&&(A.A=void 0,B(A,205,(A.W(205)|0)+32))},P=function(A,b){try{UR(b,this,A)}catch(J){W(this,J)}},DC=function(A,b,J,X,D){for(b=(J=[],D=0);b<A.length;b++)X=A.charCodeAt(b),128>X?J[D++]=X:(2048>X?J[D++]=X>>6|192:(55296==(X&64512)&&b+1<A.length&&56320==(A.charCodeAt(b+1)&64512)?(X=65536+((X&1023)<<10)+(A.charCodeAt(++b)&1023),J[D++]=X>>18|240,J[D++]=X>>12&63|128):J[D++]=X>>12|224,J[D++]=X>>6&63|128),J[D++]=X&63|128);return J},f=(P.prototype.h=function(A,b,J,X,D,y){if(this.J)return this.J;try{J=!!A,D=[],y=[],S(this,[N,D,b]),S(this,[q,A,D,y]),d(true,J,this,false),X=y[0]}catch(Q){W(this,Q),X=this.J,A&&A(X)}return X},P.prototype.Z=function(A,b,J,X,D,y){if(b=A[0],b==I){y=A[1];try{for(D=(J=atob(y),y=0),A=[];y<J.length;y++)X=J.charCodeAt(y),255<X&&(A[D++]=X&255,X>>=8),A[D++]=X;this.I=(this.c=A,this.c.length<<3)}catch(Q){g(17,this,Q)}$e(this)}else if(b==N)J=A[1],J.push(this.W(163),this.W(206).length,this.W(137).length,this.W(251).length),B(this,119,A[2]),this.i[197]&&r(this,this.W(197));else{if(b==q){this.N=(A=Z(((J=A[2],this.W(206)).length|0)+2,2),X=this.N,this);try{D=this.W(249),0<D.length&&f(206,this,Z(D.length,2).concat(D),15),D=0,D+=this.W(92)&511,D-=(this.W(206).length|0)+5,y=this.W(137),4<y.length&&(D-=(y.length|0)+3),0<D&&f(206,this,Z(D,2).concat(x(D)),10),4<y.length&&f(206,this,Z(y.length,2).concat(y),153)}finally{this.N=X}if(y=(X=x(2).concat(this.W(206)),X[1]=X[0]^3,X[3]=X[1]^A[0],X[4]=X[1]^A[1],window.btoa)){for(A=(D=0,"");D<X.length;D+=8192)A+=String.fromCharCode.apply(null,X.slice(D,D+8192));y=y(A).replace(/\\+/g,"-").replace(/\\//g,"_").replace(/=/g,"")}else y=void 0;if(y)y="!"+y;else for(y="",D=0;D<X.length;D++)A=X[D][this.F](16),1==A.length&&(A="0"+A),y+=A;return(B(this,163,(X=y,J.shift())),this.W(206).length=J.shift(),this.W(137)).length=J.shift(),this.W(251).length=J.shift(),X}if(b==l)r(this,A[1]);else if(b==O)return r(this,A[1])}},function(A,b,J,X,D,y){if(b.N==b)for(y=b.W(A),137==A?(A=function(Q,U,e,T,u){if((U=(e=y.length,(e|0)-4>>3),y.NF)!=U){(T=[0,0,D[1],(u=(U<<3)-4,D)[2]],y).NF=U;try{y.kJ=el(K((u|0)+4,y),K(u,y),T)}catch(v){throw v;}}y.push(y.kJ[e&7]^Q)},D=b.W(167)):A=function(Q){y.push(Q)},X&&A(X&255),b=0,X=J.length;b<X;b++)A(J[b])}),r=function(A,b,J){return $e(((J=A.W(205),A.c)&&J<A.I?(B(A,205,A.I),bw(b,A)):B(A,205,b),A),J)},O=(P.prototype.tV=function(){return w(this)},{}),q={},A3=function(A,b,J){if(J=typeof A,"object"==J)if(A){if(A instanceof Array)return"array";if(A instanceof Object)return J;if("[object Window]"==(b=Object.prototype.toString.call(A),b))return"object";if("[object Array]"==b||"number"==typeof A.length&&"undefined"!=typeof A.splice&&"undefined"!=typeof A.propertyIsEnumerable&&!A.propertyIsEnumerable("splice"))return"array";if("[object Function]"==b||"undefined"!=typeof A.call&&"undefined"!=typeof A.propertyIsEnumerable&&!A.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==J&&"undefined"==typeof A.call)return"object";return J},w=function(A,b,J,X){if(A.$)return A.s(A.v);if(J=(b=A.W(205),b>>3),b>=A.I)throw g(31,A),A.S;return(B(A,((void 0==A.A&&(A.A=K((J|0)-4,A.c),A.o=void 0),A).o!=J>>3&&(A.o=J>>3,X=A.W(1),A.yN=el(A.o,A.A,[0,0,X[1],X[2]])),205),(b|0)+8),A).c[J]^A.yN[J%8]},N=(P.prototype.rD=V.requestIdleCallback?function(A){requestIdleCallback(A,{timeout:4})}:V.setImmediate?function(A){setImmediate(A)}:function(A){setTimeout(A,0)},{}),$e=function(A,b,J,X,D,y,Q){A.P++;try{for(X=(D=A.I,Q=5001,0),y=void 0;(A.WM||--Q)&&(A.$||(X=A.W(205))<D);)try{A.$?y=A.s(A.$):(B(A,58,X),J=w(A),y=A.W(J)),y&&y.call?y(A):g(21,A,0,J),A.K=true,k(false,A,2)}catch(U){U!=A.S&&(A.W(6)?g(22,A,U):B(A,6,U))}Q||g(33,A)}catch(U){try{g(22,A,U)}catch(e){W(A,e)}}return(D=A.W(119),b)&&B(A,205,b),A.P--,D},QL=function(A,b,J,X,D,y){for(J=(y=w((X=((b={},D=w(A),b.M=w(A),b).T=[],A.N==A?(w(A)|0)-1:1),A)),0);J<X;J++)b.T.push(w(A));for(;X--;)b.T[X]=A.W(b.T[X]);return(b.a=A.W(D),b).b=A.W(y),b},l={},I=(P.prototype.s=(P.prototype.PM=function(A,b,J){if(3==A.length){for(J=0;3>J;J++)b[J]+=A[J];for(J=(A=[13,8,13,12,16,5,3,10,15],0);9>J;J++)b[3](b,J%3,A[J])}},function(A){return(A=A().shift(),this.$()).length||this.v().length||(this.$=this.v=void 0,this.P--),A}),{}),X0=(P.prototype.F8=function(A,b,J,X){try{X=A[((b|0)+2)%3],A[b]=(A[b]|0)-(A[((b|0)+1)%3]|0)-(X|0)^(1==b?X<<J:X>>>J)}catch(D){throw D;}},{}),p=function(A,b,J,X){(X=w(A),J=w(A),f)(J,A,Z(A.W(X),b))},H,d=function(A,b,J,X,D){if(0!=J.D.length){if(D=0==J.P)J.l=J.U();return(A=TP(A,J,b),D)&&(D=J.U()-J.l,J.C+=D,D<(X?10:0)||0>=J.j--||(D=Math.floor(D),J.Y.push(254>=D?D:254))),A}},W=function(A,b){A.J=("E:"+b.message+":"+b.stack).slice(0,2048)},el=(P.prototype.W=(H=P.prototype,function(A,b){if(void 0===(b=this.i[A],b))throw g(30,this,0,A),this.S;return b()}),H.R=36,H.f="caller",function(A,b,J,X){try{for(X=0;79669387488!=X;)b+=(A<<4^A>>>5)+(A|0)^(X|0)+(J[X&3]|0),X+=2489668359,A+=(b<<4^b>>>5)+(b|0)^(X|0)+(J[X>>>11&3]|0);return[b>>>24,b>>16&255,b>>8&255,b&255,A>>>24,A>>16&255,A>>8&255,A&255]}catch(D){throw D;}}),k=function(A,b,J){if(0>=b.m||1<b.P||!b.K&&A||0!=document.hidden||b.U()-b.l<b.m-J)return false;return(B(b,205,(b.B=true,A=b.W(A?58:205),b.I)),b).D.push([l,A]),true},K=(H.S=(H.G=35,{}),H.WM=false,function(A,b){return b[A]<<24|b[(A|0)+1]<<16|b[(A|0)+2]<<8|b[(A|0)+3]}),bw=function(A,b){B(b,(b.V.push(b.i.slice()),b.i[205]=void 0,205),A)},Bt=function(A,b,J,X,D){if(b.K=(D=A[0],false),D==N)b.j=25,b.Z(A);else if(D==q){D=(J=A[1],A)[3];try{X=b.Z(A)}catch(y){W(b,y),X=b.J}(J&&J(X),D).push(X)}else if(D==l)b.Z(A);else if(D==I)b.Z(A);else if(D==X0){try{for(X=0;X<b.g.length;X++)try{J=b.g[X],J[0][J[1]](J[2])}catch(y){}}catch(y){}(0,(b.g=[],A)[1])()}else if(D==O)return X=A[2],B(b,140,A[6]),B(b,119,X),b.Z(A)},E=(P.prototype.H=function(A,b,J,X){f((((X=(b=w((X=(A&=(J=A&3,4),w)(this),this)),this.W(X)),A)&&(X=DC((""+X).replace(/\\r\\n/g,"\\n"))),J)&&f(b,this,Z(X.length,2)),b),this,X)},function(A,b,J,X,D,y){return function(){if(b.N==b){var Q=X&1,U=[O,J,A,void 0,D,y,arguments];if(X&2)var e=d(false,(S(b,U),false),b,true);else Q&&b.D.length?S(b,U):Q?(S(b,U),d(false,false,b,true)):e=Bt(U,b);return e}}}),x=function(A,b){for(b=[];A--;)b.push(255*Math.random()|0);return b},Z=(H.F="toString",function(A,b,J,X){for(X=(J=(b|0)-1,[]);0<=J;J--)X[(b|0)-1-(J|0)]=A>>8*J&255;return X}),S=(((((H=P.prototype,H).Df=function(){return Math.floor(this.C+(this.U()-this.l))},H.cM=function(A,b,J,X,D,y){for(D=(X=y=0,[]);y<A.length;y++)for(X+=b,J=J<<b|A[y];7<X;)X-=8,D.push(J>>X&255);return D},H).eA=function(A,b,J){return((b=(b^=b<<13,b^=b>>17,(b^b<<5)&J))||(b=1),A)^b},H.U=(window.performance||{}).now?function(){return this.II+window.performance.now()}:function(){return+new Date},P.prototype.O=function(A,b,J){for(b=w(this),J=0;0<A;A--)J=J<<8|w(this);B(this,b,J)},H).Zf=function(){return Math.floor(this.U())},H).JV=function(A,b,J,X){for(;J--;)205!=J&&58!=J&&b.i[J]&&(b.i[J]=b[X](b[A](J),this));b[A]=this},function(A,b){A.D.splice(0,0,b)}),TP=(t=V.botguard||(V.botguard={}),H.Tr=function(A,b,J,X,D){for(D=X=0;X<A.length;X++)D+=A.charCodeAt(X),D+=D<<10,D^=D>>6;return X=new (A=(D+=D<<3,D^=D>>11,D+(D<<15))>>>0,Number)(A&(1<<b)-1),X[0]=(A>>>b)%J,X},function(A,b,J,X,D){for(;b.D.length;){if(A=A&&J)b.m&&b.B?(b.B=false,A=0!=document.hidden?false:true):A=false;if(A){b.rD((D=b,function(){d(false,J,D,false)}));break}X=(X=(A=true,b.D.pop()),Bt(X,b))}return X});t.bg=function(A,b,J){return A&&A.substring&&(J=t[A.substring(0,3)])?new J(A.substring(3),b):new t.rzq(A,b)},t.rzq=function(A,b,J){(J=new P(A,{X:b}),this).invoke=function(X,D,y){return(y=J.h(D&&X,y),X)&&!D&&X(y),y}};try{t.u||(V.addEventListener("unload",function(){},Y),t.u=1)}catch(A){}try{V.addEventListener("test",null,Object.defineProperty({},"passive",{get:function(){Y={passive:true}}}))}catch(A){};')();</script>
|
||
<script type="text/javascript" nonce="nT/AlO4nXM4dxH8DYMVmdQ">
|
||
document.bg = new botguard.bg('rzqQky4zkoUjsKiSoQSfCtR5p2LhmzDzGVR+jwpWsCOixV/mP938t7G8o60eUbcF57Q7g6xgrobOGqz/4SkoSaauqn3q/zuF+E4SdPN1xvxqNcz7hHcGmcmteIDBIVkOgG34y12vE8Z9W8RWmu3fZlcgfTSANRsVByEEI/BOYI6OZAg7YChhnKC+4t0jIo4fH30YrLDFBvg4OtLwNHURk1HHRXdtjZw5MZaM9khvWC9PXGvUcOd4vly/eWfEAzPCqqw4lMvbIyMjNKtidaKkoWNukbWRJFTOgh3vYF/Jv3FtcuEWIlZ9f1mcp5oOL+8UJ+Xs8auURfbnz5cZQPfj5Fqy6garOzai1pJ/jtj0XIjQxQaZkAErGZ6gWz//uMfUb5+PN52SOsyVO0PdnKQ8V4kFsZ799VjVek2FhojcjCAGTRskr5CrKt11J1DOZ9X1JBCSWppaAtCLb74W8/g8pE0/EiwbnN08ISR0ltnTJFjkbyXbDY2a2os51dzYZoFokWv6t6HGp/QyZWV03tT6SrpVDmqkS/prJkGvSIFvbNboOmUmzUuq4I5D9NHs94jl2A07UHne5doMmZ1Zwupt1VTdtku1Dqmkoxhc+VJ+szuu9S+kBiurhkoCAuaey8nY05g8+h9tM6T0gG0gW8JP/r6IIOY/DMbdVHtHJVCtvaTe1p6inInWMsjkEy1cRzaqcXTL2qpjJlzYzW4X7Lf9ZaeHnBmzrb8/VT/uzCDyUL7Xbdh+gbf/bmxoB11NITvnU2YB2WtsczK79w6Svxc0ByTkFTIDcA2y4nPVwZ6locDrQdV+V1pcwbma8lUBmcYXXa1Fm3Z1BHDLtPSutHTcIVpz00hVCPdGG/Z1rt1vDq2PeeiE+if+k0viZj8eH3del04Yj8ru+FvTERycUffURg/nFRFoMxiOa/2wJlSZJ4UTrTfOVrMfttihP2+SM69BiFUwUGbFySkCZWmc5INmvwa4lQh6YttZ3mRLHDzBBuH2u/upqzTFtpUaGNOCiDvzy+DBlXdKyFbyx29JhGSO4Xrv4oioUu0C01q4xI3UtCLTFXxWD4Aa9BNBaf98EIN0LFJD9K6TOJhhUQzaB++iEFtS5ns116PNSxMw+f1fhbHDCw+Jhm5FDmB6j0AsGtm//oH1ZA0rD35CxEGDP6mOSDQzEeSM/KCFWJuB+ohxKnGNVf/IuQ+kCnqnGJoD3+PCf05gSADqedICMfX7SS4rKsFcB8tfCcfJsulM65svzvjKmEClUJLs3+lLOTRCt2bUlezd9YSchrwpf4kBeYP0Ro6O8xlZp804KFpBJCL1dEmRW/a326FVW6cZ//DkR8wvEnjbf3HKNm72zo7JHtLaZp5eB7U13TwlaYKdvDZeeFSJ7jvLBCd6WtY60OdfFw0dJ7gNnXxjm6JnNLr9pDhISO08mzQZ4cC2AJQpPHvuhOfeBXsLTFmDzlfMH7Vv/I5tZIxtx7p95NlFgmEpniYebqFfxhIdrOCyB3cO/wlY+7dNf2r4nI4LELdmC9KLc/0yDEoPLWoVmj/AV5SVt9raMrqsswLlheXPciySEV1PrR0x8VKLncnW2YamkThIiF2loNblfbFOhor0j6hBHJjYAnNy6MDWSez04Y9KxnT7IWwzWtVWDgXgPA3r4WNX0gC3P7Vu2r+iWnhObg08Zg9fNFftAiisp6KMyi87Ogx2jSSotzbg+kywbOi8KV2FFQ661dSeuY2Tj7ebjCOt5wq2ABzj0vHqkpmKZ8/pShtHQJ4eHD1FoAbK2PvoBEsJIlv4FtYxg1UiRHmMh8dkyWdHzVzlMb8JWL1OoCbVqYYqQUqpwgix5MUKW3VsQXZ/omhwCMFHaJtt4LM9oJhygpdh07r3vWLSS2s0PKRRn/llIYejBMaWevbbVpi51sEXS0QOXO+soTDuEZ8827lu7Wloa67JYLm/iwcAtwDKWoKJ7ZBh41VDJzuwPS1zlvm7aIFeKvlIGGDdbj1i1j3Umz5bGj17bpmHwbB8hD8cA2bYfUJye4fadVUKCgs/8hXDPiCZkfQLGk9LFBB1N9BGDE4ClNiF56YxSYNaCk/qYk0H7ZxL5k+lLyNgx3kkT1ZLoDnQer7bKxG00m/ZJyjzOEnRPExs5sldlOxW9io7UEW1H2JSCKQwRGvQ0DAwGxp43Zopj0VEXPoKT8Zj7bCYgsNA/0vom4oOc8sKe1znWPk8LoJrlWMlALQKgeYhJvsW2g0phTbNQc81mgBK6Z9dQViYB164/UJV6/4b2/++Kls1ZY95mQ/RMUwOgUpNUSG/a2Sphy34UR2FYQ905lCY+T1Cuca/i2vPkhcm7GK6oEkFBJnMtb5d2cDiOiKyqHMuQHsE1HV6OB9UaTkWjVPVs90JvUHnpF7qzbKtEEIzcSe5mjtpg/Hm3+Ku2n96uPgkos+EY8qZsz6qaT897P/xlotN6DoLvoMDWflHglYf7nQEbafXZ6UHT/2lFanxGv5jcSFfuvtqF5NUolUIMxMIlNzd2MF5d483Prv6P+3Kg/kJHDEUkpecysHkEiwCpduhqiviBHWlRe9TJ0rNLSwUfpEo+KdY7mgzrcwLnfWNXANX31tUTe6lMn8pXD7NMBiesmK4xWzIc6qLJ+OMjH0qoUwLWEFMWSkUXqhfRr7DZtGGnoqdY9rY4HFnUqVrH+3GMJbUOpme4sE0Wkiuk/92yWt3S7c1RBrqQuYDoNwc/wiI9ozvfInLkCrAzAmoeAr7UCFc0CFruNFngVBHutDQVmYDHUHOoYD266jW5jWbGo4mCkkS4NmqA39opKnGg3wEBJnBqJhdt3ok45lr+/dtcwkhyr7L/br7D7lj3VHA7d8MtLIyhTLpmBSIjTWP3TOysV1rIipaHFv6tKDqXVkYK/vhpl+JONFLeNTkJDDSql2Ytb+q2swhZogz7kblYwLSeN9IAsRkGWgSoXX6JkErqi3yhVm0PUbzBm37cI2vopxnAMYG56LrB+3N+65oECXbrgh95z37xi/4iGFGx+/NOsGs62xHSoarq+Y/tiO9ZZzzX4xGii5W19C2kyXdjbXxdDD9m5abNYOgRKNIJbYQfxbN5GG7CNF/4Zq2jsoPPsr+YDBqRm7XwSdf92c4xFEfHbeKUr+lzvdofD7xln7gkcLrcwRr6wQGB6VPy7q9SP45k8hEXkscK503Pk2XfBosUbIBt70mTn+6LWwFF7drIMdXWbD89BKSRQjVnWBqFvbPP2w3iDmGXOv6Mef1rH6vOqvQWEGWLrB1E09euFOT+eFsHFA61FtDUoVefoJs3rbnYRcawH32Igum1Jv7zu541e2VllV5eHGTmR1dsfCt8yJ0eJNuabZyTV6nCWk2QME2bVsFlTZGydDWuwIpaMFyqfDmYnkel13UAxIhyjhbVEvb4fTbn2CeZLnsrzIrS3hM/56jInZ+66ub3jQuKZ7x5QpTWGAKYX/x9vyIvb4vFphBgAB7e7JDvzZfFuvGKBIAu5k4I8yZ5lEOU9Ed4MkWzmR1jDVNyxaUaY3+k4raw40qC6QYni9seC1I5mg3zTxVm94xPDVUjaldgCpsTUfMNxM5+bO2Ptd6a26bb9byn+xuSPxO9BTZPsBwmh0pQypVbyyd8XRgqi02pmQq9vwf0Xyg5vQ/UlqoY3Pvrlj7NEwPXgGqoqybxYvX9JYYQIK4wF3dNMUm10lujGivve7t97f3et0238h25a4r7atZ6WaO9YVGKJEdSS8Id9Cs4czQSYrjY4sWltwkTbfrH/Y9r5rdOaxB6Ka1qMk5+d5GXodXRYZc9eYKxi4t6NKAPY9Ry2Dgzc773RWugKPDoWfQkXWeThkWULeJXFEn5ibSJo84L+PmPT5qJ5kbua50YQ02lm+j4sL1pB7KJOsmgg2MkAaDUaNVUnGZTEbHQd9cNb8WgfQx1uUxlaQBvDLrmwRucbpQ7yhNpvxL/RzffKN5xM1ZEkXII8q0ONSWjmDavvoqcGwINrJ+TdXZQClBMAFRK7uIMA4f3Csk6b0YdI5NbBhGLGIcxu+fVOQIYF1PQgHURZVwC1MYR6Cl04RNmCQuz01UfrpGw/ymV6DjkpnLnhSK39LwyW/RkazpH3AgGvPzfuYli0wma9uW1Kzs0lTaINloOuoK5oUZqhx/QODASnceRc2r3hpRjYoIuJ34gihbpQcU5p6mZQfdZDcIGOfVFA77OarU1KmBqaowXkmiE2ts8gp7o23CZGQytWXK0DUMCObevImqDdNGVmHqJ8bjodhbUp/8d/6qNJSo2aLS8oeeVSYkazCIC5Z8iX9PRUyOjRT2l4rZlbISfgFvXvza1LeFqbuc8iJWkNDCBO8Fhg5n5o2PesIu7y899UMG7RBvGIlXC/1KJJ1ceMF09ggyutle0jBnagOY4g/uT05tNAsAIOy33Rfm9whVPkIKL5VU+LjJFIMyXI3frXV7GKawJ568nqdwFoOBXpM1gUQ+ttimDlox9/a3RrcwPoxp/xWhM9+G+50rCZM3bCrKak30qUCFvZT6hLjfLrjECLBXAKpeCmnfhY8mSgPoGA89Qm7pjnnVCr2lMeVSyq14OBXEvIXdTK3GjSGNfTKk9HzxtuY2aTI54M5M2+qVtM+AzVTvoRzHHVjpNmZjiZilyt6bEt5mXYoFHX2g0E5zwv4gJK8i3LeVMTpvxJORmGrKdbzsjQVmxyoWAR2XUrtRxMpu9w8TrzIJqzU7grjQ/KcddpNB7m+DoOrb68IiT+N8ysawQefhc4kU3+M5bWq/NeTcPUbgq8VJMfv24lZp9qjwSJsb1cO3Dxo/BAh5mn4HrxrbXnF1k7oryg6qMwg0mIgDFib4EO51xeT7XQXLnnFN6pTywCCUTuctU+BWMEu9VW9GPdOt2RlHX1+DPojRBvJsXyR3m6U+HyqqKHVxFQoWZM1AaQhZOJHUCLxjTD9hTmSwRPxEgbbpWDKJQlIdvcEqGhjMoHnNgf+GlQ7lDJwakL9Fd3mIcmb68u+mnJjAOnSaeUVkOczU7xDnXegAsl2Ya8H+bY/UrFxZ3QoBP5V+YJ6/+/h5xoIZbqvquoOld2SFsQCtNZwXvaVbIBhuqG4PT2Yt2xjDb8TtPEuytGAdyvS8fj9mtg2sjFTDGUDXtNOuR2AGHla2JRnw1xzjs914j/x1hd5RhD+4BdQ9686/r5OLAR/ipc/Cg/XzYpEmkucvzDJGqF5IVVXdMeM4/ttQ8PDCdAnX7JGN36hFy2AH+QUp32bRa1VokUfhi65BVtRDcBxHe8PgX+LWHdoJTmJoxz19RIbjtvDtibo+nT4jMg19qlMKj5w5EHFsUzA14Z1HtPVA+96ZgeXlUTB2SIKy3EYTkpiYJ5Bb9gmqsfFo2Jvzhnx97mi0MapuW48fxUz28kadEFfQQllx5oMdrUXdHg53YiD3JeMjH8KEpOH/f6g77EKSqpMTXcj11J7TCSxjYcmsglavfGJfbTwbvaIkSkUvjfI1jnFppGsDqcvfmAFw9bAn88sq7rbtHb/dmdI2uymKmxs3idGJdDqSKyJHlMRg4bDTPCImphmYYeD3F24Vy5Yk8Ft7ZGO/oeIX0jj2b+0D3pxzG8/Tzulk/521KXM+w53UVVmFxym21NtR+vOsxcc46dCNyEaXNP5zIKol7LC9qUQFPoMUrbH0tWiZ1etBwCR9yAqwOum4Bq9bYUKXwMtdwJs6SXlBjXGWmVsgW3hZrLk242cGxcZdyQgE2jgk77jZagFmI7Fe/a54bS5ih/zauMu5DoWHTm8VdL5otW6yYrfZ58oyPJiQsX9i5HuKfWdiaqAfcHNngB5XuxeJJRjSvK+wFjIp8J24rgvEapVUHXAoix0UA/SO2IPCN4Gn75417CqjK2EHH+e/e2is9imNrXIYEhGvwHRiZXV+RexJCoLU87jDhLzSDK4cCDp4+ex6kQKjwcdhCpoW0Rl8ftHf3JKW3j+4qXf30fDjRZFZn+ocner75rzaMvMLHbOcaRUlJlQdsX/tDy5iWmpvGgym/dh5oX2PgmygFriYofR06wndVDwsFPHIObl6fgM+6WwK0gKjimdHBbEI174iRlqvTTAcryKyqXl8/4j5Ua4XwwtnauPf168mfJOObbYmYlZFtuB8mV9NgzzXzJp8qm+cDrDA+RvhFZJkDgzUGjuehaj86+ZAW5V18PYyPIuqR+jCamhrO1g/HeR/GbRLtsFjELSs2qdz+90DEHvcmYwTELvaLfhiKNtuomAsnPFaPFQ0wPdd+apU0tpb4TqyLMRQNpdBuyJJm3chIIf6ciRve8xs5sl62Z915Jqw5u3cbvAtIaIVGm6k+i2AJcgL+ofcbJpyAjgBBX2IqEuw4I5S7gsNHRjclXMJPfIzjwGeuevZXNUN2QXcLHdWm3HY9snbgIAdeIQH7SSnd6CeE4NsjkpEUXTGm7R/nM/10lO3gKyPKPW5RoCX0050URCuWnJU9ycVrntEdU2b0dR48vX5HGT5k5KJKSuINgcPJ0Cbcs2SlfF3iRmrFx55neG9hkiA+3JRlwQKAk/yCNxi3/YLT2Fu7b70xH9yqjwoG4if7i1ZYMnM/px/j1LE8wW8m6CILUopmhvv7LsReeC/WnCih++YluU5IOWKnx5pIdwgaDrICqIgYGiO2xXmpCZMnvFPmvXw7Iw7V0e3Dlj8NNlzOYQIuYLxkwerNhg3gp+FXCG9rcyzTT2vSP/8B4K2YeSROBJvyvHzeU9cnUMOPXZv2NC4hvICJwfxCmt8vrgnEhII5O5F4fgnyHk6zvC8IBJ3vGKK126wHVFEcbSzcbYpP5wr/mwAcOT/s1blBIhJJ4QLyiTqKhII35U0Q==');
|
||
</script>
|
||
<script nonce="nT/AlO4nXM4dxH8DYMVmdQ">
|
||
gaia = window.gaia || {};
|
||
gaia.ps = gaia.ps || {};
|
||
gaia.ps.hasPrefilledIdentifier = false;
|
||
function gaia_parseFragment() {
|
||
var hash = location.hash;
|
||
var params = {};
|
||
if (!hash) {
|
||
return params;
|
||
}
|
||
var paramStrs = decodeURIComponent(hash.substring(1)).split('&');
|
||
for (var i = 0; i < paramStrs.length; i++) {
|
||
var param = paramStrs[i].split('=');
|
||
params[param[0]] = param[1];
|
||
}
|
||
return params;
|
||
}
|
||
|
||
function gaia_prefillEmail() {
|
||
var email = null;
|
||
var form = null;
|
||
if (document.getElementById) {
|
||
email = document.getElementById('Email');
|
||
form = document.getElementById('gaia_loginform');
|
||
}
|
||
if (form && email && (email.value == null || email.value == '')
|
||
&& (email.type != 'hidden')) {
|
||
hashParams = gaia_parseFragment();
|
||
if (hashParams['Email'] && hashParams['Email'] != '') {
|
||
email.value = hashParams['Email'];
|
||
}
|
||
}
|
||
}
|
||
|
||
|
||
try {
|
||
gaia_prefillEmail();
|
||
} catch (e) {
|
||
}
|
||
|
||
</script>
|
||
<script nonce="nT/AlO4nXM4dxH8DYMVmdQ">
|
||
var gaia_scrollToElement = function(element) {
|
||
var calculateOffsetHeight = function(element) {
|
||
var curtop = 0;
|
||
if (element.offsetParent) {
|
||
while (element) {
|
||
curtop += element.offsetTop;
|
||
element = element.offsetParent;
|
||
}
|
||
}
|
||
return curtop;
|
||
}
|
||
var siginOffsetHeight = calculateOffsetHeight(element);
|
||
var scrollHeight = siginOffsetHeight - window.innerHeight +
|
||
element.clientHeight + 0.02 * window.innerHeight;
|
||
window.scroll(0, scrollHeight);
|
||
}
|
||
</script>
|
||
<script nonce="nT/AlO4nXM4dxH8DYMVmdQ">
|
||
if (gaia.ps.hasPrefilledIdentifier) {
|
||
var form = document.getElementById('gaia_loginform');
|
||
if (form) {
|
||
form.submit();
|
||
}
|
||
}
|
||
</script>
|
||
<script nonce="nT/AlO4nXM4dxH8DYMVmdQ">
|
||
(function(){
|
||
gaia_onLoginSubmit = function() {
|
||
try {
|
||
gaia.loginAutoRedirect.stop();
|
||
} catch (err) {
|
||
// do not prevent form from being submitted
|
||
}
|
||
try {
|
||
document.bg.invoke(function(response) {
|
||
document.getElementById('bgresponse').value = response;
|
||
});
|
||
} catch (err) {
|
||
document.getElementById('bgresponse').value = '';
|
||
}
|
||
return true;
|
||
}
|
||
document.getElementById('gaia_loginform').onsubmit = gaia_onLoginSubmit;
|
||
var signinButton;
|
||
signinButton = document.getElementById('next');
|
||
gaia_attachEvent(window, 'load', function(){
|
||
gaia_scrollToElement(signinButton);
|
||
});
|
||
})();
|
||
</script>
|
||
<script nonce="nT/AlO4nXM4dxH8DYMVmdQ">var e=this,g=function(b,c){b=b.split(".");var a=e;b[0]in a||!a.execScript||a.execScript("var "+b[0]);for(var d;b.length&&(d=b.shift());)b.length||void 0===c?a[d]?a=a[d]:a=a[d]={}:a[d]=c};var h=function(){try{return new XMLHttpRequest}catch(a){for(var b=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],c=0;c<b.length;c++)try{return new ActiveXObject(b[c])}catch(d){}}return null};g("gaia.ajax.newXmlHttpRequest",h);var k=function(){this.a=h();this.parameters={}};g("gaia.ajax.XmlHttpFormRequest",k);
|
||
k.prototype.send=function(b,c){var a=[],d;for(d in this.parameters)a.push(d+"="+encodeURIComponent(this.parameters[d]));a=a.join("&");var f=this.a;f.open("POST",b,!0);f.setRequestHeader("Content-type","application/x-www-form-urlencoded");f.onreadystatechange=function(){4==f.readyState&&c({status:f.status,text:f.responseText})};f.send(a)};k.prototype.send=k.prototype.send;
|
||
k.prototype.h=function(b,c,a){var d=this.a;d.open("POST",b,!0);d.setRequestHeader("Content-type","application/json");d.onreadystatechange=function(){4==d.readyState&&a({status:d.status,text:d.responseText})};d.send(c)};k.prototype.sendJson=k.prototype.h;k.prototype.get=function(b,c){var a=this.a;a.open("GET",b,!0);a.onreadystatechange=function(){4==a.readyState&&c({status:a.status,text:a.responseText})};a.send()};k.prototype.get=k.prototype.get;var l=/\s*;\s*/,m=function(){if(!document.cookie)return"";for(var b=document.cookie.split(l),c=0;c<b.length;c++){var a=b[c];a=a.replace(/^\s+/,"");a=a.replace(/\s+$/,"");if(0==a.indexOf("APISID="))return a.substr(7)}return""};var n=null,p=function(b,c){this.g=b;this.f=c;this.c=m();this.b=!1},q=function(){var b=n,c=m();c==b.c||b.b||(b.c=c,(new k).get(b.f,function(a){var d=n;a&&a.status&&200==a.status&&"OK"==a.text&&(d.a&&clearInterval(d.a),d.b||(window.location=d.g))}))};p.prototype.start=function(b){if(this.a)return!1;this.a=setInterval(function(){q()},b);return!0};g("gaia.loginAutoRedirect.start",function(b,c,a){if(n||!a||!c||0>=b)return!1;n=new p(c,a);return n.start(b)});
|
||
g("gaia.loginAutoRedirect.stop",function(){var b=n;b.b=!0;b.a&&(clearInterval(b.a),b.a=null)});
|
||
</script>
|
||
<script type="text/javascript" nonce="nT/AlO4nXM4dxH8DYMVmdQ">
|
||
gaia.loginAutoRedirect.start(5000,
|
||
'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Frender%3Ftab%3Dmc\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar\x26osid=1\x26service=cl\x26passive=1209600\x26noautologin=true',
|
||
'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Frender%3Ftab%3Dmc\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar\x26osid=1\x26service=cl\x26passive=1209600');
|
||
</script>
|
||
</body>
|
||
</html>
|