//
//document.querySelectorAll('.login-item').removeAttribute('style');
var lockedError='';
var secureLogin = true;
$(document).ready(function(){
if (top.location.href.indexOf('Pittsburgh') != -1) {
top.location = '/i7:Web,Cisco,CCHD,secureLogin~~';
}
init();
// password reset from IW homepage
if (window.location.hash.indexOf('useReset') !== -1 ) {
pwdRec();
}
$('#normalLoginClick').click(function() {
$('#normalLogin').removeClass('hideLogin');
$('#pingFederateLogin').addClass('hideLogin');
return false;
});
function checkEmpty( inputVal ){
return ! inputVal.replace(/\s/g, '') ? true : false;
}
$('[name="login"]').bind('submit', function(){
if ( checkEmpty( $('[name="_userid"]').val() ) || checkEmpty( $('[name="_passwd"]').val() ) ){
$('[name="_userid"]').focus();
return false;
}
});
//
function manageFocus($input, name, $parent){
var focusClass = name+'-focus';
$input.bind('focus', function(){
$parent.addClass(focusClass);
}).bind('blur', function() {
if (!$input.val().length) {
$parent.removeClass(focusClass);
}else{
$parent.addClass(focusClass);
}
});
}
if ( !hasPlaceholder() ) {
$('body').addClass('no-placeholder');
var $form = $('form[name="login"]');
var $user = $form.find('[name="_userid"]');
var $password = $form.find('[name="_passwd"]');
$user.before('');
$password.before('');
manageFocus($user, 'username', $form);
manageFocus($password, 'password', $form);
}
$('#overlay').click(function(){
if ( typeof logAnyWay === 'function' ){
logAnyWay();
}
});
});
//
function hasPlaceholder(){
return !!( 'placeholder' in ( document.createElement('input') ) &&
'placeholder' in ( document.createElement('textarea') )
);
}
function init() {
//
var enables = ';ccrsvm;dev4305;dev4400;Weather;RCM_Events;use4400G;ApproveITHD;use4310G;dynamicXML;usePC;Twitter;SocialMedia;useAndroid;useAndroidMiniPC;useAVC;ccrsma;RedCore;RedCoreLegacy;Menu;RedCoreBasicDaily;RedCoreDailyPlus;LDAP;useIframe;useLinux;ControlITHD;SysDiaNotices;AlertAPI;ContentPlan;CounterModule;channelChanger;Meetings;Delphi_Directory;Delphi_Room;Directory;Event_Directory;exchangeMeetings;exchangeDirectory;exchangeRoom;feedBuilder;FlightView;AccuWeather;Globalcast;ModuleInstagram;JackpotWinner;htmlPRO;onDemandContent;Powerpoint;RemoteEditor;remoteHD;RssPublisher;Safety;statsDashboard;TouchReporting;htmlToPNG;useMediaUnLimit;useSSSP;WebCache;useBrightsign;useLegacyBrightsign;useBrightsign4K;useLGwebOS;useTizen;useWindowsApp;SocialBuzz;useBrightsign;useLGwebOS;useLinux;useSSSP;useTizen;useWindowsApp;';
var fields = '{"advertisements":"https://cchdrsrc.channelshd.com/cchd/loginImages/OldCCHDLogin-TrainingAd.png;https://support.spectrio.com/hc/en-us/sections/360010737414-CommandCenterHD;https://cchdrsrc.channelshd.com/cchd/loginImages/OldCCHDLogin-TrainingAd.png;https://support.spectrio.com/hc/en-us/sections/360010737414-CommandCenterHD;https://cchdrsrc.channelshd.com/cchd/loginImages/OldCCHDLogin-TrainingAd.png;https://support.spectrio.com/hc/en-us/sections/360010737414-CommandCenterHD", "currentversion":"24.1.002", "endcap":"none"}';
var accountName = 'shippensburg';
//
var currentURL = window.location;
var now = new Date();
var text = [];
if(secureLogin && checkContains(currentURL)) {
window.location = 'https://' + accountName + '.channelshd.com/i7:Web,Cisco,CCHD,secureLogin';
}
$('#copyRight').html('Copyright © 2000-'+now.getFullYear()+' Industry Weapon, Inc. All rights reserved. Privacy Policy');
alerts(enables);
checkBrowserVersion();
}//end
function checkContains(x) {
x = x+'';
if(x.indexOf('https')!=-1) {
return false;
} else {
return true;
}
}//end
function alerts(enables) {
//
var rawVal = parseInt('600', 10);
var loginLockoutTime = rawVal/60;
//
if(enables.indexOf(';expired;')!=-1) {
var popUpText ='Your account subscription has expired. Please contact Industry Weapon at 1-877-344-8450 for details.';
document.getElementById('overlay').style.display='block';
document.getElementById('overlayTop').style.display='block';
} else {
if(loginError) {
// function defined in HTML page
detailLoginAttempt();
var popUpText ='Sorry! The e-mail and/or password you entered is invalid.
Passwords are case sensitive. Check your login information and try again or click here to reset your password.';
document.getElementById('overlay').style.display='block';
document.getElementById('overlayTop').style.display='block';
} else {
if(lockedError) {
var popUpText ='Sorry! Your account has been temporarily locked due to exceeding the allowed number of login attempts.' +
' You may try again in '+loginLockoutTime+ ' minutes. You may also contact your CommandCenterHD administrator to unlock your account.';
document.getElementById('overlay').style.display='block';
document.getElementById('overlayTop').style.display='block';
} else {
document.getElementById('overlay').style.display='none';
document.getElementById('overlayTop').style.display='none';
}
}
}
$('#overlayTop').html('
Passwords are case sensitive, so ensure you don\'t have caps lock enabled.
Your account may be temporarily disabled from too many failed login attempts.
ContinueCancel'; var $overlay = $('#overlayTop'); $overlay.html('