72 lines
2.1 KiB
Plaintext
72 lines
2.1 KiB
Plaintext
!!!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
|
|
%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'
|
|
%form#search-form{ :action => "" }
|
|
%input#search{ :type => "text", :placeholder => I18n.t('global.search') }
|
|
#artist-load-spinner
|
|
= image_tag "artist_loader.gif"
|
|
%ul.nav.secondary-nav
|
|
%li
|
|
%a#login{ :href => "#/login/" }= I18n.t 'global.login'
|
|
%li.dropdown#authorized
|
|
%a.dropdown-toggle#username{ :href => "#/" } %username%
|
|
%ul.dropdown-menu
|
|
%li
|
|
%a#preferences{ :href => "#/settings/" }= I18n.t 'global.settings'
|
|
%li.divider
|
|
%li
|
|
%a#logout{ :href => "#/logout/" }= I18n.t 'global.logout'
|
|
|
|
.popover-wrapper
|
|
.popover.below#autocomplete-container
|
|
.arrow
|
|
.inner
|
|
%h3.title.start
|
|
.content#autocomplete-items
|
|
|
|
.container#main
|
|
.row
|
|
.span11.columns#content
|
|
|
|
|
|
.span5.columns
|
|
.player
|
|
%h5.now-playing= I18n.t 'global.do_add'
|
|
.progress
|
|
.loaded
|
|
.played
|
|
.buttons
|
|
%a.btn.small-round.prev «
|
|
%a.btn.large.play ►
|
|
%a.btn.large.pause II
|
|
%a.btn.small-round.next »
|
|
|
|
%ul.playlist
|
|
|
|
.fullscreen
|
|
.inner
|
|
= image_tag "loader.gif"
|
|
|
|
#vk_api_transport
|
|
#jplayer
|