diff bns_website/templates/music.html @ 68:1d50a0db4f21

- I moved the jplayer files to a jplayer dir under static/js. I thought about moving the flash file to another dir, but thought it'd be best to leave it with the rest of the jplayer files. - I removed some rogue colons in the music.html template.
author Bob Mourlam <bob.mourlam@gmail.com>
date Wed, 23 Nov 2011 09:16:47 -0600
parents 057b0a016b7a
children 4735fdc82b48
line wrap: on
line diff
--- a/bns_website/templates/music.html	Sun Nov 20 22:59:06 2011 -0600
+++ b/bns_website/templates/music.html	Wed Nov 23 09:16:47 2011 -0600
@@ -9,8 +9,8 @@
 
 {% block custom_js %}
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
-    <script type="text/javascript" src="{{ STATIC_URL }}js/jquery.jplayer.min.js"></script>
-    <script type="text/javascript" src="{{ STATIC_URL }}js/jplayer.playlist.min.js"></script>
+    <script type="text/javascript" src="{{ STATIC_URL }}js/jplayer/jquery.jplayer.min.js"></script>
+    <script type="text/javascript" src="{{ STATIC_URL }}js/jplayer/jplayer.playlist.min.js"></script>
     <script type="text/javascript">
         $(document).ready(function(){
 
@@ -74,7 +74,7 @@
                     mp3:"{{ STATIC_URL }}music/11.mp3"
                 },
                 {
-                    artist:"Frankie & the Pool Boys:",
+                    artist:"Frankie & the Pool Boys",
                     title:"Ewa on the Beach",
                     mp3:"{{ STATIC_URL }}music/12.mp3"
                 },
@@ -89,12 +89,12 @@
                     mp3:"{{ STATIC_URL }}music/14.mp3"
                 },
                 {
-                    artist:"The Madeira:",
+                    artist:"The Madeira",
                     title:"Witch Doctor",
                     mp3:"{{ STATIC_URL }}music/15.mp3"
                 },
                 {
-                    artist:"The Eliminators:",
+                    artist:"The Eliminators",
                     title:"Walking Tall",
                     mp3:"{{ STATIC_URL }}music/16.mp3"
                 },
@@ -124,7 +124,7 @@
                     enableRemoveControls: true,
                     autoPlay: false
                 },
-                swfPath: "{{ STATIC_URL }}js",
+                swfPath: "{{ STATIC_URL }}js/jplayer",
                 solution:"html, flash",
                 oggSupport: false,
                 supplied: "mp3"