89 lines
2.7 KiB
Plaintext
89 lines
2.7 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.dropdown
|
|
%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 Foo Fighters — Long Road to Ruin
|
|
.progress
|
|
.loaded
|
|
.played
|
|
.buttons
|
|
%a.btn.small-round «
|
|
%a.btn.large.large-round ►
|
|
%a.btn.small-round »
|
|
|
|
.playlist
|
|
%table
|
|
%tr
|
|
%td.song-title
|
|
.artist-name Foo Fighters
|
|
The Pretender
|
|
%td.song-duration 4:29
|
|
%tr
|
|
%td.song-title
|
|
.artist-name Foo Fighters
|
|
Let It Die
|
|
%td.song-duration 4:29
|
|
%tr
|
|
%td.song-title
|
|
.artist-name Foo Fighters
|
|
Erase/Replace
|
|
%td.song-duration 4:29
|
|
%tr
|
|
%td.song-title
|
|
.artist-name Foo Fighters
|
|
Long Road to Ruin
|
|
%td.song-duration 4:29
|
|
|
|
.fullscreen
|
|
.inner
|
|
= image_tag "loader.gif"
|
|
|
|
#vk_api_transport
|