


<!-- sm-nl-top.php : begin -->



<html>


	<head>



		<title>Sportlomo Sports Manager</title>



		<meta name="viewport" content="width=device-width, initial-scale=1">

		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
		<meta http-equiv="Pragma" CONTENT="no-cache">
		<meta http-equiv="Expires" CONTENT="-1">



		<!-- Include In Html Head : begin -->

		
		<!-- Include In Html Head : end -->



		<link rel="stylesheet" type="text/css" href = "/mystyle.css" />

				<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css"><!-- Icons -->
		<link rel="stylesheet" type="text/css" href="/_new_layout_files_/css/sm-style.css" />
		<link rel="stylesheet" type="text/css" href="/_new_layout_files_/css/sm-nl-style.css" />
		<link rel="stylesheet" type="text/css" href="/_new_layout_files_/css/sm-nl-old-style-fixer.css" />

		<!-- <link rel="stylesheet" type="text/css" href="/sportlomo/webroot/themes/main_responsive/css/smr-style-layout.css" /> -->
        


		<script type="text/javascript" src="/switchcontent.js"></script>



		


		<!-- Load jQuery if Not Loaded yet : begin -->

		<script>
			if ( ! window.jQuery ) {
				document.write ( '<script src="/_new_layout_files_/jsc/jquery-3.7.1.min.js" type="text/javascript"><\/script>' )
			}
		</script>

		<!-- Load jQuery if Not Loaded yet : end -->
        
        
        
        <!-- Custom Layout : begin -->
                <!-- Custom Layout : end -->
        


	</head>

	
	<body class="sm-login notloggedinUser">



		<div id="sm-container">



			<!-- Load sm-nl-top-head.php : begin -->
			     <!-- Header : begin -->
<script>
$(document).ready(function() {
    var userClubElement = $('#userClub');
    if (userClubElement!= null) {
        $('#userClub').on('change', function () {
            var id = $(this).val();
            $.ajax({
                url: '/club/ajax/switch.php',
                type: "POST",
                data: {id: id},
            }).done(function () {
                location.reload();
            }).fail(function () {
            });
        });
    }
});
</script>
            <style>

                .sm-main-menu-organization.red {
                    background-color: red;
                }
            </style>
            
<style>
#userClub { height: auto !important; }
</style>
            <header id="sm-header">

                <!-- Header : Top : begin -->

                <div id="sm-header-top">

                    <div class="sm-container sm-container-header">
                        <a href="https://sportlomo.com/" target="_blank">
                        <div class="sm-header-top-logo">

                            <span class="smr-server-marker">Staging-V12</span>                            
                            <!-- Header : Logo : begin -->
                            
                                    <img src="/_new_layout_files_/img/logo-sportlomo-blue.png" alt="">

                                                            
                        </div>
                        </a>
                        <div class="sm-header-top-org">

                            <!-- Header : User Display : begin -->

                            
                            <!-- Header : User Display : end -->

                        </div><!-- sm-header-top-org -->

                    </div><!-- container -->
                    <div class="sm-clear-fix"></div>

                    <!-- <div class="sm-custom-logo"></div> -->



                                        <a href="https://www.funkypigeonpersonalisedgreetingscards.com" target="_blank">
                        <div class="sm-custom-logo"></div>
                    </a>
                        
                </div><!-- top -->
                <div class="sm-clear-fix"></div>

                <!-- Header : Top : end -->



                <!-- Header : Main Menu : begin -->

                
                <!-- Header : Main Menu : end -->



            </header><!-- sm-header -->
            <div class="sm-clear-fix"></div>

            <!-- Header : end -->



            <!-- Content : begin -->

            <div id="sm-content">



            <script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css"/>
<script>
    function setCookie(key, value) {
        document.cookie = key + '=' + value + ';expires=0;path=/';
    }
    function getCookie(cname) {
        var name = cname + '=';
        var decodedCookie = decodeURIComponent(document.cookie);

        var ca = decodedCookie.split(';');
        for (var i = 0; i < ca.length; i++) {
            var c = ca[i];
            while (c.charAt(0) == ' ') {
                c = c.substring(1);
            }
            if (c.indexOf(name) == 0) {
                return c.substring(name.length, c.length).split('+').join(' ');
            }
        }
        return false;
    }
         jQuery(document).ready(function () {
            if (getCookie('alreadyDisplayed') === false && getCookie('notificationText') !== false) {
                toastr.options = {
                    'debug': false,
                    'newestOnTop': false,
                    'progressBar': false,
                    'positionClass': 'toast-top-full-width',
                    'preventDuplicates': false,
                    'showDuration': '300',
                    'hideDuration': '1000',
                    'timeOut': 0,
                    'extendedTimeOut': 0,
                    'showEasing': 'linear',
                    'hideEasing': 'linear',
                    'showMethod': 'fadeIn',
                    'hideMethod': 'fadeOut',
                    'tapToDismiss': false,
                    onclick: function () {
                        setCookie('alreadyDisplayed', true);
                    }
                };
                toastr.warning(getCookie('notificationText'));
            }
        });

