Ignore:
Timestamp:
2015-05-18T16:42:17+12:00 (9 years ago)
Author:
davidb
Message:

Completed version of Krumhansl's algorithm. Plus adding in of About bar. Plus tidy up of the 'by xxx' template

File:
1 edited

Legend:

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

    r29890 r29893  
    13151315
    13161316<div>
     1317
    13171318  <div id='media-player' style="width: 96%">
    13181319
     1320    <div class="about-bar">
     1321      <div id="about-titlebar" style="background-image: none; background-color: #2E52A4; width: 97%; float: left; margin-bottom: 10px; z-index: 4; position: relative;">
     1322    About: <xsl:call-template name="choose-title"/>
     1323      </div>
     1324
     1325      <div style="clear: both;"><xsl:comment>clear floats</xsl:comment></div>
     1326
     1327      <div id="about-area" class="documenttext"
     1328       style="display: none; position: absolute: left: 0px; top: 0px; z-index: 1;">
     1329    <xsl:call-template name="fingerprintMetadataBlock" />
     1330      </div>
     1331    </div>
    13191332
    13201333    <div class="video-player-bar">
     
    19171930      <xsl:text disable-output-escaping="yes">
    19181931    $(function(){
     1932      transformToTurnstyleBlock("about");
     1933
    19191934      transformToTurnstyleBlock("video");
    19201935      transformToTurnstyleBlock("playlist");
Note: See TracChangeset for help on using the changeset viewer.