Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
'Online' section added.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvislov committed Apr 8, 2013
1 parent 4ef575a commit 075b1f8
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
34 changes: 34 additions & 0 deletions app/views/web/welcome/_online.html.haml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
%h1.title Стачка ON-LINE

.tabbable
%ul.nav.nav-tabs.nav-schedule-tabs
%li.active= link_to 'Пятница, 12 апреля', '#conf-day-1', data: { toggle: 'tab' }
%li= link_to 'Суббота, 13 апреля','#conf-day-2', data: { toggle: 'tab' }

.tab-content
.tab-pane.active#conf-day-1
%h5 Большой Зал
%iframe{:allowfullscreen => "true", :allowtransparency => "", :frameborder => "0", :height => "360", :src => "http://live.digicast.ru/embed/1766", :title => "DigiCast video player", :width => "100%"}
%h5 Кинобар
%iframe{:allowfullscreen => "true", :allowtransparency => "", :frameborder => "0", :height => "360", :src => "http://live.digicast.ru/embed/1760", :title => "DigiCast video player", :width => "100%"}
%h5 Пресс-центр
%iframe{:allowfullscreen => "true", :allowtransparency => "", :frameborder => "0", :height => "360", :src => "http://live.digicast.ru/embed/1761", :title => "DigiCast video player", :width => "100%"}
%h5 Кинозал музея
%iframe{:allowfullscreen => "true", :allowtransparency => "", :frameborder => "0", :height => "360", :src => "http://live.digicast.ru/embed/1762", :title => "DigiCast video player", :width => "100%"}
%h5 Фойе ОПЦ
%iframe{:allowfullscreen => "true", :allowtransparency => "", :frameborder => "0", :height => "360", :src => "http://live.digicast.ru/embed/1768", :title => "DigiCast video player", :width => "100%"}

.tab-pane#conf-day-2
%h5 Большой Зал
%iframe{:allowfullscreen => "true", :allowtransparency => "", :frameborder => "0", :height => "360", :src => "http://live.digicast.ru/embed/1759", :title => "DigiCast video player", :width => "100%"}
%h5 Кинобар
%iframe{:allowfullscreen => "true", :allowtransparency => "", :frameborder => "0", :height => "360", :src => "http://live.digicast.ru/embed/1763", :title => "DigiCast video player", :width => "100%"}
%h5 Пресс-центр
%iframe{:allowfullscreen => "true", :allowtransparency => "", :frameborder => "0", :height => "360", :src => "http://live.digicast.ru/embed/1764", :title => "DigiCast video player", :width => "100%"}
%h5 Кинозал музея
%iframe{:allowfullscreen => "true", :allowtransparency => "", :frameborder => "0", :height => "360", :src => "http://live.digicast.ru/embed/1765", :title => "DigiCast video player", :width => "100%"}
%h5 Фойе ОПЦ
%iframe{:allowfullscreen => "true", :allowtransparency => "", :frameborder => "0", :height => "360", :src => "http://live.digicast.ru/embed/1769", :title => "DigiCast video player", :width => "100%"}

%br
%br
1 change: 1 addition & 0 deletions app/views/web/welcome/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
= render "online"
= render "themes"
= render "lectors_carousel"
= render "want_to_do"
Expand Down

0 comments on commit 075b1f8

Please sign in to comment.