$
var ImgClose = article.value("img-close","");
var headstyle = "";
headstyle += '#fancybox-close {';
headstyle += 'width:40px;';
headstyle += ' height:40px;';
headstyle += ' top:-35px;';
headstyle += ' right:-35px;';
headstyle += ' background:transparent url("assets/wzp_ext-facybox_close/' + ImgClose + '");';
headstyle += '}\n';
headstyle += '#fancybox-content {';
headstyle += 'border-color:transparent;';
headstyle += '}';
system.addHtmlHeadElement("\n" + headstyle + "\n");
$>
<$
var Break = article.value("breakpoint-dyn","");
var headstyle = '@media (max-width: calc(' + Break + 'px - 1px)) {';
headstyle += '.prozbr {';
headstyle += 'display:none;';
headstyle += '}';
system.addHtmlHeadElement("\n" + headstyle + "\n");
$>
<$
var Break = article.value("breakpoint-dyn","");
var headstyle = '@media (min-width: ' + Break + 'px) {';
headstyle += '.blankproz {';
headstyle += 'display:none;';
headstyle += '}';
headstyle += '}';
system.addHtmlHeadElement("\n" + headstyle + "\n");
$>
<$
var imageEins = project.getImage(article.value("bild"));
var altTextEins = system.htmlEncode(system.removeHtmlTags(imageEins.altText));
var beschreibung = imageEins.description;
var titleEins = system.htmlEncode(system.removeHtmlTags(imageEins.description));
var imgsrc = imageEins.contentCopyPath;
var fullsrc = imageEins.workingCopyPath;
$>
<$=system.partial("article-begin.html")$>
<$=system.partial("article-end.html")$>