diff --git a/admin/templates/verdilak/accesslog.tpl b/admin/templates/verdilak/accesslog.tpl new file mode 100644 index 0000000000..59cf2acbc8 --- /dev/null +++ b/admin/templates/verdilak/accesslog.tpl @@ -0,0 +1,27 @@ + +

+ + + + + + + + + + + + + {rows} + + + + + + + + +
+ {lang_last_x_logins} +
{lang_loginid}{lang_ip}{lang_login}{lang_logout}{lang_total}
{footer_total}
{lang_percent}
+ diff --git a/admin/templates/verdilak/accesslog_row.tpl b/admin/templates/verdilak/accesslog_row.tpl new file mode 100644 index 0000000000..3983217ed0 --- /dev/null +++ b/admin/templates/verdilak/accesslog_row.tpl @@ -0,0 +1,10 @@ + + + + {row_loginid} + {row_ip} + {row_li} + {row_lo} + {row_total} + + diff --git a/admin/templates/verdilak/account_form.tpl b/admin/templates/verdilak/account_form.tpl new file mode 100644 index 0000000000..f5c0ca3bb3 --- /dev/null +++ b/admin/templates/verdilak/account_form.tpl @@ -0,0 +1,49 @@ +

{lang_action}



+{error_messages} + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {permissions_list} + + {gui_hooks} + + + + +
 
{lang_loginid} + {lang_account_active}:  +
{lang_firstname}{lang_lastname}
{lang_password}{lang_reenter_password}
{lang_groups}{groups_select} 
+
+
diff --git a/admin/templates/verdilak/account_view.tpl b/admin/templates/verdilak/account_view.tpl new file mode 100644 index 0000000000..7d52cb6a01 --- /dev/null +++ b/admin/templates/verdilak/account_view.tpl @@ -0,0 +1,14 @@ + + +
+

+ + + + + + {rows} +
 
+

+ + diff --git a/admin/templates/verdilak/account_view_row.tpl b/admin/templates/verdilak/account_view_row.tpl new file mode 100644 index 0000000000..8ef51a3dac --- /dev/null +++ b/admin/templates/verdilak/account_view_row.tpl @@ -0,0 +1,8 @@ + + + + {lable}  + {value}  + + + diff --git a/admin/templates/verdilak/accounts.tpl b/admin/templates/verdilak/accounts.tpl new file mode 100644 index 0000000000..25fad032e6 --- /dev/null +++ b/admin/templates/verdilak/accounts.tpl @@ -0,0 +1,42 @@ + +

+ + + + + + +
{left_next_matchs}{lang_user_accounts}{right_next_matchs}
+ +

+ + + + + + + + + + + {rows} + +
{lang_loginid}{lang_lastname}{lang_firstname}{lang_edit}{lang_delete}{lang_view}
+
+ +
+ + + + + +
+ + +
+ {lang_search}  + +
+
+ + diff --git a/admin/templates/verdilak/accounts_row.tpl b/admin/templates/verdilak/accounts_row.tpl new file mode 100644 index 0000000000..7daa706e3f --- /dev/null +++ b/admin/templates/verdilak/accounts_row.tpl @@ -0,0 +1,11 @@ + + + + {row_loginid} + {row_lastname} + {row_firstname} + {row_edit} + {row_delete} + {row_view} + + diff --git a/admin/templates/verdilak/application_form.tpl b/admin/templates/verdilak/application_form.tpl new file mode 100644 index 0000000000..e66bcef4fc --- /dev/null +++ b/admin/templates/verdilak/application_form.tpl @@ -0,0 +1,21 @@ +

{lang_header} +


+{error} + +

+ {hidden_vars} + + + + + + {rows} + + + + + +
 
+ +
+
diff --git a/admin/templates/verdilak/application_form_row.tpl b/admin/templates/verdilak/application_form_row.tpl new file mode 100644 index 0000000000..2b707dd56e --- /dev/null +++ b/admin/templates/verdilak/application_form_row.tpl @@ -0,0 +1,4 @@ + + {label} + {value} + diff --git a/admin/templates/verdilak/applications.tpl b/admin/templates/verdilak/applications.tpl new file mode 100644 index 0000000000..d31775c0c8 --- /dev/null +++ b/admin/templates/verdilak/applications.tpl @@ -0,0 +1,30 @@ + + +

{lang_installed}


+ +

