https://gps.mellatech.com/mct/mobile/

Submitted URL:
https://mobile.mellatech.com/Redirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 97 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
$function
jQueryfunction
bootboxobject
isMobileVersionfunction
isObjectFollowfunction
isSharePositionfunction
isNumberfunction

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
verbosedom
URL
https://gps.mellatech.com/mct/mobile/
Text
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o
logother
URL
https://gps.mellatech.com/mct/mobile/src/index.js
Text
SW Registered

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="expires" content="0">
    <meta http-equiv="pragma" content="no-cache">
    <meta name="robots" content="noindex">
    <meta name="googlebot" content="noindex">
    <meta name="theme-color" content="#2B82D4">
    <link rel="manifest" href="manifest.json">
    <link rel="apple-touch-icon" href="img/logo192.png">
    <title>
        Mella GPS Tracking System     </title>

    <link rel="shortcut icon" href="/mct/favicon.png" type="image/x-icon">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->

    <link href="theme/bootstrap.css?v=4" rel="stylesheet">
    <link href="theme/style.css?v=4" rel="stylesheet">
    <link href="theme/style.custom.php?v=4" rel="Stylesheet">

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
                <script type="text/javascript" src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js?v=4"></script>
                <script type="text/javascript" src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js?v=4"></script>
        <![endif]-->

    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    <script type="text/javascript" src="../js/jquery-2.1.4.min.js?v=4"></script>

    <!-- Include all compiled plugins (below), or include individual files as needed -->
    <script type="text/javascript" src="js/bootstrap.min.js?v=4"></script>
    <script type="text/javascript" src="js/bootbox.min.js?v=4"></script>
    <script type="text/javascript" src="../js/gs.common.js?v=4"></script>
    <script type="text/javascript" src="js/gs.connect.js?v=4"></script>

    <script src="src/index.js"></script>
</head>

<body class="login-page" onload="connectLoad()">
    <nav class="navbar navbar-default">
        <div class="container-fluid">
            <div class="navbar-header">
                <div class="navbar-brand">
                    Connect to Mella GPS Tracking System                </div>
            </div>
        </div>
    </nav>

    
    <form action="#" target="" autocomplete="on">
        <label>
            Login details        </label>

        <div class="input-group">
            <span class="input-group-addon" id="sizing-addon2"><i class="glyphicon glyphicon-user"></i></span>
            <input id="username" type="text" class="form-control" placeholder="Username" aria-describedby="sizing-addon2">
        </div>

        <br>

        <div class="input-group">
            <span class="input-group-addon" id="sizing-addon2"><i class="glyphicon glyphicon-openlock"></i></span>
            <input id="password" type="password" class="form-control" placeholder="Password" aria-describedby="sizing-addon2">
        </div>

        <br>

        <div class="block1 width50 pull-left">
            <label class="remember-me">
                Remember me            </label>
            <div class="form-group pull-left">
                <input id="remember_me" type="checkbox" name="fancy-checkbox-default" autocomplete="off">
                <div class="btn-group btn-remember-me">
                    <label for="remember_me" class="btn btn-default">
                        <span class="glyphicon glyphicon-ok"></span>
                        <span> </span>
                    </label>
                </div>
            </div>
        </div>

        <div class="block2 width50 pull-right">
            <div class="form-group">
                <a type="submit" class="btn btn-blue btn-default dropdown-toggle login-btn" aria-haspopup="true" aria-expanded="false" href="#" onclick="connectLogin(); return false;">
                    <i class="glyphicon glyphicon-log-in"></i>
                    Login                </a>
            </div>
        </div>

        <div class="buttons-block clearfix">
                        <div class="block1 width50 pull-left">
                <div class="form-group">
                    <a class="btn btn-default dropdown-toggle desktop-btn" aria-haspopup="true" aria-expanded="false" href="../index.php">
                        <i class="glyphicon glyphicon-desktop"></i>
                        Desktop version                    </a>
                </div>
            </div>
            
            <div class="block2 width50 pull-right">
                <div class="form-group">
                    <select style="width: 100%;" id="system_language" class="form-control" onchange="switchLanguageLogin();">
                        <option value="english">English</option>                    </select>
                </div>
            </div>
        </div>
    </form>


</body></html>