</script>
<style>
    #toast-container.toast-top-full-width>div {
        height: auto !important;
    }
</style>			<!-- Load sm-nl-top-head.php : end -->



<!-- sm-nl-top.php : end -->
<!-- maint.php : begin -->



			<div class="sm-container">



				<!-- Content Body : Header : begin -->

				<div class="sm-content-body-header">
															<div class="sm-title">
                        <div class="sm-title-content"><span class="slsm">Login to SportLoMo | Sports Manager<span></div>
						<div class="admin-login-section logintext">
							<h3>ADMINISTRATOR LOGIN</h3>
							<div class="sm-maintenance-link-item highlight referee-login">
								
								<span class="font16px-fixed">Not an administrator? <a href="/sportlomo/users/login">click here</a> for <small>member area</small></span>

								<span class="font16px-fixed refreeLoginText hideContent"><span class="or">OR</span><a href="/referee/login.php">click here</a> for Referee Login</span>
							</div>
						</div>
                                                    <div class="language-selector">
                                <select class="stylish" id="languageSelect" onchange="window.location.href = 'maint.php?locale=' + this.value;">
                                                                            <option value="en_IE" selected>English</option>
                                                                            <option value="fr_CA" >Français-Canada (French)</option>
                                                                            <option value="fr_FR" >Français (French)</option>
                                                                            <option value="pt_PT" >Português (Portuguese)</option>
                                                                            <option value="es_ES" >Español (Spanish)</option>
                                                                            <option value="it_IT" >Italiano (Italian)</option>
                                                                            <option value="de_DE" >Deutsch (German)</option>
                                                                            <option value="fr_CH" >Français-Suisse (French)</option>
                                                                            <option value="sv_SE" >Svenka (Swedish)</option>
                                                                            <option value="hu_HU" >Magyar (Hungarian)</option>
                                                                            <option value="ScotsG" >Scots Gaelic</option>
                                                                            <option value="Welsh" >Welsh</option>
                                                                            <option value="Irish" >Irish</option>
                                                                    </select>
                            </div>
                        						<div class="admin-login-section forgotpasswordext">
							<h3>ADMINISTRATOR FORGOT PASSWORD</h3>
							<div class="sm-maintenance-link-item highlight referee-login">
								
								<span class="font16px-fixed">Please enter your admin username below. If a valid username is found, a forgot password link will be sent to the email address associated with that username.</span>
							</div>
						</div>
                        					</div>

				</div><!-- sm-cont-body-header -->

				<!-- Content Body : Header : end -->


				<!-- Content Body : Content : begin -->
                				<div class="sm-content-body-content">

					<!-- Login Form : begin -->

					<div class="sm-content-wrap">

						<form action="/Maint-Login.php" method="post" id="loginForm" class="sm-form sm-form-login">

							<div class="sm-form-input-line">
								<input type="text" id="username" name="username">
								<p><label for="username">username</label></p>
							</div>
							<div class="sm-form-input-line">
								<input type="password" id="password" name="password">
								<p><label for="password">password</label></p>
							</div>

							<!-- Buttons -->

							<div class="sm-buttons">
								<div class="sm-button">
									<button type="submit" class="g-recaptcha" form="loginForm" data-sitekey="" data-callback="loginFormSubmit">
										<i class="fa fa-sign-in" aria-hidden="true"></i><span class="sm-mid-screen-over">Login</span>
									</button>
									<p><a class="link text-primary" onclick="viewForgotPassword()" href="javascript:void(0)">Forgot Password?</a></p>
								</div>
							</div>

						</form>

						<form id="forgotPasswordForm"
							class="sm-form sm-form-login"
							method="post"
							action="/sportlomo/association-users/reset-password">

							<div class="sm-form-input-line">
								<input type="text" id="username" name="username">
								<p><label for="username">username</label></p>
							</div>

							<!-- Buttons -->

							<div class="sm-buttons">
								<div class="sm-button">
									<button type="submit" class="g-recaptcha" data-callback="forgetFormSubmit" form="forgotPasswordForm" data-sitekey="">
										<i class="fa fa-sign-in" aria-hidden="true"></i><span class="sm-mid-screen-over">Submit</span>
									</button>
								</div>
							</div>

						</form>


					</div><!-- sm-content-wrap -->

					<div class="sm-clear-fix"></div>

					<!-- Login Form : end -->

					<!-- Links : begin -->

					<div class="sm-content-wrap refereeSection">

						<div class="sm-maintenance-links">
							<!--<div class="sm-maintenance-link-item"><a href="maint_forgotpassword.php">Forgotten Password</a></div>sm-maintenance-link-item-->
							<div class="sm-maintenance-link-item highlight referee-login"><a href="referee/login.php">Referee Login</a></div><!-- sm-maintenance-link-item -->
						</div><!-- sm-maintenance-links -->

					</div><!-- sm-content-wrap -->

					<div class="sm-clear-fix"></div>

					<!-- Links : end -->

				</div><!-- sm-content-body-content -->

                
				<div class="sm-clear-fix"></div>

				<!-- Content Body : Content : end -->



			</div><!-- sm-container -->



						<!-- Login Notes : begin -->

			<div class="sm-clear-fix"></div>

			<div class="sm-container sm-container-midtone">

				<!-- Notes : begin -->

				<div class="sm-content-wrap">

					<div class="sm-notes sm-align-center">
						<p><b>Notice:</b> If you are currently experiencing difficulties logging in, please clear your cookies and cache.</p>
						<div class="sm-browsers">
							<a href="https://www.google.com/chrome/browser/desktop/" target="_blank"><img src="_new_layout_files_/img/logos/logo-browser-chrome-white.svg" alt="Click here to Download Google Chrome Web Browser" border="0"></a>
							<a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank"><img src="_new_layout_files_/img/logos/logo-browser-firefox-white.svg" alt="Click here to Download Firefox Web Browser" border="0"></a>
							<a href="https://www.microsoft.com/windows/ie/" target="_blank"><img src="_new_layout_files_/img/logos/logo-browser-internet-explorer-white.svg" alt="Click here to Download Internet Explorer Web Browser" border="0"></a>
							<p>We recommend using the Google Chrome, Firefox or Internet Explorer for Optimum Performance.</p>
						</div>
					</div>

				</div><!-- sm-content-wrap -->

				<div class="sm-clear-fix"></div>

				<!-- Notes : end -->

			</div><!-- sm-container -->

			<!-- Login Notes : end -->



			<div class="sm-clear-fix"></div>