+ + + + + + + + + + + {rows} + +
{sort_title} {lang_edit}{lang_delete}{lang_enabled}
+ + + + + +
+
+ +
+
+ + diff --git a/admin/templates/verdilak/applications_row.tpl b/admin/templates/verdilak/applications_row.tpl new file mode 100644 index 0000000000..bd017612f9 --- /dev/null +++ b/admin/templates/verdilak/applications_row.tpl @@ -0,0 +1,9 @@ + + + + {name} + {edit} + {delete} + {status} + + diff --git a/admin/templates/verdilak/currentusers.tpl b/admin/templates/verdilak/currentusers.tpl new file mode 100644 index 0000000000..95642cfbd7 --- /dev/null +++ b/admin/templates/verdilak/currentusers.tpl @@ -0,0 +1,23 @@ + +

+{lang_current_users}: + + + {left_next_matchs} + + {right_next_matchs} + + + + + + + + + + + {rows} + + +
 
{sort_loginid}{sort_ip}{sort_login_time}{sort_idle}{lang_kill}
+ diff --git a/admin/templates/verdilak/currentusers_row.tpl b/admin/templates/verdilak/currentusers_row.tpl new file mode 100644 index 0000000000..82abdec4a8 --- /dev/null +++ b/admin/templates/verdilak/currentusers_row.tpl @@ -0,0 +1,10 @@ + + + + {row_loginid} + {row_ip} + {row_logintime} + {row_idle} + {row_kill} + + diff --git a/admin/templates/verdilak/delete_common.tpl b/admin/templates/verdilak/delete_common.tpl new file mode 100644 index 0000000000..c69608440e --- /dev/null +++ b/admin/templates/verdilak/delete_common.tpl @@ -0,0 +1,17 @@ + +
+ + {messages} + + + + +
{no}{yes}
+
+ + + + + {message_display} + + diff --git a/admin/templates/verdilak/groups.tpl b/admin/templates/verdilak/groups.tpl new file mode 100644 index 0000000000..fd2ca1162c --- /dev/null +++ b/admin/templates/verdilak/groups.tpl @@ -0,0 +1,36 @@ + +

+ + + + + + +
{left_nextmatchs}{lang_groups}{right_nextmatchs}
+ + + + + + + + + {rows} + +
{sort_name}{header_edit}{header_delete}
+ + + + + + +
+
+ +
+
{lang_search}  +
+ +
+
+ diff --git a/admin/templates/verdilak/groups_form.tpl b/admin/templates/verdilak/groups_form.tpl new file mode 100644 index 0000000000..ecd405dc35 --- /dev/null +++ b/admin/templates/verdilak/groups_form.tpl @@ -0,0 +1,32 @@ + {error} + + + {hidden_vars} + + + + + + + + + + + + + + + + + + + +
{lang_group_name}
{lang_include_user} +
{lang_permissions} +
+ +
diff --git a/admin/templates/verdilak/groups_row.tpl b/admin/templates/verdilak/groups_row.tpl new file mode 100644 index 0000000000..7d42fa1f67 --- /dev/null +++ b/admin/templates/verdilak/groups_row.tpl @@ -0,0 +1,8 @@ + + + + {group_name} + {edit_link} + {delete_link} + + diff --git a/admin/templates/verdilak/mainscreen_message.tpl b/admin/templates/verdilak/mainscreen_message.tpl new file mode 100644 index 0000000000..5437f2d595 --- /dev/null +++ b/admin/templates/verdilak/mainscreen_message.tpl @@ -0,0 +1,15 @@ + + +

{header_lang}


+ +{error_message}

+ +

+ + + {rows} + +
+
+ + \ No newline at end of file diff --git a/admin/templates/verdilak/mainscreen_message_row.tpl b/admin/templates/verdilak/mainscreen_message_row.tpl new file mode 100644 index 0000000000..e534ad452f --- /dev/null +++ b/admin/templates/verdilak/mainscreen_message_row.tpl @@ -0,0 +1,7 @@ + + + + {label} + {value} + + diff --git a/admin/templates/verdilak/mainscreen_message_row_2.tpl b/admin/templates/verdilak/mainscreen_message_row_2.tpl new file mode 100644 index 0000000000..3bd40c8795 --- /dev/null +++ b/admin/templates/verdilak/mainscreen_message_row_2.tpl @@ -0,0 +1,6 @@ + + + + {value} + + diff --git a/admin/templates/verdilak/nntp.tpl b/admin/templates/verdilak/nntp.tpl new file mode 100755 index 0000000000..ad163ed1a0 --- /dev/null +++ b/admin/templates/verdilak/nntp.tpl @@ -0,0 +1,68 @@ + + + +

{title}
+ + + + + {nml} + {nmr} +
+
+
+ {common_hidden_vars} + + + +
+
+
+
+ {common_hidden_vars} + + + + + + + + + {output} + + + + + + + + + + + + + + + + + + +
{sort_con}{sort_group}{sort_active}
{con}{group}{active}
  + +
+
+
+