diff options
| author | Michael <[email protected]> | 2017-02-11 18:51:20 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-11 18:51:20 -0500 |
| commit | 46b4bb61a81354de5ac2260c0505e79dfcf06a5b (patch) | |
| tree | 5fed801e92aed1f1f10edc55419bccbe8e33b8da /ShiftOS.Server.WebAdmin/Resources/LoginView.txt | |
| parent | 4fd98597b89ac976503e4152de3035d6fb590fe2 (diff) | |
| download | shiftos_thereturn-46b4bb61a81354de5ac2260c0505e79dfcf06a5b.tar.gz shiftos_thereturn-46b4bb61a81354de5ac2260c0505e79dfcf06a5b.tar.bz2 shiftos_thereturn-46b4bb61a81354de5ac2260c0505e79dfcf06a5b.zip | |
Begin admin panel work.
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 |
