+
+
+ You can't perform that action at this time.
+
+
+
+
+
+
+
+
+
+
+
+
+ You signed in with another tab or window. Reload to refresh your session.
+ You signed out in another tab or window. Reload to refresh your session.
+
+
+
+ You can't perform that action at this time.
+
+
+
+
+
+
+
+
+
+
+
+
+ You signed in with another tab or window. Reload to refresh your session.
+ You signed out in another tab or window. Reload to refresh your session.
+
+
+
+ You can't perform that action at this time.
+
+
+
+
+
+
+
+
+
+
+
+
+ You signed in with another tab or window. Reload to refresh your session.
+ You signed out in another tab or window. Reload to refresh your session.
+
+
+
+ You can't perform that action at this time.
+
+
+
+
+
+
+
+
+
+
+
+
+ You signed in with another tab or window. Reload to refresh your session.
+ You signed out in another tab or window. Reload to refresh your session.
+
+
+
+ You can't perform that action at this time.
+
+
+
+
+
+
+
+
+
+
+
+
+ You signed in with another tab or window. Reload to refresh your session.
+ You signed out in another tab or window. Reload to refresh your session.
+
+
+
+ You can't perform that action at this time.
+
+
+
+
+
+
+
+
+
+
+
+
+ You signed in with another tab or window. Reload to refresh your session.
+ You signed out in another tab or window. Reload to refresh your session.
+
+
+
+ You can't perform that action at this time.
+
+
+
+
+
+
+
+
+
+
+
+
+ You signed in with another tab or window. Reload to refresh your session.
+ You signed out in another tab or window. Reload to refresh your session.
+
+
+
+ You can't perform that action at this time.
+
+
+
+
+
+
+
+
+
+
+
+
+ You signed in with another tab or window. Reload to refresh your session.
+ You signed out in another tab or window. Reload to refresh your session.
+
+
+
+ You can't perform that action at this time.
+
+
+
+
+
+
+
+
+
+
+
+
+ You signed in with another tab or window. Reload to refresh your session.
+ You signed out in another tab or window. Reload to refresh your session.
+
+
+
+ You can't perform that action at this time.
+
+
+
+
+
+
+
+
+
+
+
+
+ You signed in with another tab or window. Reload to refresh your session.
+ You signed out in another tab or window. Reload to refresh your session.
+
+
+
+ You can't perform that action at this time.
+
+
+
+
+
+
+
+
+
+
+
+
+ You signed in with another tab or window. Reload to refresh your session.
+ You signed out in another tab or window. Reload to refresh your session.
+
+
+
+ You can't perform that action at this time.
+
+
+
+
+
+
+
+
+
+
+
+
+ You signed in with another tab or window. Reload to refresh your session.
+ You signed out in another tab or window. Reload to refresh your session.
+
+
+
+ You can't perform that action at this time.
+
+
+
+
+
+
+
+
+
+
+
+
+ You signed in with another tab or window. Reload to refresh your session.
+ You signed out in another tab or window. Reload to refresh your session.
+
+
+
+ You can't perform that action at this time.
+
+
+
+
+
+
+
+
+
+
+
+
+ You signed in with another tab or window. Reload to refresh your session.
+ You signed out in another tab or window. Reload to refresh your session.
+
+
+
+ You can't perform that action at this time.
+
+
+
+
+
+
+
+
+
+
+
+
+ You signed in with another tab or window. Reload to refresh your session.
+ You signed out in another tab or window. Reload to refresh your session.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index ebc7d9d..d2bb95c 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -111,13 +111,13 @@ def img_from_model(model)
def online_users
@online_users = []
- sessions = Session.order('created_at ASC').all
- sessions.each do |session|
- user = Marshal.load(Base64.decode64(session.data))['user_id']
- if user
- @online_users << User.find(user)
- end
- end
+ # sessions = Session.order('created_at ASC').all
+ # sessions.each do |session|
+ # user = Marshal.load(Base64.decode64(session.data))['user_id']
+ # if user
+ # @online_users << User.find(user)
+ # end
+ # end
@online_users
end
diff --git a/app/views/layouts/_imperialni_nastenka.html.erb b/app/views/layouts/_imperialni_nastenka.html.erb
new file mode 100644
index 0000000..7d1d83a
--- /dev/null
+++ b/app/views/layouts/_imperialni_nastenka.html.erb
@@ -0,0 +1,7 @@
+
+ Imperialní nástěnka
+
+
+ <%#= House.imperium.house_dashboard.html_safe if House.imperium.house_dashboard %>
+
+
\ No newline at end of file
diff --git a/app/views/layouts/_leve_pole.html.erb b/app/views/layouts/_leve_pole.html.erb
index a7480d2..92dff03 100644
--- a/app/views/layouts/_leve_pole.html.erb
+++ b/app/views/layouts/_leve_pole.html.erb
@@ -34,4 +34,4 @@
<%# end %>
<%= render 'layouts/narodni_nastenka' %>
-<%= render 'layouts/malorodni_nastenka' %>
\ No newline at end of file
+<%#= render 'layouts/malorodni_nastenka' %>
\ No newline at end of file
diff --git a/app/views/layouts/_leve_pole_login.html.erb b/app/views/layouts/_leve_pole_login.html.erb
new file mode 100644
index 0000000..4254552
--- /dev/null
+++ b/app/views/layouts/_leve_pole_login.html.erb
@@ -0,0 +1,47 @@
+
+ Přihlásit se
+
+
+ <%= form_tag user_session_path do %>
+
<%= text_field_tag :login, params[:login], :title => "Registrační e-mail nebo Login", :class => "i_email", :placeholder => "Login nebo e-mail" %>
+
<%= text_field_tag "user[nick]", nil, :class => "i_nick", :title => "Nick = Jméno vaší postavy ve hře Maximálně je povoleno 19 znaků.", :placeholder => "Herní jméno" %>
+
<%= submit_tag "Registrovat se", :class => "ok4", :title => "Rychlá registrace pro nové hráče je zároveň formulářem pro zaslání nového hesla k účtu. Nové heslo vám bude zasláno po vyplnění pole s Registračním e-mailem" %>
+ <% end %>
+
+<% end %>
+
+
+
+ Statistiky
+
+
+
+
Aktivních profilů: <%= User.all.count - 1 %>
+
Online hráčů: <%= online_users.count %>
+
Denní průměr: 0
+
+
Probíhá:
+
+ <% if Aplikace.prihlaseni_povoleno? %>
+ Hra je otevřena
+ <% else %>
+ Hra uzavřena
+ <% end %>
+
+
+ <%#= current_user.house.house_dashboard.html_safe if current_user.house.house_dashboard %>
+
+
\ No newline at end of file
diff --git a/app/views/layouts/_paticka.html.erb b/app/views/layouts/_paticka.html.erb
new file mode 100644
index 0000000..e8b0046
--- /dev/null
+++ b/app/views/layouts/_paticka.html.erb
@@ -0,0 +1,5 @@
+
\ No newline at end of file
diff --git a/app/views/layouts/_prave_pole.html.erb b/app/views/layouts/_prave_pole.html.erb
new file mode 100644
index 0000000..5b8900d
--- /dev/null
+++ b/app/views/layouts/_prave_pole.html.erb
@@ -0,0 +1,13 @@
+<%= render 'layouts/imperialni_nastenka' %>
+
+
+ Systémová nástěnka
+
+
+
Testování
+
Testujeme ekonomickou část, politiku, komunikaci a výzkum.
+
+
Pro testování je tu Systémové forum. Sledujte překlepy, pravopisné chyby,
+ nesrovnalosti v designu a nelogičnosti v testovaných větvých vývoje.
+
+
\ No newline at end of file
diff --git a/app/views/layouts/_prave_pole_login.html.erb b/app/views/layouts/_prave_pole_login.html.erb
new file mode 100644
index 0000000..9064c70
--- /dev/null
+++ b/app/views/layouts/_prave_pole_login.html.erb
@@ -0,0 +1,24 @@
+
+ Systémová nástěnka
+
+
+
+
Hra je uzavřena
+ Hra je ve vývoji a proto je uzavřena. Pro více informací navštivte náše profily na
+ Facebooku
+ anebo
+ Google+
+ .
+
\ No newline at end of file
diff --git a/app/views/layouts/_stred_login.html.erb b/app/views/layouts/_stred_login.html.erb
new file mode 100644
index 0000000..56508b4
--- /dev/null
+++ b/app/views/layouts/_stred_login.html.erb
@@ -0,0 +1,54 @@
+
+
+
Zatím, co písky pouštní planety Arrakis plynou stále stejným tempem jako dříve, řád Impéria lidí byl obrácen v chaos. Od náhlého úmrtí mocného Imperátora Elrooda IX. Corrino se mnohé změnilo…
+
+
Velkorody Atreides a Ekaz potlačili povstání Suboidů na Iksu, přičemž hrabě Dominik Vernio opět usedl na purpurový trůn Verniů z Iks. Imperiální regent sedící po pravici Zlatého trůnu přikázal popravu usvědčeného atentátníka – tvarového tanečníka, který zavraždil korunního prince Shaddama IV. Corrino. Po tomto prohlášení započala blokáda Tleilaxu požadující vydání pánů již zmíněného tvarového tanečníka. Blokády se zúčastnily zbylé Velkorody Landsraadu, jmenovitě Harkonnenové, Moritani a Riches.
+
+
Mluvčí pravdy ze sesterstva Bene Gesserit přislíbila svou podporu při následném soudním tribunálu, který se odehraje na oběžné dráze Tleilaxu. Šlechtici věrní rodu Corrino se účastnit odmítli a pod ochranou Sardaukarů se stáhli na dřívější domovskou planetu Corrinů, na zpustošenou Salusu Secundus.
+
+
Jeho výsost Imperiální Regent přislíbil, že ochrání Imperiální dvůr a Impérium, než bude zvolen právoplatný Imperátor. Právě v tomto bodě začínají rýsovat příběhy nového Impéria.
+ Gilbertus Albans, Deníky nového Impéria
+
+
+
+
+
+
+
Hra je v testovac fázi a otvřena
+
+
Vážení návštěvníci!
+
+
Vítám vás u vstupního portálu do herního světa Duny, jejímž stvořitelem je americký spisovatel Frank Herbert. Ve
+ své fantasii vytvořil epos o pouštní planetě Arrakis (jinak známé jako Duna) zahrnující vesmír s kvalitou
+ minimálně na úrovni Tolkienovy Středozemě.
+
+
Tyto stránky mají ambici navázat na tradiční českou hru dunaonline.com a to v novém kabátě a s novými možnostmi –
+ jak pro jednotlivé hráče, tak pro jejich vedení.
+
+
Pro členství ve hře se stačí pouze bezplatně zaregistrovat! Jménem admin-týmu vám přeji příjemnou zábavu a hru.
+
+
+