diff options
Diffstat (limited to 'ShiftOS.Server.WebAdmin/Resources/LoginView.txt')
| -rw-r--r-- | ShiftOS.Server.WebAdmin/Resources/LoginView.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ShiftOS.Server.WebAdmin/Resources/LoginView.txt b/ShiftOS.Server.WebAdmin/Resources/LoginView.txt new file mode 100644 index 0000000..3b12e87 --- /dev/null +++ b/ShiftOS.Server.WebAdmin/Resources/LoginView.txt @@ -0,0 +1,20 @@ +<h3>Access denied.</h3> + +<p>You require a higher authentication level to access this part of the multi-user domain. Please enter the username and password of whom has access to this sector.</p> + +<form method="post" action=""> + <table class="table"> + <tr> + <td><strong>Username:</strong></td> + <td><input class="form-control" type="text" name="username"/></td> + </tr> + <tr> + <td><strong>Password:</strong></td> + <td><input class="form-control" type="password" name="password"/></td> + </tr> + <tr> + <td></td> + <td><input type="submit" class="btn btn-default">Login</input> + </tr> + </table> +</form>
\ No newline at end of file |
