From f54f01494101f931b8987e64a65f7bc8f2314d09 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 12 Feb 2017 18:35:15 -0500 Subject: More admin panel work. --- .../Resources/GenericTableList.txt | 5 +++++ ShiftOS.Server.WebAdmin/Resources/HtmlTemplate.txt | 19 +++++++++++-------- ShiftOS.Server.WebAdmin/Resources/NoUsersFound.txt | 5 +++++ ShiftOS.Server.WebAdmin/Resources/SetupView.txt | 21 ++------------------- 4 files changed, 23 insertions(+), 27 deletions(-) create mode 100644 ShiftOS.Server.WebAdmin/Resources/GenericTableList.txt create mode 100644 ShiftOS.Server.WebAdmin/Resources/NoUsersFound.txt (limited to 'ShiftOS.Server.WebAdmin/Resources') diff --git a/ShiftOS.Server.WebAdmin/Resources/GenericTableList.txt b/ShiftOS.Server.WebAdmin/Resources/GenericTableList.txt new file mode 100644 index 0000000..3cbfd6e --- /dev/null +++ b/ShiftOS.Server.WebAdmin/Resources/GenericTableList.txt @@ -0,0 +1,5 @@ +

{listtitle}

+ +

{listdesc}

+ +{list} \ No newline at end of file diff --git a/ShiftOS.Server.WebAdmin/Resources/HtmlTemplate.txt b/ShiftOS.Server.WebAdmin/Resources/HtmlTemplate.txt index cdb6e0d..82893e9 100644 --- a/ShiftOS.Server.WebAdmin/Resources/HtmlTemplate.txt +++ b/ShiftOS.Server.WebAdmin/Resources/HtmlTemplate.txt @@ -6,6 +6,7 @@ + @@ -21,34 +22,36 @@ Test subjects
  • - Shiftnet + Shiftnet (NYI)
  • - Scripts + Scripts (NYI)
  • - Legions + Legions (NYI)
  • Chats
  • - Shops -
  • -
  • - Help + Shops (NYI)
  • -
    +
    {body} + +

    ShiftOS - MUD admin panel - Copyright © 2017 ShiftOS developers

    diff --git a/ShiftOS.Server.WebAdmin/Resources/NoUsersFound.txt b/ShiftOS.Server.WebAdmin/Resources/NoUsersFound.txt new file mode 100644 index 0000000..7524fa5 --- /dev/null +++ b/ShiftOS.Server.WebAdmin/Resources/NoUsersFound.txt @@ -0,0 +1,5 @@ +

    No users found.

    + +

    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.

    + +{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 index d1226dd..9e83a45 100644 --- a/ShiftOS.Server.WebAdmin/Resources/SetupView.txt +++ b/ShiftOS.Server.WebAdmin/Resources/SetupView.txt @@ -1,22 +1,5 @@

    Initial setup

    -

    Welcome to your multi-user domain. If you are seeing this screen, it means that the web administration panel is successfully running and listening for requests. Before you can start using the admin panel you must create an Admin account. This account will let you log in and manage other authorized users, manage saves, Shiftnet pages and other information.

    +

    This multi-user domain contains some users, however none of them are administrators. Please choose your user to make it an admin.

    -

    To continue, type a username and password.

    - -
    - - - - - - - - - - - - - -
    Username:
    Password:
    -
    \ No newline at end of file +{savelist} \ No newline at end of file -- cgit v1.2.3