Ignore:
Timestamp:
2015-05-18T00:46:55+12:00 (9 years ago)
Author:
davidb
Message:

Basic popup functionality added in (hard-wired for now)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/respooled/collect/popup-video-respooled/transform/pages/document.xsl

    r29888 r29890  
    13191319
    13201320    <div class="video-player-bar">
    1321       <div id="video-titlebar" style="background-image: none; background-color: #2E52A4; width: 97%; float: left; margin-bottom: 10px;">
     1321      <div id="video-titlebar" style="background-image: none; background-color: #2E52A4; width: 97%; float: left; margin-bottom: 10px; z-index: 4; position: relative;">
    13221322    Video Display
    13231323      </div>
    13241324
    13251325      <div id="video-area" class="documenttext"
    1326        style="display: none; position: absolute: left: 0px; top: 0px;">
     1326       style="display: none; position: absolute: left: 0px; top: 0px; z-index: 1;">
    13271327    <center>
    1328       <video id="video" width="60%" controls="true">
    1329         <source src="{$httpCollection}/index/assoc/{$assocFilePath}/{$streamablevideo}" />
    1330         Your browser does not support the video tag.
    1331       </video>
     1328
     1329
     1330      <style>
     1331        #video_box {position:relative; z-index: 1;}
     1332        #overlay {position: absolute; t: 0; left: 0; z-index: 2;}
     1333        #video_container {z-index: 1;}
     1334
     1335        #XXXvideo_container {position:absolute;top: 0px;left: 0px;}
     1336      </style>
     1337
     1338
     1339      <div id="video_box">
     1340        <div id="overlay"><xsl:comment>filler</xsl:comment></div>
     1341        <div id="video_container">
     1342
     1343          <video id="video" width="60%" controls="false">
     1344        <source src="{$httpCollection}/index/assoc/{$assocFilePath}/{$streamablevideo}" />
     1345        <track id="bubbles" label="Metadata" kind="metadata"
     1346               srclang="en" src="{$httpCollection}/tracks/land-down-under-metadata-en.vtt" default="default" />
     1347        Your browser does not support the video tag.
     1348          </video>
     1349
     1350        </div>
     1351      </div>
    13321352    </center>
    13331353      </div>
     
    13381358    <input id="progress-bar" type="range"
    13391359           min='0' max='100' step='0.01' value='0'
    1340            style="width: 100%"/>
     1360           style="width: 98%"/> <!-- used to be 100% -->
    13411361
    13421362      </div>
     
    14181438          <div style="color: white;">
    14191439
    1420         <form style="width: 99%; margin-top: 10px; margin-bottom: 10px;">
     1440        <form id="bubForm" style="width: 99%; margin-top: 10px; margin-bottom: 10px;">
    14211441          <fieldset>
    14221442        <legend id="mpm-legend">Popup Layers</legend>
Note: See TracChangeset for help on using the changeset viewer.