-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Raymond Gao
committed
Jun 28, 2017
1 parent
3ccdba6
commit e13f94b
Showing
19 changed files
with
165 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
<h1>Login Here</h1> | ||
|
||
<form id="login-form" method="post" enctype="multipart/form-data" asp-controller="User" asp-action="CreateSession"> | ||
<label>Username:</label> | ||
<input type="text" name="username" required autocomplete="off"/> | ||
<br/> | ||
<label>Password:</label> | ||
<input type="password" name="password" required autocomplete="off"/> | ||
<br/> | ||
<input type="submit" value="submit" /> | ||
</form> | ||
<div class="col-md-6"> | ||
<form class="form-horizontal" id="login-form" method="post" enctype="multipart/form-data" asp-controller="User" asp-action="CreateSession"> | ||
<h3>登录账户</h3> | ||
<br/> | ||
<label>用户名:</label> | ||
<input class="form-control" type="text" name="username" required autocomplete="off"/> | ||
<br/> | ||
<label>密码:</label> | ||
<input class="form-control" type="password" name="password" required autocomplete="off"/> | ||
<br/> | ||
<input class="btn btn-default" type="submit" value="submit" /> | ||
</form> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
<h1>Register</h1> | ||
<div class="col-md-6"> | ||
<form class="form-horizontal" id="registration-form" method="post" enctype="multipart/form-data" asp-controller="user" asp-action="create"> | ||
<h3>新用户注册</h3> | ||
<br/> | ||
<label>用户名:</label> | ||
<input class="form-control" type="text" name="username" required autocomplete="off"/> | ||
<br/> | ||
|
||
<form id="registration-form" method="post" enctype="multipart/form-data" asp-controller="user" asp-action="create"> | ||
<label>Username:</label> | ||
<input type="text" name="username" required autocomplete="off"/> | ||
<br/> | ||
<label>密码:</label> | ||
<input class="form-control" type="password" name="password" minlength="6" required autocomplete="off"/> | ||
<br/> | ||
|
||
<label>Password:</label> | ||
<input type="password" name="password" minlength="6" required autocomplete="off"/> | ||
<br/> | ||
|
||
<label>Password Confirmation:</label> | ||
<input type="password" required autocomplete="off"/> | ||
<br/> | ||
|
||
<input type="submit" value="submit" /> | ||
</form> | ||
<label>重复密码:</label> | ||
<input class="form-control" type="password" required autocomplete="off"/> | ||
<br/> | ||
|
||
<input class="btn btn-default" type="submit" value="submit" /> | ||
</form> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
83ed4a545bf8b47ed1b3ee562d08a27023561939 | ||
438412a513e8f7d8733b7f381528234dbd50c9d0 |
Oops, something went wrong.