https://www.rba-online.org/portal/sign-on.jsp

Submitted URL:
https://www.rba-online.org/portalRedirected
Report Finished:

The outgoing links identified from the page

LinkText
https://help.responsiblebusiness.org/en_US/RBA-OnlineRBA-Online Help Portal
https://www.g360link.com/G360 Insights v3.0

JavaScript Variables · 13 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
html5object
Modernizrobject
yepnopefunction
$function
jQueryfunction
Retinafunction
RetinaImagePathfunction

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
verbosedom
URL
https://www.rba-online.org/portal/sign-on.jsp
Text
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o

HTML

The raw HTML body of the page

<html class=" js flexbox flexboxlegacy canvas canvastext postmessage no-websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage sessionstorage webworkers no-applicationcache"><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, user-scalable=0">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>RBA-Online</title>
		<!-- FAVICON PACKAGE UPDATE TO LATEST STANDARDS -->
		<link rel="apple-touch-icon" sizes="180x180" href="global/img/favicon/apple-touch-icon.png">
		<link rel="icon" type="image/png" sizes="32x32" href="global/img/favicon/favicon-32x32.png">
		<link rel="icon" type="image/png" sizes="16x16" href="global/img/favicon/favicon-16x16.png">
		<link rel="manifest" href="global/img/favicon/site.webmanifest">
		<link rel="mask-icon" href="global/img/favicon/safari-pinned-tab.svg" color="#002c5f">
		<meta name="msapplication-TileColor" content="#002c5f">
		<meta name="theme-color" content="#002c5f">
    <!-- GLOBAL ASSETS -->
    <link rel="stylesheet" href="global/css/bootstrap.min.css">
    <link rel="stylesheet" href="global/css/platform.css">
    <link rel="stylesheet" href="global/css/theme.css">
    <link rel="stylesheet" href="global/css/icomoon.css">
    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
    <script src="global/js/html5.js"></script>
    <script src="global/js/respond.min.js"></script>
    <![endif]-->
    <!--[if lt IE 7 ]>
    <html class="ie6"><![endif]-->
    <!--[if IE 7 ]>
    <html class="ie7"><![endif]-->
    <!--[if IE 8 ]>
    <html class="ie8"><![endif]-->
    <!--[if IE 9 ]>
    <html class="ie9"><![endif]-->
</head>
<body class="simple-access" id="bodyColor">
<!-- RE-TOOL LOGIN FORM -->
<div class="container">
      <form class="form-signin" role="form" action="/portal/solution_login" method="POST">
        <img src="global/img/logo-md.png" alt="Responsible Business Alliance" class="img-responsive">
        <div class="input-group">
				<span class="input-group-addon"><i class="icon-user"></i></span>
				<input type="text" placeholder="Username" value="" name="org.apache.jetspeed.login.username" class="form-control">
				</div>
				<div class="input-group">
				<span class="input-group-addon"><i class="icon-key"></i></span>
				<input type="password" placeholder="Password" name="org.apache.jetspeed.login.password" class="form-control">
				</div>
				<div align="center">
				
				
				
				
				
				
				
				
				
				</div>
				<div class="">
				<button value="Login" class="btn btn-lg btn-block btn-primary" type="submit">Login</button>
				<a class="btn btn-lg btn-block btn-link" href="/portal/register.jsp">Register Your Company</a>
				<a class="btn btn-lg btn-block btn-link" style="margin-top: -20px" href="/portal/activateAccount.jsp">Activate Account with Access Code</a>
				</div>

<!-- IMPORTANT: This is the temporary message to show after go-live, and will be removed after 60 day
s. -->
<!-- div class="alert alert-danger">
If you are an existing Risk Readiness Assessment (RRA) user and this is your first time being directed to this page, your User Id is your email address. Please click the <strong  style="color:black">Forgot Password</strong> button below to reset your password by entering your email address. All your company's existing data has been transferred to this new platform, but if you would like to view to legacy platform please click <a href="https://rra-prod.azurewebsites.net/Account/Login">here</a>.
</div -->

				<div class="">
				<a class="btn btn-lg btn-block btn-link" href="https://help.responsiblebusiness.org/en_US/RBA-Online" target="_blank">RBA-Online Help Portal</a>
				</div>

				<div class="row access-footer">
				<div class="col-sm-12 text-center"><p class=""><strong>Help Desk</strong><br>
				<a class="forgotten-pwd" href="/portal/ui/Home/Forgotten_Password/default-page.psml">Forgot Password?</a><br>
					Tel (English): +1 571 290 5430 (8AM-5PM ET)<br>
                    E-mail: [email protected]<br>
		</p></div>
		</div>
		</form>
		<p class="power-by">POWERED BY <a href="https://www.g360link.com/" target="_blank" title="Build 50043">G360 Insights v3.0</a></p>
		</div>
