aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Server.WebAdmin/Resources
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Server.WebAdmin/Resources')
-rw-r--r--ShiftOS.Server.WebAdmin/Resources/ChatEditTemplate.txt5
-rw-r--r--ShiftOS.Server.WebAdmin/Resources/ChatListView.txt11
-rw-r--r--ShiftOS.Server.WebAdmin/Resources/GenericTableList.txt5
-rw-r--r--ShiftOS.Server.WebAdmin/Resources/HtmlTemplate.txt58
-rw-r--r--ShiftOS.Server.WebAdmin/Resources/LoginView.txt31
-rw-r--r--ShiftOS.Server.WebAdmin/Resources/NoUsersFound.txt5
-rw-r--r--ShiftOS.Server.WebAdmin/Resources/SetupView.txt5
-rw-r--r--ShiftOS.Server.WebAdmin/Resources/Status.txt19
8 files changed, 0 insertions, 139 deletions
diff --git a/ShiftOS.Server.WebAdmin/Resources/ChatEditTemplate.txt b/ShiftOS.Server.WebAdmin/Resources/ChatEditTemplate.txt
deleted file mode 100644
index 0c8a7b5..0000000
--- a/ShiftOS.Server.WebAdmin/Resources/ChatEditTemplate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-<h3>Create/edit chat</h3>
-
-<p>Please fill out the details below for your channel list to be modified.</p>
-
-{form} \ No newline at end of file
diff --git a/ShiftOS.Server.WebAdmin/Resources/ChatListView.txt b/ShiftOS.Server.WebAdmin/Resources/ChatListView.txt
deleted file mode 100644
index eedfc07..0000000
--- a/ShiftOS.Server.WebAdmin/Resources/ChatListView.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-<h3>Chats</h3>
-
-<p>On this page you can find a list of all chats in the system. Chats are a part of the multi-user domain that allows online players to talk to eachother in the 'MUD Chat' application.</p>
-
-<p>If you have a Discord server for your multi-user domain, you can also designate a ShiftOS chat to listen on a specific channel on your server. You will need to create a Discord Bot Token and specify the ID of the channel you want tolisten to.</p>
-
-<p>Once the chat is set up, you should see a bot join your Discord server. Once it does, any messages received by the server in that channel will be relayed into ShiftOS, and any messages received by the MUD in the ShiftOS channel will be relayed to Discord.</p>
-
-<a href="/mudadmin/createchat" class="btn btn-default"><span class="glyphicon glyphicon-plus"></span> Create chat</a>
-
-{chat_table} \ No newline at end of file
diff --git a/ShiftOS.Server.WebAdmin/Resources/GenericTableList.txt b/ShiftOS.Server.WebAdmin/Resources/GenericTableList.txt
deleted file mode 100644
index 3cbfd6e..0000000
--- a/ShiftOS.Server.WebAdmin/Resources/GenericTableList.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-<h3>{listtitle}</h3>
-
-<p>{listdesc}</p>
-
-{list} \ No newline at end of file
diff --git a/ShiftOS.Server.WebAdmin/Resources/HtmlTemplate.txt b/ShiftOS.Server.WebAdmin/Resources/HtmlTemplate.txt
deleted file mode 100644
index 82893e9..0000000
--- a/ShiftOS.Server.WebAdmin/Resources/HtmlTemplate.txt
+++ /dev/null
@@ -1,58 +0,0 @@
-<html>
- <head>
- <title>Multi-user domain &bull; ShiftOS</title>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
-
- <link rel="stylesheet" href="http://getshiftos.ml/css/theme.css"/>
-
- <!-- Latest compiled and minified JavaScript -->
- <script src="https://code.jquery.com/jquery-3.1.1.js" integrity="sha256-16cdPddA6VdVInumRGo6IbivbERE8p7CQR3HzTBuELA=" crossorigin="anonymous"></script>
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
- </head>
- <body>
- <div class="navbar navbar-default">
- <div class+"navbar-header">
- <a class="navbar-brand" href="http://getshiftos.ml">ShiftOS</a>
- </div>
- <ul class="nav navbar-nav">
- <li>
- <a href="/mudadmin/status">System status</a>
- </li>
- <li>
- <a href="/mudadmin/saves">Test subjects</a>
- </li>
- <li>
- <a href="#">Shiftnet (NYI)</a>
- </li>
- <li>
- <a href="#">Scripts (NYI)</a>
- </li>
- <li>
- <a href="#">Legions (NYI)</a>
- </li>
- <li>
- <a href="/mudadmin/chats">Chats</a>
- </li>
- <li>
- <a href="#">Shops (NYI)</a>
- </li>
- </ul>
- <ul class="nav navbar-nav navbar-right">
- {mud_restart}
- {mud_power}
- {logout}
-
- </ul>
- </div>
- <!-- /#sidebar-wrapper -->
-
- <!-- Page Content -->
- <div id="page-content-wrapper">
- <div class="container-fluid content">
- {body}
-
- <p style="text-align:center;"><em>ShiftOS - MUD admin panel - Copyright &copy; 2017 ShiftOS developers</em></p>
- </div>
- </div>
- </body>
-</html> \ No newline at end of file
diff --git a/ShiftOS.Server.WebAdmin/Resources/LoginView.txt b/ShiftOS.Server.WebAdmin/Resources/LoginView.txt
deleted file mode 100644
index d5e61cf..0000000
--- a/ShiftOS.Server.WebAdmin/Resources/LoginView.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-<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"/></td>
- </tr>
- </table>
-</form>
-
-<div class="row">
- <div class="col-xs-6">
- <h4>What are my credentials?</h4>
- <p>If you do not know your credentials, you are not a ShiftOS developer with write-access to the GitHub repository and authorized access to the multi-user domain's backend, so we ask that you get off this site and try to hack the MUD in-game. Thank you.</p>
- </div>
- <div class="col-xs-6">
- <h4>I am a developer.</h4>
- <p>Please contact Michael VanOverbeek if you are a developer and have not yet received your credentials.</p>
- </div>
-</div> \ No newline at end of file
diff --git a/ShiftOS.Server.WebAdmin/Resources/NoUsersFound.txt b/ShiftOS.Server.WebAdmin/Resources/NoUsersFound.txt
deleted file mode 100644
index 7524fa5..0000000
--- a/ShiftOS.Server.WebAdmin/Resources/NoUsersFound.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-<h3>No users found.</h3>
-
-<p>Your multi-user domain is newly-created. Before you can use the admin panel, you must create a ShiftOS user to act as the administrator of the MUD.</p>
-
-{user_create_form} \ No newline at end of file
diff --git a/ShiftOS.Server.WebAdmin/Resources/SetupView.txt b/ShiftOS.Server.WebAdmin/Resources/SetupView.txt
deleted file mode 100644
index 9e83a45..0000000
--- a/ShiftOS.Server.WebAdmin/Resources/SetupView.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-<h1>Initial setup</h1>
-
-<p>This multi-user domain contains some users, however none of them are administrators. Please choose your user to make it an admin.</p>
-
-{savelist} \ No newline at end of file
diff --git a/ShiftOS.Server.WebAdmin/Resources/Status.txt b/ShiftOS.Server.WebAdmin/Resources/Status.txt
deleted file mode 100644
index b63d9cd..0000000
--- a/ShiftOS.Server.WebAdmin/Resources/Status.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-<h3>System status</h3>
-
-<p>Below is a summary of this multi-user domain's status.</p>
-
-<div class="row">
- <div class="col-xs-6">
- <h4>MUD stats</h4>
- <ul>
- <li>This server is worth <strong>{cp_worth}</strong> Codepoints.</li>
- <li>This server has <strong>{user_count}</strong> players registered.</li>
- </ul>
- </div>
- <div class="col-xs-6">
- <h4>System environment</h4>
- <ul>
- <li><strong>Current system time:</strong> {system_time}</li>
- </ul>
- </div>
-</div> \ No newline at end of file