Support Groups |
|
- | |
- |
- Syncing |
- |
- Logout |
- |
+
{/block}
diff --git a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/layout_mod.tpl b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/layout_mod.tpl
index e0a77d99a..34911226f 100644
--- a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/layout_mod.tpl
+++ b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/layout_mod.tpl
@@ -1,14 +1,18 @@
{extends file="layout.tpl"}
-{block name=menu}
-
- Dashboard
- Profile
- Settings
-
- Users
- Queues
- Support Groups
-
- Logout
+{block name=menu}
+ Dashboard |
+ |
+ Profile |
+ |
+ Settings |
+ |
+ | |
+ |
+ Users |
+ |
+ Queues |
+ |
+ Support Groups |
+ |
{/block}
diff --git a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/layout_user.tpl b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/layout_user.tpl
index 8da6ca313..b876fa1c5 100644
--- a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/layout_user.tpl
+++ b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/layout_user.tpl
@@ -7,5 +7,18 @@
Create New Ticket
Logout
+
+
+ Dashboard |
+ |
+ Profile |
+ |
+ Settings |
+ |
+ | |
+ |
+ Create New Ticket |
+ |
+
{/block}
diff --git a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/libuserlist.tpl b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/libuserlist.tpl
new file mode 100644
index 000000000..645de53f2
--- /dev/null
+++ b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/libuserlist.tpl
@@ -0,0 +1,73 @@
+{block name=content}
+
+
+
+
+
+
+ {$libuserlist_info}
+ {if $shard eq "online"}
+
+ {else}
+
+ {$shard_offline}
+
+ {/if}
+
+
+
+
+
+
+
+
+
+
+
+
+ {$id} |
+ {$type} |
+
+
+
+ {foreach from=$liblist item=element}
+
+ {$element.id} |
+ {$element.type} |
+
+
+
+ {/foreach}
+
+
+
+
+
+
+
+{/block}
+
diff --git a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/sgroup_list.tpl b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/sgroup_list.tpl
new file mode 100644
index 000000000..63c2a42b3
--- /dev/null
+++ b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/sgroup_list.tpl
@@ -0,0 +1,114 @@
+{block name=content}
+
+
+
+ | |
+
+ |
+ Support Groups |
+
+
+ | |
+
+
+ |
+
+
+
+
+
+ |
+
+ |
+ |
+ |
+
+
+
+ {if isset($isAdmin) && $isAdmin eq 'TRUE'}
+
+
+
+
+
+ Add a Support group
+
+
+ |
+
+ |
+
+ |
+ {/if}
+
+
+
+
+
+ All groups
+
+
+ ID |
+ Name |
+ Tag |
+ {if isset($isAdmin) && $isAdmin eq 'TRUE'}Action | {/if}
+
+
+ {foreach from=$grouplist item=group}
+
+ {$group.sGroupId} |
+ {$group.name} |
+ {$group.tag} |
+ {if isset($isAdmin) && $isAdmin eq 'TRUE'}Delete | {/if}
+
+ {/foreach}
+
+ |
+
+ |
+
+ |
+
+ |
+
+
+
+ |
+
+{/block}
+
diff --git a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/show_sgroup.tpl b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/show_sgroup.tpl
new file mode 100644
index 000000000..f2fedfe40
--- /dev/null
+++ b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/show_sgroup.tpl
@@ -0,0 +1,113 @@
+{block name=content}
+
+
+
+ | |
+
+ |
+ Support Group: {$groupsname} |
+
+
+ | |
+
+
+ |
+
+
+
+
+
+ |
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+ Add user to the list
+ {if isset($isAdmin) && $isAdmin eq 'TRUE'}
+
+ {/if}
+ |
+
+ |
+
+ |
+
+
+
+
+
+ All members
+
+
+ ID |
+ Name |
+ {if isset($isAdmin) && $isAdmin eq 'TRUE'}Action | {/if}
+
+
+ {foreach from=$userlist item=user}
+
+ {$user.tUserId} |
+ {$user.name} |
+ {if isset($isAdmin) && $isAdmin eq 'TRUE'}Delete | {/if}
+
+ {/foreach}
+
+ |
+
+ |
+
+ |
+
+ |
+
+
+
+ |
+
+{/block}
+