diff --git a/modules/xerte/parent_templates/Nottingham/data.xwd b/modules/xerte/parent_templates/Nottingham/data.xwd index 028d9d0516..9ae85baf03 100644 --- a/modules/xerte/parent_templates/Nottingham/data.xwd +++ b/modules/xerte/parent_templates/Nottingham/data.xwd @@ -1276,6 +1276,7 @@ ]]> ]]> + ]]> @@ -1293,6 +1294,13 @@ + + + + + + + \ No newline at end of file diff --git a/modules/xerte/parent_templates/Nottingham/models/audioSlideshow.rlm b/modules/xerte/parent_templates/Nottingham/models/audioSlideshow.rlm index bfb47259a9..c607846493 100644 --- a/modules/xerte/parent_templates/Nottingham/models/audioSlideshow.rlm +++ b/modules/xerte/parent_templates/Nottingham/models/audioSlideshow.rlm @@ -1,102 +1 @@ - - - - - - - - - - - - - - - - - - - ' + pageIcon.templateData.audioSlideshow[0].nestedPage[icon.parentNode.index()].name + '
' + pageIcon.templateData.audioSlideshow[0].nestedPage[icon.parentNode.index()].text}]]>
- - - - - - -
-
-
+ ' + pageIcon.templateData.audioSlideshow[0].nestedPage[icon.parentNode.index()].name + '
' + pageIcon.templateData.audioSlideshow[0].nestedPage[icon.parentNode.index()].text}]]>
\ No newline at end of file diff --git a/modules/xerte/parent_templates/Nottingham/models/perspectives.rlm b/modules/xerte/parent_templates/Nottingham/models/perspectives.rlm index 41a556ecba..99c29a0380 100644 --- a/modules/xerte/parent_templates/Nottingham/models/perspectives.rlm +++ b/modules/xerte/parent_templates/Nottingham/models/perspectives.rlm @@ -1 +1 @@ - 0) { if (icon.attributes.built != "true") { movieCount = 0; soundCount = 0; // duplicates correct no. of thumb pages icon.nextSibling.firstChild.duplicate(totalClipNo-1); // sets attributes for thumbs - step type & no. (of that type) for (i=0; i '+thumbTitle+'

'};]]>
= maxThumbs || currentPositions.attributes.currentPos < 0) { clipToChg._visible = false; hsToChg.enabled = false; } else { clipToChg._visible = true; hsToChg.enabled = true; } } }]]> 0) { if (icon.attributes.built != "true") { // so it only duplicates the pages once movieCount = 0; soundCount = 0; // duplicates correct no. of thumb pages icon.nextSibling.firstChild.duplicate(totalClipNo-1); // totalClipNo is calculated in getPageID script // sets attributes for viewer FW pages - step type & no. (of that type) for (i=0; i '+fwTitle+''};]]> targetH) { currentImg._height = targetH; currentImg._width = currentImg._height / proportion; } } else { if (currentImg._width > targetW) { currentImg._width = targetW; currentImg._height = currentImg._width / proportion; } } // align img centrally if necessary if (currentImg._width < targetW) { temp = targetW - currentImg._width; temp = temp/2; currentImg._x += temp; } if (currentImg._height < targetH) { temp = targetH - currentImg._height; temp = temp/2; currentImg._y += temp; } // adds controls & bg to sound bg.beginFill(0xFFFFFF,100); bg.drawRect(currentImg._x-10,currentImg._y-10,currentImg._width+20,currentImg._height+20); bg.dropShadow(3,90,0x999999,50); icon.parentNode.parentNode.nextSibling.attributes.controls = currentImg._x +',' + (currentImg._y + currentImg._height - 20) + ',' + currentImg._width;]]>
\ No newline at end of file + 0) { if (icon.attributes.built != "true") { movieCount = 0; soundCount = 0; imageCount = 0; // duplicates correct no. of thumb pages icon.nextSibling.firstChild.duplicate(totalClipNo-1); // sets attributes for thumbs - step type & no. (of that type) for (i=0; i '+thumbTitle+'

'};]]>
= maxThumbs || currentPositions.attributes.currentPos < 0) { clipToChg._visible = false; hsToChg.enabled = false; } else { if (thumbs.XMLElement.childNodes[i].attributes.clipType != "image" || n != 3) { clipToChg._visible = true; } hsToChg.enabled = true; } } }]]> 0) { if (icon.attributes.built != "true") { // so it only duplicates the pages once movieCount = 0; soundCount = 0; imageCount = 0; // duplicates correct no. of thumb pages icon.nextSibling.firstChild.duplicate(totalClipNo-1); // totalClipNo is calculated in getPageID script // sets attributes for viewer FW pages - step type & no. (of that type) for (i=0; i '+fwTitle+''};]]> targetH) { currentImg._height = targetH; currentImg._width = currentImg._height / proportion; } } else { if (currentImg._width > targetW) { currentImg._width = targetW; currentImg._height = currentImg._width / proportion; } } // align img centrally if necessary if (currentImg._width < targetW) { temp = targetW - currentImg._width; temp = temp/2; currentImg._x += temp; } if (currentImg._height < targetH) { temp = targetH - currentImg._height; temp = temp/2; currentImg._y += temp; } // adds controls & bg to sound bg.beginFill(0xFFFFFF,100); bg.drawRect(currentImg._x-10,currentImg._y-10,currentImg._width+20,currentImg._height+20); bg.dropShadow(3,90,0x999999,50); icon.parentNode.parentNode.nextSibling.attributes.controls = currentImg._x +',' + (currentImg._y + currentImg._height - 20) + ',' + currentImg._width;]]>
\ No newline at end of file