diff --git a/admin/templates/idsociety/accesslog.tpl b/admin/templates/idsociety/accesslog.tpl
new file mode 100755
index 0000000000..59cf2acbc8
--- /dev/null
+++ b/admin/templates/idsociety/accesslog.tpl
@@ -0,0 +1,27 @@
+
+
+
+
+
+ {lang_last_x_logins}
+
+
+
+ {lang_loginid}
+ {lang_ip}
+ {lang_login}
+ {lang_logout}
+ {lang_total}
+
+
+ {rows}
+
+
+ {footer_total}
+
+
+
+ {lang_percent}
+
+
+
diff --git a/admin/templates/idsociety/accesslog_row.tpl b/admin/templates/idsociety/accesslog_row.tpl
new file mode 100755
index 0000000000..3983217ed0
--- /dev/null
+++ b/admin/templates/idsociety/accesslog_row.tpl
@@ -0,0 +1,10 @@
+
+
+
+ {row_loginid}
+ {row_ip}
+ {row_li}
+ {row_lo}
+ {row_total}
+
+
diff --git a/admin/templates/idsociety/account_form.tpl b/admin/templates/idsociety/account_form.tpl
new file mode 100755
index 0000000000..b98d08c3bb
--- /dev/null
+++ b/admin/templates/idsociety/account_form.tpl
@@ -0,0 +1,41 @@
+{lang_action}
+{error_messages}
+
+
diff --git a/admin/templates/idsociety/account_form_buttons.tpl b/admin/templates/idsociety/account_form_buttons.tpl
new file mode 100755
index 0000000000..9694acd2db
--- /dev/null
+++ b/admin/templates/idsociety/account_form_buttons.tpl
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/admin/templates/idsociety/account_form_logininfo.tpl b/admin/templates/idsociety/account_form_logininfo.tpl
new file mode 100755
index 0000000000..e8bb15107a
--- /dev/null
+++ b/admin/templates/idsociety/account_form_logininfo.tpl
@@ -0,0 +1,8 @@
+
+
+ {lang_lastlogin}
+ {account_lastlogin}
+
+ {lang_lastloginfrom}
+ {account_lastloginfrom}
+
diff --git a/admin/templates/idsociety/account_form_password.tpl b/admin/templates/idsociety/account_form_password.tpl
new file mode 100755
index 0000000000..09b54d2b16
--- /dev/null
+++ b/admin/templates/idsociety/account_form_password.tpl
@@ -0,0 +1,7 @@
+
+
+ {lang_password}
+
+ {lang_reenter_password}
+
+
diff --git a/admin/templates/idsociety/accounts.tpl b/admin/templates/idsociety/accounts.tpl
new file mode 100755
index 0000000000..b1a4bfffbf
--- /dev/null
+++ b/admin/templates/idsociety/accounts.tpl
@@ -0,0 +1,42 @@
+
+
+
+
+ {left_next_matchs}
+ {lang_user_accounts}
+ {right_next_matchs}
+
+
+
+
+
+
+ {lang_loginid}
+ {lang_lastname}
+ {lang_firstname}
+ {lang_edit}
+ {lang_delete}
+ {lang_view}
+
+
+ {rows}
+
+
+
+
+
+ {hidden_vars}
+
+
diff --git a/admin/templates/idsociety/application_form_row.tpl b/admin/templates/idsociety/application_form_row.tpl
new file mode 100755
index 0000000000..2b707dd56e
--- /dev/null
+++ b/admin/templates/idsociety/application_form_row.tpl
@@ -0,0 +1,4 @@
+
+ {label}
+ {value}
+
diff --git a/admin/templates/idsociety/applications.tpl b/admin/templates/idsociety/applications.tpl
new file mode 100755
index 0000000000..d31775c0c8
--- /dev/null
+++ b/admin/templates/idsociety/applications.tpl
@@ -0,0 +1,30 @@
+
+
+{lang_installed}
+
+
+
+
+
+
+ {sort_title}
+ {lang_edit}
+ {lang_delete}
+ {lang_enabled}
+
+
+ {rows}
+
+
+
+
+
+
diff --git a/admin/templates/idsociety/applications_row.tpl b/admin/templates/idsociety/applications_row.tpl
new file mode 100755
index 0000000000..bd017612f9
--- /dev/null
+++ b/admin/templates/idsociety/applications_row.tpl
@@ -0,0 +1,9 @@
+
+
+
+ {name}
+ {edit}
+ {delete}
+ {status}
+
+
diff --git a/admin/templates/idsociety/category_form.tpl b/admin/templates/idsociety/category_form.tpl
new file mode 100644
index 0000000000..691f5dae2c
--- /dev/null
+++ b/admin/templates/idsociety/category_form.tpl
@@ -0,0 +1,62 @@
+
+
+
+
+
+ {title_categories}
+
+
+{message}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/admin/templates/idsociety/currentusers.tpl b/admin/templates/idsociety/currentusers.tpl
new file mode 100755
index 0000000000..082040c228
--- /dev/null
+++ b/admin/templates/idsociety/currentusers.tpl
@@ -0,0 +1,24 @@
+
+
+{lang_current_users}:
+
+
+ {left_next_matchs}
+
+ {right_next_matchs}
+
+
+
+ {sort_loginid}
+ {sort_ip}
+ {sort_login_time}
+ {sort_action}
+ {sort_idle}
+ {lang_kill}
+
+
+ {rows}
+
+
+
+
diff --git a/admin/templates/idsociety/currentusers_row.tpl b/admin/templates/idsociety/currentusers_row.tpl
new file mode 100755
index 0000000000..a6560b1cf5
--- /dev/null
+++ b/admin/templates/idsociety/currentusers_row.tpl
@@ -0,0 +1,11 @@
+
+
+
+ {row_loginid}
+ {row_ip}
+ {row_logintime}
+ {row_action}
+ {row_idle}
+ {row_kill}
+
+
diff --git a/admin/templates/idsociety/delete_common.tpl b/admin/templates/idsociety/delete_common.tpl
new file mode 100644
index 0000000000..94e7026403
--- /dev/null
+++ b/admin/templates/idsociety/delete_common.tpl
@@ -0,0 +1,16 @@
+
+
+
+
+
+ {messages}
+
+
+
+ {no}
+ {yes}
+
+
+
+
+
diff --git a/admin/templates/idsociety/groups.tpl b/admin/templates/idsociety/groups.tpl
new file mode 100755
index 0000000000..fd2ca1162c
--- /dev/null
+++ b/admin/templates/idsociety/groups.tpl
@@ -0,0 +1,36 @@
+
+
+
+
+ {left_nextmatchs}
+ {lang_groups}
+ {right_nextmatchs}
+
+
+
+
+
+ {sort_name}
+ {header_edit}
+ {header_delete}
+
+
+ {rows}
+
+
+
+
+
diff --git a/admin/templates/idsociety/groups_form.tpl b/admin/templates/idsociety/groups_form.tpl
new file mode 100755
index 0000000000..bba2591c83
--- /dev/null
+++ b/admin/templates/idsociety/groups_form.tpl
@@ -0,0 +1,31 @@
+ {error}
+
diff --git a/admin/templates/idsociety/groups_row.tpl b/admin/templates/idsociety/groups_row.tpl
new file mode 100755
index 0000000000..7d42fa1f67
--- /dev/null
+++ b/admin/templates/idsociety/groups_row.tpl
@@ -0,0 +1,8 @@
+
+
+
+ {group_name}
+ {edit_link}
+ {delete_link}
+
+
diff --git a/admin/templates/idsociety/images/navbar-over.gif b/admin/templates/idsociety/images/navbar-over.gif
new file mode 100644
index 0000000000..229143d268
Binary files /dev/null and b/admin/templates/idsociety/images/navbar-over.gif differ
diff --git a/admin/templates/idsociety/images/navbar.gif b/admin/templates/idsociety/images/navbar.gif
new file mode 100644
index 0000000000..671cf7fc98
Binary files /dev/null and b/admin/templates/idsociety/images/navbar.gif differ
diff --git a/admin/templates/idsociety/listcats.tpl b/admin/templates/idsociety/listcats.tpl
new file mode 100644
index 0000000000..e636d63ea3
--- /dev/null
+++ b/admin/templates/idsociety/listcats.tpl
@@ -0,0 +1,61 @@
+
+
+
+
+
diff --git a/admin/templates/idsociety/mainscreen_message.tpl b/admin/templates/idsociety/mainscreen_message.tpl
new file mode 100755
index 0000000000..5437f2d595
--- /dev/null
+++ b/admin/templates/idsociety/mainscreen_message.tpl
@@ -0,0 +1,15 @@
+
+
+{header_lang}
+
+{error_message}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/admin/templates/idsociety/mainscreen_message_row.tpl b/admin/templates/idsociety/mainscreen_message_row.tpl
new file mode 100755
index 0000000000..e534ad452f
--- /dev/null
+++ b/admin/templates/idsociety/mainscreen_message_row.tpl
@@ -0,0 +1,7 @@
+
+
+
+ {label}
+ {value}
+
+
diff --git a/admin/templates/idsociety/mainscreen_message_row_2.tpl b/admin/templates/idsociety/mainscreen_message_row_2.tpl
new file mode 100755
index 0000000000..3bd40c8795
--- /dev/null
+++ b/admin/templates/idsociety/mainscreen_message_row_2.tpl
@@ -0,0 +1,6 @@
+
+
+
+ {value}
+
+
diff --git a/admin/templates/idsociety/message_row.tpl b/admin/templates/idsociety/message_row.tpl
new file mode 100755
index 0000000000..5d249d1502
--- /dev/null
+++ b/admin/templates/idsociety/message_row.tpl
@@ -0,0 +1,5 @@
+
+
+ {message_display}
+
+
diff --git a/admin/templates/idsociety/nntp.tpl b/admin/templates/idsociety/nntp.tpl
new file mode 100755
index 0000000000..ad163ed1a0
--- /dev/null
+++ b/admin/templates/idsociety/nntp.tpl
@@ -0,0 +1,68 @@
+
+
+
+
{title}
+
+
+ {common_hidden_vars}
+
+
+
+