https://avrick.compactlists.com/session

已提交的 URL:
https://avrick.compactlists.com/已重新導向
報告完成時間:

連結 · 找到 0 個

從頁面中識別的傳出連結

JavaScript 變數 · 找到 5 個

在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取

名稱類型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction

主控台記錄訊息 · 找到 1 條

記錄到 Web 主控台的訊息

類型類別記錄
verbosedom
URL
https://avrick.compactlists.com/session
Text
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o

HTML

頁面的原始 HTML 主體

<!DOCTYPE html><html lang="en"><head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="">
    <meta name="author" content="">

    <title>Avrick - Avrick Direct</title>

    <!-- Bootstrap Core CSS -->
    <link href="https://avrick.compactlists.com/css/bootstrap.min.css" rel="stylesheet">
    <link href="https://avrick.compactlists.com/css/login.css" rel="stylesheet">
    <link href="https://avrick.compactlists.com/theme/avrick/login.css" rel="stylesheet">

    <!-- HTML5 Shim and Respond.js 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 src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->

</head>
<body>

<div class="login-body">
    <article class="container-login center-block">
        <section>
            <div class="text-center"><img id="logoimg" src="https://avrick.compactlists.com/theme/avrick/logo.png" alt="Avrick - Avrick Direct"></div>
            <br>
            <div class="tab-content tabs-login col-lg-12 col-md-12 col-sm-12 cols-xs-12">
                <div id="login-access" class="tab-pane fade active in">
                    <h2>Sign in</h2>
                                        <form method="post" accept-charset="utf-8" autocomplete="off" role="form" class="form-horizontal">
                        <div class="form-group ">
                            <label for="login" class="sr-only">Username</label>
                            <input type="text" class="form-control" name="username" id="login_value" placeholder="Username" tabindex="1" value="">
                        </div>
                        <div class="form-group ">
                            <label for="password" class="sr-only">Password</label>
                            <input type="password" class="form-control" name="password" id="password" placeholder="Password" value="" tabindex="2">
                        </div>
                        <br>
                        <div class="form-group ">
                            <button type="submit" name="log-me-in" id="submit" tabindex="5" class="btn btn-lg btn-primary"><button-text>Go</button-text></button>
                        </div>
                    </form>
                </div>
            </div>
        </section>
    </article>
</div>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script></body></html>