2011-09-08 00:36:04 +00:00
|
|
|
!!!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
|
2011-09-08 00:36:04 +00:00
|
|
|
%ul.nav
|
|
|
|
%li
|
2011-09-08 10:56:10 +00:00
|
|
|
%a{ :href => "http://blog.beathaven.org/", :"data-ls" => "NEWS" } Blog
|
2011-09-08 00:36:04 +00:00
|
|
|
%li
|
2011-09-08 10:56:10 +00:00
|
|
|
%a.about{ :href => "#/about/" } About
|
2011-09-08 00:36:04 +00:00
|
|
|
%form{ :action => "" }
|
2011-09-08 10:56:10 +00:00
|
|
|
%input#search{ :type => "text", :placeholder => "Search" }
|
2011-09-08 00:36:04 +00:00
|
|
|
%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
|
2011-09-08 10:56:10 +00:00
|
|
|
.popover.below#autocomplete-container
|
2011-09-08 00:36:04 +00:00
|
|
|
.arrow
|
|
|
|
.inner
|
2011-09-08 10:56:10 +00:00
|
|
|
%h3.title.start
|
|
|
|
.content#autocomplete-items
|
2011-09-08 00:36:04 +00:00
|
|
|
|
|
|
|
.container#main
|
|
|
|
.row
|
2011-09-08 01:48:33 +00:00
|
|
|
.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
|
2011-09-08 10:56:10 +00:00
|
|
|
|
|
|
|
<!-- Yandex.Metrika counter -->
|
|
|
|
<script type="text/javascript">var yaParams = {};</script><div style="display:none;"><script type="text/javascript">(function(w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter7596904 = new Ya.Metrika({id:7596904, enableAll: true,params:window.yaParams||{ }}); } catch(e) { } }); })(window, "yandex_metrika_callbacks");</script></div><script src="//mc.yandex.ru/metrika/watch.js" type="text/javascript" defer="defer"></script><noscript><div><img src="//mc.yandex.ru/watch/7596904" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
|
|
|
<!-- /Yandex.Metrika counter -->
|
|
|
|
|