diff --git a/app/views/admin/_welcome.html.erb b/app/views/admin/_welcome.html.erb
new file mode 100644
index 0000000..6b850c8
--- /dev/null
+++ b/app/views/admin/_welcome.html.erb
@@ -0,0 +1,3 @@
+
+
Hello
+
diff --git a/app/views/admin/index.html.erb b/app/views/admin/index.html.erb
new file mode 100644
index 0000000..42c6741
--- /dev/null
+++ b/app/views/admin/index.html.erb
@@ -0,0 +1,9 @@
+<%=l(:label_administration)%>
+
+
+ <%= render :partial => 'no_data' if @no_configuration_data %>
+ <%= render :partial => 'welcome' %>
+ <%= render :partial => 'menu' %>
+
+
+<% html_title(l(:label_administration)) -%>