CINXE.COM

S I Madressa

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="language" content="en" /> <link rel="stylesheet" type="text/css" href="/css/login.css" /> <link rel="icon" type="image/ico" href="/uploadedfiles/school_logo/favicon.ico"/> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script> <script src="/js/capslock.js"></script> <script src="/js_plugins/showpassword/jquery.showPassword.js"></script> <script src='https://www.google.com/recaptcha/api.js'></script> <script type="text/javascript"> function clearText(field) { if (field.defaultValue == field.value) field.value = ''; else if (field.value == '') field.value = field.defaultValue; } </script> <script> $(document).ready(function() { $(':password').showPassword({ linkRightOffset: 5, linkTopOffset: 8, linkText: '', showPasswordLinkText: '', }); }); </script> <style> .show-password-link { display: block; position: absolute; z-index: 11; background:url(images/psswrd_shwhide_icon.png) no-repeat; width:18px; height:12px; right: 8px !important; left: inherit !important; top: 13px !important; } /*.password-showing { position: absolute; z-index: 10; }*/ .student_reg{ text-align: center;} .student_reg a { color: #F90; text-decoration: none; font-weight:bold !important; } .errorMessage{ font-size: 11px; color: #F00; padding: 5px 0 5px 0px; display: block; } </style> <title>S I Madressa</title> </head> <form id="login-form" action="/index.php?r=user/login" method="post"> <div style="display:none"><input type="hidden" value="d4a6d8d635a2a1dc0569ee1402409838c3da4192" name="YII_CSRF_TOKEN" /></div><!--<div class="loginimg"></div>--> <div class="loginboxWrapper"> <div class="lw_left"> <div class="lw_logo"><img src="/images/login-logo.png" /></div> <div class="login_form_menu"> <ul> <li> <p><a href="https://madressa.net/admissions/">Enrolment Status</a> & <a href="https://madressa.net/admissions/faq/">Enrolment FAQs</a></p> <span class="tooltip">?<div class="tooltiptext">Please check our current enrolment status on our website. If Enrolment is closed you will not be able to submit an application for a child to join Madressa.</div></span> </li> <li> <p> <a href="/index.php?r=students/registration/new">Student Registration</a> </p> <span class="tooltip">?<div class="tooltiptext">If you do not have a child already enrolled in Madressa (either as a current student or on our waiting list) please complete this form.</div></span> </li> <li> <!-- <p><a href="http://sis.madressa.net/index.php?r=students/registration">Enrol a sibling</a></p> --> <a href="/index.php?r=students/registration">Enrol a sibling</a> <span class="tooltip">?<div class="tooltiptext">If you already have a child who attends Madressa, please login to your parent portal on the right hand side and select 'Add Student'. If your child is on the waiting list, please click the above link, login and select 'Add Another Child'.</div></span> </li> <li> <!--<p><a href="http://sis.madressa.net/index.php?r=students/registration">Check your application status</a></p>--> <a href="/index.php?r=students/registration">Check your application status</a> <span class="tooltip">?<div class="tooltiptext">If you do not have any children who attend Madressa please click to check your child/rens application status. If you have children who attend the Madressa, please login on the right hand side and navigate to 'Check Status'</div></span> </li> </ul> </div> </div> <div class="lw_right"> <h1>Login</h1> <p>Please fill out the following form with your login credentials:</p> <div class="form"> <form action="/index.php?r=user/login" method="post"> <div style="display:none"><input type="hidden" value="d4a6d8d635a2a1dc0569ee1402409838c3da4192" name="YII_CSRF_TOKEN" /></div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <input onblur="clearText(this)" onfocus="clearText(this)" value="Username or Email " name="UserLogin[username]" id="UserLogin_username" type="text" /></td> </tr> <tr> <td> <div class="position_holder"> <input onblur="clearText(this)" onfocus="clearText(this)" value="Password" name="UserLogin[password]" id="UserLogin_password" type="password" /> </div> </td> </tr> <tr style="line-height: 19px; "> <td> <div class="LostPsswrd"> <a href="/index.php?r=user/recovery">Lost Password?</a> </div> </td> </tr> <tr><td id="pid" style="color:#C60;background:url(/images/warning.png) no-repeat;display:none;padding-left:25px;"></td></tr> <tr> <td style="padding:0px;"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <!-- Google reCaptcha will work for registered domains - in server --> <div id="recaptcha" class="g-recaptcha" data-sitekey="6LfQoHkUAAAAALcrqO8xTfuFBoY-XgmpM1O7dp4I"></div> <div class="errorMessage" id="recaptcha-error"></div> </td> </tr> <tr> <td style="padding:0px;"> <input id="ytUserLogin_rememberMe" type="hidden" value="0" name="UserLogin[rememberMe]" /><input name="UserLogin[rememberMe]" id="UserLogin_rememberMe" value="1" type="checkbox" /> <label for="UserLogin_rememberMe">Remember me next time</label> </td> </tr> </table> </td> </tr> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr style="line-height: 19px; "> <td><input class="loginbut" type="submit" name="yt0" value="Login" /></td> </tr> </table> </td> </tr> </table> </form></div> </div> <div class="clear"></div> </div> </form></body> </html> <script type="text/javascript"> $(document).ready(function() { var options = { caps_lock_on: function() { $('#pid').css({"display": "block"}); $('#pid').html("Caps lock is on"); }, caps_lock_off: function() { $('#pid').css({"display": "none"}); }, }; $("input[type='password']").capslock(options); }); $('form').on('submit', function(e) { var name = $("#UserLogin_username").val(); var password = $("#UserLogin_password").val(); $('#recaptcha-error').html(''); if(name=='' || password=='') { if(grecaptcha.getResponse() == ""){ $('#recaptcha-error').html("Please verify that you are not a robot."); } } if(grecaptcha.getResponse() == "" && (name!='' && password!='')) { e.preventDefault(); $('#recaptcha-error').html("Please verify that you are not a robot."); } }); </script>

Pages: 1 2 3 4 5 6 7 8 9 10