oldhaven/app/views/layouts/application.html.haml
2011-09-08 05:48:33 +04:00

81 lines
2.3 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 => "#" } Blog
%li
%a{ :href => "#" } About
%form{ :action => "" }
%input{ :type => "text", :placeholder => "Search" }
%ul.nav.secondary-nav
%li.dropdown
%a.dropdown-toggle{ :href => "#" } chez
%ul.dropdown-menu
%li
%a{ :href => "#" } Preferences
%li.divider
%li
%a{ :href => "#" } Logout
.popover-wrapper
.popover.below
.arrow
.inner
%h3.title Foo Fighters
.content
.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