cms/app-client/app/templates/player.hbs
author nowmad@23.1.168.192.in-addr.arpa
Fri, 18 Dec 2015 15:21:52 +0100
changeset 77 0889740f79c2
parent 65 5d5c30207e4c
child 84 36f84e8f1ad5
permissions -rw-r--r--
on page load, hilight the objects corresponding to the query params

<div class="corpus-app-content">
  <audio id="audio-player" controls>
    <source src="{{ currentItem.master }}" type="audio/ogg">
    <source src="{{ currentItem.master }}" type="audio/mpeg">
    <source src="{{ currentItem.master }}" type="audio/wav">
    Your browser does not support the audio element.
  </audio>
  <p>
    Title: {{ currentItem.title }}
  </p>
  <p>
    Description: {{ currentItem.description }}
  </p>
</div>