admin-sidebar.xml 7.07 KB
Newer Older
Bill Lynch's avatar
Bill Lynch committed
1
<?xml version="1.0"?>
2 3 4 5
<adminconsole>
    <global>
        <appname>Jive Messenger</appname>
        <logo-image>images/header-title.gif</logo-image>
Matt Tucker's avatar
Matt Tucker committed
6
        <login-image>images/logo-messenger.gif</login-image>
7
    </global>
Bill Lynch's avatar
Bill Lynch committed
8

9
    <tab id="tab-server" name="Server" url="index.jsp" description="Click to manage server settings">
Bill Lynch's avatar
Bill Lynch committed
10

11
        <sidebar id="sidebar-server-manager" name="Server Manager">
Bill Lynch's avatar
Bill Lynch committed
12

Bill Lynch's avatar
Bill Lynch committed
13
            <item id="server-settings" name="Server Settings"
Bill Lynch's avatar
Bill Lynch committed
14
                    url="index.jsp"
Bill Lynch's avatar
Bill Lynch committed
15 16
                    description="Click to manage system settings" />

Bill Lynch's avatar
Bill Lynch committed
17
            <item id="server-props" name="System Properties"
Bill Lynch's avatar
Bill Lynch committed
18 19
                    url="server-properties.jsp"
                    description="Click to manage server properties" />
Bill Lynch's avatar
Bill Lynch committed
20 21 22 23 24 25 26 27 28 29

            <item id="server-db" name="Database"
                    url="server-db.jsp"
                    description="Click to see database connection information" />

            <item id="server-logs" name="Logs"
                    url="logviewer.jsp"
                    description="Click to view server logs" />
        </sidebar>

30
        <sidebar id="sidebar-server-settings" name="Server Settings">
Bill Lynch's avatar
Bill Lynch committed
31 32 33 34 35

            <item id="server-reg-and-login" name="Registration &amp; Login"
                    url="reg-settings.jsp"
                    description="Click to edit registration &amp; login policies" />

36
            <item id="server-session-conflict" name="Resource Policy"
Bill Lynch's avatar
Bill Lynch committed
37 38 39
                    url="session-conflict.jsp"
                    description="" />

Bill Lynch's avatar
Bill Lynch committed
40
            <item id="server-offline-messages" name="Offline Messages"
Bill Lynch's avatar
Bill Lynch committed
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
                    url="offline-messages.jsp"
                    description="" />

            <item id="server-audit-policy" name="Message Audit Policy"
                    url="audit-policy.jsp"
                    description="" />

            <item id="server-data-settings" name="Private Data Storage"
                    url="private-data-settings.jsp"
                    description="" />

            <item id="server-ssl" name="SSL Settings"
                    url="ssl-settings.jsp"
                    description="" />
        </sidebar>
    </tab>

Matt Tucker's avatar
Matt Tucker committed
58
    <tab id="tab-users" name="Users/Groups" url="user-summary.jsp" description="Click to manage users and groups">
Bill Lynch's avatar
Bill Lynch committed
59

60
        <sidebar id="sidebar-users" name="Users">
Bill Lynch's avatar
Bill Lynch committed
61 62 63 64 65

            <item id="user-summary" name="User Summary"
                    url="user-summary.jsp"
                    description="Click to see a list of users in the system">

66
                <sidebar id="sidebar-users-options" name="User Options">
Bill Lynch's avatar
Bill Lynch committed
67 68 69 70 71 72 73 74 75 76 77 78

                    <item id="user-properties" name="User Properties"
                            url="user-properties.jsp"
                            description="Click to edit the user's properties" />

                    <item id="user-password" name="Password"
                            url="user-password.jsp"
                            description="Click to change the user's password" />

                    <item id="user-delete" name="Delete User"
                            url="user-delete.jsp"
                            description="Click to delete the user" />
79
                </sidebar>
Bill Lynch's avatar
Bill Lynch committed
80 81 82 83 84 85 86 87 88 89
            </item>

            <item id="user-create" name="Create New User"
                    url="user-create.jsp"
                    description="Click to add a new user to the system" />

            <item id="user-search" name="User Search"
                    url="user-search.jsp"
                    description="Click to search for a particular user" />
        </sidebar>