<!-- GLOBAL RESOURCES -->
<script src="global/js/modernizr.js"></script>
<script src="global/js/jquery.min.js"></script>
<script src="global/js/jquery.migrate.js"></script>
<script src="global/js/bootstrap.min.js"></script>
<script src="global/js/retina.min.js"></script>
<script src="global/js/ie10_viewport_workaround.js"></script>
<script language="javascript">
var buildVersion ="";
	$.ajax({
		cache: false,
		url:'/portal/version.txt',
		type: "get",
		success:function (data) {
			data = data.substr(data.indexOf("1.0-SNAPSHOT") +13,data.length);
			var index = find(data," ",1);
			buildVersion = data.substr(0,index);
			$(".power-by a").attr("title",buildVersion);
		}
	});

	function find(str,cha,num){
		var x=str.indexOf(cha);
		for(var i=0;i<num;i++){
			x=str.indexOf(cha,x+1);
		}
		return x;
	}


    $('.guest-login').click(function () {
        var $form = $('.form-horizontal');
        $('input[name="org.apache.jetspeed.login.username"]').val('anonymous');
        $('input[name="org.apache.jetspeed.login.password"]').val('guest');
        $form.submit();
    });
    //    $('.register').click(function() {
    //        window.location.href="/portal/register.jsp";
    //    });
</script>





<style>
    .spectrum-cookie-policy-banner{
        width: 100%;
        bottom: 0;
        position: fixed;
        padding: 26px 70px 6px 74px;
        background: #424243;
        color: #fff;
        max-width: 100%;
        z-index: 1000;
    }
    .alert {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .cookie-banner-header {
        font-weight: 700;
        font-size: 26px;
        line-height: 60px;
    }
    .cookie-banner-content {
        font-size: 22px;
        font-weight: 300;
        line-height: 1.4;
    }
    .delete-icon{font-size:35px}
    .glyphicon {
        top: 1px;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }
    .delete-container
    {display:-ms-flexbox;display:flex;padding-top:10px;-ms-flex-pack:center;justify-content:center}



</style>




    <title>Title</title>


<input type="hidden" value="true">

    <div class="spectrum-cookie-policy-banner" id="cookieMessage">
        <div class="alert row">
            <div class="col-xs-11">
                <div class="cookie-banner-header ng-binding">RBA cookie policy</div>
                <div class="cookie-banner-content ng-binding" ng-bind-html="'global.cookiePolicyBanner.content' | translate:{ cookiePolicyDocumentLink: SpectrumLocaleModel.documentLinks['global.cookiePolicyDocument']}">
                    We use <u><span style="cursor:pointer;" target="_blank" onclick="openReport()">cookies</span></u>
                    to give you the best online experience. By continuing you hereby accept to all of these cookies.
                </div>
            </div>
            <div class="col-xs-1">
                <div class="delete-container" id="removeBtn">
                        <span class="delete-icon glyphicon icon-cancel" aria-hidden="true"></span>
                </div>
            </div>
        </div>
    </div>




<div class="modal fade" id="cookiePolicyViewReportModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
    <div class="modal-dialog modal-lg">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
                <h4 class="modal-title">Cookie Notice for RBA Website</h4>
            </div>
            <div class="modal-body" id="cookiePolicyViewReportModalBody">
                <object type="application/pdf" data="" width="100%" height="700px;" frameborder="0"></object>
            </div>

        </div>
    </div>
</div>





<script type="text/javascript">

    $("#removeBtn").click(function () {
        $("#cookieMessage").css("display","none");
        document.cookie="cookieMessage=cookieMessage;path=/";
    });
    function openReport() {
        $.ajax({
            cache: false,
            url: '/g360-portlet/servlet/CookiePolicyServlet',
            type: "post",
            dataType: "json",
            success:function (data) {
                var $modalDialog = $('#cookiePolicyViewReportModal');
                $("object").attr("data", "/g360-portlet/register/servlet/ViewerServlet?outputPath=" + data.outputPath);
                $modalDialog.modal("show");
                var zIndex = 1050 + (10 * $('.modal:visible').length);
                $modalDialog.css('z-index', zIndex);
            }
        });
    }

</script>
</body></html>