<html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1"><title>
	 FACTS SIS &gt;Family Portal Login
</title><link href="Styles/style.css" rel="stylesheet" type="text/css"><link rel="stylesheet" href="Styles/smoothness/jquery-ui-1.8.6.custom.css" type="text/css">
    <script async="" src="//www.google-analytics.com/analytics.js"></script><script type="text/javascript" src="Scripts/jquery-1.4.1.min.js"></script>
    <script type="text/javascript" src="Scripts/jquery-ui-1.8.6.custom.min.js"></script>
    <script type="text/javascript" src="Scripts/mdetect.js"></script>
    <script>
	  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
	  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
	  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
	  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

	  ga('create', 'UA-207582-1', 'auto');
	  ga('send', 'pageview');
    </script>
	
	<script type="text/javascript">
        var timeoutID;
        var isEnabled_checkDistrict = false;

        $(document).ready(function () {
            $('#DistrictCode').blur(function () {
                checkDistrictActive();
            });
            var mobileRedirect = '';
            if ((DetectAndroid || DetectIos) && mobileRedirect.length) {
                // top.document.location = mobileRedirect;
            }

            updateButtons();

            var mobileAd = 'Ad/desktopAdPW.htm';
            if (mobileAd.length) {
                //$('#pwLoginAd').load(mobileAd, function () {
                //    timeoutID = window.setTimeout(updateButtons, 300);
                //});
            }

            if (!isEnabled_checkDistrict) {
                $("#loginForm input:submit").button("enable");
            }
            else {
                $("#loginForm input:submit").button("disable");
            }
            var tempDistrict = getQuery("district");
            if (!tempDistrict.length) tempDistrict = getQuery("districtcode");
            checkDistrictActive(tempDistrict);
        });
        function updateButtons() {
            $("#UserType").buttonset();
            $("input:submit").button();
        }
        function checkDistrictActive(theDistrict) {
            if (!isEnabled_checkDistrict) {
                return;
            }
            
            if (typeof (theDistrict) == 'undefined') {
                theDistrict = $('#DistrictCode').val();
            }

            if (!theDistrict.length) {
                $("#loginForm input:submit").button("disable");
                return;
            }
            var tempUser = $('#UserName').val();

            var tempNoCache = new Date().getTime();
            $.getJSON("utilities.ashx?method=offline&district=" + theDistrict + "&usr=" + tempUser + "&cache=" + tempNoCache, function (json) {
                var statusCode = json.StatusCode;
                var message = json.Message;
                if (statusCode <= 0) {
                    $("#loginForm input:submit").button("enable");
                }
                else {
                    $("#loginForm input:submit").button("disable");
                }
                if (message.length) {
                    $("#loginNotice_message").html(message);
                    $("#loginNotice").show();
                }
                else {
                    $("#loginNotice_message").html("");
                    $("#loginNotice").hide();
                }
            });
        }
        function getQuery(variable) {
        	var query = window.location.search.substring(1);
	        var vars = query.split("&");
	        for (var i = 0; i < vars.length; i++) {
		        var pair = vars[i].split('=');
		        if (pair[0].toLowerCase() == variable.toLowerCase()) {
			        return unescape(pair[1]);
		        }
	        }
	        return '';
        }	
    </script>
</head>
<body>
    <form name="form1" method="post" action="post.php" id="form1">
<div>
<input type="hidden" name="__LASTFOCUS" id="__LASTFOCUS" value="">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTM3MDEzNDE0Nw9kFgICAwPPHI=">
</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form1'];
if (!theForm) {
    theForm = document.form1;
}
function __doPostBack(eventTarget, eventArgument) {
    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
    }
}
//]]>
</script>


<script src="/Logins/WebResource.axd?d=bPSMM2hiETXGfOwMY9wTssvf-mVt4tlGNzW0m8uoyOHUu3JX_ln4dfpwWiQQq6xAxNkSy-I1&amp;t=637290690368644" type="text/javascript"></script>


<script src="/Logins/WebResource.axd?d=LJxUgFIOF4WC0pdc_sbmRcegOJZvH77nCsQDEgzKiEdE5flGWWb3qoeXPLKQ1&amp;t=637290654790368644" type="text/javascript"></script>
<div>

	<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="48E46BDD">
	<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWCwLipIjzCQKa1O7vDwKvruxeCRDwKmkvn/DQK2+8yCDAKcy9yoCgKr74NyArzDhLYEApfW65INAsPjuN8NJNoKr9ChblSevsUb9WmewSvqfKE=">