<!-- maint.php : end -->

<script>
    $('#forgotPasswordForm').hide();
    $('.forgotpasswordext').hide();
    function viewForgotPassword() {
        $('#forgotPasswordForm').show();
        $('#loginForm').hide();
        $('.forgotpasswordext').show();
        $('.logintext').hide();
    }
    function loginFormSubmit() {
        $("#loginForm").submit();
    }
    function forgetFormSubmit() {
        $("#forgotPasswordForm").submit();
    }
</script>
<script src='https://www.google.com/recaptcha/api.js'></script>
<!-- Footer Position Fixer : begin -->

<div id="sm-container-locator"></div>

<script>
	// $(function(){
    var containerLocator = $('#sm-container-locator');
    if (containerLocator != null) {
        if ($('#sm-container-locator').parents('div').attr('class') == 'sm-center-old-layout-content') {
            document.write('</div><!-- sm-center-old-layout-content -->');
            if ($('.sm-center-old-layout-content').parents('div').attr('id') == 'sm-content') {
                document.write('</div><!-- sm-content -->');
            }
        } else if ($('#sm-container-locator').parents('div').attr('id') == 'sm-content') {
            document.write('</div><!-- sm-content -->');
        }
    }
//	 });
</script>

<!-- Footer Position Fixer : end -->



<!-- sm-nl-bottom.php : begin -->



			<!-- Footer : begin -->

			<footer id="sm-footer">

				<div class="sm-container">

					<div class="sm-footer-logo"><img src="/_new_layout_files_/img/sm-logo-white.png" alt=""></div>

					<div class="sm-footer-copyright">copyright &#169; 2026 - all rights reserved</div>

					<div class="sm-clear-fix"></div>

					<div class="sm-footer-contacts">
						<div class="sm-footer-contact sm-link-website"><a href="http://www.sportlomo.com" target="_blank">www.sportlomo.com</a></div>
						<div class="sm-footer-contact">
                                                        <a href="https://sportlomo.atlassian.net/wiki/spaces/EKBS/overview" target="_blank"><i class="fa fa-support"></i> SportLoMo Support</a>
                                                    </div>
					</div><!-- sm-footer-contacts -->

					<div class="sm-clear-fix"></div>

					<div class="sm-footer-social">
                        						<div class="sm-footer-social-item"><a href="https://twitter.com/SportLoMo" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a></div>
						<div class="sm-footer-social-item"><a href="https://www.facebook.com/Sportlomo/?ref=hl" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></div>
						<div class="sm-footer-social-item"><a href="https://www.linkedin.com/company/sportlomo" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a></div>
					</div><!-- sm-footer-social -->

					<div class="sm-clear-fix"></div>

				</div><!-- container -->

				<div class="sm-clear-fix"></div>

			</footer>

			<!-- Footer : end -->



		</div><!-- container -->

		<div class="sm-clear-fix"></div>



	</body>



</html>



<!-- sm-nl-bottom.php : end -->
