Changeset 638 for trunk/model/sources/dkCore/genWeb/transf/content/fundamentalUnits/screen/screen.xsl
- Timestamp:
- 08/23/10 13:04:00 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/model/sources/dkCore/genWeb/transf/content/fundamentalUnits/screen/screen.xsl
r628 r638 30 30 <div id="{$vImgId}" class="screenImgFra" style="position:relative;height:{$vImg/@height}px;"> 31 31 <div class="screenImg" style="position:relative;height:{$vImg/@height}px;width:{$vImg/@width}px;"> 32 <img src="{$vImg/@src}" width="{$vImg/@width}" height="{$vImg/@height}" class="" alt=" getFullTitleText(gotoSubModel(sp:img),'')"/>32 <img src="{$vImg/@src}" width="{$vImg/@width}" height="{$vImg/@height}" class="" alt="{getFullTitleText(gotoSubModel(sp:img),'')}"/> 33 33 <xsl:apply-templates select="sp:zone" mode="zones"/> 34 34 </div>
Note: See TracChangeset
for help on using the changeset viewer.