Compare commits
5 Commits
85fbc1b882
...
cfd8e88e57
| Author | SHA1 | Date | |
|---|---|---|---|
| cfd8e88e57 | |||
| 8169cb5a7e | |||
| 8c85cd7346 | |||
| 4e202833b2 | |||
| 4a163bd170 |
@@ -1,9 +1,9 @@
|
|||||||
<div class="winix">
|
<div class="winix">
|
||||||
|
|
||||||
<h1>Pw</h1>
|
<h1>{pw_header}</h1>
|
||||||
|
|
||||||
[if user_tab]
|
[if user_tab]
|
||||||
<table class="tablec">
|
<table class="uk-table uk-table-divider uk-table-small uk-table-responsive">
|
||||||
<tr>
|
<tr>
|
||||||
<th>{pw_table_no}</th>
|
<th>{pw_table_no}</th>
|
||||||
<th>{pw_table_login}</th>
|
<th>{pw_table_login}</th>
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
[for user_tab]
|
[for user_tab]
|
||||||
<tr class="[if index "odd"]roweven[else]rowodd[end]">
|
<tr>
|
||||||
<td>[user_tab_index]</td>
|
<td>[user_tab_index]</td>
|
||||||
<td>[user_tab_name]</td>
|
<td>[user_tab_name]</td>
|
||||||
<td>[if user_tab_is_super_user]{pw_table_yes}[end]</td>
|
<td>[if user_tab_is_super_user]{pw_table_yes}[end]</td>
|
||||||
|
|||||||
+15
-11
@@ -4,18 +4,20 @@
|
|||||||
|
|
||||||
[if user_logged]
|
[if user_logged]
|
||||||
|
|
||||||
<form id="additem" method="post" action="[doc_base_url][dir][if item_is][item_url]/[end]rmuser">
|
<form class="uk-form-stacked" method="post" action="[doc_base_url][dir][if item_is][item_url]/[end]rmuser">
|
||||||
<fieldset>
|
|
||||||
<legend>{rmuser_legend}</legend>
|
|
||||||
|
|
||||||
[if user_super_user]
|
[if user_super_user]
|
||||||
|
|
||||||
<p class="withnext">{rmuser_selectuser}:</p>
|
<div class="uk-margin">
|
||||||
<select name="userid">
|
<label class="uk-form-label" for="winix_select_user_id">{rmuser_selectuser}</label>
|
||||||
[for user_tab]
|
<div class="uk-form-controls">
|
||||||
<option value="[user_tab_id]">[user_tab_name]</option>
|
<select class="uk-select uk-width-1-2@s" id="winix_select_user_id" name="userid">
|
||||||
[end]
|
[for user_tab]
|
||||||
</select>
|
<option value="[user_tab_id]">[user_tab_name]</option>
|
||||||
|
[end]
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
[else]
|
[else]
|
||||||
<p>{rmuser_removecurrent}</p>
|
<p>{rmuser_removecurrent}</p>
|
||||||
@@ -26,8 +28,10 @@
|
|||||||
<input type="hidden" name="postredirect" value="[winix_function_param_value "postredirect"]">
|
<input type="hidden" name="postredirect" value="[winix_function_param_value "postredirect"]">
|
||||||
[end]
|
[end]
|
||||||
|
|
||||||
<input type="submit" value="{rmuser_submit}">
|
<div class="uk-margin">
|
||||||
</fieldset>
|
<input class="uk-button uk-button-primary" type="submit" value="{rmuser_submit}">
|
||||||
|
</div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
[end]
|
[end]
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<h1 class="simple">{stat_header}</h1>
|
<h1 class="simple">{stat_header}</h1>
|
||||||
|
|
||||||
<table class="withoutborder">
|
<table class="uk-table uk-table-small uk-table-divider uk-width-1-2@m">
|
||||||
|
|
||||||
<tr><th>{stat_item_type}:</th> <td>
|
<tr><th>{stat_item_type}:</th> <td>
|
||||||
[if stat_item_type_is_file]{stat_item_type_file}[end]
|
[if stat_item_type_is_file]{stat_item_type_file}[end]
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
[end]
|
[end]
|
||||||
|
|
||||||
[if not [thread_mount_arg_is "sort_desc"]]
|
[if not [thread_mount_arg_is "sort_desc"]]
|
||||||
<div class="winix_threadbox">
|
<div class="uk-margin">
|
||||||
[if item_can_write]<a class="uk-button uk-button-default uk-button-small" href="[item_link]/emacs" rel="nofollow">{edit}</a>[end]
|
[if item_can_write]<a class="uk-button uk-button-default uk-button-small" href="[item_link]/emacs" rel="nofollow">{edit}</a>[end]
|
||||||
[if thread_mount_arg_is "subject"]<h2[if thread_mount_arg_is "info"] class="winix_withinfo"[end]>[item_subject]</h2>[end]
|
[if thread_mount_arg_is "subject"]<h2[if thread_mount_arg_is "info"] class="winix_withinfo"[end]>[item_subject]</h2>[end]
|
||||||
[if thread_mount_arg_is "info"][include "item_info.html"][end]
|
[if thread_mount_arg_is "info"][include "item_info.html"][end]
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
|
|
||||||
[if thread_mount_arg_is "sort_desc"]
|
[if thread_mount_arg_is "sort_desc"]
|
||||||
<div class="winix_threadbox">
|
<div class="uk-margin">
|
||||||
[if item_can_write]<a class="uk-button uk-button-default uk-button-small" href="[item_link]/emacs" rel="nofollow">{edit}</a>[end]
|
[if item_can_write]<a class="uk-button uk-button-default uk-button-small" href="[item_link]/emacs" rel="nofollow">{edit}</a>[end]
|
||||||
[if thread_mount_arg_is "subject"]<h2[if thread_mount_arg_is "info"] class="winix_withinfo"[end]>[item_subject]</h2>[end]
|
[if thread_mount_arg_is "subject"]<h2[if thread_mount_arg_is "info"] class="winix_withinfo"[end]>[item_subject]</h2>[end]
|
||||||
[if thread_mount_arg_is "info"][include "item_info.html"][end]
|
[if thread_mount_arg_is "info"][include "item_info.html"][end]
|
||||||
|
|||||||
@@ -6,11 +6,12 @@
|
|||||||
|
|
||||||
[if sys_plugin_tab]
|
[if sys_plugin_tab]
|
||||||
|
|
||||||
{uname_available_plugins}:
|
<h2>{uname_available_plugins}</h2>
|
||||||
<ul>
|
|
||||||
|
<ul class="uk-list">
|
||||||
|
|
||||||
[for sys_plugin_tab]
|
[for sys_plugin_tab]
|
||||||
<li>[if sys_plugin_tab_has_name][sys_plugin_tab_name][else]<{uname_plugin_unknown}>[end]</li>
|
<li>[if sys_plugin_tab_has_name][sys_plugin_tab_name][else]<{uname_plugin_unknown}>[end]</li>
|
||||||
[end]
|
[end]
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -1,39 +0,0 @@
|
|||||||
[if not [winix_function_param_is "fullscreen"]]
|
|
||||||
[if dir_can_write item_can_write]
|
|
||||||
<div class="winix_itemoptions_a">
|
|
||||||
|
|
||||||
[if dir_can_write]
|
|
||||||
<h2>{add_page}</h2>
|
|
||||||
<ul>
|
|
||||||
<li><a href="[doc_base_url][dir]emacs">{admin_emacs_add}</a></li>
|
|
||||||
[if user_can_use_html]
|
|
||||||
<li><a href="[doc_base_url][dir]ckeditor">{admin_ckeditor_add}</a></li>
|
|
||||||
<li><a href="[doc_base_url][dir]nicedit">{admin_nicedit_add}</a></li>
|
|
||||||
<li><a href="[doc_base_url][dir]tinymce">{admin_tinymce_add}</a></li>
|
|
||||||
[end]
|
|
||||||
</ul>
|
|
||||||
[end]
|
|
||||||
|
|
||||||
[if item_is item_can_write]
|
|
||||||
<h2>{edit_page}</h2>
|
|
||||||
<ul>
|
|
||||||
<li><a href="[doc_base_url][dir][item_url]/emacs">{admin_emacs_edit}</a></li>
|
|
||||||
[if user_can_use_html]
|
|
||||||
<li><a href="[doc_base_url][dir][item_url]/ckeditor">{admin_ckeditor_edit}</a></li>
|
|
||||||
<li><a href="[doc_base_url][dir][item_url]/nicedit">{admin_nicedit_edit}</a></li>
|
|
||||||
<li><a href="[doc_base_url][dir][item_url]/tinymce">{admin_tinymce_edit}</a></li>
|
|
||||||
[end]
|
|
||||||
</ul>
|
|
||||||
[end]
|
|
||||||
|
|
||||||
<h2>{admin_options}:</h2>
|
|
||||||
<ul>
|
|
||||||
<li><a href="[doc_base_url][dir]ls">{admin_ls}</a></li>
|
|
||||||
[if dir_can_write]<li><a href="[doc_base_url][dir]mkdir">{admin_mkdir}</a></li>[end]
|
|
||||||
[if dir_can_write]<li><a href="[doc_base_url][dir]upload">{admin_upload}</a></li>[end]
|
|
||||||
[if not item_is]<li><a href="[doc_base_url][dir]sort">{admin_sort}</a></li>[end]
|
|
||||||
[if any item_is item_can_remove]<li><a href="[doc_base_url][dir][item_url]/rm">{admin_rm}</a></li>[end]
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
[end]
|
|
||||||
[end]
|
|
||||||
+3
-3
@@ -258,7 +258,8 @@ pw_table_is_active = Is active
|
|||||||
pw_table_is_suspended = Is suspended
|
pw_table_is_suspended = Is suspended
|
||||||
pw_table_is_banned = Is banned
|
pw_table_is_banned = Is banned
|
||||||
pw_table_yes = yes
|
pw_table_yes = yes
|
||||||
pw_table_no = no
|
|
||||||
|
# !! is it used anymore?
|
||||||
pw_password_changed = Your password has been changed
|
pw_password_changed = Your password has been changed
|
||||||
|
|
||||||
|
|
||||||
@@ -288,8 +289,7 @@ rm_content_use_r_option = Content of a directory can be removed only with 'r' pa
|
|||||||
|
|
||||||
|
|
||||||
rmuser_header = Remove user
|
rmuser_header = Remove user
|
||||||
rmuser_legend = Remove user form
|
rmuser_selectuser = Choose a user to delete
|
||||||
rmuser_selectuser = Select a user
|
|
||||||
rmuser_submit = Remove
|
rmuser_submit = Remove
|
||||||
rmuser_removecurrent = Are you really want to remove your account from our service?
|
rmuser_removecurrent = Are you really want to remove your account from our service?
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -280,7 +280,8 @@ pw_table_is_active = Aktywny
|
|||||||
pw_table_is_suspended = Wstrzymany
|
pw_table_is_suspended = Wstrzymany
|
||||||
pw_table_is_banned = Zbanowany
|
pw_table_is_banned = Zbanowany
|
||||||
pw_table_yes = tak
|
pw_table_yes = tak
|
||||||
pw_table_no = nie
|
|
||||||
|
# !! is it used anymore?
|
||||||
pw_password_changed = Twoje hasło zostało zmienione
|
pw_password_changed = Twoje hasło zostało zmienione
|
||||||
|
|
||||||
|
|
||||||
@@ -309,8 +310,7 @@ rm_cannot_remove_root_dir = Nie możesz usunąć głównego katalogu
|
|||||||
rm_content_use_r_option = Zawartość katalogu może zostać usunięta tylko z użyciem parametru 'r'
|
rm_content_use_r_option = Zawartość katalogu może zostać usunięta tylko z użyciem parametru 'r'
|
||||||
|
|
||||||
rmuser_header = Usuń użytkownika
|
rmuser_header = Usuń użytkownika
|
||||||
rmuser_legend = Formularz usunięcia użytkownika
|
rmuser_selectuser = Wybierz użytkownika do usunięcia
|
||||||
rmuser_selectuser = Wybierz użytkownika
|
|
||||||
rmuser_submit = Usuń
|
rmuser_submit = Usuń
|
||||||
rmuser_removecurrent = Naprawdę chcesz usunąć swoje konto z naszego serwisu?
|
rmuser_removecurrent = Naprawdę chcesz usunąć swoje konto z naszego serwisu?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user