iknd.incaapps.com Open in urlscan Pro
103.61.116.242  Public Scan

Submitted URL: https://oth.incaapps.com/
Effective URL: https://iknd.incaapps.com/
Submission: On May 31 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST javascript:

<form class="login-form" action="javascript: " method="post" novalidate="novalidate">
  <div align="right">
    <img src="assets/img/logo23.png" alt="logo" style="width:70px;margin-right:-15px">
    <h5 class="form-title form-title-hmos" style="margin-top:-10px"> </h5>
  </div>
  <h4 class="form-title text-primary shadow rounded ">Welcome </h4>
  <div class="alert alert-danger alert-dataempty display-hide">
    <button class="close" data-close="alert"></button>
    <span> Enter any username and password. </span>
  </div>
  <div class="alert alert-danger alert-datainvalid display-hide">
    <button class="close" data-close="alert"></button>
    <span> Invalid username or password . </span>
  </div>
  <div class="form-group">
    <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
    <label class="control-label visible-ie8 visible-ie9">Username</label>
    <div class="input-icon">
      <i class="fa fa-user"></i>
      <input class="form-control placeholder-no-fix  rounded border-primary " type="text" autocomplete="off" placeholder="Username" name="username">
    </div>
  </div>
  <div class="form-group">
    <label class="control-label visible-ie8 visible-ie9">Password</label>
    <div class="input-icon">
      <i class="fa fa-lock"></i>
      <input class="form-control placeholder-no-fix  rounded border-primary" type="password" autocomplete="off" placeholder="Password" name="password">
    </div>
  </div>
  <div class="form-actions">
    <button type="submit" class="btn blue pull-right" style="font-size: .8rem;"> Login <i class="m-icon-swapright m-icon-white"></i>
    </button>
  </div>
  <div class="signup" style="text-align:left">
    <p style="font-size:10px"> Not registered <a href="javascript:;" id="register-btn">
					 Create an Account
				</a>
    </p>
  </div>
  <div class="forget-password">
    <p style="font-size:10px">
      <a href="javascript:;" id="forget-password">
					 Click Here
				</a> to reset your password.
    </p>
  </div>
</form>

POST javascript:

<form class="forget-form" action="javascript: " method="post" novalidate="novalidate">
  <h3>Forget Password ?</h3>
  <p> Enter your e-mail address below to reset your password. </p>
  <div class="form-group">
    <div class="input-icon">
      <i class="fa fa-envelope"></i>
      <input class="form-control placeholder-no-fix" type="text" autocomplete="off" placeholder="Email" name="email">
    </div>
  </div>
  <div class="form-actions">
    <button type="button" id="back-btn" class="btn">
      <i class="m-icon-swapleft"></i> Back </button>
    <button type="submit" class="btn blue pull-right"> Submit <i class="m-icon-swapright m-icon-white"></i>
    </button>
  </div>
</form>

POST javascript:

