43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
@*
|
|
For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
|
|
*@
|
|
@{
|
|
Layout = "_Signin";
|
|
}
|
|
|
|
@section Style {
|
|
|
|
}
|
|
|
|
@section Script{
|
|
<script src="~/assets/javascript/custom/forgetwd.js?v=6"></script>
|
|
}
|
|
<!-- .form-group -->
|
|
<div class="text-center">
|
|
|
|
<div style="font-size:25px; font-weight:bold;">忘記密碼重設</div>
|
|
<div style="font-size:14.6px;">ActiveDirectory Password Reset</div>
|
|
<br />
|
|
</div>
|
|
<!-- /.form-group -->
|
|
<!-- .form-group -->
|
|
<div class="form-group">
|
|
<div class="form-label-group">
|
|
<input type="text" id="inputUser" class="form-control" placeholder="PC或公槽帳號(例:vivian.lin)" autofocus=""> <label for="inputUser">PC或公槽帳號(例:vivian.lin)</label>
|
|
</div>
|
|
</div><!-- /.form-group -->
|
|
<!-- .form-group -->
|
|
<div class="form-group">
|
|
<div class="form-label-group">
|
|
<input type="text" id="inputEmail" class="form-control" placeholder="公司Email"> <label for="inputEmail">公司Email</label>
|
|
</div>
|
|
</div>
|
|
<!-- /.form-group
|
|
|
|
<!-- .form-group -->
|
|
<div class="form-group">
|
|
<button class="btn btn-lg btn-primary btn-block" type="button" id="checkBtn">寄出重設驗證信</button>
|
|
</div><!-- /.form-group -->
|
|
<!-- .form-group -->
|
|
|