1
0
Fork 0
oldhaven/app/views/layouts/application.html.haml

72 lines
2.1 KiB
Plaintext
Raw Normal View History

!!!5
%html
%head
%title BeatHaven
%meta{ :charset => "utf-8" }
%link{ :rel => "shortcut icon", :href => "/favicon.ico" }
= stylesheet_link_tag "application"
= javascript_include_tag "http://code.jquery.com/jquery.min.js"
= javascript_include_tag "http://code.jquery.com/ui/1.8.14/jquery-ui.min.js"
= javascript_include_tag "application"
%body
.topbar-wrapper
.topbar
.topbar-inner
.container
%h3
2011-09-08 10:56:10 +00:00
%a{ :href => "#/" } BeatHaven
%ul.nav
%li
%a{ :href => "http://blog.beathaven.org/" }= I18n.t 'global.news'
%li
%a.about{ :href => "#/about/" }= I18n.t 'global.about'
2011-09-09 22:13:02 +00:00
%form#search-form{ :action => "" }
%input#search{ :type => "text", :placeholder => I18n.t('global.search') }
2011-09-09 22:13:02 +00:00
#artist-load-spinner
2011-09-09 07:41:45 +00:00
= image_tag "artist_loader.gif"
%ul.nav.secondary-nav
2011-09-15 09:38:24 +00:00
%li
%a#login{ :href => "#/login/" }= I18n.t 'global.login'
%li.dropdown#authorized
2011-09-15 04:35:48 +00:00
%a.dropdown-toggle#username{ :href => "#/" } %username%
%ul.dropdown-menu
%li
2011-09-15 04:35:48 +00:00
%a#preferences{ :href => "#/settings/" }= I18n.t 'global.settings'
%li.divider
%li
2011-09-15 04:35:48 +00:00
%a#logout{ :href => "#/logout/" }= I18n.t 'global.logout'
.popover-wrapper
2011-09-08 10:56:10 +00:00
.popover.below#autocomplete-container
.arrow
.inner
2011-09-08 10:56:10 +00:00
%h3.title.start
.content#autocomplete-items
.container#main
.row
2011-09-08 01:48:33 +00:00
.span11.columns#content
 
.span5.columns
.player
2011-09-16 11:38:47 +00:00
%h5.now-playing= I18n.t 'global.do_add'
2011-09-08 01:48:33 +00:00
.progress
.loaded
.played
.buttons
2011-09-15 11:07:35 +00:00
%a.btn.small-round.prev «
2011-09-16 01:57:41 +00:00
%a.btn.large.play ►
%a.btn.large.pause II
2011-09-15 11:07:35 +00:00
%a.btn.small-round.next »
2011-09-08 01:48:33 +00:00
2011-09-15 06:15:50 +00:00
%ul.playlist
2011-09-08 10:56:10 +00:00
2011-09-08 13:10:52 +00:00
.fullscreen
.inner
2011-09-09 07:41:45 +00:00
= image_tag "loader.gif"
#vk_api_transport
2011-09-15 11:07:35 +00:00
#jplayer