<form class="register-form" action="javascript: " method="post" novalidate="novalidate">
  <div style="background-color:#fff">
    <div class="modal-header" style="padding-top:5px !important;
							padding-bottom:5px !important; background-color:#3276b1  !important; color:#FFF !important; 
							border-top-left-radius:5px !important; border-top-right-radius:5px !important; 
							font-weight:bold !important">
      <h5 class="modal-title" style="font-weight:bold !important">Create Account</h5>
    </div>
    <div class="modal-body" style="background-color:#fff">
      <div class="form-alert" style="padding-right:40px">
        <div id="newuser-add-danger" class="alert alert-danger display-hide">
          <button class="close" data-close="alert"></button> Employee Data Tidak ada atau data Kurang lengkap.. !!!
        </div>
        <div id="newuser-add-danger2" class="alert alert-danger  display-hide">
          <button class="close" data-close="alert"></button> user id . has been Used
        </div>
        <div class="alert alert-success display-hide">
          <button class="close" data-close="alert"></button> Your form validation is successful!
        </div>
      </div>
      <div class="row">
        <div for="fullname_register" class="col-sm-4 col-md-4 col-xs-12">
          <h6>Full Name <i class="notes">***</i></h6>
        </div>
        <div class="col-sm-7 col-md-7 col-xs-12">
          <input type="text" id="fullname_register" name="fullname_register" placeholder="Full Name" value="" class="CEKEMPID form-control2   col-xs-12 " autofocus="">
        </div>
      </div>
      <div class="row">
        <div for="empNo_register" class=" col-sm-4 col-md-4 col-xs-12">
          <h6>Emp No ( NIP ) <i class="notes">***</i></h6>
        </div>
        <div class="col-sm-7 col-md-7 col-xs-12">
          <input type="text" id="empNo_register" name="empNo_register" placeholder="Employee No" value="" class=" CEKEMPID form-control2    col-xs-12" autofocus="">
        </div>
      </div>
      <div class="row">
        <div for="ttl_register" class="  col-sm-4 col-md-4 col-xs-12">
          <h6>Tgl Lahir <i class="notes">***</i></h6>
        </div>
        <div class="col-sm-7 col-md-7 col-xs-12">
          <input type="text" id="ttl_register" name="ttl_register" value="" placeholder="mm /dd/ yyyy" class=" CEKEMPID form-control2  col-xs-12  " autofocus="">
          <div> </div>
        </div>
      </div>
      <div class="row">
        <div for="email_register" class="col-sm-4 col-md-4 col-xs-12">
          <h6>e-mail</h6>
        </div>
        <div class="col-sm-7 col-md-7 col-xs-12">
          <input type="email" id="email_register" name="email_register" value="" placeholder="email" class="form-control2  col-xs-12">
        </div>
      </div>
      <div class="row">
        <div for="email_register" class="col-sm-4 col-md-4 col-xs-12">
          <h6>phone</h6>
        </div>
        <div class="col-sm-7 col-md-7 col-xs-12">
          <input type="phone" id="phone_register" name="phone_register" value="" placeholder="Mobile Phone" class="form-control2  col-xs-12">
        </div>
      </div>
      <div class="row">
        <div for="userid_register" class="col-sm-4 col-md-4 col-xs-12">
          <h6>User ID</h6>
        </div>
        <div class="col-sm-7 col-md-7 col-xs-12">
          <input type="text" id="userid_register" name="userid_register" placeholder="User ID" class="form-control2   col-xs-12" autofocus="">
          <div> <br> <i>Jangan Ada spasi</i></div>
        </div>
      </div>
      <div class="row">
        <div for="register_password" class="col-sm-4 col-md-4 col-xs-12">
          <h6>Password</h6>
        </div>
        <div class="col-sm-7 col-md-7 col-xs-12">
          <input type="password" id="register_password" name="register_password" value="" placeholder="Password" class="form-control2  col-xs-12">
        </div>
      </div>
      <div class="row">
        <div for="register_retypepassword" class="col-sm-4 col-md-4 col-xs-12">
          <h6>Re-type Password</h6>
        </div>
        <div class="col-sm-7 col-md-7 col-xs-12">
          <input type="password" id="register_retypepassword" name="register_retypepassword" placeholder="Re-type Password" class="form-control2  col-xs-12">
        </div>
      </div>
      <div class="row">
        <div class="col-sm-12 col-md-12 col-xs-12">
          <br>
          <i class="notes"> *** : Harus Sama dengan Data DI HRD</i>
        </div>
      </div>
    </div>
    <div class="modal-footer" style="padding:10px 10px 10px 10px ;background-color:#fff">
      <div class="row">
        <div class=" col-md-12 text-right " style="padding-right:40px">
          <button type="button" id="register-back-btn" class="btn"><i class="m-icon-swapleft"></i> Back </button>
          <button style="width:100px" type="submit" id="submitButton_register" class="btn btn-primary  ">Submit</button>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

WELCOME

Enter any username and password.
Invalid username or password .
Username

Password

Login

Not registered Create an Account

Click Here to reset your password.


FORGET PASSWORD ?

Enter your e-mail address below to reset your password.


Back Submit

CREATE ACCOUNT

Employee Data Tidak ada atau data Kurang lengkap.. !!!
user id . has been Used
Your form validation is successful!

FULL NAME ***



EMP NO ( NIP ) ***



TGL LAHIR ***



E-MAIL



PHONE



USER ID


Jangan Ada spasi

PASSWORD



RE-TYPE PASSWORD



*** : Harus Sama dengan Data DI HRD
Back Submit