Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--starthtml:portaladapter-->
- <html>
- <head>
- <title>ADP TimeSaver</title>
- <meta http-equiv="Cache-control" content="private, no-cache">
- <meta http-equiv="Expires" content="-1">
- <meta http-equiv="Pragma" content="no-cache">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <link href="../ADPUI.css?1392050262" rel="stylesheet" type="text/css" media="screen"></link>
- <link href="../style.css?1392050262" rel="stylesheet" type="text/css" media="screen"></link>
- <script src="../inc/basic.js.php?language=&1392050258" type="text/javascript"></script>
- <script src="../inc/tsbasic.js?1392050258" type="text/javascript"></script>
- <script src="../Framework/js/base.js?1392050086" type="text/javascript"></script>
- <script src="../Framework/js/base.js.php?language=&1392050086" type="text/javascript"></script>
- <script src="../TS/WebHelp/RoboHelp_CSH.js?1392050558" type="text/javascript"></script>
- <script type="text/javascript">
- <!--
- var sCSRFTokenName = '';
- var sCSRFTokenKey = '';
- var iMinButtonWidth = 90;
- function setButtonWidth() {
- var buttons = document.getElementsByTagName('button');
- for (i=0; i < buttons.length; i++) {
- buttonTextRow = buttons[i].getElementsByTagName('td');
- iExtraWidth = 42;
- if (ns6 || ns61) { iExtraWidth = 58; }
- if (buttonTextRow[1].offsetWidth < iMinButtonWidth) { buttonTextRow[1].style.width = iMinButtonWidth; }
- buttons[i].style.width = buttonTextRow[1].offsetWidth + iExtraWidth;
- }
- }
- function adjustButtonWidth(sId) {
- if (document.getElementById(sId)) {
- if (document.getElementById(sId).style.display != 'none') {
- buttonTextRow = document.getElementById(sId).getElementsByTagName('td');
- iExtraWidth = 42;
- if (ns6 || ns61) { iExtraWidth = 66; }
- if (document.getElementById(sId + 'Center').offsetWidth < iMinButtonWidth) { document.getElementById(sId + 'Center').style.width = iMinButtonWidth; }
- document.getElementById(sId).style.width = document.getElementById(sId + 'Center').offsetWidth + iExtraWidth;
- if (ns6 || ns61) {
- if ((document.getElementById(sId + 'Center').offsetWidth + iExtraWidth) < (iMinButtonWidth + iExtraWidth) || parseInt(document.getElementById(sId).style.width) < (iMinButtonWidth + iExtraWidth)) {
- document.getElementById(sId).style.width = iMinButtonWidth + iExtraWidth;
- }
- }
- }
- }
- }
- function changeLanguage(sLangId) {
- if (document.getElementById('formTranslate').language) {
- document.getElementById('formTranslate').language.value = sLangId;
- } else {
- document.getElementById('divTranslateAux').innerHTML = '<input type="hidden" name="language" value="' + sLangId + '">';
- }
- document.getElementById('formTranslate').submit();
- }
- function goToLoginPage() {
- window.location='login.php';
- }
- function frameBreaker() {
- if (top != self)
- top.location = self.location;
- }
- ADP.onDOMReady(function() {
- CSRFValidati</inputp("", "");
- });
- //-->
- </script>
- <style>
- body {
- cursor: wait;
- }
- </style>
- </head>
- <body margintop="0" rightmargin="0" onload="frameBreaker();setButtonWidth();" onunload="closeAllInfoWindows();">
- <input type="hidden" name="SessionTime" id="SessionTime" value="" />
- <div id="divTranslate" style="display:none">
- <form name="formTranslate" id="formTranslate" method="post">
- <div id="divTranslateAux" style="display:none"></div>
- </form>
- </div>
- <table background="../images/LoginPage.jpg" border="0" width="100%" cellspacing="0" cellpadding="0" height="100%" class="ADPUI-tableWidth">
- <tr id="trMasterHeader" width="100%" height="36" valign="top">
- <td colspan="2">
- <TABLE height=45 width="100%" border="0">
- <TR>
- <TD rowSpan=2> <IMG height="98" src="../images/timesaver_2c_logo.gif" width=270 border=0> </TD>
- <TD width="100%" rowSpan=2 align="left" style="font-size:24px;font-weight:bold;"></TD>
- </TR>
- <TR>
- </TR>
- </TABLE>
- </td>
- </tr>
- <tr id="trMasterBody" valign="top">
- <td id="tdMasterBody" class="body" width="100%" style="padding-left: 10px; padding-right: 10px">
- <script type="text/javascript">
- <!--
- var iWorkStationTimeOutCheck = Number(1); // How often in minutes to check for session timeout.
- var nSessionTimesOut = Number(18); // The number of minutes before the session is automatically timed out.
- var iTimeOutSite; // Used to clear timers.
- var iTimeOutSiteConfirm; // Used to clear timers.
- var hwin;
- function initTimeOutSession() {
- if (parseInt(iWorkStationTimeOutCheck) > 0) {
- try {clearTimeout(iTimeOutSite) } catch(e) {};
- try {clearTimeout(iTimeOutSiteConfirm) } catch(e) {};
- iTimeOutSite = setTimeout('callLoginSession();', (parseInt(iWorkStationTimeOutCheck)*60*2000) + 30000);
- iTimeOutSiteConfirm = setTimeout('callConfirmTimeOutSession();', (parseInt(iWorkStationTimeOutCheck)*60*2000) - 30000);
- }
- }
- function callLoginSession() {
- try {
- // In case confirmation pop-up was not closed, then close it.
- hwin.close();
- // Close all info windows (TSSelection will close if it's still open)
- closeAllInfoWindows();
- } catch (e) { }
- document.location = "login.php?timeout=true";
- }
- function callConfirmTimeOutSession() {
- //Check saved minutes from last access to the server again current minutes.
- //If greater than or equal to 18 minutes then display message, else reset check counter and check again in 1 minute.
- //Get saved server minutes
- var lastserverminutes = Number(document.getElementById('SessionTime').value);
- //Get current Hour and Minutes
- dDate = new Date();
- var hours = Number(dDate.getHours());
- var minutes = Number(dDate.getMinutes());
- var currentminutes = ((hours*60)+minutes);
- //Calc offset
- var nminsoffset = (currentminutes - lastserverminutes);
- if (nminsoffset >= nSessionTimesOut || nminsoffset < 0) {
- hwin = openInfoWindow(585, 100, 'no', 'no', 'no', 'no', 'no', 'TSSessionConfirm.php', 'SessionTimeout');
- } else {
- initTimeOutSession(); //Not timeout period, so reset counter.
- }
- }
- function ResetServerTime() {
- //Set server compare minutes to current time.
- //Get current Hour and Minutes
- try {
- dDate = new Date();
- var hours = Number(dDate.getHours());
- var minutes = Number(dDate.getMinutes());
- var currentminutes = ((hours*60)+minutes);
- document.getElementById('SessionTime').value = Number(currentminutes);
- }
- catch (e) {}
- }
- //-->
- </script>
- <script type="text/javascript">
- try {
- ResetServerTime();
- } catch (e) { }
- </script>
- </tr>
- <tr>
- <td colspan="2">
- <div id="logintimeout" align="center" style="display:none;">
- <table width="100%"><tr><td><br><b><font size="2" color="red">Your TimeSaver session has expired, please login again.</font></b></td></tr></table>
- </div>
- </td>
- </tr>
- <tr>
- <td width="*"> </td>
- <td valign="bottom">
- <form name="TSindex_FRM" id="TSindex_FRM" method="post" action="/i18/g20s/TS/login.php">
- <input type="hidden" name="Submit" value="Submit">
- <table border="0" cellspacing="0" cellpadding="3" style="margin-bottom: 40px; margin-right: 146px">
- <tr>
- <td><p>User Type:</p></td>
- <td align="center"><p>
- <table border="0" cellspacing="0" cellpadding="3">
- <tr>
- <td align="right" width="1%"><input type="radio" name="loginusertype" id="loginusertypeManager" onClick="username.select();" value="0"></td>
- <td><p>
- <label for="loginusertypeManager">Manager </label>
- </p></td>
- </tr>
- <tr>
- <td align="right" width="1%"><input type="radio" name="loginusertype" id="loginusertypeEmployee" onClick="username.select();" value="1" checked></td>
- <td><p>
- <label for="loginusertypeEmployee">Employee </label>
- </p></td>
- </tr>
- </table>
- </p></td>
- </tr>
- <tr>
- <td colspan="2"><p> </p></td>
- </tr>
- <tr>
- <td nowrap><p>Username:</p></td>
- <td><p>
- <input type="text" size="23" name="username" id="username" value="" autocomplete="off" onkeypress="verifyKeyPress(event);" onfocus="this.select();">
- </p></td>
- </tr>
- <tr>
- <td nowrap><p>Password:</p></td>
- <td><p>
- <input type="password" size="23" name="password" id="password" autocomplete="off" onkeypress="verifyKeyPress(event);" onfocus="this.select();">
- </p></td>
- </tr>
- <tr>
- <td nowrap colspan="2">
- </td>
- </tr>
- <tr>
- <td> </td>
- <td colspan="2" nowrap align="center">
- <button type="button" id="bttSubmit" class="ADPUI-button" onclick="javascript:document.getElementById('TSindex_FRM').submit();" style="" onmouseover="window.status='';" onmousemove="window.status='Submit data';" onfocus="window.status='Submit data';" onblur="window.status='';" onmouseout="window.status='';" title="Submit data">
- <table cellpadding="0" cellspacing="0"><tr>
- <td id="bttSubmitLeft" class="ADPUI-activeButtonsLeft" nowrap="nowrap"></td>
- <td id="bttSubmitCenter" class="ADPUI-activeButtons" nowrap="nowrap" style="width:90px;"><span style="white-space:nowrap;">Submit</span></td>
- <td id="bttSubmitRight" class="ADPUI-activeButtonsRight" nowrap="nowrap"></td>
- </tr></table>
- </button><script>document.getElementById("bttSubmit").disable = function(bDisabled) { window[bDisabled ? 'disableButton' : 'enableButton'](this.id); };</script> </td>
- </tr>
- </table>
- </form>
- </td>
- </tr>
- <tr>
- <script>
- if (document.getElementById('username')) {
- try {
- document.getElementById('username').focus();
- } catch(ex) {};
- }
- function verifyKeyPress(event) {
- iKeyCode = (navigator.appName.indexOf("Netscape") != -1 ? event.which : event.keyCode);
- if (iKeyCode == 13) {
- if (document.getElementById('username')) {
- if (document.getElementById('username').value) {
- if ( document.getElementById('password') ) {
- if (document.getElementById('password').value) {
- window.setTimeout("document.getElementById('TSindex_FRM').submit();", 50);
- } else {
- document.getElementById('password').focus();
- }
- }
- } else {
- document.getElementById('username').focus();
- }
- }
- }
- }
- //Display message if system automatically timed out user.
- </script>
- </td>
- </tr><tr id="trMasterFooter" height="20" class="ADPUI-footerBgColor">
- <td colspan="2">
- <table width="100%" class="ADPUI-footerText">
- <tr>
- <td> <b><a href="javascript:void(0)" onclick="alert('Last Update - Monday, February 10, 2014 - 11:39:8.981 (TS_2014210_13430)');"><font color="white">©</font></a>2014 Automatic Data Processing, Inc. All Rights Reserved.</b></td>
- <td width="1%" nowrap align="right"> <a href="javascript:void(0)" onclick="openInfoWindow(760, 450, 'no', 'yes', 'no', 'yes', 'no', '../inc/PrivacyStatement.htm', 'Privacy');"><font color="white">Privacy</font></a> </td>
- <td width="4%"> </td>
- <td width="1%" nowrap align="right"> <a href="javascript:void(0)" onclick="openInfoWindow(760, 450, 'no', 'yes', 'no', 'yes', 'no', 'http://www.adp.com/legal.asp', 'TermsCond');"><font color="white">Legal</font></a></td>
- <td width="5%"> </td>
- <td width="1%" nowrap align="right"> <a href="javascript:void(0)" onclick="openInfoWindow(760, 450, 'no', 'yes', 'no', 'yes', 'no', '../inc/SupportInfo.htm', 'ContactUs');"><font color="white">Contact Us</font></a></td>
- <td width="4%"> </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <input type="hidden" name="TSSWVersion" id="TSSWVersion" value="3.6.413430"/>
- <!--endhtml:portaladapter-->
- <style>
- body {
- cursor: auto;
- }
- </style>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment