- Timestamp:
- 03/24/16 17:19:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Home/Index.cshtml
r13689 r13733 6 6 <div class="col-xs-offset-4 col-sm-4" > 7 7 <div class="form-login"> 8 <h4>Welcome to Heuristic 8 <h4>Welcome to HeuristicLab Hive</h4> 9 9 <form asp-controller="Home" asp-action="Login" method="POST"> 10 <label asp-for="loginName"></label> 11 <input type="text" asp-for="loginName" class="form-control input-sm chat-input" /> 12 <label asp-for="password"></label> 13 <input type="password" asp-for="password" class="form-control input-sm chat-input" /> 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" /> 14 27 <br/> 15 28 <div class="wrapper"> 16 29 <span class="group-btn"> 17 <button type="submit" class="btn btn-primary btn-md" 18 style="width: 100%"> 19 Login 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> 20 36 </button> 21 37 </span> 22 <span style="color:red"><br/>@Model.errorMessage</span> 38 <span style="color:red"> 39 <br/>@Model.errorMessage 40 </span> 23 41 </div> 24 42 </form>
Note: See TracChangeset
for help on using the changeset viewer.