</div>
	<div style="padding-left: 57px;padding-top: 48px;width: 100%; background: bkg left top; " align="left">
		<img src="https://logins2.renweb.com/logins/images/banner-facts.png">
	</div>
    <div id="art-main">
		<div class="art-post">
			<div class="art-post-body">
				<div class="art-post-inner art-article">

					<h1 class="art-postheader" style="padding-left: 32px;"><span class="Head">Family Portal Login</span></h1>
            
					<table border="0">
						<tbody><tr>
							<td>
                                <div id="loginForm">
                                    <div class="formInputBlock">
								        <label for="DistrictCode" id="DistrictCodeLabel">District Code:</label>
                                        
								        <br>
								        <input name="DistrictCode" type="text" id="DistrictCode" class="textEntry">
                                    </div>
                                    <div id="loginBlock">
                                        <div class="formInputBlock">
                                            <label for="UserName" id="UserNameLabel" tabindex="1">User Name:</label>
                                            
                                            <br>
                                            <input name="UserName" type="text" id="UserName" class="textEntry">
                                        </div>
                                        <div class="formInputBlock">
                                            <label for="Password" id="PasswordLabel" tabindex="2">Password (case-sensitive):</label>
                                            
                                            <br>
                                            <input name="Password" type="password" id="Password" class="textEntry">
                                            <br>
                                            <a id="gotoForgotBtn" href="javascript:__doPostBack('gotoForgotBtn','')">Forgot User Name/Password?</a>
                                        </div>
                                        <br>
                                        <div id="UserType" class="formInputBlock ui-buttonset">
                                            <input id="UserType_Parent" type="radio" name="UserType" value="UserType_Parent" checked="checked" class="ui-helper-hidden-accessible"><label for="UserType_Parent" class="ui-state-active ui-button ui-widget ui-state-default ui-button-text-only ui-corner-left" aria-pressed="true" role="button" aria-disabled="false"><span class="ui-button-text"> Parent </span></label>
                                            <input id="UserType_Student" type="radio" name="UserType" value="UserType_Student" class="ui-helper-hidden-accessible"><label for="UserType_Student" aria-pressed="false" class="ui-button ui-widget ui-state-default ui-button-text-only" role="button" aria-disabled="false"><span class="ui-button-text"> Student </span></label>
                                            <input id="UserType_Staff" type="radio" name="UserType" value="UserType_Staff" class="ui-helper-hidden-accessible"><label for="UserType_Staff" aria-pressed="false" class="ui-button ui-widget ui-state-default ui-button-text-only ui-corner-right" role="button" aria-disabled="false"><span class="ui-button-text"> Staff </span></label>
                                        </div>
                                        <div class="formInputBlock">
                                            
                                            
                                            <br>
                                            <input type="submit" name="Submit" value="Login" id="Submit" class="ui-button ui-widget ui-state-default ui-corner-all" role="button" aria-disabled="false">
											<br><br>
                                            <p class="formAltFormLink"><a id="gotoCreateBtn" href="javascript:__doPostBack('gotoCreateBtn','')">Create New Family Portal Account</a></p>
                                        </div>
                                    </div>
                                    
                                    
                                </div>
                                <input type="hidden" name="formMethod" id="formMethod" value="login">
							</td>
						</tr>
						<tr>
							<td>
								<!-- -->
                                <div id="loginNotice" class="notice" style="display:none;">
                                <span style="margin-top:10px; font-size:16px; font-weight:bold; color:#333;">Notice:</span>
                                <br>
                                <span id="loginNotice_message" style="font-size:14px; color:#333;"></span>
                                </div>
								<!-- -->
								<br><br>
 
                                

								<br><br>
								<span>
								Powered By <a href="http://www.factsmgt.com/" style="color: #193D59;" target="_blank">FACTS</a>								
								</span>
								<span>&nbsp; | &nbsp;</span>
								<span>
								<a href="https://factsmgt.com/privacy-policy/" style="color: #193D59;" target="_blank">Privacy Policy</a>
								</span>
								<br><br>
								<!--<table border="0" cellpadding="0" cellspacing="0"><tr><td width="100" align="left">
									
                                    <div id="ce1452f9-7df0-4083-948e-556b3534b6ab">
                                         <script type="text/javascript" src="//privacy-policy.truste.com/privacy-seal/asc?rid=ce1452f9-7df0-4083-948e-556b3534b6ab"></script>
                                        <a href="https://privacy.truste.com/privacy-seal/validation?rid=667271a8-c084-4a73-a3be-66ca84204234" title="TRUSTe" target="_blank">
                                            <img style="border: none" src="//privacy-policy.truste.com/privacy-seal/seal?rid=667271a8-c084-4a73-a3be-66ca84204234" alt="TRUSTe"/>
                                        </a>
                                    </div>
								</td>
								<td width="178" align="right">
									<a id="EU" href="http://clicktoverify.truste.com/pvr.php?page=validate&url=www.renweb.com&sealid=103" target="_blank"><img src="images/truste_seal_eu.gif" style="border:3px solid white"></a>
								</td>
								</tr></table>-->
                                </td>
						</tr>
					</tbody></table>
                    
				</div>

                <!--<div id="pwLoginAd"></div>-->

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

<script type="text/javascript">
//<![CDATA[
WebForm_AutoFocus('DistrictCode');//]]>
</script>
</form>


</body></html>