From 2ad017f821c48503467a96ce73691e3cddb640c6 Mon Sep 17 00:00:00 2001 From: Quitta Date: Sun, 30 Jun 2013 05:53:31 +0200 Subject: [PATCH] template for changing the settings added, still needs quite some work --- .../ryzom_ams/ams_lib/translations/en.ini | 2 + .../ryzom_ams/ams_lib/translations/fr.ini | 2 + .../server/ryzom_ams/www/html/inc/logout.php | 9 +- .../ryzom_ams/www/html/templates/settings.tpl | 400 ++++++++++++++++++ .../ryzom_ams/www/html/templates/userlist.tpl | 2 +- 5 files changed, 409 insertions(+), 6 deletions(-) create mode 100644 code/ryzom/tools/server/ryzom_ams/www/html/templates/settings.tpl diff --git a/code/ryzom/tools/server/ryzom_ams/ams_lib/translations/en.ini b/code/ryzom/tools/server/ryzom_ams/ams_lib/translations/en.ini index 32424d073..56c07761f 100644 --- a/code/ryzom/tools/server/ryzom_ams/ams_lib/translations/en.ini +++ b/code/ryzom/tools/server/ryzom_ams/ams_lib/translations/en.ini @@ -5,6 +5,8 @@ home_title = "Introduction" home_info = "Welcome to the Ryzom Core - Account Management System" +[settings] + [libuserlist] libuserlist_title = "LibDB-Query List" libuserlist_info = "Here you can see the entire list of elements in the LibDB-Query table. You can easily remove elements and by pressing 'Synchronize' you can start the syncing process manually!" diff --git a/code/ryzom/tools/server/ryzom_ams/ams_lib/translations/fr.ini b/code/ryzom/tools/server/ryzom_ams/ams_lib/translations/fr.ini index e44f38aad..56c07b555 100644 --- a/code/ryzom/tools/server/ryzom_ams/ams_lib/translations/fr.ini +++ b/code/ryzom/tools/server/ryzom_ams/ams_lib/translations/fr.ini @@ -5,6 +5,8 @@ home_title = "Presentation" home_info = "Bienvenue sur le Ryzom Core - Account Management System" +[settings] + [libuserlist] libuserlist_title = "LibDB-Query Liste" libuserlist_info = "Ici vous pouvez voir la liste complete des elements dans le tableau libdb-Query. Vous pouvez facilement supprimer des elements et appuyant sur 'Synchroniser', vous pouvez commencer le processus de synchronisation manuellement!" diff --git a/code/ryzom/tools/server/ryzom_ams/www/html/inc/logout.php b/code/ryzom/tools/server/ryzom_ams/www/html/inc/logout.php index a52172d5a..83ed2080d 100644 --- a/code/ryzom/tools/server/ryzom_ams/www/html/inc/logout.php +++ b/code/ryzom/tools/server/ryzom_ams/www/html/inc/logout.php @@ -1,7 +1,6 @@ +
+
+

Settings

+
+ + +
+
+
+ + +
+
+
+ Change Password + +
+ +
+
+ + +
+
+
+ +
+ +
+
+ + +
+
+
+ +
+ +
+
+ + +
+
+
+ + + +
+ +
+ +
+
+
+
+
+
+ Change Email +
+ +
+
+ + +
+
+
+ +
+ +
+ +
+
+
+
+
+
+ Change Info + +
+ +
+
+ + +
+
+
+ +
+ +
+
+ + +
+
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+ +
+ +
+
+ + + +
+ +
+ +
+
+
+
+
+
+
+ +{/block} + diff --git a/code/ryzom/tools/server/ryzom_ams/www/html/templates/userlist.tpl b/code/ryzom/tools/server/ryzom_ams/www/html/templates/userlist.tpl index 59cb17574..891bbd04b 100644 --- a/code/ryzom/tools/server/ryzom_ams/www/html/templates/userlist.tpl +++ b/code/ryzom/tools/server/ryzom_ams/www/html/templates/userlist.tpl @@ -3,7 +3,7 @@
-

{$userlist_info}

+

{$userlist_info}