Last change
on this file since 16674 was
13860,
checked in by jlodewyc, 9 years ago
|
#2582 RC2 migration fixed. OKB query implemented. Preparing for OKB manager
|
File size:
1.9 KB
|
Rev | Line | |
---|
[13656] | 1 |
|
---|
| 2 | @model HeuristicLab.Clients.Hive.WebJobManager.ViewModels.LoginViewModel
|
---|
[13827] | 3 | <!-- Login page -->
|
---|
[13656] | 4 | <div class="container">
|
---|
| 5 | <div class="row" style="align-content:center">
|
---|
| 6 | <div class="col-xs-offset-4 col-sm-4" >
|
---|
[13860] | 7 | <div class="form-login animated fadeIn">
|
---|
[13733] | 8 | <h4>Welcome to HeuristicLab Hive</h4>
|
---|
[13860] | 9 | <form asp-controller="Home" asp-action="Login" method="POST" >
|
---|
[13733] | 10 | <i class="fa fa-user"></i>
|
---|
| 11 | <label asp-for="loginName">
|
---|
| 12 |
|
---|
| 13 | </label>
|
---|
| 14 | <input
|
---|
| 15 | type="text"
|
---|
| 16 | asp-for="loginName"
|
---|
| 17 | class="form-control input-sm chat-input" />
|
---|
| 18 | <i class="fa fa-key"></i>
|
---|
| 19 | <label
|
---|
| 20 | asp-for="password">
|
---|
| 21 |
|
---|
| 22 | </label>
|
---|
| 23 | <input
|
---|
| 24 | type="password"
|
---|
| 25 | asp-for="password"
|
---|
| 26 | class="form-control input-sm chat-input" />
|
---|
[13656] | 27 | <br/>
|
---|
| 28 | <div class="wrapper">
|
---|
| 29 | <span class="group-btn">
|
---|
[13733] | 30 | <button
|
---|
| 31 | type="submit"
|
---|
| 32 | class="btn btn-primary btn-md"
|
---|
| 33 | style="width: 100%;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
---|
| 34 | text-shadow:2px 2px black;">
|
---|
| 35 | Login <i class="fa fa-sign-in"></i>
|
---|
[13656] | 36 | </button>
|
---|
| 37 | </span>
|
---|
[13733] | 38 | <span style="color:red">
|
---|
| 39 | <br/>@Model.errorMessage
|
---|
| 40 | </span>
|
---|
[13656] | 41 | </div>
|
---|
| 42 | </form>
|
---|
| 43 | </div>
|
---|
| 44 |
|
---|
| 45 | </div>
|
---|
| 46 | </div>
|
---|
[13689] | 47 | </div>
|
---|
Note: See
TracBrowser
for help on using the repository browser.