Matt Tucker's avatar
Matt Tucker committed
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
        <sidebar id="sidebar-groups" name="Groups">

            <item id="group-summary" name="Group Summary"
                    url="group-summary.jsp"
                    description="Click to see a list of groups in the system">

                <sidebar id="sidebar-group-options" name="Group Options">

                    <item id="group-properties" name="Group Properties"
                            url="group-properties.jsp"
                            description="Click to edit the groups's properties" />

                    <item id="group-delete" name="Delete Group"
                            url="group-delete.jsp"
                            description="Click to delete the group" />
                </sidebar>
            </item>

            <item id="group-create" name="Create New Group"
                    url="group-create.jsp"
                    description="Click to add a new group to the system" />
        </sidebar>
Bill Lynch's avatar
Bill Lynch committed
112 113
    </tab>

114
    <tab id="tab-session" name="Sessions" url="session-summary.jsp" description="Click to manage connected sessions">
Bill Lynch's avatar
Bill Lynch committed
115

116
        <sidebar id="sidebar-session" name="Sessions">
Bill Lynch's avatar
Bill Lynch committed
117 118 119 120 121 122 123 124 125 126 127

            <item id="session-summary" name="View Current Sessions"
                    url="session-summary.jsp"
                    description="Click to manage XMPP sessions" />

            <item id="user-message" name="Send Message"
                    url="user-message.jsp"
                    description="Click to send a message" />
        </sidebar>
    </tab>

128
    <tab id="tab-groupchat" name="Group Chat" url="muc-server-props-edit-form.jsp" description="Click to manage group chat settings">
Bill Lynch's avatar
Bill Lynch committed
129

130
        <sidebar id="sidebar-groupchat-settings" name="Group Chat Settings">
Bill Lynch's avatar
Bill Lynch committed
131

Bill Lynch's avatar
Bill Lynch committed
132
            <item id="muc-server-props" name="Service Properties"
Bill Lynch's avatar
Bill Lynch committed
133 134 135
                    url="muc-server-props-edit-form.jsp"
                    description="" />

Bill Lynch's avatar
Bill Lynch committed
136
            <item id="muc-history" name="History Settings"
Bill Lynch's avatar
Bill Lynch committed
137 138 139
                    url="muc-history-settings.jsp"
                    description="" />

Bill Lynch's avatar
Bill Lynch committed
140
            <item id="muc-sysadmin" name="Administrators"
Bill Lynch's avatar
Bill Lynch committed
141 142 143
                    url="muc-sysadmins.jsp"
                    description="" />

Bill Lynch's avatar
Bill Lynch committed
144
            <item id="muc-perms" name="Room Creation Permissions"
Bill Lynch's avatar
Bill Lynch committed
145 146
                    url="muc-create-permission.jsp"
                    description="" />
147

Matt Tucker's avatar
Matt Tucker committed
148
            <item id="muc-tasks" name="Other Settings"
149 150
                    url="muc-tasks.jsp"
                    description="" />
Bill Lynch's avatar
Bill Lynch committed
151
        </sidebar>
152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178

        <sidebar id="sidebar-groupchat-administration" name="Room Administration">

        <item id="muc-room-summary" name="Room Summary"
                url="muc-room-summary.jsp"
                description="Click to see a list of rooms in the service" >
            <sidebar id="sidebar-groupchat-options" name="Room Options">

                <item id="muc-room-edit-form" name="Room Settings"
                        url="muc-room-edit-form.jsp"
                        description="Click to edit the room's configuration" />

                <item id="muc-room-affiliations" name="User Permissions"
                        url="muc-room-affiliations.jsp"
                        description="Click to edit user permissions" />

                <item id="muc-room-delete" name="Delete Room"
                        url="muc-room-delete.jsp"
                        description="Click to delete the room" />
            </sidebar>
        </item>

        <item id="muc-room-create" name="Create New Room"
                url="muc-room-create.jsp"
                description="Click to add a new room to the service" />

        </sidebar>
Bill Lynch's avatar
Bill Lynch committed
179 180
    </tab>

181
</adminconsole>