https://surat.rs-elisabeth.com/

ID de l'analyse :
dd57c83a-d9c6-4952-a5d1-e579bf868b7bTerminée
URL soumise :
https://surat.rs-elisabeth.com/
Fin du rapport :

Liens : 0 trouvé(s)

Liens sortants identifiés à partir de la page

Variables JavaScript : 14 trouvée(s)

Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel

NomType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
toastfunction
Hammerfunction
Wavesobject
scrollFirefunction
Pickerfunction

Messages de journal de console : 0 trouvé(s)

Messages consignés dans la console web

HTML

Le corps HTML de la page en données brutes

<!DOCTYPE html><html lang="en"><!-- Head START --><head>

    <title>Aplikasi Manajemen Surat</title>

    <!-- Meta START -->
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <link rel="icon" href="./upload/LOgo RSE oke.png" type="image/x-icon">    <!-- Meta END -->

    <!--[if lt IE 9]>
    <script src="./asset/js/html5shiv.min.js"></script>
    <![endif]-->

    <!-- Global style START -->
    <link type="text/css" rel="stylesheet" href="./asset/css/materialize.css" media="screen,projection">
    <style type="text/css">
        body {
            background: #fff;
        }

        .bg::before {
            content: '';
            background-image: url('./asset/img/background.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            position: absolute;
            z-index: -1;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            opacity: 0.15;
            filter: alpha(opacity=15);
            height: 100%;
            width: 100%;
        }

        @media only screen and (min-width: 993px) {
            .container {
                width: 60% !important;
            }
        }

        .container {
            max-width: 100%;
            margin-top: 2.5rem;
        }

        #logo {
            display: block;
            margin: -20px auto -5px;
        }

        img {
            border-radius: 50%;
            margin: 0 auto;
            width: 100px;
            height: 100px;
        }

        #login {
            margin-top: -2%;
        }

        #smk {
            font-size: 2rem;
            margin-bottom: 10px;
        }

        .batas {
            border-bottom: 1px dotted #444;
            margin: 0 auto;
            width: 90%;
        }

        #title {
            margin: 5px 0 35px;
        }

        .btn-large {
            font-size: 1.25rem;
            margin: 0;
        }

        #alert-message {
            border-radius: 3px;
            color: #f44336;
            font-size: 1.15rem;
            margin: 15px 15px -15px;
        }

        .error {
            padding: 10px;
        }

        .upss {
            font-size: 1.2rem;
            margin-left: 20px;
        }

        .pace {
            -webkit-pointer-events: none;
            pointer-events: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            -webkit-transform: translate3d(0, -50px, 0);
            -ms-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
            -webkit-transition: -webkit-transform .5s ease-out;
            -ms-transition: -webkit-transform .5s ease-out;
            transition: transform .5s ease-out;
        }

        .pace.pace-active {
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .pace .pace-progress {
            display: block;
            position: fixed;
            z-index: 2000;
            top: 0;
            right: 100%;
            width: 100%;
            height: 3px;
            background: #2196f3;
            pointer-events: none;
        }

        noscript {
            color: #42a5f5;
        }

        .input-field label {
            font-size: 1.2rem;
        }

        .input-field label.active {
            font-size: 1rem;
        }
    </style>
    <!-- Global style END -->

</head>
<!-- Head END -->

<!-- Body START -->

<body class="blue-grey lighten-3 bg  pace-done"><div class="pace  pace-inactive"><div class="pace-progress" data-progress-text="100%" data-progress="99" style="transform: translate3d(100%, 0px, 0px);">
  <div class="pace-progress-inner"></div>
</div>
<div class="pace-activity"></div></div>

    <!-- Container START -->
    <div class="container">

        <!-- Row START -->
        <div class="row">

            <!-- Col START -->
            <div class="col s12 m6 offset-m3 offset-m3">

                <!-- Box START -->
                <div class="card-panel z-depth-2" id="login">

                    <!-- Row Form START -->
                    <div class="row">

                                                    <!-- Logo and title START -->
                            <div class="col s12">
                                <div class="card-content">
                                    <h5 class="center" id="title">Aplikasi Manajemen Surat</h5>
                                    <img id="logo" src="./upload/LOgo RSE oke.png">                                    <h4 class="center" id="smk">
                                        Rumah Sakit ST Elisabeth Semarang                                    </h4>
                                    <div class="batas"></div>
                                </div>
                            </div>
                            <!-- Logo and title END -->
                        
                        
                            <!-- Form START -->
                            <form class="col s12 m12 offset-4 offset-4" method="POST" action="">
                                <div class="row">
                                                                    </div>
                                <div class="input-field col s12">
                                    <i class="material-icons prefix md-prefix">account_circle</i>
                                    <input id="username" type="text" class="validate" name="username" required="" autocomplete="off">
                                    <label for="username">Username</label>
                                </div>
                                <div class="input-field col s12">
                                    <i class="material-icons prefix md-prefix">lock</i>
                                    <input id="password" type="password" class="validate" name="password" required="" autocomplete="off">
                                    <label for="password">Password</label>
                                </div>
                                <div class="input-field col s12">
                                    <button type="submit" class="btn-large waves-effect waves-light blue-grey col s12" name="submit">LOGIN</button>
                                </div>
                            </form>
                            <!-- Form END -->
                                            </div>
                    <!-- Row Form START -->

                </div>
                <!-- Box END-->

            </div>
            <!-- Col END -->

        </div>
        <!-- Row END -->

    </div>
    <!-- Container END -->

    <!-- Javascript START -->
    <script type="text/javascript" src="asset/js/jquery-2.1.1.min.js"></script>
    <script type="text/javascript" src="asset/js/materialize.min.js"></script>
    <script type="text/javascript" src="asset/js/bootstrap.min.js"></script>
    <script data-pace-options="{ &quot;ajax&quot;: false }" src="asset/js/pace.min.js"></script>

    <!-- Jquery auto hide untuk menampilkan pesan error -->
    <script type="text/javascript">
        $("#alert-message").alert().delay(3000).slideUp('slow');
    </script>
    <!-- Javascript END -->

    <noscript>
        <meta http-equiv="refresh" content="0;URL='./enable-javascript.html'" />
    </noscript>




<div class="hiddendiv common"></div></body><!-- Body END --></html>