added uikit markup for account winix function

This commit is contained in:
Tomasz Sowa 2021-01-25 15:57:37 +01:00
parent a8bc741883
commit cd0ae231dc
3 changed files with 57 additions and 11 deletions

View File

@ -1,20 +1,47 @@
<div class="winix">
<h1>Account</h1>
<h1>{account_header}</h1>
[if user_logged]
<p>You are logged as: [user_name]<br>
[if user_super_user]
You are the root
[end]
[# !! IMPROVE ME add info about groups, may other parameters like time zone, language?]
</p>
<table class="uk-table uk-table-divider uk-table-small uk-table-justify">
<tbody>
<tr>
<td class="uk-width-1-4">{account_logged_as}</td>
<td>[user_name]</td>
</tr>
[if user_super_user]
<tr>
<td>{account_admin}</td>
<td>{account_admin_yes}</td>
</tr>
[end]
[if false]
[# improve me]
<tr>
<td>{account_groups}</td>
<td>html, www, foo</td>
</tr>
[end]
<tr>
<td>{account_timezone}</td>
<td>[user_time_zone_name]</td>
</tr>
<tr>
<td>{account_language}</td>
<td>[user_locale_name]</td>
</tr>
</tbody>
</table>
[else]
<p>You are not logged in.</p>
<p>{account_not_logged}</p>
[end]
</div>

View File

@ -23,6 +23,16 @@ account_already_activated = This account is already activated
account_cannot_be_activated = This account cannot be activated, please contact with the system administrator
account_email_sent = An email with an activation link has been sent to you
account_header = My Account
account_logged_as = You are logged as:
account_not_logged = You are not logged in.
account_admin = Root
account_admin_yes = yes
account_groups = Groups
account_timezone = Time zone
account_language = Language
export_header = Export
export_transer_file_info = Press Export to transfer the file to an external ftp server
export_transer_dir_info = Press Export to transfer the directory to an external ftp server

View File

@ -25,6 +25,15 @@ account_already_activated = To konto jest już aktywowane
account_cannot_be_activated = To konto nie może być aktywowane, proszę skontaktować się z administratorem
account_email_sent = Wysłaliśmy Tobie email z linkiem aktywacyjnym
account_header = Moje konto
account_logged_as = Jesteś zalogowany jako:
account_not_logged = Nie jesteś zalogowany.
account_admin = Administrator
account_admin_yes = tak
account_groups = Grupy
account_timezone = Strefa czasowa
account_language = Język
export_header = Export
export_transer_file_info = Wciśnij przycisk Export aby wysłać ten plik na zewnętrzny serwer ftp