<% content_for :title do %>録音講義<% end %>

<ol class="breadcrumb pull-right">
  <li><%= link_to 'TOP', top_path %></li>
  <li><%= link_to '録音講義', lecture_recordings_path %></li>
  <li class="active"><%= @lecture_recording.title %></li>
</ol>

<h1 class="page-header">録音講義</h1>
<div class="panel panel-inverse">
  <div class="panel-heading">
    <h4 class="panel-title"><%= @lecture_recording.title %></h4>
  </div>
  <div class="panel-body">
      <div id="jp_container_<%= @lecture_recording.id %>" class="jp-video jp-video-270p" role="application" aria-label="media player">
        <div class="jp-type-playlist">
          <div id="jquery_jplayer_<%= @lecture_recording.id %>" class="jp-jplayer"></div>
          <div class="jp-gui">
            <div class="jp-video-play">
              <button class="jp-video-play-icon" role="button" tabindex="0">play</button>
            </div>
            <div class="jp-interface">
              <div class="jp-progress">
                <div class="jp-seek-bar">
                  <div class="jp-play-bar"></div>
                </div>
              </div>
              <div class="jp-current-time" role="timer" aria-label="time">&nbsp;</div>
              <div class="jp-duration" role="timer" aria-label="duration">&nbsp;</div>
              <div class="jp-controls-holder">
                <div class="jp-controls">
                  <button class="jp-previous" role="button" tabindex="0">previous</button>
                  <button class="jp-play" role="button" tabindex="0">play</button>
                  <button class="jp-next" role="button" tabindex="0">next</button>
                  <button class="jp-stop" role="button" tabindex="0">stop</button>
                </div>
                <div class="jp-volume-controls">
                  <button class="jp-mute" role="button" tabindex="0">mute</button>
                  <button class="jp-volume-max" role="button" tabindex="0">max volume</button>
                  <div class="jp-volume-bar">
                    <div class="jp-volume-bar-value"></div>
                  </div>
                </div>
                <div class="jp-toggles">
                  <button class="jp-repeat" role="button" tabindex="0">repeat</button>
                </div>
              </div>
              <div class="jp-details">
                <div class="jp-title" aria-label="title">&nbsp;</div>
              </div>
            </div>
          </div>
          <div class="jp-playlist">
            <ul>
              <li>&nbsp;</li>
            </ul>
          </div>
          <div class="jp-no-solution">
            <span>Update Required</span>
            To play the media you will need to either update your browser to a recent version or update your <a href="https://get.adobe.com/flashplayer/" target="_blank">Flash plugin</a>.
          </div>
        </div>
      </div>

      <%= javascript_include_tag lecture_recording_player_path(@lecture_recording.id, format: :js) %>
      <br><br>
    <div class="text-center"><%= link_to "一覧に戻る", lecture_recordings_path %></div>
  </div>
</div>
