Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiopanik
panikweb
Commits
c6da002d
Commit
c6da002d
authored
Sep 02, 2013
by
Simon Daron
Browse files
Resymbol for audio
parent
1a49ee11
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/includes/audio.html
View file @
c6da002d
...
...
@@ -2,19 +2,19 @@
{% load paniktags %}
{% if sound|is_format_available:'mp3' or sound|is_format_available:'ogg' %}
<div
class=
"controls huge"
>
<button
class=
"icon-plus-sign"
<button
class=
"
resymbol
icon-plus-sign"
title=
"Add to playlist"
data-player-audio=
"Audio-{{ sound.file.url|slugify }}"
data-player-action=
"registerAudio"
id=
"addToPlaylist-{{ sound.file.url|slugify }}"
></button>
<button
class=
"icon-play
-circle
"
<button
class=
"
resymbol
icon-play"
title=
"Play"
data-player-audio=
"Audio-{{ sound.file.url|slugify }}"
data-player-action=
"playAudio"
></button>
{% if sound|is_format_available:'ogg' %}
<a
target=
"_blanck"
class=
"icon-download button"
href=
"{{ sound|format_url:'ogg' }}"
<a
target=
"_blanck"
class=
"
resymbol
icon-download button"
href=
"{{ sound|format_url:'ogg' }}"
></a>
{% endif %}
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment