CINXE.COM
MTC Project Management System
<!DOCTYPE html> <html dir="ltr" class="no-js" lang="en"> <head> <title>MTC Project Management System</title> <meta charset="utf-8" /> <meta name="description" content="" /> <meta name="author" content="MTC Media" /> <meta name="viewport" content="width=device-width, width=1100"> <meta name="robots" content="noindex,nofollow"/> <link rel="stylesheet" href="./css/font-awesome-ie7.min.css" media="screen" /> <link rel="stylesheet" href="./css/font-awesome.min.css" media="screen" /> <link rel="stylesheet" href="./css/reset.css" media="screen" /> <link rel="stylesheet" href="./css/default.css?v=1731085167" media="screen" /> <link rel="stylesheet" href="./css/print.css" media="print" /> <link rel="stylesheet" href="./css/jquery-ui.css" media="screen" /> <link rel="shortcut icon" href="./favicon.ico" /> <link rel="apple-touch-icon" href="images/apple-touch-icon.png" /> <!-- 114x114 --> <!-- Microformats refs - use for all addresses and events--> <link rel="profile" href="http://microformats.org/profile/hcalendar"> <link rel="profile" href="http://microformats.org/profile/hcard"> <link rel="profile" href="http://microformats.org/profile/rel-tag"> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script> <title>MTC Project Management System</title> <!--[if lte IE 6]> <link rel="stylesheet" href="css/ie6.css" media="screen, projection" /> <![endif]--> <!--[if lte IE 7]> <link rel="stylesheet" href="css/ie7.css" media="screen, projection" /> <![endif]--> <!--Call Modernizr first --> <script src="./js/modernizr.js"></script> <link rel="stylesheet" type="text/css" href="/js/fancybox/fancybox.css"> <script type="text/javascript" src="/js/fancybox/fancybox.js"></script> <script language="javascript" type="text/javascript"> var current = ""; var busy = false; function handleHttpResponse() { if (http.readyState == 4) { // Split the comma delimited response into an array //alert('done'); } } function pausecomp(millis) { var date = new Date(); var curDate = null; do { curDate = new Date(); } while(curDate-date < millis); } function getHTTPObject() { var xmlhttp; /*@cc_on @if (@_jscript_version >= 5) try { xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } catch (E) { xmlhttp = false; } } @else xmlhttp = false; @end @*/ if (!xmlhttp && typeof XMLHttpRequest != 'undefined') { try { xmlhttp = new XMLHttpRequest(); } catch (e) { xmlhttp = false; } } return xmlhttp; } var http = getHTTPObject(); // We create the HTTP Object $(".getLogin").fancybox({ type: 'ajax', margin: 0, padding: 0 }); </script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> </head> <body class="splashPage"> <div id="header" role="banner"> <a href="/" title="Back to the homepage" id="logo"> <img src="./images/logo.jpg" alt="mtc Logo" title="mtc Logo" /> </a> <h1>Project Management System</h1> </div><!-- end of header --> <div class="clear"></div> <div id="content" role="main"> <div class="splashWrap"> <div class="content"> <h1><i class="icon-lock"></i>Client Login Area</h1> <form action="login.php" method="POST" class="main-form"> <fieldset> <label class="hidden" for="email">Your email address</label> <input class="text" type="text" name="email" placeholder="Email" value="" /> <label class="hidden" for="password">Enter your password</label> <input class="text" type="password" name="password" value="" placeholder="Password" /> <!-- <div class="row"> <input class="check" type="checkbox" name="remember" id="remember" value=""/> <label for="remember">Remember me on this computer</label> </div> !--> <input class="button" type="submit" id="update-details" name="detailsbtn" value="Login now" /> </fieldset> <input type="hidden" name="action" value="login" /> <input type="hidden" name="redirect" value="" /> </form> <a style="color:white;margin-top:10px;display:block;" href="/password/reset">Forgot password?</a> </div><!-- end of content --> <div class="register"> <h2>Need an account on the system?</h2> <a href="/templates/request-login.php" class="button getLogin">Request a login</a> </div> </div><!-- end of splashWrap --> </div><!-- end of content --> <div class="footer" role="contentinfo"> <small>Copyright 2025 <a href="http://www.mtcmedia.co.uk" rel="external" title="mtc website">mtc.</a></small> <small class="help">For help with this system call <strong>0344 804 2021</strong></small> </div><!-- end of footer --> <!-- begin feedback form --> <div class="overlayWrapper"> <div class="overlayBox"> <h1 class="title">Submit Feedback</h1> <div class="clear"></div> </div> </div> <!-- begin contact page --> <div class="contactModal"> <h1 class="title">Contact Us</h1> <div class="clear"></div> <div class="openingTimes"> <p>This system is primarily operated</p> <strong>9am - 5.30pm Mon-Fri</strong> </div> <p>Give us a call on:</p> <h2>0344 804 2021</h2> <p>Drop us an email at:<h2><a href="mailto:aftercare@mtc.co.uk">aftercare@mtc.co.uk</a></h2> <div class="clear"></div> <small>For <em>urgent</em> matters out of hours please leave a voicemail on <b>0344 804 2021</b></small> </div> </body> </html>