<$ var PolyCol = article.value('poly-col', ''); var PolyColHov = article.value('poly-col-hov', ''); var TooltFontz = article.value('toolt-fontz', ''); var TooltCol = article.value('toolt-col', ''); var TooltBg = article.value('toolt-bg', ''); var headstyle = ""; headstyle += 'polygon {'; headstyle += 'fill:' + PolyCol + ';'; headstyle += ' stroke:' + PolyCol + ';'; headstyle += ' -webkit-transition:all .1s ease-in-out;'; headstyle += ' -o-transition:all .1s ease-in-out;'; headstyle += ' transition:all .1s ease-in-out;'; headstyle += '}\n'; headstyle += 'polygon:hover {'; headstyle += 'fill:' + PolyColHov + ';'; headstyle += ' stroke:' + PolyColHov + ';'; headstyle += '}\n'; headstyle += 'svg:hover {'; headstyle += '-webkit-transition:all .1s ease-in-out;'; headstyle += ' -o-transition:all .1s ease-in-out;'; headstyle += ' transition:all .1s ease-in-out;'; headstyle += '}\n'; headstyle += '.poly-action {'; headstyle += 'cursor:pointer;'; headstyle += '}\n'; headstyle += '.imgmapTooltip {'; headstyle += 'position: relative; z-index: 10000;'; headstyle += 'color:transparent;'; headstyle += ' background-color:transparent;'; headstyle += ' opacity:0;'; headstyle += ' display:none;'; headstyle += '}'; system.addHtmlHeadElement("\n" + headstyle + "\n"); $> <$ var imageNull = project.getImage(article.value("bild")); var altTextNull = system.htmlEncode(system.removeHtmlTags(imageNull.altText)); var beschreibung = imageNull.description; var titleNull = system.htmlEncode(system.removeHtmlTags(imageNull.description)); var imgsrc = imageNull.contentCopyPath; var fullsrc = imageNull.workingCopyPath; $> <$=system.partial("article-begin.html")$>
<$= altTextNull $> <$ for ( var i = 1; i <= 30; i++){ var CORD = (article.value("cord-" + i)); if ( isNull(CORD) ){ continue; } var TOOLTIP = article.value("tooltip-" + i, ""); var LINK = article.value("link-" + i, ""); $> <$= TOOLTIP $> <$ } $>
<$=system.partial("article-end.html")$>