---------------------------------------- 2020-07-14 20:58:07,207 [19] INFO - --------- 2020-07-14 20:58:07,225 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:08,725 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2010. 2020-07-14 20:58:08,725 [19] INFO - Information: 0 : 2020-07-14 20:58:08,725 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2010. 2020-07-14 20:58:08,725 [19] INFO - --------- 2020-07-14 20:58:08,725 [19] INFO - Information: 0 : 2020-07-14 20:58:08,725 [19] INFO - --------- 2020-07-14 20:58:08,726 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,726 [19] INFO - Information: 0 : 2020-07-14 20:58:08,727 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,727 [19] INFO - --------- 2020-07-14 20:58:08,727 [19] INFO - Information: 0 : 2020-07-14 20:58:08,727 [19] INFO - --------- 2020-07-14 20:58:08,727 [19] INFO - function SE637303570887267286() {} SE637303570887267286.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\tBild in Lightbox öffnen (open image in lightbox).\r\n\t\t\t\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570887267286().executeScript(); 2020-07-14 20:58:08,728 [19] INFO - Information: 0 : 2020-07-14 20:58:08,729 [19] INFO - function SE637303570887267286() {} SE637303570887267286.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\tBild in Lightbox öffnen (open image in lightbox).\r\n\t\t\t\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570887267286().executeScript(); 2020-07-14 20:58:08,730 [19] INFO - --------- 2020-07-14 20:58:08,730 [19] INFO - Information: 0 : 2020-07-14 20:58:08,730 [19] INFO - --------- 2020-07-14 20:58:08,732 [19] INFO - Information: 0 : 2020-07-14 20:58:08,732 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,734 [19] INFO - Information: 0 : 2020-07-14 20:58:08,734 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,734 [19] INFO - Information: 0 : 2020-07-14 20:58:08,734 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,735 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 798 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:08,735 [19] INFO - Entering 'ensureContentCopy' for image 452, article 1467, size 449. 2020-07-14 20:58:08,736 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1467, image ID = 452, maxWidthInPixel = 449. 2020-07-14 20:58:08,736 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:08,736 [19] INFO - Leaving 'ensureContentCopy' for image 452, article 1467, size „449“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:08,740 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:08,745 [19] INFO - [GetImageSizeInPixel - B2] getting image size 1836x3264 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\c2ca30947cd64bbc92534eb19456e4d3.jpg“ live from file. 2020-07-14 20:58:08,745 [19] INFO - Returning live-calculated image size for image with ID 452, file version „ContentCopy“ of 1836×3264 pixels. 2020-07-14 20:58:08,746 [19] INFO - Returning cached image size for image with ID 452, file version „ContentCopy“ of 1836×3264 pixels. 2020-07-14 20:58:08,747 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,747 [19] INFO - Information: 0 : 2020-07-14 20:58:08,747 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,748 [19] INFO - --------- 2020-07-14 20:58:08,748 [19] INFO - Information: 0 : 2020-07-14 20:58:08,748 [19] INFO - --------- 2020-07-14 20:58:08,748 [19] INFO - function SE637303570887477298() {} SE637303570887477298.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570887477298().executeScript(); 2020-07-14 20:58:08,748 [19] INFO - Information: 0 : 2020-07-14 20:58:08,748 [19] INFO - function SE637303570887477298() {} SE637303570887477298.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570887477298().executeScript(); 2020-07-14 20:58:08,748 [19] INFO - --------- 2020-07-14 20:58:08,749 [19] INFO - Information: 0 : 2020-07-14 20:58:08,749 [19] INFO - --------- 2020-07-14 20:58:08,753 [19] INFO - Information: 0 : 2020-07-14 20:58:08,753 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,754 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:08,755 [19] INFO - Information: 0 : 2020-07-14 20:58:08,755 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,755 [19] INFO - Information: 0 : 2020-07-14 20:58:08,755 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,756 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,756 [19] INFO - Information: 0 : 2020-07-14 20:58:08,757 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,757 [19] INFO - --------- 2020-07-14 20:58:08,757 [19] INFO - Information: 0 : 2020-07-14 20:58:08,757 [19] INFO - --------- 2020-07-14 20:58:08,757 [19] INFO - function SE637303570887477298() {} SE637303570887477298.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570887477298().executeScript(); 2020-07-14 20:58:08,757 [19] INFO - Information: 0 : 2020-07-14 20:58:08,757 [19] INFO - function SE637303570887477298() {} SE637303570887477298.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570887477298().executeScript(); 2020-07-14 20:58:08,758 [19] INFO - --------- 2020-07-14 20:58:08,758 [19] INFO - Information: 0 : 2020-07-14 20:58:08,758 [19] INFO - --------- 2020-07-14 20:58:08,758 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2011. 2020-07-14 20:58:08,758 [19] INFO - Information: 0 : 2020-07-14 20:58:08,758 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2011. 2020-07-14 20:58:08,758 [19] INFO - --------- 2020-07-14 20:58:08,758 [19] INFO - Information: 0 : 2020-07-14 20:58:08,758 [19] INFO - --------- 2020-07-14 20:58:08,758 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“ 2020-07-14 20:58:08,759 [19] INFO - Information: 0 : 2020-07-14 20:58:08,759 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“ 2020-07-14 20:58:08,760 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:08,760 [19] INFO - Information: 0 : 2020-07-14 20:58:08,760 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:08,761 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,761 [19] INFO - Information: 0 : 2020-07-14 20:58:08,761 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,761 [19] INFO - --------- 2020-07-14 20:58:08,761 [19] INFO - Information: 0 : 2020-07-14 20:58:08,761 [19] INFO - --------- 2020-07-14 20:58:08,761 [19] INFO - function SE637303570887267286() {} SE637303570887267286.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570887267286().executeScript(); 2020-07-14 20:58:08,762 [19] INFO - Information: 0 : 2020-07-14 20:58:08,762 [19] INFO - function SE637303570887267286() {} SE637303570887267286.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570887267286().executeScript(); 2020-07-14 20:58:08,763 [19] INFO - --------- 2020-07-14 20:58:08,763 [19] INFO - Information: 0 : 2020-07-14 20:58:08,763 [19] INFO - --------- 2020-07-14 20:58:08,763 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2012. 2020-07-14 20:58:08,763 [19] INFO - Information: 0 : 2020-07-14 20:58:08,763 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2012. 2020-07-14 20:58:08,763 [19] INFO - --------- 2020-07-14 20:58:08,763 [19] INFO - Information: 0 : 2020-07-14 20:58:08,764 [19] INFO - --------- 2020-07-14 20:58:08,764 [19] INFO - Information: 0 : 2020-07-14 20:58:08,764 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,767 [19] INFO - Information: 0 : 2020-07-14 20:58:08,767 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,767 [19] INFO - Information: 0 : 2020-07-14 20:58:08,767 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,768 [19] INFO - Information: 0 : 2020-07-14 20:58:08,768 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,770 [19] INFO - Information: 0 : 2020-07-14 20:58:08,770 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,770 [19] INFO - Information: 0 : 2020-07-14 20:58:08,770 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,771 [19] INFO - Information: 0 : 2020-07-14 20:58:08,771 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,773 [19] INFO - Information: 0 : 2020-07-14 20:58:08,773 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,773 [19] INFO - Information: 0 : 2020-07-14 20:58:08,773 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,775 [19] INFO - Information: 0 : 2020-07-14 20:58:08,776 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,777 [19] INFO - Information: 0 : 2020-07-14 20:58:08,777 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,777 [19] INFO - Information: 0 : 2020-07-14 20:58:08,777 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,778 [19] INFO - Information: 0 : 2020-07-14 20:58:08,778 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,780 [19] INFO - Information: 0 : 2020-07-14 20:58:08,780 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,781 [19] INFO - Information: 0 : 2020-07-14 20:58:08,781 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,781 [19] INFO - Information: 0 : 2020-07-14 20:58:08,781 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,782 [19] INFO - Information: 0 : 2020-07-14 20:58:08,783 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,783 [19] INFO - Information: 0 : 2020-07-14 20:58:08,783 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,783 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:08,786 [19] INFO - Information: 0 : 2020-07-14 20:58:08,786 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,788 [19] INFO - Information: 0 : 2020-07-14 20:58:08,788 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,788 [19] INFO - Information: 0 : 2020-07-14 20:58:08,788 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,789 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,789 [19] INFO - Information: 0 : 2020-07-14 20:58:08,789 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,789 [19] INFO - --------- 2020-07-14 20:58:08,789 [19] INFO - Information: 0 : 2020-07-14 20:58:08,790 [19] INFO - --------- 2020-07-14 20:58:08,790 [19] INFO - function SE637303570887897322() {} SE637303570887897322.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570887897322().executeScript(); 2020-07-14 20:58:08,790 [19] INFO - Information: 0 : 2020-07-14 20:58:08,790 [19] INFO - function SE637303570887897322() {} SE637303570887897322.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570887897322().executeScript(); 2020-07-14 20:58:08,790 [19] INFO - --------- 2020-07-14 20:58:08,790 [19] INFO - Information: 0 : 2020-07-14 20:58:08,790 [19] INFO - --------- 2020-07-14 20:58:08,791 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,792 [19] INFO - Information: 0 : 2020-07-14 20:58:08,792 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,792 [19] INFO - --------- 2020-07-14 20:58:08,792 [19] INFO - Information: 0 : 2020-07-14 20:58:08,792 [19] INFO - --------- 2020-07-14 20:58:08,792 [19] INFO - function SE637303570887917323() {} SE637303570887917323.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570887917323().executeScript(); 2020-07-14 20:58:08,792 [19] INFO - Information: 0 : 2020-07-14 20:58:08,792 [19] INFO - function SE637303570887917323() {} SE637303570887917323.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570887917323().executeScript(); 2020-07-14 20:58:08,793 [19] INFO - --------- 2020-07-14 20:58:08,793 [19] INFO - Information: 0 : 2020-07-14 20:58:08,793 [19] INFO - --------- 2020-07-14 20:58:08,797 [19] INFO - Information: 0 : 2020-07-14 20:58:08,797 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,799 [19] INFO - Information: 0 : 2020-07-14 20:58:08,800 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,800 [19] INFO - Information: 0 : 2020-07-14 20:58:08,800 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,800 [19] INFO - Information: 0 : 2020-07-14 20:58:08,800 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,802 [19] INFO - Information: 0 : 2020-07-14 20:58:08,802 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,802 [19] INFO - Information: 0 : 2020-07-14 20:58:08,802 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,802 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,803 [19] INFO - Information: 0 : 2020-07-14 20:58:08,803 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,803 [19] INFO - --------- 2020-07-14 20:58:08,803 [19] INFO - Information: 0 : 2020-07-14 20:58:08,803 [19] INFO - --------- 2020-07-14 20:58:08,803 [19] INFO - function SE637303570887917323() {} SE637303570887917323.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570887917323().executeScript(); 2020-07-14 20:58:08,803 [19] INFO - Information: 0 : 2020-07-14 20:58:08,803 [19] INFO - function SE637303570887917323() {} SE637303570887917323.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570887917323().executeScript(); 2020-07-14 20:58:08,804 [19] INFO - --------- 2020-07-14 20:58:08,804 [19] INFO - Information: 0 : 2020-07-14 20:58:08,804 [19] INFO - --------- 2020-07-14 20:58:08,804 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2013. 2020-07-14 20:58:08,804 [19] INFO - Information: 0 : 2020-07-14 20:58:08,804 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2013. 2020-07-14 20:58:08,804 [19] INFO - --------- 2020-07-14 20:58:08,804 [19] INFO - Information: 0 : 2020-07-14 20:58:08,804 [19] INFO - --------- 2020-07-14 20:58:08,804 [19] INFO - [system.partial] „article-begin.html“ 13 ms „“ 2020-07-14 20:58:08,805 [19] INFO - Information: 0 : 2020-07-14 20:58:08,805 [19] INFO - [system.partial] „article-begin.html“ 13 ms „“ 2020-07-14 20:58:08,805 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,805 [19] INFO - Information: 0 : 2020-07-14 20:58:08,805 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,805 [19] INFO - --------- 2020-07-14 20:58:08,805 [19] INFO - Information: 0 : 2020-07-14 20:58:08,806 [19] INFO - --------- 2020-07-14 20:58:08,806 [19] INFO - function SE637303570888057331() {} SE637303570888057331.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888057331().executeScript(); 2020-07-14 20:58:08,806 [19] INFO - Information: 0 : 2020-07-14 20:58:08,806 [19] INFO - function SE637303570888057331() {} SE637303570888057331.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888057331().executeScript(); 2020-07-14 20:58:08,806 [19] INFO - --------- 2020-07-14 20:58:08,806 [19] INFO - Information: 0 : 2020-07-14 20:58:08,806 [19] INFO - --------- 2020-07-14 20:58:08,808 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,808 [19] INFO - Information: 0 : 2020-07-14 20:58:08,808 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,808 [19] INFO - --------- 2020-07-14 20:58:08,808 [19] INFO - Information: 0 : 2020-07-14 20:58:08,809 [19] INFO - --------- 2020-07-14 20:58:08,809 [19] INFO - function SE637303570888057331() {} SE637303570888057331.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888057331().executeScript(); 2020-07-14 20:58:08,809 [19] INFO - Information: 0 : 2020-07-14 20:58:08,809 [19] INFO - function SE637303570888057331() {} SE637303570888057331.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888057331().executeScript(); 2020-07-14 20:58:08,809 [19] INFO - --------- 2020-07-14 20:58:08,809 [19] INFO - Information: 0 : 2020-07-14 20:58:08,809 [19] INFO - --------- 2020-07-14 20:58:08,809 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2014. 2020-07-14 20:58:08,809 [19] INFO - Information: 0 : 2020-07-14 20:58:08,810 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2014. 2020-07-14 20:58:08,810 [19] INFO - --------- 2020-07-14 20:58:08,810 [19] INFO - Information: 0 : 2020-07-14 20:58:08,810 [19] INFO - --------- 2020-07-14 20:58:08,810 [19] INFO - [system.partial] „article-headline.html“ 5 ms „“ 2020-07-14 20:58:08,810 [19] INFO - Information: 0 : 2020-07-14 20:58:08,810 [19] INFO - [system.partial] „article-headline.html“ 5 ms „“ 2020-07-14 20:58:08,810 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,811 [19] INFO - Information: 0 : 2020-07-14 20:58:08,811 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,811 [19] INFO - --------- 2020-07-14 20:58:08,811 [19] INFO - Information: 0 : 2020-07-14 20:58:08,811 [19] INFO - --------- 2020-07-14 20:58:08,811 [19] INFO - function SE637303570888107334() {} SE637303570888107334.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888107334().executeScript(); 2020-07-14 20:58:08,811 [19] INFO - Information: 0 : 2020-07-14 20:58:08,811 [19] INFO - function SE637303570888107334() {} SE637303570888107334.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888107334().executeScript(); 2020-07-14 20:58:08,811 [19] INFO - --------- 2020-07-14 20:58:08,812 [19] INFO - Information: 0 : 2020-07-14 20:58:08,812 [19] INFO - --------- 2020-07-14 20:58:08,814 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,814 [19] INFO - Information: 0 : 2020-07-14 20:58:08,814 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,814 [19] INFO - --------- 2020-07-14 20:58:08,814 [19] INFO - Information: 0 : 2020-07-14 20:58:08,814 [19] INFO - --------- 2020-07-14 20:58:08,815 [19] INFO - function SE637303570888107334() {} SE637303570888107334.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888107334().executeScript(); 2020-07-14 20:58:08,815 [19] INFO - Information: 0 : 2020-07-14 20:58:08,815 [19] INFO - function SE637303570888107334() {} SE637303570888107334.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888107334().executeScript(); 2020-07-14 20:58:08,815 [19] INFO - --------- 2020-07-14 20:58:08,815 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:08,815 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2015. 2020-07-14 20:58:08,815 [19] INFO - Information: 0 : 2020-07-14 20:58:08,815 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2015. 2020-07-14 20:58:08,816 [19] INFO - --------- 2020-07-14 20:58:08,816 [19] INFO - Information: 0 : 2020-07-14 20:58:08,816 [19] INFO - --------- 2020-07-14 20:58:08,816 [19] INFO - [system.partial] „inline-editor-start.html“ 5 ms „“ 2020-07-14 20:58:08,816 [19] INFO - Information: 0 : 2020-07-14 20:58:08,816 [19] INFO - [system.partial] „inline-editor-start.html“ 5 ms „“ 2020-07-14 20:58:08,816 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,816 [19] INFO - Information: 0 : 2020-07-14 20:58:08,817 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,817 [19] INFO - --------- 2020-07-14 20:58:08,817 [19] INFO - Information: 0 : 2020-07-14 20:58:08,817 [19] INFO - --------- 2020-07-14 20:58:08,817 [19] INFO - function SE637303570888167337() {} SE637303570888167337.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888167337().executeScript(); 2020-07-14 20:58:08,817 [19] INFO - Information: 0 : 2020-07-14 20:58:08,817 [19] INFO - function SE637303570888167337() {} SE637303570888167337.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888167337().executeScript(); 2020-07-14 20:58:08,817 [19] INFO - --------- 2020-07-14 20:58:08,817 [19] INFO - Information: 0 : 2020-07-14 20:58:08,818 [19] INFO - --------- 2020-07-14 20:58:08,819 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,819 [19] INFO - Information: 0 : 2020-07-14 20:58:08,819 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,819 [19] INFO - --------- 2020-07-14 20:58:08,819 [19] INFO - Information: 0 : 2020-07-14 20:58:08,819 [19] INFO - --------- 2020-07-14 20:58:08,819 [19] INFO - function SE637303570888167337() {} SE637303570888167337.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888167337().executeScript(); 2020-07-14 20:58:08,819 [19] INFO - Information: 0 : 2020-07-14 20:58:08,820 [19] INFO - function SE637303570888167337() {} SE637303570888167337.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888167337().executeScript(); 2020-07-14 20:58:08,820 [19] INFO - --------- 2020-07-14 20:58:08,820 [19] INFO - Information: 0 : 2020-07-14 20:58:08,820 [19] INFO - --------- 2020-07-14 20:58:08,820 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2016. 2020-07-14 20:58:08,820 [19] INFO - Information: 0 : 2020-07-14 20:58:08,820 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2016. 2020-07-14 20:58:08,820 [19] INFO - --------- 2020-07-14 20:58:08,820 [19] INFO - Information: 0 : 2020-07-14 20:58:08,821 [19] INFO - --------- 2020-07-14 20:58:08,821 [19] INFO - [system.partial] „inline-editor-end.html“ 4 ms „“ 2020-07-14 20:58:08,821 [19] INFO - Information: 0 : 2020-07-14 20:58:08,821 [19] INFO - [system.partial] „inline-editor-end.html“ 4 ms „“ 2020-07-14 20:58:08,821 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:08,821 [19] INFO - Information: 0 : 2020-07-14 20:58:08,821 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:08,821 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,821 [19] INFO - Information: 0 : 2020-07-14 20:58:08,822 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,822 [19] INFO - --------- 2020-07-14 20:58:08,822 [19] INFO - Information: 0 : 2020-07-14 20:58:08,822 [19] INFO - --------- 2020-07-14 20:58:08,822 [19] INFO - function SE637303570887897322() {} SE637303570887897322.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570887897322().executeScript(); 2020-07-14 20:58:08,822 [19] INFO - Information: 0 : 2020-07-14 20:58:08,822 [19] INFO - function SE637303570887897322() {} SE637303570887897322.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570887897322().executeScript(); 2020-07-14 20:58:08,823 [19] INFO - --------- 2020-07-14 20:58:08,823 [19] INFO - Information: 0 : 2020-07-14 20:58:08,823 [19] INFO - --------- 2020-07-14 20:58:08,823 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2017. 2020-07-14 20:58:08,823 [19] INFO - Information: 0 : 2020-07-14 20:58:08,823 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2017. 2020-07-14 20:58:08,823 [19] INFO - --------- 2020-07-14 20:58:08,823 [19] INFO - Information: 0 : 2020-07-14 20:58:08,823 [19] INFO - --------- 2020-07-14 20:58:08,824 [19] INFO - Information: 0 : 2020-07-14 20:58:08,824 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,827 [19] INFO - Information: 0 : 2020-07-14 20:58:08,827 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,827 [19] INFO - Information: 0 : 2020-07-14 20:58:08,827 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,828 [19] INFO - Information: 0 : 2020-07-14 20:58:08,828 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,830 [19] INFO - Information: 0 : 2020-07-14 20:58:08,830 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,830 [19] INFO - Information: 0 : 2020-07-14 20:58:08,830 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,831 [19] INFO - Information: 0 : 2020-07-14 20:58:08,831 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,833 [19] INFO - Information: 0 : 2020-07-14 20:58:08,833 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,833 [19] INFO - Information: 0 : 2020-07-14 20:58:08,833 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,835 [19] INFO - Information: 0 : 2020-07-14 20:58:08,835 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,837 [19] INFO - Information: 0 : 2020-07-14 20:58:08,837 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,837 [19] INFO - Information: 0 : 2020-07-14 20:58:08,837 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,838 [19] INFO - Information: 0 : 2020-07-14 20:58:08,838 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,841 [19] INFO - Information: 0 : 2020-07-14 20:58:08,841 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,841 [19] INFO - Information: 0 : 2020-07-14 20:58:08,841 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,842 [19] INFO - Information: 0 : 2020-07-14 20:58:08,842 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,843 [19] INFO - Information: 0 : 2020-07-14 20:58:08,843 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,843 [19] INFO - Information: 0 : 2020-07-14 20:58:08,843 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,844 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:08,846 [19] INFO - Information: 0 : 2020-07-14 20:58:08,846 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,848 [19] INFO - Information: 0 : 2020-07-14 20:58:08,849 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,849 [19] INFO - Information: 0 : 2020-07-14 20:58:08,849 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,850 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,850 [19] INFO - Information: 0 : 2020-07-14 20:58:08,850 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,851 [19] INFO - --------- 2020-07-14 20:58:08,851 [19] INFO - Information: 0 : 2020-07-14 20:58:08,851 [19] INFO - --------- 2020-07-14 20:58:08,851 [19] INFO - function SE637303570888507356() {} SE637303570888507356.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888507356().executeScript(); 2020-07-14 20:58:08,851 [19] INFO - Information: 0 : 2020-07-14 20:58:08,852 [19] INFO - function SE637303570888507356() {} SE637303570888507356.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888507356().executeScript(); 2020-07-14 20:58:08,852 [19] INFO - --------- 2020-07-14 20:58:08,852 [19] INFO - Information: 0 : 2020-07-14 20:58:08,852 [19] INFO - --------- 2020-07-14 20:58:08,854 [19] INFO - Information: 0 : 2020-07-14 20:58:08,854 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,856 [19] INFO - Information: 0 : 2020-07-14 20:58:08,856 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,856 [19] INFO - Information: 0 : 2020-07-14 20:58:08,856 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,857 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 337 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:08,857 [19] INFO - Information: 0 : 2020-07-14 20:58:08,857 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,858 [19] INFO - Information: 0 : 2020-07-14 20:58:08,859 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,859 [19] INFO - Information: 0 : 2020-07-14 20:58:08,859 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,859 [19] INFO - Entering 'ensureContentCopy' for image 453, article 1469, size 449. 2020-07-14 20:58:08,860 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1469, image ID = 453, maxWidthInPixel = 449. 2020-07-14 20:58:08,860 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:08,860 [19] INFO - Leaving 'ensureContentCopy' for image 453, article 1469, size „449“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:08,868 [19] INFO - [GetImageSizeInPixel - B2] getting image size 2048x1536 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\dcda3a1dbdc74e7281b2d2c81a13654d.jpg“ live from file. 2020-07-14 20:58:08,868 [19] INFO - Returning live-calculated image size for image with ID 453, file version „ContentCopy“ of 2048×1536 pixels. 2020-07-14 20:58:08,869 [19] INFO - Returning cached image size for image with ID 453, file version „ContentCopy“ of 2048×1536 pixels. 2020-07-14 20:58:08,870 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,870 [19] INFO - Information: 0 : 2020-07-14 20:58:08,870 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,870 [19] INFO - --------- 2020-07-14 20:58:08,870 [19] INFO - Information: 0 : 2020-07-14 20:58:08,870 [19] INFO - --------- 2020-07-14 20:58:08,871 [19] INFO - function SE637303570888707368() {} SE637303570888707368.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888707368().executeScript(); 2020-07-14 20:58:08,871 [19] INFO - Information: 0 : 2020-07-14 20:58:08,871 [19] INFO - function SE637303570888707368() {} SE637303570888707368.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888707368().executeScript(); 2020-07-14 20:58:08,871 [19] INFO - --------- 2020-07-14 20:58:08,871 [19] INFO - Information: 0 : 2020-07-14 20:58:08,871 [19] INFO - --------- 2020-07-14 20:58:08,876 [19] INFO - Information: 0 : 2020-07-14 20:58:08,876 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,878 [19] INFO - Information: 0 : 2020-07-14 20:58:08,878 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,878 [19] INFO - Information: 0 : 2020-07-14 20:58:08,879 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,879 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:08,879 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,880 [19] INFO - Information: 0 : 2020-07-14 20:58:08,880 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,880 [19] INFO - --------- 2020-07-14 20:58:08,880 [19] INFO - Information: 0 : 2020-07-14 20:58:08,880 [19] INFO - --------- 2020-07-14 20:58:08,880 [19] INFO - function SE637303570888707368() {} SE637303570888707368.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888707368().executeScript(); 2020-07-14 20:58:08,880 [19] INFO - Information: 0 : 2020-07-14 20:58:08,880 [19] INFO - function SE637303570888707368() {} SE637303570888707368.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888707368().executeScript(); 2020-07-14 20:58:08,881 [19] INFO - --------- 2020-07-14 20:58:08,881 [19] INFO - Information: 0 : 2020-07-14 20:58:08,881 [19] INFO - --------- 2020-07-14 20:58:08,881 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2018. 2020-07-14 20:58:08,881 [19] INFO - Information: 0 : 2020-07-14 20:58:08,881 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2018. 2020-07-14 20:58:08,881 [19] INFO - --------- 2020-07-14 20:58:08,881 [19] INFO - Information: 0 : 2020-07-14 20:58:08,882 [19] INFO - --------- 2020-07-14 20:58:08,882 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“ 2020-07-14 20:58:08,882 [19] INFO - Information: 0 : 2020-07-14 20:58:08,882 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“ 2020-07-14 20:58:08,883 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:08,884 [19] INFO - Information: 0 : 2020-07-14 20:58:08,884 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:08,884 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,884 [19] INFO - Information: 0 : 2020-07-14 20:58:08,884 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,884 [19] INFO - --------- 2020-07-14 20:58:08,884 [19] INFO - Information: 0 : 2020-07-14 20:58:08,884 [19] INFO - --------- 2020-07-14 20:58:08,884 [19] INFO - function SE637303570888507356() {} SE637303570888507356.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888507356().executeScript(); 2020-07-14 20:58:08,885 [19] INFO - Information: 0 : 2020-07-14 20:58:08,887 [19] INFO - function SE637303570888507356() {} SE637303570888507356.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888507356().executeScript(); 2020-07-14 20:58:08,888 [19] INFO - --------- 2020-07-14 20:58:08,888 [19] INFO - Information: 0 : 2020-07-14 20:58:08,888 [19] INFO - --------- 2020-07-14 20:58:08,888 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2019. 2020-07-14 20:58:08,888 [19] INFO - Information: 0 : 2020-07-14 20:58:08,888 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2019. 2020-07-14 20:58:08,888 [19] INFO - --------- 2020-07-14 20:58:08,888 [19] INFO - Information: 0 : 2020-07-14 20:58:08,889 [19] INFO - --------- 2020-07-14 20:58:08,889 [19] INFO - Information: 0 : 2020-07-14 20:58:08,889 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,891 [19] INFO - Information: 0 : 2020-07-14 20:58:08,891 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,892 [19] INFO - Information: 0 : 2020-07-14 20:58:08,892 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,895 [19] INFO - Information: 0 : 2020-07-14 20:58:08,895 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,897 [19] INFO - Information: 0 : 2020-07-14 20:58:08,897 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,897 [19] INFO - Information: 0 : 2020-07-14 20:58:08,897 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,899 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,899 [19] INFO - Information: 0 : 2020-07-14 20:58:08,899 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,899 [19] INFO - --------- 2020-07-14 20:58:08,899 [19] INFO - Information: 0 : 2020-07-14 20:58:08,899 [19] INFO - --------- 2020-07-14 20:58:08,899 [19] INFO - function SE637303570888987384() {} SE637303570888987384.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888987384().executeScript(); 2020-07-14 20:58:08,900 [19] INFO - Information: 0 : 2020-07-14 20:58:08,900 [19] INFO - function SE637303570888987384() {} SE637303570888987384.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888987384().executeScript(); 2020-07-14 20:58:08,900 [19] INFO - --------- 2020-07-14 20:58:08,900 [19] INFO - Information: 0 : 2020-07-14 20:58:08,901 [19] INFO - --------- 2020-07-14 20:58:08,902 [19] INFO - Information: 0 : 2020-07-14 20:58:08,902 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,904 [19] INFO - Information: 0 : 2020-07-14 20:58:08,904 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,905 [19] INFO - Information: 0 : 2020-07-14 20:58:08,905 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,905 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 340 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:08,906 [19] INFO - Information: 0 : 2020-07-14 20:58:08,906 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,907 [19] INFO - Information: 0 : 2020-07-14 20:58:08,907 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,907 [19] INFO - Information: 0 : 2020-07-14 20:58:08,907 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,908 [19] INFO - Entering 'ensureContentCopy' for image 454, article 1470, size 449. 2020-07-14 20:58:08,908 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1470, image ID = 454, maxWidthInPixel = 449. 2020-07-14 20:58:08,908 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:08,908 [19] INFO - Leaving 'ensureContentCopy' for image 454, article 1470, size „449“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:08,909 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:08,917 [19] INFO - [GetImageSizeInPixel - B2] getting image size 2048x1551 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\cc35ce8c7fc448b09e376379f2a53892.jpg“ live from file. 2020-07-14 20:58:08,917 [19] INFO - Returning live-calculated image size for image with ID 454, file version „ContentCopy“ of 2048×1551 pixels. 2020-07-14 20:58:08,917 [19] INFO - Returning cached image size for image with ID 454, file version „ContentCopy“ of 2048×1551 pixels. 2020-07-14 20:58:08,918 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,918 [19] INFO - Information: 0 : 2020-07-14 20:58:08,919 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,919 [19] INFO - --------- 2020-07-14 20:58:08,919 [19] INFO - Information: 0 : 2020-07-14 20:58:08,919 [19] INFO - --------- 2020-07-14 20:58:08,919 [19] INFO - function SE637303570889187395() {} SE637303570889187395.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570889187395().executeScript(); 2020-07-14 20:58:08,919 [19] INFO - Information: 0 : 2020-07-14 20:58:08,919 [19] INFO - function SE637303570889187395() {} SE637303570889187395.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570889187395().executeScript(); 2020-07-14 20:58:08,919 [19] INFO - --------- 2020-07-14 20:58:08,920 [19] INFO - Information: 0 : 2020-07-14 20:58:08,920 [19] INFO - --------- 2020-07-14 20:58:08,924 [19] INFO - Information: 0 : 2020-07-14 20:58:08,925 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,927 [19] INFO - Information: 0 : 2020-07-14 20:58:08,927 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,927 [19] INFO - Information: 0 : 2020-07-14 20:58:08,927 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,928 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,928 [19] INFO - Information: 0 : 2020-07-14 20:58:08,928 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,928 [19] INFO - --------- 2020-07-14 20:58:08,928 [19] INFO - Information: 0 : 2020-07-14 20:58:08,928 [19] INFO - --------- 2020-07-14 20:58:08,928 [19] INFO - function SE637303570889187395() {} SE637303570889187395.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570889187395().executeScript(); 2020-07-14 20:58:08,929 [19] INFO - Information: 0 : 2020-07-14 20:58:08,929 [19] INFO - function SE637303570889187395() {} SE637303570889187395.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570889187395().executeScript(); 2020-07-14 20:58:08,929 [19] INFO - --------- 2020-07-14 20:58:08,929 [19] INFO - Information: 0 : 2020-07-14 20:58:08,929 [19] INFO - --------- 2020-07-14 20:58:08,929 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2020. 2020-07-14 20:58:08,929 [19] INFO - Information: 0 : 2020-07-14 20:58:08,929 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2020. 2020-07-14 20:58:08,930 [19] INFO - --------- 2020-07-14 20:58:08,930 [19] INFO - Information: 0 : 2020-07-14 20:58:08,930 [19] INFO - --------- 2020-07-14 20:58:08,930 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“ 2020-07-14 20:58:08,930 [19] INFO - Information: 0 : 2020-07-14 20:58:08,930 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“ 2020-07-14 20:58:08,932 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:08,932 [19] INFO - Information: 0 : 2020-07-14 20:58:08,932 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:08,932 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,932 [19] INFO - Information: 0 : 2020-07-14 20:58:08,932 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,932 [19] INFO - --------- 2020-07-14 20:58:08,932 [19] INFO - Information: 0 : 2020-07-14 20:58:08,933 [19] INFO - --------- 2020-07-14 20:58:08,933 [19] INFO - function SE637303570888987384() {} SE637303570888987384.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888987384().executeScript(); 2020-07-14 20:58:08,933 [19] INFO - Information: 0 : 2020-07-14 20:58:08,933 [19] INFO - function SE637303570888987384() {} SE637303570888987384.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570888987384().executeScript(); 2020-07-14 20:58:08,934 [19] INFO - --------- 2020-07-14 20:58:08,934 [19] INFO - Information: 0 : 2020-07-14 20:58:08,934 [19] INFO - --------- 2020-07-14 20:58:08,934 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2021. 2020-07-14 20:58:08,934 [19] INFO - Information: 0 : 2020-07-14 20:58:08,934 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2021. 2020-07-14 20:58:08,934 [19] INFO - --------- 2020-07-14 20:58:08,934 [19] INFO - Information: 0 : 2020-07-14 20:58:08,935 [19] INFO - --------- 2020-07-14 20:58:08,935 [19] INFO - Information: 0 : 2020-07-14 20:58:08,935 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,938 [19] INFO - Information: 0 : 2020-07-14 20:58:08,938 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,938 [19] INFO - Information: 0 : 2020-07-14 20:58:08,938 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,939 [19] INFO - Information: 0 : 2020-07-14 20:58:08,939 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,939 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:08,941 [19] INFO - Information: 0 : 2020-07-14 20:58:08,941 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,942 [19] INFO - Information: 0 : 2020-07-14 20:58:08,942 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,943 [19] INFO - Information: 0 : 2020-07-14 20:58:08,943 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,944 [19] INFO - Information: 0 : 2020-07-14 20:58:08,944 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,944 [19] INFO - Information: 0 : 2020-07-14 20:58:08,945 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,946 [19] INFO - Information: 0 : 2020-07-14 20:58:08,947 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,948 [19] INFO - Information: 0 : 2020-07-14 20:58:08,948 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,948 [19] INFO - Information: 0 : 2020-07-14 20:58:08,948 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,949 [19] INFO - Information: 0 : 2020-07-14 20:58:08,949 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,952 [19] INFO - Information: 0 : 2020-07-14 20:58:08,952 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,952 [19] INFO - Information: 0 : 2020-07-14 20:58:08,952 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,953 [19] INFO - Information: 0 : 2020-07-14 20:58:08,953 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,954 [19] INFO - Information: 0 : 2020-07-14 20:58:08,954 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,954 [19] INFO - Information: 0 : 2020-07-14 20:58:08,954 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,957 [19] INFO - Information: 0 : 2020-07-14 20:58:08,957 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,959 [19] INFO - Information: 0 : 2020-07-14 20:58:08,959 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,959 [19] INFO - Information: 0 : 2020-07-14 20:58:08,959 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,960 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,960 [19] INFO - Information: 0 : 2020-07-14 20:58:08,961 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,961 [19] INFO - --------- 2020-07-14 20:58:08,961 [19] INFO - Information: 0 : 2020-07-14 20:58:08,961 [19] INFO - --------- 2020-07-14 20:58:08,961 [19] INFO - function SE637303570889607419() {} SE637303570889607419.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570889607419().executeScript(); 2020-07-14 20:58:08,962 [19] INFO - Information: 0 : 2020-07-14 20:58:08,962 [19] INFO - function SE637303570889607419() {} SE637303570889607419.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570889607419().executeScript(); 2020-07-14 20:58:08,963 [19] INFO - --------- 2020-07-14 20:58:08,963 [19] INFO - Information: 0 : 2020-07-14 20:58:08,963 [19] INFO - --------- 2020-07-14 20:58:08,965 [19] INFO - Information: 0 : 2020-07-14 20:58:08,965 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,967 [19] INFO - Information: 0 : 2020-07-14 20:58:08,967 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,967 [19] INFO - Information: 0 : 2020-07-14 20:58:08,967 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,967 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 843 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:08,968 [19] INFO - Information: 0 : 2020-07-14 20:58:08,968 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,968 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:08,969 [19] INFO - Information: 0 : 2020-07-14 20:58:08,969 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,969 [19] INFO - Information: 0 : 2020-07-14 20:58:08,970 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,970 [19] INFO - Entering 'ensureContentCopy' for image 455, article 1471, size 890. 2020-07-14 20:58:08,970 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1471, image ID = 455, maxWidthInPixel = 890. 2020-07-14 20:58:08,970 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:08,970 [19] INFO - Leaving 'ensureContentCopy' for image 455, article 1471, size „890“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:08,979 [19] INFO - [GetImageSizeInPixel - B2] getting image size 2048x1939 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\db8c5f7ae2444f2bb231fe69654d71fe.jpg“ live from file. 2020-07-14 20:58:08,979 [19] INFO - Returning live-calculated image size for image with ID 455, file version „ContentCopy“ of 2048×1939 pixels. 2020-07-14 20:58:08,980 [19] INFO - Returning cached image size for image with ID 455, file version „ContentCopy“ of 2048×1939 pixels. 2020-07-14 20:58:08,981 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,981 [19] INFO - Information: 0 : 2020-07-14 20:58:08,981 [19] INFO - About to execute the following script: 2020-07-14 20:58:08,981 [19] INFO - --------- 2020-07-14 20:58:08,981 [19] INFO - Information: 0 : 2020-07-14 20:58:08,981 [19] INFO - --------- 2020-07-14 20:58:08,982 [19] INFO - function SE637303570889817431() {} SE637303570889817431.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570889817431().executeScript(); 2020-07-14 20:58:08,982 [19] INFO - Information: 0 : 2020-07-14 20:58:08,982 [19] INFO - function SE637303570889817431() {} SE637303570889817431.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570889817431().executeScript(); 2020-07-14 20:58:08,982 [19] INFO - --------- 2020-07-14 20:58:08,982 [19] INFO - Information: 0 : 2020-07-14 20:58:08,982 [19] INFO - --------- 2020-07-14 20:58:08,987 [19] INFO - Information: 0 : 2020-07-14 20:58:08,987 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,989 [19] INFO - Information: 0 : 2020-07-14 20:58:08,989 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,990 [19] INFO - Information: 0 : 2020-07-14 20:58:08,990 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,990 [19] INFO - Information: 0 : 2020-07-14 20:58:08,990 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:08,992 [19] INFO - Information: 0 : 2020-07-14 20:58:08,992 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,992 [19] INFO - Information: 0 : 2020-07-14 20:58:08,992 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:08,992 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,993 [19] INFO - Information: 0 : 2020-07-14 20:58:08,993 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,993 [19] INFO - --------- 2020-07-14 20:58:08,993 [19] INFO - Information: 0 : 2020-07-14 20:58:08,993 [19] INFO - --------- 2020-07-14 20:58:08,993 [19] INFO - function SE637303570889817431() {} SE637303570889817431.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570889817431().executeScript(); 2020-07-14 20:58:08,993 [19] INFO - Information: 0 : 2020-07-14 20:58:08,993 [19] INFO - function SE637303570889817431() {} SE637303570889817431.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570889817431().executeScript(); 2020-07-14 20:58:08,994 [19] INFO - --------- 2020-07-14 20:58:08,994 [19] INFO - Information: 0 : 2020-07-14 20:58:08,994 [19] INFO - --------- 2020-07-14 20:58:08,994 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2022. 2020-07-14 20:58:08,994 [19] INFO - Information: 0 : 2020-07-14 20:58:08,994 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2022. 2020-07-14 20:58:08,994 [19] INFO - --------- 2020-07-14 20:58:08,994 [19] INFO - Information: 0 : 2020-07-14 20:58:08,994 [19] INFO - --------- 2020-07-14 20:58:08,994 [19] INFO - [system.partial] „article-begin.html“ 13 ms „[0, popupimage]“ 2020-07-14 20:58:08,995 [19] INFO - Information: 0 : 2020-07-14 20:58:08,995 [19] INFO - [system.partial] „article-begin.html“ 13 ms „[0, popupimage]“ 2020-07-14 20:58:08,996 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:08,996 [19] INFO - Information: 0 : 2020-07-14 20:58:08,996 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:08,997 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,997 [19] INFO - Information: 0 : 2020-07-14 20:58:08,997 [19] INFO - Finished executing the following script: 2020-07-14 20:58:08,997 [19] INFO - --------- 2020-07-14 20:58:08,997 [19] INFO - Information: 0 : 2020-07-14 20:58:08,997 [19] INFO - --------- 2020-07-14 20:58:08,997 [19] INFO - function SE637303570889607419() {} SE637303570889607419.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570889607419().executeScript(); 2020-07-14 20:58:08,998 [19] INFO - Information: 0 : 2020-07-14 20:58:08,998 [19] INFO - function SE637303570889607419() {} SE637303570889607419.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570889607419().executeScript(); 2020-07-14 20:58:08,999 [19] INFO - --------- 2020-07-14 20:58:08,999 [19] INFO - Information: 0 : 2020-07-14 20:58:08,999 [19] INFO - --------- 2020-07-14 20:58:08,999 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2023. 2020-07-14 20:58:08,999 [19] INFO - Information: 0 : 2020-07-14 20:58:08,999 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2023. 2020-07-14 20:58:08,999 [19] INFO - --------- 2020-07-14 20:58:08,999 [19] INFO - Information: 0 : 2020-07-14 20:58:08,999 [19] INFO - --------- 2020-07-14 20:58:09,000 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,000 [19] INFO - Information: 0 : 2020-07-14 20:58:09,000 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,000 [19] INFO - --------- 2020-07-14 20:58:09,000 [19] INFO - Information: 0 : 2020-07-14 20:58:09,000 [19] INFO - --------- 2020-07-14 20:58:09,000 [19] INFO - function SE637303570890007442() {} SE637303570890007442.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890007442().executeScript(); 2020-07-14 20:58:09,001 [19] INFO - Information: 0 : 2020-07-14 20:58:09,001 [19] INFO - function SE637303570890007442() {} SE637303570890007442.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890007442().executeScript(); 2020-07-14 20:58:09,001 [19] INFO - --------- 2020-07-14 20:58:09,001 [19] INFO - Information: 0 : 2020-07-14 20:58:09,001 [19] INFO - --------- 2020-07-14 20:58:09,002 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,002 [19] INFO - Information: 0 : 2020-07-14 20:58:09,002 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,002 [19] INFO - --------- 2020-07-14 20:58:09,003 [19] INFO - Information: 0 : 2020-07-14 20:58:09,003 [19] INFO - --------- 2020-07-14 20:58:09,003 [19] INFO - function SE637303570890027443() {} SE637303570890027443.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890027443().executeScript(); 2020-07-14 20:58:09,003 [19] INFO - Information: 0 : 2020-07-14 20:58:09,003 [19] INFO - function SE637303570890027443() {} SE637303570890027443.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890027443().executeScript(); 2020-07-14 20:58:09,003 [19] INFO - --------- 2020-07-14 20:58:09,003 [19] INFO - Information: 0 : 2020-07-14 20:58:09,004 [19] INFO - --------- 2020-07-14 20:58:09,006 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,008 [19] INFO - Information: 0 : 2020-07-14 20:58:09,008 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,010 [19] INFO - Information: 0 : 2020-07-14 20:58:09,010 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,010 [19] INFO - Information: 0 : 2020-07-14 20:58:09,010 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,011 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,011 [19] INFO - Information: 0 : 2020-07-14 20:58:09,011 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,012 [19] INFO - --------- 2020-07-14 20:58:09,012 [19] INFO - Information: 0 : 2020-07-14 20:58:09,012 [19] INFO - --------- 2020-07-14 20:58:09,012 [19] INFO - function SE637303570890027443() {} SE637303570890027443.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890027443().executeScript(); 2020-07-14 20:58:09,012 [19] INFO - Information: 0 : 2020-07-14 20:58:09,012 [19] INFO - function SE637303570890027443() {} SE637303570890027443.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890027443().executeScript(); 2020-07-14 20:58:09,013 [19] INFO - --------- 2020-07-14 20:58:09,013 [19] INFO - Information: 0 : 2020-07-14 20:58:09,013 [19] INFO - --------- 2020-07-14 20:58:09,013 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2024. 2020-07-14 20:58:09,013 [19] INFO - Information: 0 : 2020-07-14 20:58:09,013 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2024. 2020-07-14 20:58:09,013 [19] INFO - --------- 2020-07-14 20:58:09,013 [19] INFO - Information: 0 : 2020-07-14 20:58:09,013 [19] INFO - --------- 2020-07-14 20:58:09,014 [19] INFO - [system.partial] „article-begin.html“ 11 ms „“ 2020-07-14 20:58:09,014 [19] INFO - Information: 0 : 2020-07-14 20:58:09,014 [19] INFO - [system.partial] „article-begin.html“ 11 ms „“ 2020-07-14 20:58:09,014 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,014 [19] INFO - Information: 0 : 2020-07-14 20:58:09,014 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,014 [19] INFO - --------- 2020-07-14 20:58:09,015 [19] INFO - Information: 0 : 2020-07-14 20:58:09,015 [19] INFO - --------- 2020-07-14 20:58:09,015 [19] INFO - function SE637303570890147450() {} SE637303570890147450.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890147450().executeScript(); 2020-07-14 20:58:09,015 [19] INFO - Information: 0 : 2020-07-14 20:58:09,015 [19] INFO - function SE637303570890147450() {} SE637303570890147450.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890147450().executeScript(); 2020-07-14 20:58:09,015 [19] INFO - --------- 2020-07-14 20:58:09,015 [19] INFO - Information: 0 : 2020-07-14 20:58:09,015 [19] INFO - --------- 2020-07-14 20:58:09,017 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,017 [19] INFO - Information: 0 : 2020-07-14 20:58:09,017 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,017 [19] INFO - --------- 2020-07-14 20:58:09,017 [19] INFO - Information: 0 : 2020-07-14 20:58:09,017 [19] INFO - --------- 2020-07-14 20:58:09,018 [19] INFO - function SE637303570890147450() {} SE637303570890147450.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890147450().executeScript(); 2020-07-14 20:58:09,018 [19] INFO - Information: 0 : 2020-07-14 20:58:09,018 [19] INFO - function SE637303570890147450() {} SE637303570890147450.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890147450().executeScript(); 2020-07-14 20:58:09,018 [19] INFO - --------- 2020-07-14 20:58:09,018 [19] INFO - Information: 0 : 2020-07-14 20:58:09,018 [19] INFO - --------- 2020-07-14 20:58:09,018 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2025. 2020-07-14 20:58:09,018 [19] INFO - Information: 0 : 2020-07-14 20:58:09,019 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2025. 2020-07-14 20:58:09,019 [19] INFO - --------- 2020-07-14 20:58:09,019 [19] INFO - Information: 0 : 2020-07-14 20:58:09,019 [19] INFO - --------- 2020-07-14 20:58:09,019 [19] INFO - [system.partial] „article-headline.html“ 4 ms „“ 2020-07-14 20:58:09,019 [19] INFO - Information: 0 : 2020-07-14 20:58:09,019 [19] INFO - [system.partial] „article-headline.html“ 4 ms „“ 2020-07-14 20:58:09,019 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,019 [19] INFO - Information: 0 : 2020-07-14 20:58:09,020 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,020 [19] INFO - --------- 2020-07-14 20:58:09,020 [19] INFO - Information: 0 : 2020-07-14 20:58:09,020 [19] INFO - --------- 2020-07-14 20:58:09,020 [19] INFO - function SE637303570890197453() {} SE637303570890197453.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890197453().executeScript(); 2020-07-14 20:58:09,020 [19] INFO - Information: 0 : 2020-07-14 20:58:09,020 [19] INFO - function SE637303570890197453() {} SE637303570890197453.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890197453().executeScript(); 2020-07-14 20:58:09,020 [19] INFO - --------- 2020-07-14 20:58:09,020 [19] INFO - Information: 0 : 2020-07-14 20:58:09,021 [19] INFO - --------- 2020-07-14 20:58:09,023 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,023 [19] INFO - Information: 0 : 2020-07-14 20:58:09,023 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,023 [19] INFO - --------- 2020-07-14 20:58:09,023 [19] INFO - Information: 0 : 2020-07-14 20:58:09,023 [19] INFO - --------- 2020-07-14 20:58:09,023 [19] INFO - function SE637303570890197453() {} SE637303570890197453.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890197453().executeScript(); 2020-07-14 20:58:09,024 [19] INFO - Information: 0 : 2020-07-14 20:58:09,024 [19] INFO - function SE637303570890197453() {} SE637303570890197453.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890197453().executeScript(); 2020-07-14 20:58:09,024 [19] INFO - --------- 2020-07-14 20:58:09,024 [19] INFO - Information: 0 : 2020-07-14 20:58:09,024 [19] INFO - --------- 2020-07-14 20:58:09,024 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2026. 2020-07-14 20:58:09,024 [19] INFO - Information: 0 : 2020-07-14 20:58:09,024 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2026. 2020-07-14 20:58:09,024 [19] INFO - --------- 2020-07-14 20:58:09,025 [19] INFO - Information: 0 : 2020-07-14 20:58:09,025 [19] INFO - --------- 2020-07-14 20:58:09,025 [19] INFO - [system.partial] „inline-editor-start.html“ 5 ms „“ 2020-07-14 20:58:09,025 [19] INFO - Information: 0 : 2020-07-14 20:58:09,025 [19] INFO - [system.partial] „inline-editor-start.html“ 5 ms „“ 2020-07-14 20:58:09,025 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,025 [19] INFO - Information: 0 : 2020-07-14 20:58:09,025 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,026 [19] INFO - --------- 2020-07-14 20:58:09,026 [19] INFO - Information: 0 : 2020-07-14 20:58:09,026 [19] INFO - --------- 2020-07-14 20:58:09,026 [19] INFO - function SE637303570890257457() {} SE637303570890257457.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890257457().executeScript(); 2020-07-14 20:58:09,026 [19] INFO - Information: 0 : 2020-07-14 20:58:09,026 [19] INFO - function SE637303570890257457() {} SE637303570890257457.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890257457().executeScript(); 2020-07-14 20:58:09,026 [19] INFO - --------- 2020-07-14 20:58:09,026 [19] INFO - Information: 0 : 2020-07-14 20:58:09,026 [19] INFO - --------- 2020-07-14 20:58:09,027 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,027 [19] INFO - Information: 0 : 2020-07-14 20:58:09,028 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,028 [19] INFO - --------- 2020-07-14 20:58:09,028 [19] INFO - Information: 0 : 2020-07-14 20:58:09,028 [19] INFO - --------- 2020-07-14 20:58:09,028 [19] INFO - function SE637303570890257457() {} SE637303570890257457.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890257457().executeScript(); 2020-07-14 20:58:09,028 [19] INFO - Information: 0 : 2020-07-14 20:58:09,028 [19] INFO - function SE637303570890257457() {} SE637303570890257457.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890257457().executeScript(); 2020-07-14 20:58:09,028 [19] INFO - --------- 2020-07-14 20:58:09,028 [19] INFO - Information: 0 : 2020-07-14 20:58:09,028 [19] INFO - --------- 2020-07-14 20:58:09,029 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2027. 2020-07-14 20:58:09,029 [19] INFO - Information: 0 : 2020-07-14 20:58:09,029 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2027. 2020-07-14 20:58:09,029 [19] INFO - --------- 2020-07-14 20:58:09,029 [19] INFO - Information: 0 : 2020-07-14 20:58:09,029 [19] INFO - --------- 2020-07-14 20:58:09,029 [19] INFO - [system.partial] „inline-editor-end.html“ 3 ms „“ 2020-07-14 20:58:09,029 [19] INFO - Information: 0 : 2020-07-14 20:58:09,029 [19] INFO - [system.partial] „inline-editor-end.html“ 3 ms „“ 2020-07-14 20:58:09,030 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:09,030 [19] INFO - Information: 0 : 2020-07-14 20:58:09,030 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:09,030 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,030 [19] INFO - Information: 0 : 2020-07-14 20:58:09,030 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,031 [19] INFO - --------- 2020-07-14 20:58:09,031 [19] INFO - Information: 0 : 2020-07-14 20:58:09,031 [19] INFO - --------- 2020-07-14 20:58:09,031 [19] INFO - function SE637303570890007442() {} SE637303570890007442.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890007442().executeScript(); 2020-07-14 20:58:09,031 [19] INFO - Information: 0 : 2020-07-14 20:58:09,031 [19] INFO - function SE637303570890007442() {} SE637303570890007442.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890007442().executeScript(); 2020-07-14 20:58:09,031 [19] INFO - --------- 2020-07-14 20:58:09,031 [19] INFO - Information: 0 : 2020-07-14 20:58:09,032 [19] INFO - --------- 2020-07-14 20:58:09,032 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2028. 2020-07-14 20:58:09,032 [19] INFO - Information: 0 : 2020-07-14 20:58:09,032 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2028. 2020-07-14 20:58:09,032 [19] INFO - --------- 2020-07-14 20:58:09,032 [19] INFO - Information: 0 : 2020-07-14 20:58:09,032 [19] INFO - --------- 2020-07-14 20:58:09,033 [19] INFO - Information: 0 : 2020-07-14 20:58:09,033 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,034 [19] INFO - Information: 0 : 2020-07-14 20:58:09,034 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,035 [19] INFO - Information: 0 : 2020-07-14 20:58:09,035 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,035 [19] INFO - Information: 0 : 2020-07-14 20:58:09,035 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,037 [19] INFO - Information: 0 : 2020-07-14 20:58:09,037 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,038 [19] INFO - Information: 0 : 2020-07-14 20:58:09,038 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,040 [19] INFO - Information: 0 : 2020-07-14 20:58:09,040 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,042 [19] INFO - Information: 0 : 2020-07-14 20:58:09,042 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,043 [19] INFO - Information: 0 : 2020-07-14 20:58:09,043 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,044 [19] INFO - Information: 0 : 2020-07-14 20:58:09,044 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,045 [19] INFO - Information: 0 : 2020-07-14 20:58:09,045 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,045 [19] INFO - Information: 0 : 2020-07-14 20:58:09,045 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,048 [19] INFO - Information: 0 : 2020-07-14 20:58:09,048 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,049 [19] INFO - Information: 0 : 2020-07-14 20:58:09,049 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,050 [19] INFO - Information: 0 : 2020-07-14 20:58:09,050 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,051 [19] INFO - Information: 0 : 2020-07-14 20:58:09,051 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,053 [19] INFO - Information: 0 : 2020-07-14 20:58:09,053 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,053 [19] INFO - Information: 0 : 2020-07-14 20:58:09,053 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,054 [19] INFO - Information: 0 : 2020-07-14 20:58:09,054 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,055 [19] INFO - Information: 0 : 2020-07-14 20:58:09,055 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,055 [19] INFO - Information: 0 : 2020-07-14 20:58:09,055 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,058 [19] INFO - Information: 0 : 2020-07-14 20:58:09,058 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,060 [19] INFO - Information: 0 : 2020-07-14 20:58:09,060 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,060 [19] INFO - Information: 0 : 2020-07-14 20:58:09,060 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,062 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,062 [19] INFO - Information: 0 : 2020-07-14 20:58:09,062 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,062 [19] INFO - --------- 2020-07-14 20:58:09,062 [19] INFO - Information: 0 : 2020-07-14 20:58:09,062 [19] INFO - --------- 2020-07-14 20:58:09,062 [19] INFO - function SE637303570890617477() {} SE637303570890617477.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890617477().executeScript(); 2020-07-14 20:58:09,063 [19] INFO - Information: 0 : 2020-07-14 20:58:09,063 [19] INFO - function SE637303570890617477() {} SE637303570890617477.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890617477().executeScript(); 2020-07-14 20:58:09,063 [19] INFO - --------- 2020-07-14 20:58:09,064 [19] INFO - Information: 0 : 2020-07-14 20:58:09,064 [19] INFO - --------- 2020-07-14 20:58:09,065 [19] INFO - Information: 0 : 2020-07-14 20:58:09,065 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,068 [19] INFO - Information: 0 : 2020-07-14 20:58:09,068 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,068 [19] INFO - Information: 0 : 2020-07-14 20:58:09,068 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,068 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 337 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:09,069 [19] INFO - Information: 0 : 2020-07-14 20:58:09,069 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,070 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,071 [19] INFO - Information: 0 : 2020-07-14 20:58:09,071 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,071 [19] INFO - Entering 'ensureContentCopy' for image 456, article 1473, size 449. 2020-07-14 20:58:09,072 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1473, image ID = 456, maxWidthInPixel = 449. 2020-07-14 20:58:09,072 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:09,072 [19] INFO - Leaving 'ensureContentCopy' for image 456, article 1473, size „449“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:09,080 [19] INFO - [GetImageSizeInPixel - B2] getting image size 2048x1536 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\d312a8fa5ede48768633761cd7ec9906.jpg“ live from file. 2020-07-14 20:58:09,080 [19] INFO - Returning live-calculated image size for image with ID 456, file version „ContentCopy“ of 2048×1536 pixels. 2020-07-14 20:58:09,081 [19] INFO - Returning cached image size for image with ID 456, file version „ContentCopy“ of 2048×1536 pixels. 2020-07-14 20:58:09,082 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,082 [19] INFO - Information: 0 : 2020-07-14 20:58:09,082 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,082 [19] INFO - --------- 2020-07-14 20:58:09,082 [19] INFO - Information: 0 : 2020-07-14 20:58:09,083 [19] INFO - --------- 2020-07-14 20:58:09,083 [19] INFO - function SE637303570890827489() {} SE637303570890827489.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890827489().executeScript(); 2020-07-14 20:58:09,083 [19] INFO - Information: 0 : 2020-07-14 20:58:09,083 [19] INFO - function SE637303570890827489() {} SE637303570890827489.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890827489().executeScript(); 2020-07-14 20:58:09,083 [19] INFO - --------- 2020-07-14 20:58:09,083 [19] INFO - Information: 0 : 2020-07-14 20:58:09,083 [19] INFO - --------- 2020-07-14 20:58:09,088 [19] INFO - Information: 0 : 2020-07-14 20:58:09,088 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,090 [19] INFO - Information: 0 : 2020-07-14 20:58:09,090 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,090 [19] INFO - Information: 0 : 2020-07-14 20:58:09,091 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,091 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,092 [19] INFO - Information: 0 : 2020-07-14 20:58:09,092 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,092 [19] INFO - --------- 2020-07-14 20:58:09,092 [19] INFO - Information: 0 : 2020-07-14 20:58:09,092 [19] INFO - --------- 2020-07-14 20:58:09,092 [19] INFO - function SE637303570890827489() {} SE637303570890827489.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890827489().executeScript(); 2020-07-14 20:58:09,092 [19] INFO - Information: 0 : 2020-07-14 20:58:09,092 [19] INFO - function SE637303570890827489() {} SE637303570890827489.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890827489().executeScript(); 2020-07-14 20:58:09,093 [19] INFO - --------- 2020-07-14 20:58:09,093 [19] INFO - Information: 0 : 2020-07-14 20:58:09,093 [19] INFO - --------- 2020-07-14 20:58:09,093 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2029. 2020-07-14 20:58:09,093 [19] INFO - Information: 0 : 2020-07-14 20:58:09,093 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2029. 2020-07-14 20:58:09,093 [19] INFO - --------- 2020-07-14 20:58:09,093 [19] INFO - Information: 0 : 2020-07-14 20:58:09,094 [19] INFO - --------- 2020-07-14 20:58:09,094 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“ 2020-07-14 20:58:09,094 [19] INFO - Information: 0 : 2020-07-14 20:58:09,094 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“ 2020-07-14 20:58:09,096 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:09,096 [19] INFO - Information: 0 : 2020-07-14 20:58:09,096 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:09,096 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,096 [19] INFO - Information: 0 : 2020-07-14 20:58:09,096 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,096 [19] INFO - --------- 2020-07-14 20:58:09,096 [19] INFO - Information: 0 : 2020-07-14 20:58:09,096 [19] INFO - --------- 2020-07-14 20:58:09,097 [19] INFO - function SE637303570890617477() {} SE637303570890617477.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890617477().executeScript(); 2020-07-14 20:58:09,098 [19] INFO - Information: 0 : 2020-07-14 20:58:09,098 [19] INFO - function SE637303570890617477() {} SE637303570890617477.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570890617477().executeScript(); 2020-07-14 20:58:09,098 [19] INFO - --------- 2020-07-14 20:58:09,098 [19] INFO - Information: 0 : 2020-07-14 20:58:09,099 [19] INFO - --------- 2020-07-14 20:58:09,099 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2030. 2020-07-14 20:58:09,099 [19] INFO - Information: 0 : 2020-07-14 20:58:09,099 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2030. 2020-07-14 20:58:09,099 [19] INFO - --------- 2020-07-14 20:58:09,099 [19] INFO - Information: 0 : 2020-07-14 20:58:09,099 [19] INFO - --------- 2020-07-14 20:58:09,100 [19] INFO - Information: 0 : 2020-07-14 20:58:09,100 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,102 [19] INFO - Information: 0 : 2020-07-14 20:58:09,102 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,102 [19] INFO - Information: 0 : 2020-07-14 20:58:09,103 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,106 [19] INFO - Information: 0 : 2020-07-14 20:58:09,106 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,108 [19] INFO - Information: 0 : 2020-07-14 20:58:09,108 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,108 [19] INFO - Information: 0 : 2020-07-14 20:58:09,108 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,109 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,110 [19] INFO - Information: 0 : 2020-07-14 20:58:09,110 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,110 [19] INFO - --------- 2020-07-14 20:58:09,110 [19] INFO - Information: 0 : 2020-07-14 20:58:09,110 [19] INFO - --------- 2020-07-14 20:58:09,110 [19] INFO - function SE637303570891097505() {} SE637303570891097505.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891097505().executeScript(); 2020-07-14 20:58:09,111 [19] INFO - Information: 0 : 2020-07-14 20:58:09,111 [19] INFO - function SE637303570891097505() {} SE637303570891097505.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891097505().executeScript(); 2020-07-14 20:58:09,111 [19] INFO - --------- 2020-07-14 20:58:09,111 [19] INFO - Information: 0 : 2020-07-14 20:58:09,112 [19] INFO - --------- 2020-07-14 20:58:09,113 [19] INFO - Information: 0 : 2020-07-14 20:58:09,113 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,116 [19] INFO - Information: 0 : 2020-07-14 20:58:09,116 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,116 [19] INFO - Information: 0 : 2020-07-14 20:58:09,116 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,116 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 337 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:09,117 [19] INFO - Information: 0 : 2020-07-14 20:58:09,117 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,118 [19] INFO - Information: 0 : 2020-07-14 20:58:09,118 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,118 [19] INFO - Information: 0 : 2020-07-14 20:58:09,118 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,119 [19] INFO - Entering 'ensureContentCopy' for image 457, article 1474, size 449. 2020-07-14 20:58:09,119 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1474, image ID = 457, maxWidthInPixel = 449. 2020-07-14 20:58:09,119 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:09,119 [19] INFO - Leaving 'ensureContentCopy' for image 457, article 1474, size „449“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:09,126 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,127 [19] INFO - [GetImageSizeInPixel - B2] getting image size 2048x1536 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\4669c4112076446da9bc5bad34301910.jpg“ live from file. 2020-07-14 20:58:09,128 [19] INFO - Returning live-calculated image size for image with ID 457, file version „ContentCopy“ of 2048×1536 pixels. 2020-07-14 20:58:09,128 [19] INFO - Returning cached image size for image with ID 457, file version „ContentCopy“ of 2048×1536 pixels. 2020-07-14 20:58:09,129 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,129 [19] INFO - Information: 0 : 2020-07-14 20:58:09,129 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,130 [19] INFO - --------- 2020-07-14 20:58:09,130 [19] INFO - Information: 0 : 2020-07-14 20:58:09,130 [19] INFO - --------- 2020-07-14 20:58:09,130 [19] INFO - function SE637303570891297516() {} SE637303570891297516.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891297516().executeScript(); 2020-07-14 20:58:09,130 [19] INFO - Information: 0 : 2020-07-14 20:58:09,130 [19] INFO - function SE637303570891297516() {} SE637303570891297516.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891297516().executeScript(); 2020-07-14 20:58:09,131 [19] INFO - --------- 2020-07-14 20:58:09,131 [19] INFO - Information: 0 : 2020-07-14 20:58:09,131 [19] INFO - --------- 2020-07-14 20:58:09,135 [19] INFO - Information: 0 : 2020-07-14 20:58:09,135 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,138 [19] INFO - Information: 0 : 2020-07-14 20:58:09,138 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,138 [19] INFO - Information: 0 : 2020-07-14 20:58:09,138 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,139 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,139 [19] INFO - Information: 0 : 2020-07-14 20:58:09,139 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,139 [19] INFO - --------- 2020-07-14 20:58:09,140 [19] INFO - Information: 0 : 2020-07-14 20:58:09,140 [19] INFO - --------- 2020-07-14 20:58:09,140 [19] INFO - function SE637303570891297516() {} SE637303570891297516.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891297516().executeScript(); 2020-07-14 20:58:09,140 [19] INFO - Information: 0 : 2020-07-14 20:58:09,140 [19] INFO - function SE637303570891297516() {} SE637303570891297516.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891297516().executeScript(); 2020-07-14 20:58:09,140 [19] INFO - --------- 2020-07-14 20:58:09,140 [19] INFO - Information: 0 : 2020-07-14 20:58:09,141 [19] INFO - --------- 2020-07-14 20:58:09,141 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2031. 2020-07-14 20:58:09,141 [19] INFO - Information: 0 : 2020-07-14 20:58:09,141 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2031. 2020-07-14 20:58:09,141 [19] INFO - --------- 2020-07-14 20:58:09,141 [19] INFO - Information: 0 : 2020-07-14 20:58:09,141 [19] INFO - --------- 2020-07-14 20:58:09,141 [19] INFO - [system.partial] „article-begin.html“ 12 ms „[0, popupimage]“ 2020-07-14 20:58:09,142 [19] INFO - Information: 0 : 2020-07-14 20:58:09,142 [19] INFO - [system.partial] „article-begin.html“ 12 ms „[0, popupimage]“ 2020-07-14 20:58:09,143 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:09,143 [19] INFO - Information: 0 : 2020-07-14 20:58:09,143 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:09,144 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,144 [19] INFO - Information: 0 : 2020-07-14 20:58:09,144 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,144 [19] INFO - --------- 2020-07-14 20:58:09,144 [19] INFO - Information: 0 : 2020-07-14 20:58:09,144 [19] INFO - --------- 2020-07-14 20:58:09,144 [19] INFO - function SE637303570891097505() {} SE637303570891097505.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891097505().executeScript(); 2020-07-14 20:58:09,145 [19] INFO - Information: 0 : 2020-07-14 20:58:09,146 [19] INFO - function SE637303570891097505() {} SE637303570891097505.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891097505().executeScript(); 2020-07-14 20:58:09,147 [19] INFO - --------- 2020-07-14 20:58:09,147 [19] INFO - Information: 0 : 2020-07-14 20:58:09,147 [19] INFO - --------- 2020-07-14 20:58:09,147 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2032. 2020-07-14 20:58:09,147 [19] INFO - Information: 0 : 2020-07-14 20:58:09,148 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2032. 2020-07-14 20:58:09,148 [19] INFO - --------- 2020-07-14 20:58:09,148 [19] INFO - Information: 0 : 2020-07-14 20:58:09,148 [19] INFO - --------- 2020-07-14 20:58:09,149 [19] INFO - Information: 0 : 2020-07-14 20:58:09,149 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,151 [19] INFO - Information: 0 : 2020-07-14 20:58:09,151 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,152 [19] INFO - Information: 0 : 2020-07-14 20:58:09,152 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,152 [19] INFO - Information: 0 : 2020-07-14 20:58:09,152 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,154 [19] INFO - Information: 0 : 2020-07-14 20:58:09,155 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,155 [19] INFO - Information: 0 : 2020-07-14 20:58:09,155 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,156 [19] INFO - Information: 0 : 2020-07-14 20:58:09,156 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,157 [19] INFO - Information: 0 : 2020-07-14 20:58:09,157 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,158 [19] INFO - Information: 0 : 2020-07-14 20:58:09,158 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,158 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,160 [19] INFO - Information: 0 : 2020-07-14 20:58:09,160 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,161 [19] INFO - Information: 0 : 2020-07-14 20:58:09,162 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,162 [19] INFO - Information: 0 : 2020-07-14 20:58:09,162 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,163 [19] INFO - Information: 0 : 2020-07-14 20:58:09,163 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,165 [19] INFO - Information: 0 : 2020-07-14 20:58:09,165 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,165 [19] INFO - Information: 0 : 2020-07-14 20:58:09,166 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,166 [19] INFO - Information: 0 : 2020-07-14 20:58:09,166 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,167 [19] INFO - Information: 0 : 2020-07-14 20:58:09,167 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,168 [19] INFO - Information: 0 : 2020-07-14 20:58:09,168 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,171 [19] INFO - Information: 0 : 2020-07-14 20:58:09,171 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,173 [19] INFO - Information: 0 : 2020-07-14 20:58:09,173 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,173 [19] INFO - Information: 0 : 2020-07-14 20:58:09,173 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,174 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,174 [19] INFO - Information: 0 : 2020-07-14 20:58:09,174 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,174 [19] INFO - --------- 2020-07-14 20:58:09,174 [19] INFO - Information: 0 : 2020-07-14 20:58:09,174 [19] INFO - --------- 2020-07-14 20:58:09,174 [19] INFO - function SE637303570891747542() {} SE637303570891747542.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891747542().executeScript(); 2020-07-14 20:58:09,175 [19] INFO - Information: 0 : 2020-07-14 20:58:09,175 [19] INFO - function SE637303570891747542() {} SE637303570891747542.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891747542().executeScript(); 2020-07-14 20:58:09,175 [19] INFO - --------- 2020-07-14 20:58:09,175 [19] INFO - Information: 0 : 2020-07-14 20:58:09,175 [19] INFO - --------- 2020-07-14 20:58:09,176 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,176 [19] INFO - Information: 0 : 2020-07-14 20:58:09,176 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,176 [19] INFO - --------- 2020-07-14 20:58:09,177 [19] INFO - Information: 0 : 2020-07-14 20:58:09,177 [19] INFO - --------- 2020-07-14 20:58:09,177 [19] INFO - function SE637303570891767543() {} SE637303570891767543.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891767543().executeScript(); 2020-07-14 20:58:09,177 [19] INFO - Information: 0 : 2020-07-14 20:58:09,177 [19] INFO - function SE637303570891767543() {} SE637303570891767543.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891767543().executeScript(); 2020-07-14 20:58:09,177 [19] INFO - --------- 2020-07-14 20:58:09,177 [19] INFO - Information: 0 : 2020-07-14 20:58:09,177 [19] INFO - --------- 2020-07-14 20:58:09,182 [19] INFO - Information: 0 : 2020-07-14 20:58:09,182 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,184 [19] INFO - Information: 0 : 2020-07-14 20:58:09,184 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,184 [19] INFO - Information: 0 : 2020-07-14 20:58:09,184 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,185 [19] INFO - Information: 0 : 2020-07-14 20:58:09,185 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,186 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,187 [19] INFO - Information: 0 : 2020-07-14 20:58:09,187 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,187 [19] INFO - Information: 0 : 2020-07-14 20:58:09,187 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,189 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,189 [19] INFO - Information: 0 : 2020-07-14 20:58:09,189 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,189 [19] INFO - --------- 2020-07-14 20:58:09,189 [19] INFO - Information: 0 : 2020-07-14 20:58:09,189 [19] INFO - --------- 2020-07-14 20:58:09,189 [19] INFO - function SE637303570891767543() {} SE637303570891767543.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891767543().executeScript(); 2020-07-14 20:58:09,190 [19] INFO - Information: 0 : 2020-07-14 20:58:09,190 [19] INFO - function SE637303570891767543() {} SE637303570891767543.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891767543().executeScript(); 2020-07-14 20:58:09,190 [19] INFO - --------- 2020-07-14 20:58:09,190 [19] INFO - Information: 0 : 2020-07-14 20:58:09,190 [19] INFO - --------- 2020-07-14 20:58:09,190 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2033. 2020-07-14 20:58:09,190 [19] INFO - Information: 0 : 2020-07-14 20:58:09,191 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2033. 2020-07-14 20:58:09,191 [19] INFO - --------- 2020-07-14 20:58:09,191 [19] INFO - Information: 0 : 2020-07-14 20:58:09,191 [19] INFO - --------- 2020-07-14 20:58:09,191 [19] INFO - [system.partial] „article-begin.html“ 15 ms „“ 2020-07-14 20:58:09,191 [19] INFO - Information: 0 : 2020-07-14 20:58:09,191 [19] INFO - [system.partial] „article-begin.html“ 15 ms „“ 2020-07-14 20:58:09,192 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,192 [19] INFO - Information: 0 : 2020-07-14 20:58:09,192 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,192 [19] INFO - --------- 2020-07-14 20:58:09,192 [19] INFO - Information: 0 : 2020-07-14 20:58:09,192 [19] INFO - --------- 2020-07-14 20:58:09,192 [19] INFO - function SE637303570891927552() {} SE637303570891927552.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891927552().executeScript(); 2020-07-14 20:58:09,192 [19] INFO - Information: 0 : 2020-07-14 20:58:09,193 [19] INFO - function SE637303570891927552() {} SE637303570891927552.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891927552().executeScript(); 2020-07-14 20:58:09,193 [19] INFO - --------- 2020-07-14 20:58:09,193 [19] INFO - Information: 0 : 2020-07-14 20:58:09,193 [19] INFO - --------- 2020-07-14 20:58:09,194 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,195 [19] INFO - Information: 0 : 2020-07-14 20:58:09,195 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,195 [19] INFO - --------- 2020-07-14 20:58:09,195 [19] INFO - Information: 0 : 2020-07-14 20:58:09,195 [19] INFO - --------- 2020-07-14 20:58:09,195 [19] INFO - function SE637303570891927552() {} SE637303570891927552.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891927552().executeScript(); 2020-07-14 20:58:09,195 [19] INFO - Information: 0 : 2020-07-14 20:58:09,195 [19] INFO - function SE637303570891927552() {} SE637303570891927552.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891927552().executeScript(); 2020-07-14 20:58:09,196 [19] INFO - --------- 2020-07-14 20:58:09,196 [19] INFO - Information: 0 : 2020-07-14 20:58:09,196 [19] INFO - --------- 2020-07-14 20:58:09,196 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2034. 2020-07-14 20:58:09,196 [19] INFO - Information: 0 : 2020-07-14 20:58:09,196 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2034. 2020-07-14 20:58:09,196 [19] INFO - --------- 2020-07-14 20:58:09,196 [19] INFO - Information: 0 : 2020-07-14 20:58:09,196 [19] INFO - --------- 2020-07-14 20:58:09,197 [19] INFO - [system.partial] „article-headline.html“ 5 ms „“ 2020-07-14 20:58:09,197 [19] INFO - Information: 0 : 2020-07-14 20:58:09,197 [19] INFO - [system.partial] „article-headline.html“ 5 ms „“ 2020-07-14 20:58:09,197 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,197 [19] INFO - Information: 0 : 2020-07-14 20:58:09,197 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,197 [19] INFO - --------- 2020-07-14 20:58:09,198 [19] INFO - Information: 0 : 2020-07-14 20:58:09,198 [19] INFO - --------- 2020-07-14 20:58:09,198 [19] INFO - function SE637303570891977555() {} SE637303570891977555.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891977555().executeScript(); 2020-07-14 20:58:09,198 [19] INFO - Information: 0 : 2020-07-14 20:58:09,198 [19] INFO - function SE637303570891977555() {} SE637303570891977555.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891977555().executeScript(); 2020-07-14 20:58:09,198 [19] INFO - --------- 2020-07-14 20:58:09,198 [19] INFO - Information: 0 : 2020-07-14 20:58:09,198 [19] INFO - --------- 2020-07-14 20:58:09,201 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,201 [19] INFO - Information: 0 : 2020-07-14 20:58:09,201 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,201 [19] INFO - --------- 2020-07-14 20:58:09,201 [19] INFO - Information: 0 : 2020-07-14 20:58:09,201 [19] INFO - --------- 2020-07-14 20:58:09,201 [19] INFO - function SE637303570891977555() {} SE637303570891977555.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891977555().executeScript(); 2020-07-14 20:58:09,201 [19] INFO - Information: 0 : 2020-07-14 20:58:09,202 [19] INFO - function SE637303570891977555() {} SE637303570891977555.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891977555().executeScript(); 2020-07-14 20:58:09,202 [19] INFO - --------- 2020-07-14 20:58:09,202 [19] INFO - Information: 0 : 2020-07-14 20:58:09,202 [19] INFO - --------- 2020-07-14 20:58:09,202 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2035. 2020-07-14 20:58:09,202 [19] INFO - Information: 0 : 2020-07-14 20:58:09,202 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2035. 2020-07-14 20:58:09,202 [19] INFO - --------- 2020-07-14 20:58:09,202 [19] INFO - Information: 0 : 2020-07-14 20:58:09,203 [19] INFO - --------- 2020-07-14 20:58:09,203 [19] INFO - [system.partial] „inline-editor-start.html“ 5 ms „“ 2020-07-14 20:58:09,203 [19] INFO - Information: 0 : 2020-07-14 20:58:09,203 [19] INFO - [system.partial] „inline-editor-start.html“ 5 ms „“ 2020-07-14 20:58:09,203 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,203 [19] INFO - Information: 0 : 2020-07-14 20:58:09,203 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,204 [19] INFO - --------- 2020-07-14 20:58:09,204 [19] INFO - Information: 0 : 2020-07-14 20:58:09,204 [19] INFO - --------- 2020-07-14 20:58:09,204 [19] INFO - function SE637303570892037558() {} SE637303570892037558.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570892037558().executeScript(); 2020-07-14 20:58:09,204 [19] INFO - Information: 0 : 2020-07-14 20:58:09,204 [19] INFO - function SE637303570892037558() {} SE637303570892037558.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570892037558().executeScript(); 2020-07-14 20:58:09,204 [19] INFO - --------- 2020-07-14 20:58:09,204 [19] INFO - Information: 0 : 2020-07-14 20:58:09,204 [19] INFO - --------- 2020-07-14 20:58:09,205 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,206 [19] INFO - Information: 0 : 2020-07-14 20:58:09,206 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,206 [19] INFO - --------- 2020-07-14 20:58:09,206 [19] INFO - Information: 0 : 2020-07-14 20:58:09,206 [19] INFO - --------- 2020-07-14 20:58:09,206 [19] INFO - function SE637303570892037558() {} SE637303570892037558.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570892037558().executeScript(); 2020-07-14 20:58:09,206 [19] INFO - Information: 0 : 2020-07-14 20:58:09,206 [19] INFO - function SE637303570892037558() {} SE637303570892037558.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570892037558().executeScript(); 2020-07-14 20:58:09,206 [19] INFO - --------- 2020-07-14 20:58:09,207 [19] INFO - Information: 0 : 2020-07-14 20:58:09,207 [19] INFO - --------- 2020-07-14 20:58:09,207 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2036. 2020-07-14 20:58:09,207 [19] INFO - Information: 0 : 2020-07-14 20:58:09,207 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2036. 2020-07-14 20:58:09,207 [19] INFO - --------- 2020-07-14 20:58:09,207 [19] INFO - Information: 0 : 2020-07-14 20:58:09,207 [19] INFO - --------- 2020-07-14 20:58:09,207 [19] INFO - [system.partial] „inline-editor-end.html“ 4 ms „“ 2020-07-14 20:58:09,208 [19] INFO - Information: 0 : 2020-07-14 20:58:09,208 [19] INFO - [system.partial] „inline-editor-end.html“ 4 ms „“ 2020-07-14 20:58:09,208 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:09,208 [19] INFO - Information: 0 : 2020-07-14 20:58:09,208 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:09,208 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,208 [19] INFO - Information: 0 : 2020-07-14 20:58:09,208 [19] INFO - Finished executing the following script: 2020-07-14 20:58:09,209 [19] INFO - --------- 2020-07-14 20:58:09,209 [19] INFO - Information: 0 : 2020-07-14 20:58:09,209 [19] INFO - --------- 2020-07-14 20:58:09,209 [19] INFO - function SE637303570891747542() {} SE637303570891747542.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891747542().executeScript(); 2020-07-14 20:58:09,209 [19] INFO - Information: 0 : 2020-07-14 20:58:09,209 [19] INFO - function SE637303570891747542() {} SE637303570891747542.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570891747542().executeScript(); 2020-07-14 20:58:09,209 [19] INFO - --------- 2020-07-14 20:58:09,209 [19] INFO - Information: 0 : 2020-07-14 20:58:09,210 [19] INFO - --------- 2020-07-14 20:58:09,210 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2037. 2020-07-14 20:58:09,210 [19] INFO - Information: 0 : 2020-07-14 20:58:09,210 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2037. 2020-07-14 20:58:09,210 [19] INFO - --------- 2020-07-14 20:58:09,210 [19] INFO - Information: 0 : 2020-07-14 20:58:09,210 [19] INFO - --------- 2020-07-14 20:58:09,211 [19] INFO - Information: 0 : 2020-07-14 20:58:09,211 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,214 [19] INFO - Information: 0 : 2020-07-14 20:58:09,214 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,214 [19] INFO - Information: 0 : 2020-07-14 20:58:09,214 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,218 [19] INFO - Information: 0 : 2020-07-14 20:58:09,218 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:09,220 [19] INFO - Information: 0 : 2020-07-14 20:58:09,220 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,220 [19] INFO - Information: 0 : 2020-07-14 20:58:09,220 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:09,221 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,222 [19] INFO - Information: 0 : 2020-07-14 20:58:09,222 [19] INFO - About to execute the following script: 2020-07-14 20:58:09,222 [19] INFO - --------- 2020-07-14 20:58:09,222 [19] INFO - Information: 0 : 2020-07-14 20:58:09,222 [19] INFO - --------- 2020-07-14 20:58:09,222 [19] INFO - function SE637303570892217569() {} SE637303570892217569.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570892217569().executeScript(); 2020-07-14 20:58:09,223 [19] INFO - Information: 0 : 2020-07-14 20:58:09,224 [19] INFO - function SE637303570892217569() {} SE637303570892217569.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570892217569().executeScript(); 2020-07-14 20:58:09,226 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,248 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,286 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,314 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,344 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,382 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,410 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,438 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,470 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,502 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,532 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,561 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,600 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,627 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,656 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,690 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,719 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,748 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,786 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,815 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,845 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,874 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,906 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,935 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,975 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,002 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,032 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,061 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,099 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,122 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,162 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,190 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,218 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,250 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,280 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,310 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,342 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,380 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,408 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,440 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,472 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,500 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,529 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,561 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,591 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:09,224 [19] INFO - --------- 2020-07-14 20:58:10,603 [19] INFO - Information: 0 : 2020-07-14 20:58:10,603 [19] INFO - --------- 2020-07-14 20:58:10,604 [19] INFO - Information: 0 : 2020-07-14 20:58:10,605 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,607 [19] INFO - Information: 0 : 2020-07-14 20:58:10,607 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,607 [19] INFO - Information: 0 : 2020-07-14 20:58:10,607 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,607 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 337 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:10,608 [19] INFO - Information: 0 : 2020-07-14 20:58:10,608 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,609 [19] INFO - Information: 0 : 2020-07-14 20:58:10,609 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,610 [19] INFO - Information: 0 : 2020-07-14 20:58:10,610 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,610 [19] INFO - Entering 'ensureContentCopy' for image 458, article 1476, size 449. 2020-07-14 20:58:10,611 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1476, image ID = 458, maxWidthInPixel = 449. 2020-07-14 20:58:10,611 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:10,611 [19] INFO - Leaving 'ensureContentCopy' for image 458, article 1476, size „449“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:10,621 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,624 [19] INFO - [GetImageSizeInPixel - B2] getting image size 2048x1536 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\fe4c06a64e13487d9f3f04dcdb9addc4.jpg“ live from file. 2020-07-14 20:58:10,624 [19] INFO - Returning live-calculated image size for image with ID 458, file version „ContentCopy“ of 2048×1536 pixels. 2020-07-14 20:58:10,624 [19] INFO - Returning cached image size for image with ID 458, file version „ContentCopy“ of 2048×1536 pixels. 2020-07-14 20:58:10,626 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,626 [19] INFO - Information: 0 : 2020-07-14 20:58:10,626 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,626 [19] INFO - --------- 2020-07-14 20:58:10,626 [19] INFO - Information: 0 : 2020-07-14 20:58:10,626 [19] INFO - --------- 2020-07-14 20:58:10,626 [19] INFO - function SE637303570906258372() {} SE637303570906258372.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570906258372().executeScript(); 2020-07-14 20:58:10,627 [19] INFO - Information: 0 : 2020-07-14 20:58:10,627 [19] INFO - function SE637303570906258372() {} SE637303570906258372.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570906258372().executeScript(); 2020-07-14 20:58:10,627 [19] INFO - --------- 2020-07-14 20:58:10,627 [19] INFO - Information: 0 : 2020-07-14 20:58:10,627 [19] INFO - --------- 2020-07-14 20:58:10,632 [19] INFO - Information: 0 : 2020-07-14 20:58:10,632 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,634 [19] INFO - Information: 0 : 2020-07-14 20:58:10,634 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,634 [19] INFO - Information: 0 : 2020-07-14 20:58:10,634 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,635 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,635 [19] INFO - Information: 0 : 2020-07-14 20:58:10,636 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,636 [19] INFO - --------- 2020-07-14 20:58:10,636 [19] INFO - Information: 0 : 2020-07-14 20:58:10,636 [19] INFO - --------- 2020-07-14 20:58:10,636 [19] INFO - function SE637303570906258372() {} SE637303570906258372.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570906258372().executeScript(); 2020-07-14 20:58:10,636 [19] INFO - Information: 0 : 2020-07-14 20:58:10,636 [19] INFO - function SE637303570906258372() {} SE637303570906258372.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570906258372().executeScript(); 2020-07-14 20:58:10,637 [19] INFO - --------- 2020-07-14 20:58:10,637 [19] INFO - Information: 0 : 2020-07-14 20:58:10,637 [19] INFO - --------- 2020-07-14 20:58:10,637 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2038. 2020-07-14 20:58:10,637 [19] INFO - Information: 0 : 2020-07-14 20:58:10,637 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2038. 2020-07-14 20:58:10,637 [19] INFO - --------- 2020-07-14 20:58:10,637 [19] INFO - Information: 0 : 2020-07-14 20:58:10,638 [19] INFO - --------- 2020-07-14 20:58:10,638 [19] INFO - [system.partial] „article-begin.html“ 12 ms „[0, popupimage]“ 2020-07-14 20:58:10,638 [19] INFO - Information: 0 : 2020-07-14 20:58:10,638 [19] INFO - [system.partial] „article-begin.html“ 12 ms „[0, popupimage]“ 2020-07-14 20:58:10,640 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:10,640 [19] INFO - Information: 0 : 2020-07-14 20:58:10,640 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:10,640 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,640 [19] INFO - Information: 0 : 2020-07-14 20:58:10,640 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,640 [19] INFO - --------- 2020-07-14 20:58:10,640 [19] INFO - Information: 0 : 2020-07-14 20:58:10,640 [19] INFO - --------- 2020-07-14 20:58:10,641 [19] INFO - function SE637303570892217569() {} SE637303570892217569.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570892217569().executeScript(); 2020-07-14 20:58:10,641 [19] INFO - Information: 0 : 2020-07-14 20:58:10,641 [19] INFO - function SE637303570892217569() {} SE637303570892217569.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570892217569().executeScript(); 2020-07-14 20:58:10,642 [19] INFO - --------- 2020-07-14 20:58:10,642 [19] INFO - Information: 0 : 2020-07-14 20:58:10,642 [19] INFO - --------- 2020-07-14 20:58:10,642 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2039. 2020-07-14 20:58:10,642 [19] INFO - Information: 0 : 2020-07-14 20:58:10,644 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2039. 2020-07-14 20:58:10,644 [19] INFO - --------- 2020-07-14 20:58:10,644 [19] INFO - Information: 0 : 2020-07-14 20:58:10,644 [19] INFO - --------- 2020-07-14 20:58:10,645 [19] INFO - Information: 0 : 2020-07-14 20:58:10,645 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,647 [19] INFO - Information: 0 : 2020-07-14 20:58:10,647 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,648 [19] INFO - Information: 0 : 2020-07-14 20:58:10,648 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,649 [19] INFO - Information: 0 : 2020-07-14 20:58:10,649 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,651 [19] INFO - Information: 0 : 2020-07-14 20:58:10,651 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,651 [19] INFO - Information: 0 : 2020-07-14 20:58:10,652 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,652 [19] INFO - Information: 0 : 2020-07-14 20:58:10,653 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,654 [19] INFO - Information: 0 : 2020-07-14 20:58:10,654 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,655 [19] INFO - Information: 0 : 2020-07-14 20:58:10,655 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,655 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,657 [19] INFO - Information: 0 : 2020-07-14 20:58:10,657 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,661 [19] INFO - Information: 0 : 2020-07-14 20:58:10,661 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,661 [19] INFO - Information: 0 : 2020-07-14 20:58:10,661 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,662 [19] INFO - Information: 0 : 2020-07-14 20:58:10,663 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,665 [19] INFO - Information: 0 : 2020-07-14 20:58:10,665 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,665 [19] INFO - Information: 0 : 2020-07-14 20:58:10,665 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,666 [19] INFO - Information: 0 : 2020-07-14 20:58:10,666 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,667 [19] INFO - Information: 0 : 2020-07-14 20:58:10,667 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,668 [19] INFO - Information: 0 : 2020-07-14 20:58:10,668 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,670 [19] INFO - Information: 0 : 2020-07-14 20:58:10,671 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,673 [19] INFO - Information: 0 : 2020-07-14 20:58:10,673 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,673 [19] INFO - Information: 0 : 2020-07-14 20:58:10,673 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,675 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,675 [19] INFO - Information: 0 : 2020-07-14 20:58:10,675 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,675 [19] INFO - --------- 2020-07-14 20:58:10,676 [19] INFO - Information: 0 : 2020-07-14 20:58:10,676 [19] INFO - --------- 2020-07-14 20:58:10,676 [19] INFO - function SE637303570906758400() {} SE637303570906758400.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570906758400().executeScript(); 2020-07-14 20:58:10,677 [19] INFO - Information: 0 : 2020-07-14 20:58:10,677 [19] INFO - function SE637303570906758400() {} SE637303570906758400.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570906758400().executeScript(); 2020-07-14 20:58:10,677 [19] INFO - --------- 2020-07-14 20:58:10,677 [19] INFO - Information: 0 : 2020-07-14 20:58:10,677 [19] INFO - --------- 2020-07-14 20:58:10,680 [19] INFO - Information: 0 : 2020-07-14 20:58:10,680 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,682 [19] INFO - Information: 0 : 2020-07-14 20:58:10,682 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,682 [19] INFO - Information: 0 : 2020-07-14 20:58:10,682 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,683 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 668 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:10,683 [19] INFO - Information: 0 : 2020-07-14 20:58:10,683 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,684 [19] INFO - Information: 0 : 2020-07-14 20:58:10,685 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,685 [19] INFO - Information: 0 : 2020-07-14 20:58:10,685 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,685 [19] INFO - Entering 'ensureContentCopy' for image 459, article 1477, size 890. 2020-07-14 20:58:10,686 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1477, image ID = 459, maxWidthInPixel = 890. 2020-07-14 20:58:10,686 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:10,686 [19] INFO - Leaving 'ensureContentCopy' for image 459, article 1477, size „890“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:10,687 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,702 [19] INFO - [GetImageSizeInPixel - B2] getting image size 2048x1536 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\5bb7cbe5a8354ac8ba1e3bbec2c38e75.jpg“ live from file. 2020-07-14 20:58:10,703 [19] INFO - Returning live-calculated image size for image with ID 459, file version „ContentCopy“ of 2048×1536 pixels. 2020-07-14 20:58:10,703 [19] INFO - Returning cached image size for image with ID 459, file version „ContentCopy“ of 2048×1536 pixels. 2020-07-14 20:58:10,704 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,704 [19] INFO - Information: 0 : 2020-07-14 20:58:10,704 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,705 [19] INFO - --------- 2020-07-14 20:58:10,705 [19] INFO - Information: 0 : 2020-07-14 20:58:10,705 [19] INFO - --------- 2020-07-14 20:58:10,705 [19] INFO - function SE637303570907048417() {} SE637303570907048417.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907048417().executeScript(); 2020-07-14 20:58:10,705 [19] INFO - Information: 0 : 2020-07-14 20:58:10,705 [19] INFO - function SE637303570907048417() {} SE637303570907048417.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907048417().executeScript(); 2020-07-14 20:58:10,705 [19] INFO - --------- 2020-07-14 20:58:10,705 [19] INFO - Information: 0 : 2020-07-14 20:58:10,706 [19] INFO - --------- 2020-07-14 20:58:10,710 [19] INFO - Information: 0 : 2020-07-14 20:58:10,710 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,712 [19] INFO - Information: 0 : 2020-07-14 20:58:10,712 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,713 [19] INFO - Information: 0 : 2020-07-14 20:58:10,713 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,715 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,715 [19] INFO - Information: 0 : 2020-07-14 20:58:10,715 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,715 [19] INFO - --------- 2020-07-14 20:58:10,715 [19] INFO - Information: 0 : 2020-07-14 20:58:10,715 [19] INFO - --------- 2020-07-14 20:58:10,715 [19] INFO - function SE637303570907048417() {} SE637303570907048417.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907048417().executeScript(); 2020-07-14 20:58:10,716 [19] INFO - Information: 0 : 2020-07-14 20:58:10,716 [19] INFO - function SE637303570907048417() {} SE637303570907048417.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907048417().executeScript(); 2020-07-14 20:58:10,716 [19] INFO - --------- 2020-07-14 20:58:10,716 [19] INFO - Information: 0 : 2020-07-14 20:58:10,716 [19] INFO - --------- 2020-07-14 20:58:10,716 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2040. 2020-07-14 20:58:10,716 [19] INFO - Information: 0 : 2020-07-14 20:58:10,716 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2040. 2020-07-14 20:58:10,716 [19] INFO - --------- 2020-07-14 20:58:10,717 [19] INFO - Information: 0 : 2020-07-14 20:58:10,717 [19] INFO - --------- 2020-07-14 20:58:10,717 [19] INFO - [system.partial] „article-begin.html“ 12 ms „[0, popupimage]“ 2020-07-14 20:58:10,717 [19] INFO - Information: 0 : 2020-07-14 20:58:10,717 [19] INFO - [system.partial] „article-begin.html“ 12 ms „[0, popupimage]“ 2020-07-14 20:58:10,719 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:10,719 [19] INFO - Information: 0 : 2020-07-14 20:58:10,719 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:10,719 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,719 [19] INFO - Information: 0 : 2020-07-14 20:58:10,719 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,719 [19] INFO - --------- 2020-07-14 20:58:10,719 [19] INFO - Information: 0 : 2020-07-14 20:58:10,719 [19] INFO - --------- 2020-07-14 20:58:10,720 [19] INFO - function SE637303570906758400() {} SE637303570906758400.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570906758400().executeScript(); 2020-07-14 20:58:10,720 [19] INFO - Information: 0 : 2020-07-14 20:58:10,720 [19] INFO - function SE637303570906758400() {} SE637303570906758400.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570906758400().executeScript(); 2020-07-14 20:58:10,721 [19] INFO - --------- 2020-07-14 20:58:10,721 [19] INFO - Information: 0 : 2020-07-14 20:58:10,721 [19] INFO - --------- 2020-07-14 20:58:10,721 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2041. 2020-07-14 20:58:10,721 [19] INFO - Information: 0 : 2020-07-14 20:58:10,721 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2041. 2020-07-14 20:58:10,721 [19] INFO - --------- 2020-07-14 20:58:10,721 [19] INFO - Information: 0 : 2020-07-14 20:58:10,721 [19] INFO - --------- 2020-07-14 20:58:10,722 [19] INFO - Information: 0 : 2020-07-14 20:58:10,722 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,725 [19] INFO - Information: 0 : 2020-07-14 20:58:10,726 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,726 [19] INFO - Information: 0 : 2020-07-14 20:58:10,726 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,726 [19] INFO - Information: 0 : 2020-07-14 20:58:10,726 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,729 [19] INFO - Information: 0 : 2020-07-14 20:58:10,729 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,729 [19] INFO - Information: 0 : 2020-07-14 20:58:10,729 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,730 [19] INFO - Information: 0 : 2020-07-14 20:58:10,730 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,731 [19] INFO - Information: 0 : 2020-07-14 20:58:10,732 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,732 [19] INFO - Information: 0 : 2020-07-14 20:58:10,732 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,734 [19] INFO - Information: 0 : 2020-07-14 20:58:10,734 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,735 [19] INFO - Information: 0 : 2020-07-14 20:58:10,735 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,735 [19] INFO - Information: 0 : 2020-07-14 20:58:10,736 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,736 [19] INFO - Information: 0 : 2020-07-14 20:58:10,737 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,740 [19] INFO - Information: 0 : 2020-07-14 20:58:10,740 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,740 [19] INFO - Information: 0 : 2020-07-14 20:58:10,740 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,740 [19] INFO - Information: 0 : 2020-07-14 20:58:10,741 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,742 [19] INFO - Information: 0 : 2020-07-14 20:58:10,742 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,742 [19] INFO - Information: 0 : 2020-07-14 20:58:10,742 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,745 [19] INFO - Information: 0 : 2020-07-14 20:58:10,746 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,747 [19] INFO - Information: 0 : 2020-07-14 20:58:10,747 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,748 [19] INFO - Information: 0 : 2020-07-14 20:58:10,748 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,749 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,749 [19] INFO - Information: 0 : 2020-07-14 20:58:10,749 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,749 [19] INFO - --------- 2020-07-14 20:58:10,750 [19] INFO - Information: 0 : 2020-07-14 20:58:10,750 [19] INFO - --------- 2020-07-14 20:58:10,750 [19] INFO - function SE637303570907498443() {} SE637303570907498443.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907498443().executeScript(); 2020-07-14 20:58:10,750 [19] INFO - Information: 0 : 2020-07-14 20:58:10,750 [19] INFO - function SE637303570907498443() {} SE637303570907498443.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907498443().executeScript(); 2020-07-14 20:58:10,750 [19] INFO - --------- 2020-07-14 20:58:10,750 [19] INFO - Information: 0 : 2020-07-14 20:58:10,750 [19] INFO - --------- 2020-07-14 20:58:10,751 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,752 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,752 [19] INFO - Information: 0 : 2020-07-14 20:58:10,752 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,752 [19] INFO - --------- 2020-07-14 20:58:10,752 [19] INFO - Information: 0 : 2020-07-14 20:58:10,752 [19] INFO - --------- 2020-07-14 20:58:10,752 [19] INFO - function SE637303570907528444() {} SE637303570907528444.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907528444().executeScript(); 2020-07-14 20:58:10,753 [19] INFO - Information: 0 : 2020-07-14 20:58:10,753 [19] INFO - function SE637303570907528444() {} SE637303570907528444.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907528444().executeScript(); 2020-07-14 20:58:10,753 [19] INFO - --------- 2020-07-14 20:58:10,753 [19] INFO - Information: 0 : 2020-07-14 20:58:10,753 [19] INFO - --------- 2020-07-14 20:58:10,757 [19] INFO - Information: 0 : 2020-07-14 20:58:10,758 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,760 [19] INFO - Information: 0 : 2020-07-14 20:58:10,760 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,760 [19] INFO - Information: 0 : 2020-07-14 20:58:10,760 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,761 [19] INFO - Information: 0 : 2020-07-14 20:58:10,761 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,762 [19] INFO - Information: 0 : 2020-07-14 20:58:10,762 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,762 [19] INFO - Information: 0 : 2020-07-14 20:58:10,763 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,763 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,763 [19] INFO - Information: 0 : 2020-07-14 20:58:10,763 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,763 [19] INFO - --------- 2020-07-14 20:58:10,764 [19] INFO - Information: 0 : 2020-07-14 20:58:10,764 [19] INFO - --------- 2020-07-14 20:58:10,764 [19] INFO - function SE637303570907528444() {} SE637303570907528444.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907528444().executeScript(); 2020-07-14 20:58:10,764 [19] INFO - Information: 0 : 2020-07-14 20:58:10,764 [19] INFO - function SE637303570907528444() {} SE637303570907528444.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907528444().executeScript(); 2020-07-14 20:58:10,764 [19] INFO - --------- 2020-07-14 20:58:10,764 [19] INFO - Information: 0 : 2020-07-14 20:58:10,764 [19] INFO - --------- 2020-07-14 20:58:10,765 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2042. 2020-07-14 20:58:10,765 [19] INFO - Information: 0 : 2020-07-14 20:58:10,765 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2042. 2020-07-14 20:58:10,765 [19] INFO - --------- 2020-07-14 20:58:10,765 [19] INFO - Information: 0 : 2020-07-14 20:58:10,765 [19] INFO - --------- 2020-07-14 20:58:10,765 [19] INFO - [system.partial] „article-begin.html“ 13 ms „“ 2020-07-14 20:58:10,765 [19] INFO - Information: 0 : 2020-07-14 20:58:10,765 [19] INFO - [system.partial] „article-begin.html“ 13 ms „“ 2020-07-14 20:58:10,766 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,766 [19] INFO - Information: 0 : 2020-07-14 20:58:10,766 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,766 [19] INFO - --------- 2020-07-14 20:58:10,766 [19] INFO - Information: 0 : 2020-07-14 20:58:10,766 [19] INFO - --------- 2020-07-14 20:58:10,766 [19] INFO - function SE637303570907668452() {} SE637303570907668452.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907668452().executeScript(); 2020-07-14 20:58:10,767 [19] INFO - Information: 0 : 2020-07-14 20:58:10,767 [19] INFO - function SE637303570907668452() {} SE637303570907668452.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907668452().executeScript(); 2020-07-14 20:58:10,767 [19] INFO - --------- 2020-07-14 20:58:10,767 [19] INFO - Information: 0 : 2020-07-14 20:58:10,767 [19] INFO - --------- 2020-07-14 20:58:10,769 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,769 [19] INFO - Information: 0 : 2020-07-14 20:58:10,769 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,769 [19] INFO - --------- 2020-07-14 20:58:10,769 [19] INFO - Information: 0 : 2020-07-14 20:58:10,769 [19] INFO - --------- 2020-07-14 20:58:10,769 [19] INFO - function SE637303570907668452() {} SE637303570907668452.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907668452().executeScript(); 2020-07-14 20:58:10,769 [19] INFO - Information: 0 : 2020-07-14 20:58:10,770 [19] INFO - function SE637303570907668452() {} SE637303570907668452.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907668452().executeScript(); 2020-07-14 20:58:10,770 [19] INFO - --------- 2020-07-14 20:58:10,770 [19] INFO - Information: 0 : 2020-07-14 20:58:10,770 [19] INFO - --------- 2020-07-14 20:58:10,770 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2043. 2020-07-14 20:58:10,770 [19] INFO - Information: 0 : 2020-07-14 20:58:10,770 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2043. 2020-07-14 20:58:10,770 [19] INFO - --------- 2020-07-14 20:58:10,770 [19] INFO - Information: 0 : 2020-07-14 20:58:10,771 [19] INFO - --------- 2020-07-14 20:58:10,771 [19] INFO - [system.partial] „article-headline.html“ 5 ms „“ 2020-07-14 20:58:10,771 [19] INFO - Information: 0 : 2020-07-14 20:58:10,771 [19] INFO - [system.partial] „article-headline.html“ 5 ms „“ 2020-07-14 20:58:10,771 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,771 [19] INFO - Information: 0 : 2020-07-14 20:58:10,771 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,772 [19] INFO - --------- 2020-07-14 20:58:10,772 [19] INFO - Information: 0 : 2020-07-14 20:58:10,772 [19] INFO - --------- 2020-07-14 20:58:10,772 [19] INFO - function SE637303570907718455() {} SE637303570907718455.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907718455().executeScript(); 2020-07-14 20:58:10,772 [19] INFO - Information: 0 : 2020-07-14 20:58:10,772 [19] INFO - function SE637303570907718455() {} SE637303570907718455.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907718455().executeScript(); 2020-07-14 20:58:10,772 [19] INFO - --------- 2020-07-14 20:58:10,772 [19] INFO - Information: 0 : 2020-07-14 20:58:10,773 [19] INFO - --------- 2020-07-14 20:58:10,776 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,777 [19] INFO - Information: 0 : 2020-07-14 20:58:10,777 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,777 [19] INFO - --------- 2020-07-14 20:58:10,777 [19] INFO - Information: 0 : 2020-07-14 20:58:10,777 [19] INFO - --------- 2020-07-14 20:58:10,777 [19] INFO - function SE637303570907718455() {} SE637303570907718455.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907718455().executeScript(); 2020-07-14 20:58:10,777 [19] INFO - Information: 0 : 2020-07-14 20:58:10,777 [19] INFO - function SE637303570907718455() {} SE637303570907718455.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907718455().executeScript(); 2020-07-14 20:58:10,778 [19] INFO - --------- 2020-07-14 20:58:10,778 [19] INFO - Information: 0 : 2020-07-14 20:58:10,778 [19] INFO - --------- 2020-07-14 20:58:10,778 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2044. 2020-07-14 20:58:10,778 [19] INFO - Information: 0 : 2020-07-14 20:58:10,778 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2044. 2020-07-14 20:58:10,778 [19] INFO - --------- 2020-07-14 20:58:10,778 [19] INFO - Information: 0 : 2020-07-14 20:58:10,778 [19] INFO - --------- 2020-07-14 20:58:10,778 [19] INFO - [system.partial] „inline-editor-start.html“ 7 ms „“ 2020-07-14 20:58:10,779 [19] INFO - Information: 0 : 2020-07-14 20:58:10,779 [19] INFO - [system.partial] „inline-editor-start.html“ 7 ms „“ 2020-07-14 20:58:10,779 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,779 [19] INFO - Information: 0 : 2020-07-14 20:58:10,779 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,779 [19] INFO - --------- 2020-07-14 20:58:10,779 [19] INFO - Information: 0 : 2020-07-14 20:58:10,780 [19] INFO - --------- 2020-07-14 20:58:10,780 [19] INFO - function SE637303570907798460() {} SE637303570907798460.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907798460().executeScript(); 2020-07-14 20:58:10,780 [19] INFO - Information: 0 : 2020-07-14 20:58:10,780 [19] INFO - function SE637303570907798460() {} SE637303570907798460.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907798460().executeScript(); 2020-07-14 20:58:10,780 [19] INFO - --------- 2020-07-14 20:58:10,780 [19] INFO - Information: 0 : 2020-07-14 20:58:10,780 [19] INFO - --------- 2020-07-14 20:58:10,781 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,781 [19] INFO - Information: 0 : 2020-07-14 20:58:10,781 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,781 [19] INFO - --------- 2020-07-14 20:58:10,782 [19] INFO - Information: 0 : 2020-07-14 20:58:10,782 [19] INFO - --------- 2020-07-14 20:58:10,782 [19] INFO - function SE637303570907798460() {} SE637303570907798460.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907798460().executeScript(); 2020-07-14 20:58:10,782 [19] INFO - Information: 0 : 2020-07-14 20:58:10,782 [19] INFO - function SE637303570907798460() {} SE637303570907798460.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907798460().executeScript(); 2020-07-14 20:58:10,782 [19] INFO - --------- 2020-07-14 20:58:10,782 [19] INFO - Information: 0 : 2020-07-14 20:58:10,782 [19] INFO - --------- 2020-07-14 20:58:10,783 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2045. 2020-07-14 20:58:10,783 [19] INFO - Information: 0 : 2020-07-14 20:58:10,783 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2045. 2020-07-14 20:58:10,783 [19] INFO - --------- 2020-07-14 20:58:10,783 [19] INFO - Information: 0 : 2020-07-14 20:58:10,783 [19] INFO - --------- 2020-07-14 20:58:10,783 [19] INFO - [system.partial] „inline-editor-end.html“ 4 ms „“ 2020-07-14 20:58:10,783 [19] INFO - Information: 0 : 2020-07-14 20:58:10,783 [19] INFO - [system.partial] „inline-editor-end.html“ 4 ms „“ 2020-07-14 20:58:10,784 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:10,784 [19] INFO - Information: 0 : 2020-07-14 20:58:10,784 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:10,784 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,784 [19] INFO - Information: 0 : 2020-07-14 20:58:10,784 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,784 [19] INFO - --------- 2020-07-14 20:58:10,784 [19] INFO - Information: 0 : 2020-07-14 20:58:10,785 [19] INFO - --------- 2020-07-14 20:58:10,785 [19] INFO - function SE637303570907498443() {} SE637303570907498443.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907498443().executeScript(); 2020-07-14 20:58:10,785 [19] INFO - Information: 0 : 2020-07-14 20:58:10,785 [19] INFO - function SE637303570907498443() {} SE637303570907498443.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570907498443().executeScript(); 2020-07-14 20:58:10,785 [19] INFO - --------- 2020-07-14 20:58:10,785 [19] INFO - Information: 0 : 2020-07-14 20:58:10,785 [19] INFO - --------- 2020-07-14 20:58:10,785 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2046. 2020-07-14 20:58:10,785 [19] INFO - Information: 0 : 2020-07-14 20:58:10,786 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2046. 2020-07-14 20:58:10,786 [19] INFO - --------- 2020-07-14 20:58:10,786 [19] INFO - Information: 0 : 2020-07-14 20:58:10,786 [19] INFO - --------- 2020-07-14 20:58:10,787 [19] INFO - Information: 0 : 2020-07-14 20:58:10,787 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,790 [19] INFO - Information: 0 : 2020-07-14 20:58:10,790 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,790 [19] INFO - Information: 0 : 2020-07-14 20:58:10,791 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,791 [19] INFO - Information: 0 : 2020-07-14 20:58:10,791 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,794 [19] INFO - Information: 0 : 2020-07-14 20:58:10,794 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,794 [19] INFO - Information: 0 : 2020-07-14 20:58:10,794 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,795 [19] INFO - Information: 0 : 2020-07-14 20:58:10,795 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,797 [19] INFO - Information: 0 : 2020-07-14 20:58:10,797 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,797 [19] INFO - Information: 0 : 2020-07-14 20:58:10,797 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,800 [19] INFO - Information: 0 : 2020-07-14 20:58:10,800 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,802 [19] INFO - Information: 0 : 2020-07-14 20:58:10,802 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,802 [19] INFO - Information: 0 : 2020-07-14 20:58:10,802 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,803 [19] INFO - Information: 0 : 2020-07-14 20:58:10,803 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,805 [19] INFO - Information: 0 : 2020-07-14 20:58:10,805 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,806 [19] INFO - Information: 0 : 2020-07-14 20:58:10,806 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,806 [19] INFO - Information: 0 : 2020-07-14 20:58:10,806 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,808 [19] INFO - Information: 0 : 2020-07-14 20:58:10,808 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,808 [19] INFO - Information: 0 : 2020-07-14 20:58:10,808 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,811 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,813 [19] INFO - Information: 0 : 2020-07-14 20:58:10,813 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,813 [19] INFO - Information: 0 : 2020-07-14 20:58:10,813 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,815 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,815 [19] INFO - Information: 0 : 2020-07-14 20:58:10,815 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,815 [19] INFO - --------- 2020-07-14 20:58:10,816 [19] INFO - Information: 0 : 2020-07-14 20:58:10,816 [19] INFO - --------- 2020-07-14 20:58:10,816 [19] INFO - function SE637303570908158480() {} SE637303570908158480.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570908158480().executeScript(); 2020-07-14 20:58:10,817 [19] INFO - Information: 0 : 2020-07-14 20:58:10,817 [19] INFO - function SE637303570908158480() {} SE637303570908158480.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570908158480().executeScript(); 2020-07-14 20:58:10,817 [19] INFO - --------- 2020-07-14 20:58:10,817 [19] INFO - Information: 0 : 2020-07-14 20:58:10,818 [19] INFO - --------- 2020-07-14 20:58:10,819 [19] INFO - Information: 0 : 2020-07-14 20:58:10,820 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,822 [19] INFO - Information: 0 : 2020-07-14 20:58:10,822 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,822 [19] INFO - Information: 0 : 2020-07-14 20:58:10,822 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,822 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 599 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:10,824 [19] INFO - Information: 0 : 2020-07-14 20:58:10,824 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,825 [19] INFO - Information: 0 : 2020-07-14 20:58:10,825 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,825 [19] INFO - Information: 0 : 2020-07-14 20:58:10,825 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,826 [19] INFO - Entering 'ensureContentCopy' for image 460, article 1479, size 449. 2020-07-14 20:58:10,826 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1479, image ID = 460, maxWidthInPixel = 449. 2020-07-14 20:58:10,826 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:10,827 [19] INFO - Leaving 'ensureContentCopy' for image 460, article 1479, size „449“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:10,837 [19] INFO - [GetImageSizeInPixel - B2] getting image size 2048x2731 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\d2c052ee56e84b0997c6c008d1550dde.jpg“ live from file. 2020-07-14 20:58:10,837 [19] INFO - Returning live-calculated image size for image with ID 460, file version „ContentCopy“ of 2048×2731 pixels. 2020-07-14 20:58:10,837 [19] INFO - Returning cached image size for image with ID 460, file version „ContentCopy“ of 2048×2731 pixels. 2020-07-14 20:58:10,841 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,841 [19] INFO - Information: 0 : 2020-07-14 20:58:10,841 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,841 [19] INFO - --------- 2020-07-14 20:58:10,841 [19] INFO - Information: 0 : 2020-07-14 20:58:10,842 [19] INFO - --------- 2020-07-14 20:58:10,842 [19] INFO - function SE637303570908418495() {} SE637303570908418495.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570908418495().executeScript(); 2020-07-14 20:58:10,842 [19] INFO - Information: 0 : 2020-07-14 20:58:10,842 [19] INFO - function SE637303570908418495() {} SE637303570908418495.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570908418495().executeScript(); 2020-07-14 20:58:10,842 [19] INFO - --------- 2020-07-14 20:58:10,842 [19] INFO - Information: 0 : 2020-07-14 20:58:10,842 [19] INFO - --------- 2020-07-14 20:58:10,843 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,847 [19] INFO - Information: 0 : 2020-07-14 20:58:10,847 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,850 [19] INFO - Information: 0 : 2020-07-14 20:58:10,850 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,850 [19] INFO - Information: 0 : 2020-07-14 20:58:10,850 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,851 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,851 [19] INFO - Information: 0 : 2020-07-14 20:58:10,851 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,851 [19] INFO - --------- 2020-07-14 20:58:10,851 [19] INFO - Information: 0 : 2020-07-14 20:58:10,852 [19] INFO - --------- 2020-07-14 20:58:10,852 [19] INFO - function SE637303570908418495() {} SE637303570908418495.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570908418495().executeScript(); 2020-07-14 20:58:10,852 [19] INFO - Information: 0 : 2020-07-14 20:58:10,852 [19] INFO - function SE637303570908418495() {} SE637303570908418495.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570908418495().executeScript(); 2020-07-14 20:58:10,852 [19] INFO - --------- 2020-07-14 20:58:10,852 [19] INFO - Information: 0 : 2020-07-14 20:58:10,852 [19] INFO - --------- 2020-07-14 20:58:10,853 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2047. 2020-07-14 20:58:10,853 [19] INFO - Information: 0 : 2020-07-14 20:58:10,853 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2047. 2020-07-14 20:58:10,853 [19] INFO - --------- 2020-07-14 20:58:10,853 [19] INFO - Information: 0 : 2020-07-14 20:58:10,853 [19] INFO - --------- 2020-07-14 20:58:10,853 [19] INFO - [system.partial] „article-begin.html“ 14 ms „[0, popupimage]“ 2020-07-14 20:58:10,853 [19] INFO - Information: 0 : 2020-07-14 20:58:10,853 [19] INFO - [system.partial] „article-begin.html“ 14 ms „[0, popupimage]“ 2020-07-14 20:58:10,855 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:10,855 [19] INFO - Information: 0 : 2020-07-14 20:58:10,855 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:10,856 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,856 [19] INFO - Information: 0 : 2020-07-14 20:58:10,856 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,856 [19] INFO - --------- 2020-07-14 20:58:10,856 [19] INFO - Information: 0 : 2020-07-14 20:58:10,856 [19] INFO - --------- 2020-07-14 20:58:10,856 [19] INFO - function SE637303570908158480() {} SE637303570908158480.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570908158480().executeScript(); 2020-07-14 20:58:10,857 [19] INFO - Information: 0 : 2020-07-14 20:58:10,857 [19] INFO - function SE637303570908158480() {} SE637303570908158480.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570908158480().executeScript(); 2020-07-14 20:58:10,858 [19] INFO - --------- 2020-07-14 20:58:10,858 [19] INFO - Information: 0 : 2020-07-14 20:58:10,858 [19] INFO - --------- 2020-07-14 20:58:10,858 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2048. 2020-07-14 20:58:10,858 [19] INFO - Information: 0 : 2020-07-14 20:58:10,858 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2048. 2020-07-14 20:58:10,858 [19] INFO - --------- 2020-07-14 20:58:10,858 [19] INFO - Information: 0 : 2020-07-14 20:58:10,858 [19] INFO - --------- 2020-07-14 20:58:10,859 [19] INFO - Information: 0 : 2020-07-14 20:58:10,859 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,861 [19] INFO - Information: 0 : 2020-07-14 20:58:10,862 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,862 [19] INFO - Information: 0 : 2020-07-14 20:58:10,862 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,865 [19] INFO - Information: 0 : 2020-07-14 20:58:10,865 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,867 [19] INFO - Information: 0 : 2020-07-14 20:58:10,867 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,867 [19] INFO - Information: 0 : 2020-07-14 20:58:10,867 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,869 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,869 [19] INFO - Information: 0 : 2020-07-14 20:58:10,869 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,869 [19] INFO - --------- 2020-07-14 20:58:10,869 [19] INFO - Information: 0 : 2020-07-14 20:58:10,869 [19] INFO - --------- 2020-07-14 20:58:10,870 [19] INFO - function SE637303570908698511() {} SE637303570908698511.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570908698511().executeScript(); 2020-07-14 20:58:10,870 [19] INFO - Information: 0 : 2020-07-14 20:58:10,870 [19] INFO - function SE637303570908698511() {} SE637303570908698511.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570908698511().executeScript(); 2020-07-14 20:58:10,871 [19] INFO - --------- 2020-07-14 20:58:10,871 [19] INFO - Information: 0 : 2020-07-14 20:58:10,871 [19] INFO - --------- 2020-07-14 20:58:10,873 [19] INFO - Information: 0 : 2020-07-14 20:58:10,873 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,875 [19] INFO - Information: 0 : 2020-07-14 20:58:10,875 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,875 [19] INFO - Information: 0 : 2020-07-14 20:58:10,875 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,875 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 337 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:10,876 [19] INFO - Information: 0 : 2020-07-14 20:58:10,876 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,878 [19] INFO - Information: 0 : 2020-07-14 20:58:10,878 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,878 [19] INFO - Information: 0 : 2020-07-14 20:58:10,878 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,879 [19] INFO - Entering 'ensureContentCopy' for image 461, article 1480, size 449. 2020-07-14 20:58:10,879 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1480, image ID = 461, maxWidthInPixel = 449. 2020-07-14 20:58:10,879 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:10,879 [19] INFO - Leaving 'ensureContentCopy' for image 461, article 1480, size „449“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:10,890 [19] INFO - [GetImageSizeInPixel - B2] getting image size 2048x1536 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\c17cd01181914dc1a319b5b14c8e4001.jpg“ live from file. 2020-07-14 20:58:10,891 [19] INFO - Returning live-calculated image size for image with ID 461, file version „ContentCopy“ of 2048×1536 pixels. 2020-07-14 20:58:10,891 [19] INFO - Returning cached image size for image with ID 461, file version „ContentCopy“ of 2048×1536 pixels. 2020-07-14 20:58:10,892 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,892 [19] INFO - Information: 0 : 2020-07-14 20:58:10,892 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,893 [19] INFO - --------- 2020-07-14 20:58:10,893 [19] INFO - Information: 0 : 2020-07-14 20:58:10,893 [19] INFO - --------- 2020-07-14 20:58:10,893 [19] INFO - function SE637303570908928524() {} SE637303570908928524.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570908928524().executeScript(); 2020-07-14 20:58:10,893 [19] INFO - Information: 0 : 2020-07-14 20:58:10,893 [19] INFO - function SE637303570908928524() {} SE637303570908928524.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570908928524().executeScript(); 2020-07-14 20:58:10,893 [19] INFO - --------- 2020-07-14 20:58:10,893 [19] INFO - Information: 0 : 2020-07-14 20:58:10,894 [19] INFO - --------- 2020-07-14 20:58:10,899 [19] INFO - Information: 0 : 2020-07-14 20:58:10,899 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,901 [19] INFO - Information: 0 : 2020-07-14 20:58:10,901 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,902 [19] INFO - Information: 0 : 2020-07-14 20:58:10,902 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,903 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,903 [19] INFO - Information: 0 : 2020-07-14 20:58:10,903 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,903 [19] INFO - --------- 2020-07-14 20:58:10,903 [19] INFO - Information: 0 : 2020-07-14 20:58:10,903 [19] INFO - --------- 2020-07-14 20:58:10,903 [19] INFO - function SE637303570908928524() {} SE637303570908928524.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570908928524().executeScript(); 2020-07-14 20:58:10,904 [19] INFO - Information: 0 : 2020-07-14 20:58:10,904 [19] INFO - function SE637303570908928524() {} SE637303570908928524.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570908928524().executeScript(); 2020-07-14 20:58:10,904 [19] INFO - --------- 2020-07-14 20:58:10,904 [19] INFO - Information: 0 : 2020-07-14 20:58:10,904 [19] INFO - --------- 2020-07-14 20:58:10,904 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2049. 2020-07-14 20:58:10,904 [19] INFO - Information: 0 : 2020-07-14 20:58:10,904 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2049. 2020-07-14 20:58:10,904 [19] INFO - --------- 2020-07-14 20:58:10,905 [19] INFO - Information: 0 : 2020-07-14 20:58:10,905 [19] INFO - --------- 2020-07-14 20:58:10,905 [19] INFO - [system.partial] „article-begin.html“ 12 ms „[0, popupimage]“ 2020-07-14 20:58:10,905 [19] INFO - Information: 0 : 2020-07-14 20:58:10,905 [19] INFO - [system.partial] „article-begin.html“ 12 ms „[0, popupimage]“ 2020-07-14 20:58:10,906 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:10,907 [19] INFO - Information: 0 : 2020-07-14 20:58:10,907 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:10,907 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,907 [19] INFO - Information: 0 : 2020-07-14 20:58:10,907 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,907 [19] INFO - --------- 2020-07-14 20:58:10,907 [19] INFO - Information: 0 : 2020-07-14 20:58:10,907 [19] INFO - --------- 2020-07-14 20:58:10,907 [19] INFO - function SE637303570908698511() {} SE637303570908698511.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570908698511().executeScript(); 2020-07-14 20:58:10,908 [19] INFO - Information: 0 : 2020-07-14 20:58:10,908 [19] INFO - function SE637303570908698511() {} SE637303570908698511.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570908698511().executeScript(); 2020-07-14 20:58:10,908 [19] INFO - --------- 2020-07-14 20:58:10,909 [19] INFO - Information: 0 : 2020-07-14 20:58:10,909 [19] INFO - --------- 2020-07-14 20:58:10,909 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2050. 2020-07-14 20:58:10,909 [19] INFO - Information: 0 : 2020-07-14 20:58:10,909 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2050. 2020-07-14 20:58:10,909 [19] INFO - --------- 2020-07-14 20:58:10,909 [19] INFO - Information: 0 : 2020-07-14 20:58:10,909 [19] INFO - --------- 2020-07-14 20:58:10,910 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,910 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,910 [19] INFO - Information: 0 : 2020-07-14 20:58:10,910 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,911 [19] INFO - --------- 2020-07-14 20:58:10,911 [19] INFO - Information: 0 : 2020-07-14 20:58:10,911 [19] INFO - --------- 2020-07-14 20:58:10,911 [19] INFO - function SE637303570909108535() {} SE637303570909108535.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570909108535().executeScript(); 2020-07-14 20:58:10,912 [19] INFO - Information: 0 : 2020-07-14 20:58:10,912 [19] INFO - function SE637303570909108535() {} SE637303570909108535.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570909108535().executeScript(); 2020-07-14 20:58:10,912 [19] INFO - --------- 2020-07-14 20:58:10,912 [19] INFO - Information: 0 : 2020-07-14 20:58:10,912 [19] INFO - --------- 2020-07-14 20:58:10,914 [19] INFO - Information: 0 : 2020-07-14 20:58:10,914 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,916 [19] INFO - Information: 0 : 2020-07-14 20:58:10,916 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,917 [19] INFO - Information: 0 : 2020-07-14 20:58:10,917 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,917 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 337 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:10,918 [19] INFO - Entering 'ensureContentCopy' for image 462, article 1481, size 449. 2020-07-14 20:58:10,918 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1481, image ID = 462, maxWidthInPixel = 449. 2020-07-14 20:58:10,918 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:10,918 [19] INFO - Leaving 'ensureContentCopy' for image 462, article 1481, size „449“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:10,926 [19] INFO - [GetImageSizeInPixel - B2] getting image size 2048x1536 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\b1a651a995cf442d9586348cd6ce7fc5.jpg“ live from file. 2020-07-14 20:58:10,926 [19] INFO - Returning live-calculated image size for image with ID 462, file version „ContentCopy“ of 2048×1536 pixels. 2020-07-14 20:58:10,927 [19] INFO - Returning cached image size for image with ID 462, file version „ContentCopy“ of 2048×1536 pixels. 2020-07-14 20:58:10,928 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,928 [19] INFO - Information: 0 : 2020-07-14 20:58:10,928 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,928 [19] INFO - --------- 2020-07-14 20:58:10,928 [19] INFO - Information: 0 : 2020-07-14 20:58:10,929 [19] INFO - --------- 2020-07-14 20:58:10,929 [19] INFO - function SE637303570909288545() {} SE637303570909288545.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570909288545().executeScript(); 2020-07-14 20:58:10,929 [19] INFO - Information: 0 : 2020-07-14 20:58:10,929 [19] INFO - function SE637303570909288545() {} SE637303570909288545.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570909288545().executeScript(); 2020-07-14 20:58:10,929 [19] INFO - --------- 2020-07-14 20:58:10,929 [19] INFO - Information: 0 : 2020-07-14 20:58:10,929 [19] INFO - --------- 2020-07-14 20:58:10,934 [19] INFO - Information: 0 : 2020-07-14 20:58:10,934 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,936 [19] INFO - Information: 0 : 2020-07-14 20:58:10,936 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,936 [19] INFO - Information: 0 : 2020-07-14 20:58:10,936 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,938 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,938 [19] INFO - Information: 0 : 2020-07-14 20:58:10,938 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,938 [19] INFO - --------- 2020-07-14 20:58:10,938 [19] INFO - Information: 0 : 2020-07-14 20:58:10,938 [19] INFO - --------- 2020-07-14 20:58:10,938 [19] INFO - function SE637303570909288545() {} SE637303570909288545.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570909288545().executeScript(); 2020-07-14 20:58:10,939 [19] INFO - Information: 0 : 2020-07-14 20:58:10,939 [19] INFO - function SE637303570909288545() {} SE637303570909288545.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570909288545().executeScript(); 2020-07-14 20:58:10,939 [19] INFO - --------- 2020-07-14 20:58:10,939 [19] INFO - Information: 0 : 2020-07-14 20:58:10,939 [19] INFO - --------- 2020-07-14 20:58:10,939 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2051. 2020-07-14 20:58:10,939 [19] INFO - Information: 0 : 2020-07-14 20:58:10,939 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2051. 2020-07-14 20:58:10,940 [19] INFO - --------- 2020-07-14 20:58:10,940 [19] INFO - Information: 0 : 2020-07-14 20:58:10,940 [19] INFO - --------- 2020-07-14 20:58:10,940 [19] INFO - [system.partial] „article-begin.html“ 12 ms „[0, popupimage]“ 2020-07-14 20:58:10,940 [19] INFO - Information: 0 : 2020-07-14 20:58:10,940 [19] INFO - [system.partial] „article-begin.html“ 12 ms „[0, popupimage]“ 2020-07-14 20:58:10,942 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:10,942 [19] INFO - Information: 0 : 2020-07-14 20:58:10,942 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:10,942 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,942 [19] INFO - Information: 0 : 2020-07-14 20:58:10,942 [19] INFO - Finished executing the following script: 2020-07-14 20:58:10,942 [19] INFO - --------- 2020-07-14 20:58:10,943 [19] INFO - Information: 0 : 2020-07-14 20:58:10,943 [19] INFO - --------- 2020-07-14 20:58:10,943 [19] INFO - function SE637303570909108535() {} SE637303570909108535.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570909108535().executeScript(); 2020-07-14 20:58:10,943 [19] INFO - Information: 0 : 2020-07-14 20:58:10,944 [19] INFO - function SE637303570909108535() {} SE637303570909108535.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570909108535().executeScript(); 2020-07-14 20:58:10,944 [19] INFO - --------- 2020-07-14 20:58:10,944 [19] INFO - Information: 0 : 2020-07-14 20:58:10,944 [19] INFO - --------- 2020-07-14 20:58:10,944 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2052. 2020-07-14 20:58:10,944 [19] INFO - Information: 0 : 2020-07-14 20:58:10,944 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2052. 2020-07-14 20:58:10,944 [19] INFO - --------- 2020-07-14 20:58:10,945 [19] INFO - Information: 0 : 2020-07-14 20:58:10,945 [19] INFO - --------- 2020-07-14 20:58:10,945 [19] INFO - Information: 0 : 2020-07-14 20:58:10,946 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,948 [19] INFO - Information: 0 : 2020-07-14 20:58:10,948 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,948 [19] INFO - Information: 0 : 2020-07-14 20:58:10,948 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,949 [19] INFO - Information: 0 : 2020-07-14 20:58:10,949 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,951 [19] INFO - Information: 0 : 2020-07-14 20:58:10,951 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,952 [19] INFO - Information: 0 : 2020-07-14 20:58:10,952 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,953 [19] INFO - Information: 0 : 2020-07-14 20:58:10,953 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,954 [19] INFO - Information: 0 : 2020-07-14 20:58:10,954 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,954 [19] INFO - Information: 0 : 2020-07-14 20:58:10,955 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,957 [19] INFO - Information: 0 : 2020-07-14 20:58:10,957 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,958 [19] INFO - Information: 0 : 2020-07-14 20:58:10,958 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,958 [19] INFO - Information: 0 : 2020-07-14 20:58:10,958 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,959 [19] INFO - Information: 0 : 2020-07-14 20:58:10,959 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,961 [19] INFO - Information: 0 : 2020-07-14 20:58:10,962 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,962 [19] INFO - Information: 0 : 2020-07-14 20:58:10,962 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,963 [19] INFO - Information: 0 : 2020-07-14 20:58:10,963 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,964 [19] INFO - Information: 0 : 2020-07-14 20:58:10,964 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,964 [19] INFO - Information: 0 : 2020-07-14 20:58:10,965 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,968 [19] INFO - Information: 0 : 2020-07-14 20:58:10,968 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,968 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,970 [19] INFO - Information: 0 : 2020-07-14 20:58:10,970 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,970 [19] INFO - Information: 0 : 2020-07-14 20:58:10,970 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,972 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,972 [19] INFO - Information: 0 : 2020-07-14 20:58:10,972 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,972 [19] INFO - --------- 2020-07-14 20:58:10,972 [19] INFO - Information: 0 : 2020-07-14 20:58:10,972 [19] INFO - --------- 2020-07-14 20:58:10,972 [19] INFO - function SE637303570909718570() {} SE637303570909718570.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570909718570().executeScript(); 2020-07-14 20:58:10,973 [19] INFO - Information: 0 : 2020-07-14 20:58:10,973 [19] INFO - function SE637303570909718570() {} SE637303570909718570.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570909718570().executeScript(); 2020-07-14 20:58:10,973 [19] INFO - --------- 2020-07-14 20:58:10,975 [19] INFO - Information: 0 : 2020-07-14 20:58:10,975 [19] INFO - --------- 2020-07-14 20:58:10,977 [19] INFO - Information: 0 : 2020-07-14 20:58:10,977 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,979 [19] INFO - Information: 0 : 2020-07-14 20:58:10,979 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,980 [19] INFO - Information: 0 : 2020-07-14 20:58:10,980 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,980 [19] INFO - [SetContentCopyImageSizeInPixel] 506 x 380 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:10,980 [19] INFO - Information: 0 : 2020-07-14 20:58:10,980 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:10,982 [19] INFO - Information: 0 : 2020-07-14 20:58:10,982 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,982 [19] INFO - Information: 0 : 2020-07-14 20:58:10,982 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:10,982 [19] INFO - Entering 'ensureContentCopy' for image 463, article 1482, size 506. 2020-07-14 20:58:10,983 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1482, image ID = 463, maxWidthInPixel = 506. 2020-07-14 20:58:10,983 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:10,983 [19] INFO - Leaving 'ensureContentCopy' for image 463, article 1482, size „506“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:10,991 [19] INFO - [GetImageSizeInPixel - B2] getting image size 2048x1536 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\0a71f6f166d8462aabb6719329354761.jpg“ live from file. 2020-07-14 20:58:10,992 [19] INFO - Returning live-calculated image size for image with ID 463, file version „ContentCopy“ of 2048×1536 pixels. 2020-07-14 20:58:10,992 [19] INFO - Returning cached image size for image with ID 463, file version „ContentCopy“ of 2048×1536 pixels. 2020-07-14 20:58:10,993 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,993 [19] INFO - Information: 0 : 2020-07-14 20:58:10,993 [19] INFO - About to execute the following script: 2020-07-14 20:58:10,994 [19] INFO - --------- 2020-07-14 20:58:10,994 [19] INFO - Information: 0 : 2020-07-14 20:58:10,994 [19] INFO - --------- 2020-07-14 20:58:10,994 [19] INFO - function SE637303570909938582() {} SE637303570909938582.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570909938582().executeScript(); 2020-07-14 20:58:10,994 [19] INFO - Information: 0 : 2020-07-14 20:58:10,994 [19] INFO - function SE637303570909938582() {} SE637303570909938582.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570909938582().executeScript(); 2020-07-14 20:58:10,994 [19] INFO - --------- 2020-07-14 20:58:10,994 [19] INFO - Information: 0 : 2020-07-14 20:58:10,995 [19] INFO - --------- 2020-07-14 20:58:10,996 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:10,999 [19] INFO - Information: 0 : 2020-07-14 20:58:10,999 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,001 [19] INFO - Information: 0 : 2020-07-14 20:58:11,001 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,002 [19] INFO - Information: 0 : 2020-07-14 20:58:11,002 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,003 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,003 [19] INFO - Information: 0 : 2020-07-14 20:58:11,003 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,003 [19] INFO - --------- 2020-07-14 20:58:11,003 [19] INFO - Information: 0 : 2020-07-14 20:58:11,003 [19] INFO - --------- 2020-07-14 20:58:11,003 [19] INFO - function SE637303570909938582() {} SE637303570909938582.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570909938582().executeScript(); 2020-07-14 20:58:11,004 [19] INFO - Information: 0 : 2020-07-14 20:58:11,004 [19] INFO - function SE637303570909938582() {} SE637303570909938582.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570909938582().executeScript(); 2020-07-14 20:58:11,004 [19] INFO - --------- 2020-07-14 20:58:11,004 [19] INFO - Information: 0 : 2020-07-14 20:58:11,004 [19] INFO - --------- 2020-07-14 20:58:11,004 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2053. 2020-07-14 20:58:11,004 [19] INFO - Information: 0 : 2020-07-14 20:58:11,004 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2053. 2020-07-14 20:58:11,004 [19] INFO - --------- 2020-07-14 20:58:11,005 [19] INFO - Information: 0 : 2020-07-14 20:58:11,005 [19] INFO - --------- 2020-07-14 20:58:11,005 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“ 2020-07-14 20:58:11,005 [19] INFO - Information: 0 : 2020-07-14 20:58:11,005 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“ 2020-07-14 20:58:11,007 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,007 [19] INFO - Information: 0 : 2020-07-14 20:58:11,007 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,007 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,007 [19] INFO - Information: 0 : 2020-07-14 20:58:11,007 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,007 [19] INFO - --------- 2020-07-14 20:58:11,007 [19] INFO - Information: 0 : 2020-07-14 20:58:11,007 [19] INFO - --------- 2020-07-14 20:58:11,008 [19] INFO - function SE637303570909718570() {} SE637303570909718570.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570909718570().executeScript(); 2020-07-14 20:58:11,008 [19] INFO - Information: 0 : 2020-07-14 20:58:11,008 [19] INFO - function SE637303570909718570() {} SE637303570909718570.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570909718570().executeScript(); 2020-07-14 20:58:11,009 [19] INFO - --------- 2020-07-14 20:58:11,009 [19] INFO - Information: 0 : 2020-07-14 20:58:11,009 [19] INFO - --------- 2020-07-14 20:58:11,009 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2054. 2020-07-14 20:58:11,009 [19] INFO - Information: 0 : 2020-07-14 20:58:11,009 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2054. 2020-07-14 20:58:11,009 [19] INFO - --------- 2020-07-14 20:58:11,009 [19] INFO - Information: 0 : 2020-07-14 20:58:11,009 [19] INFO - --------- 2020-07-14 20:58:11,010 [19] INFO - Information: 0 : 2020-07-14 20:58:11,010 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,012 [19] INFO - Information: 0 : 2020-07-14 20:58:11,012 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,013 [19] INFO - Information: 0 : 2020-07-14 20:58:11,013 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,016 [19] INFO - Information: 0 : 2020-07-14 20:58:11,016 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,018 [19] INFO - Information: 0 : 2020-07-14 20:58:11,018 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,018 [19] INFO - Information: 0 : 2020-07-14 20:58:11,018 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,020 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,020 [19] INFO - Information: 0 : 2020-07-14 20:58:11,020 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,020 [19] INFO - --------- 2020-07-14 20:58:11,020 [19] INFO - Information: 0 : 2020-07-14 20:58:11,020 [19] INFO - --------- 2020-07-14 20:58:11,020 [19] INFO - function SE637303570910208598() {} SE637303570910208598.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910208598().executeScript(); 2020-07-14 20:58:11,021 [19] INFO - Information: 0 : 2020-07-14 20:58:11,021 [19] INFO - function SE637303570910208598() {} SE637303570910208598.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910208598().executeScript(); 2020-07-14 20:58:11,021 [19] INFO - --------- 2020-07-14 20:58:11,022 [19] INFO - Information: 0 : 2020-07-14 20:58:11,022 [19] INFO - --------- 2020-07-14 20:58:11,023 [19] INFO - Information: 0 : 2020-07-14 20:58:11,024 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,026 [19] INFO - Information: 0 : 2020-07-14 20:58:11,026 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,026 [19] INFO - Information: 0 : 2020-07-14 20:58:11,026 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,026 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 599 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:11,027 [19] INFO - Information: 0 : 2020-07-14 20:58:11,027 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,028 [19] INFO - Information: 0 : 2020-07-14 20:58:11,028 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,028 [19] INFO - Information: 0 : 2020-07-14 20:58:11,028 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,029 [19] INFO - Entering 'ensureContentCopy' for image 464, article 1483, size 449. 2020-07-14 20:58:11,029 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1483, image ID = 464, maxWidthInPixel = 449. 2020-07-14 20:58:11,029 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:11,029 [19] INFO - Leaving 'ensureContentCopy' for image 464, article 1483, size „449“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:11,034 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:11,038 [19] INFO - [GetImageSizeInPixel - B2] getting image size 2048x2731 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\509b5c2e32d941a19cee960021c7afdd.jpg“ live from file. 2020-07-14 20:58:11,039 [19] INFO - Returning live-calculated image size for image with ID 464, file version „ContentCopy“ of 2048×2731 pixels. 2020-07-14 20:58:11,039 [19] INFO - Returning cached image size for image with ID 464, file version „ContentCopy“ of 2048×2731 pixels. 2020-07-14 20:58:11,040 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,040 [19] INFO - Information: 0 : 2020-07-14 20:58:11,040 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,040 [19] INFO - --------- 2020-07-14 20:58:11,041 [19] INFO - Information: 0 : 2020-07-14 20:58:11,041 [19] INFO - --------- 2020-07-14 20:58:11,041 [19] INFO - function SE637303570910408609() {} SE637303570910408609.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910408609().executeScript(); 2020-07-14 20:58:11,041 [19] INFO - Information: 0 : 2020-07-14 20:58:11,041 [19] INFO - function SE637303570910408609() {} SE637303570910408609.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910408609().executeScript(); 2020-07-14 20:58:11,041 [19] INFO - --------- 2020-07-14 20:58:11,042 [19] INFO - Information: 0 : 2020-07-14 20:58:11,042 [19] INFO - --------- 2020-07-14 20:58:11,046 [19] INFO - Information: 0 : 2020-07-14 20:58:11,046 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,048 [19] INFO - Information: 0 : 2020-07-14 20:58:11,049 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,049 [19] INFO - Information: 0 : 2020-07-14 20:58:11,049 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,050 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,050 [19] INFO - Information: 0 : 2020-07-14 20:58:11,050 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,050 [19] INFO - --------- 2020-07-14 20:58:11,050 [19] INFO - Information: 0 : 2020-07-14 20:58:11,050 [19] INFO - --------- 2020-07-14 20:58:11,050 [19] INFO - function SE637303570910408609() {} SE637303570910408609.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910408609().executeScript(); 2020-07-14 20:58:11,051 [19] INFO - Information: 0 : 2020-07-14 20:58:11,051 [19] INFO - function SE637303570910408609() {} SE637303570910408609.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910408609().executeScript(); 2020-07-14 20:58:11,051 [19] INFO - --------- 2020-07-14 20:58:11,051 [19] INFO - Information: 0 : 2020-07-14 20:58:11,051 [19] INFO - --------- 2020-07-14 20:58:11,051 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2055. 2020-07-14 20:58:11,051 [19] INFO - Information: 0 : 2020-07-14 20:58:11,051 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2055. 2020-07-14 20:58:11,052 [19] INFO - --------- 2020-07-14 20:58:11,052 [19] INFO - Information: 0 : 2020-07-14 20:58:11,052 [19] INFO - --------- 2020-07-14 20:58:11,052 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“ 2020-07-14 20:58:11,052 [19] INFO - Information: 0 : 2020-07-14 20:58:11,052 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“ 2020-07-14 20:58:11,054 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,054 [19] INFO - Information: 0 : 2020-07-14 20:58:11,054 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,054 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,054 [19] INFO - Information: 0 : 2020-07-14 20:58:11,054 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,054 [19] INFO - --------- 2020-07-14 20:58:11,054 [19] INFO - Information: 0 : 2020-07-14 20:58:11,055 [19] INFO - --------- 2020-07-14 20:58:11,055 [19] INFO - function SE637303570910208598() {} SE637303570910208598.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910208598().executeScript(); 2020-07-14 20:58:11,055 [19] INFO - Information: 0 : 2020-07-14 20:58:11,055 [19] INFO - function SE637303570910208598() {} SE637303570910208598.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910208598().executeScript(); 2020-07-14 20:58:11,056 [19] INFO - --------- 2020-07-14 20:58:11,056 [19] INFO - Information: 0 : 2020-07-14 20:58:11,056 [19] INFO - --------- 2020-07-14 20:58:11,056 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2056. 2020-07-14 20:58:11,056 [19] INFO - Information: 0 : 2020-07-14 20:58:11,056 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2056. 2020-07-14 20:58:11,056 [19] INFO - --------- 2020-07-14 20:58:11,056 [19] INFO - Information: 0 : 2020-07-14 20:58:11,057 [19] INFO - --------- 2020-07-14 20:58:11,057 [19] INFO - Information: 0 : 2020-07-14 20:58:11,057 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,060 [19] INFO - Information: 0 : 2020-07-14 20:58:11,060 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,060 [19] INFO - Information: 0 : 2020-07-14 20:58:11,060 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,061 [19] INFO - Information: 0 : 2020-07-14 20:58:11,061 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,063 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:11,064 [19] INFO - Information: 0 : 2020-07-14 20:58:11,064 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,066 [19] INFO - Information: 0 : 2020-07-14 20:58:11,066 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,066 [19] INFO - Information: 0 : 2020-07-14 20:58:11,066 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,068 [19] INFO - Information: 0 : 2020-07-14 20:58:11,069 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,070 [19] INFO - Information: 0 : 2020-07-14 20:58:11,070 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,070 [19] INFO - Information: 0 : 2020-07-14 20:58:11,070 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,071 [19] INFO - Information: 0 : 2020-07-14 20:58:11,072 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,074 [19] INFO - Information: 0 : 2020-07-14 20:58:11,074 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,074 [19] INFO - Information: 0 : 2020-07-14 20:58:11,074 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,075 [19] INFO - Information: 0 : 2020-07-14 20:58:11,075 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,076 [19] INFO - Information: 0 : 2020-07-14 20:58:11,076 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,076 [19] INFO - Information: 0 : 2020-07-14 20:58:11,076 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,079 [19] INFO - Information: 0 : 2020-07-14 20:58:11,079 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,080 [19] INFO - Information: 0 : 2020-07-14 20:58:11,081 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,081 [19] INFO - Information: 0 : 2020-07-14 20:58:11,081 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,082 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,082 [19] INFO - Information: 0 : 2020-07-14 20:58:11,082 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,082 [19] INFO - --------- 2020-07-14 20:58:11,082 [19] INFO - Information: 0 : 2020-07-14 20:58:11,082 [19] INFO - --------- 2020-07-14 20:58:11,082 [19] INFO - function SE637303570910828633() {} SE637303570910828633.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910828633().executeScript(); 2020-07-14 20:58:11,082 [19] INFO - Information: 0 : 2020-07-14 20:58:11,083 [19] INFO - function SE637303570910828633() {} SE637303570910828633.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910828633().executeScript(); 2020-07-14 20:58:11,083 [19] INFO - --------- 2020-07-14 20:58:11,083 [19] INFO - Information: 0 : 2020-07-14 20:58:11,083 [19] INFO - --------- 2020-07-14 20:58:11,084 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,084 [19] INFO - Information: 0 : 2020-07-14 20:58:11,084 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,084 [19] INFO - --------- 2020-07-14 20:58:11,084 [19] INFO - Information: 0 : 2020-07-14 20:58:11,085 [19] INFO - --------- 2020-07-14 20:58:11,085 [19] INFO - function SE637303570910848634() {} SE637303570910848634.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910848634().executeScript(); 2020-07-14 20:58:11,085 [19] INFO - Information: 0 : 2020-07-14 20:58:11,085 [19] INFO - function SE637303570910848634() {} SE637303570910848634.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910848634().executeScript(); 2020-07-14 20:58:11,085 [19] INFO - --------- 2020-07-14 20:58:11,085 [19] INFO - Information: 0 : 2020-07-14 20:58:11,085 [19] INFO - --------- 2020-07-14 20:58:11,090 [19] INFO - Information: 0 : 2020-07-14 20:58:11,090 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,092 [19] INFO - Information: 0 : 2020-07-14 20:58:11,092 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,093 [19] INFO - Information: 0 : 2020-07-14 20:58:11,093 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,093 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:11,094 [19] INFO - Information: 0 : 2020-07-14 20:58:11,094 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,095 [19] INFO - Information: 0 : 2020-07-14 20:58:11,095 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,095 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,095 [19] INFO - Information: 0 : 2020-07-14 20:58:11,095 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,096 [19] INFO - --------- 2020-07-14 20:58:11,096 [19] INFO - Information: 0 : 2020-07-14 20:58:11,096 [19] INFO - --------- 2020-07-14 20:58:11,096 [19] INFO - function SE637303570910848634() {} SE637303570910848634.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910848634().executeScript(); 2020-07-14 20:58:11,096 [19] INFO - Information: 0 : 2020-07-14 20:58:11,096 [19] INFO - function SE637303570910848634() {} SE637303570910848634.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910848634().executeScript(); 2020-07-14 20:58:11,096 [19] INFO - --------- 2020-07-14 20:58:11,097 [19] INFO - Information: 0 : 2020-07-14 20:58:11,097 [19] INFO - --------- 2020-07-14 20:58:11,097 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2057. 2020-07-14 20:58:11,097 [19] INFO - Information: 0 : 2020-07-14 20:58:11,097 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2057. 2020-07-14 20:58:11,097 [19] INFO - --------- 2020-07-14 20:58:11,097 [19] INFO - Information: 0 : 2020-07-14 20:58:11,097 [19] INFO - --------- 2020-07-14 20:58:11,097 [19] INFO - [system.partial] „article-begin.html“ 13 ms „“ 2020-07-14 20:58:11,097 [19] INFO - Information: 0 : 2020-07-14 20:58:11,098 [19] INFO - [system.partial] „article-begin.html“ 13 ms „“ 2020-07-14 20:58:11,098 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,098 [19] INFO - Information: 0 : 2020-07-14 20:58:11,098 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,098 [19] INFO - --------- 2020-07-14 20:58:11,098 [19] INFO - Information: 0 : 2020-07-14 20:58:11,098 [19] INFO - --------- 2020-07-14 20:58:11,099 [19] INFO - function SE637303570910988642() {} SE637303570910988642.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910988642().executeScript(); 2020-07-14 20:58:11,099 [19] INFO - Information: 0 : 2020-07-14 20:58:11,099 [19] INFO - function SE637303570910988642() {} SE637303570910988642.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910988642().executeScript(); 2020-07-14 20:58:11,099 [19] INFO - --------- 2020-07-14 20:58:11,099 [19] INFO - Information: 0 : 2020-07-14 20:58:11,099 [19] INFO - --------- 2020-07-14 20:58:11,102 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,102 [19] INFO - Information: 0 : 2020-07-14 20:58:11,102 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,103 [19] INFO - --------- 2020-07-14 20:58:11,103 [19] INFO - Information: 0 : 2020-07-14 20:58:11,103 [19] INFO - --------- 2020-07-14 20:58:11,103 [19] INFO - function SE637303570910988642() {} SE637303570910988642.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910988642().executeScript(); 2020-07-14 20:58:11,103 [19] INFO - Information: 0 : 2020-07-14 20:58:11,103 [19] INFO - function SE637303570910988642() {} SE637303570910988642.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910988642().executeScript(); 2020-07-14 20:58:11,103 [19] INFO - --------- 2020-07-14 20:58:11,103 [19] INFO - Information: 0 : 2020-07-14 20:58:11,103 [19] INFO - --------- 2020-07-14 20:58:11,104 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2058. 2020-07-14 20:58:11,104 [19] INFO - Information: 0 : 2020-07-14 20:58:11,104 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2058. 2020-07-14 20:58:11,104 [19] INFO - --------- 2020-07-14 20:58:11,104 [19] INFO - Information: 0 : 2020-07-14 20:58:11,104 [19] INFO - --------- 2020-07-14 20:58:11,104 [19] INFO - [system.partial] „article-headline.html“ 6 ms „“ 2020-07-14 20:58:11,104 [19] INFO - Information: 0 : 2020-07-14 20:58:11,104 [19] INFO - [system.partial] „article-headline.html“ 6 ms „“ 2020-07-14 20:58:11,105 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,105 [19] INFO - Information: 0 : 2020-07-14 20:58:11,105 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,105 [19] INFO - --------- 2020-07-14 20:58:11,105 [19] INFO - Information: 0 : 2020-07-14 20:58:11,105 [19] INFO - --------- 2020-07-14 20:58:11,105 [19] INFO - function SE637303570911058646() {} SE637303570911058646.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570911058646().executeScript(); 2020-07-14 20:58:11,106 [19] INFO - Information: 0 : 2020-07-14 20:58:11,106 [19] INFO - function SE637303570911058646() {} SE637303570911058646.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570911058646().executeScript(); 2020-07-14 20:58:11,106 [19] INFO - --------- 2020-07-14 20:58:11,106 [19] INFO - Information: 0 : 2020-07-14 20:58:11,106 [19] INFO - --------- 2020-07-14 20:58:11,108 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,108 [19] INFO - Information: 0 : 2020-07-14 20:58:11,108 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,108 [19] INFO - --------- 2020-07-14 20:58:11,108 [19] INFO - Information: 0 : 2020-07-14 20:58:11,109 [19] INFO - --------- 2020-07-14 20:58:11,109 [19] INFO - function SE637303570911058646() {} SE637303570911058646.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570911058646().executeScript(); 2020-07-14 20:58:11,109 [19] INFO - Information: 0 : 2020-07-14 20:58:11,109 [19] INFO - function SE637303570911058646() {} SE637303570911058646.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570911058646().executeScript(); 2020-07-14 20:58:11,109 [19] INFO - --------- 2020-07-14 20:58:11,109 [19] INFO - Information: 0 : 2020-07-14 20:58:11,109 [19] INFO - --------- 2020-07-14 20:58:11,109 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2059. 2020-07-14 20:58:11,109 [19] INFO - Information: 0 : 2020-07-14 20:58:11,110 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2059. 2020-07-14 20:58:11,110 [19] INFO - --------- 2020-07-14 20:58:11,110 [19] INFO - Information: 0 : 2020-07-14 20:58:11,110 [19] INFO - --------- 2020-07-14 20:58:11,110 [19] INFO - [system.partial] „inline-editor-start.html“ 5 ms „“ 2020-07-14 20:58:11,110 [19] INFO - Information: 0 : 2020-07-14 20:58:11,110 [19] INFO - [system.partial] „inline-editor-start.html“ 5 ms „“ 2020-07-14 20:58:11,110 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,111 [19] INFO - Information: 0 : 2020-07-14 20:58:11,111 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,111 [19] INFO - --------- 2020-07-14 20:58:11,111 [19] INFO - Information: 0 : 2020-07-14 20:58:11,111 [19] INFO - --------- 2020-07-14 20:58:11,111 [19] INFO - function SE637303570911108649() {} SE637303570911108649.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570911108649().executeScript(); 2020-07-14 20:58:11,111 [19] INFO - Information: 0 : 2020-07-14 20:58:11,111 [19] INFO - function SE637303570911108649() {} SE637303570911108649.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570911108649().executeScript(); 2020-07-14 20:58:11,111 [19] INFO - --------- 2020-07-14 20:58:11,111 [19] INFO - Information: 0 : 2020-07-14 20:58:11,112 [19] INFO - --------- 2020-07-14 20:58:11,113 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,113 [19] INFO - Information: 0 : 2020-07-14 20:58:11,113 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,113 [19] INFO - --------- 2020-07-14 20:58:11,113 [19] INFO - Information: 0 : 2020-07-14 20:58:11,113 [19] INFO - --------- 2020-07-14 20:58:11,114 [19] INFO - function SE637303570911108649() {} SE637303570911108649.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570911108649().executeScript(); 2020-07-14 20:58:11,114 [19] INFO - Information: 0 : 2020-07-14 20:58:11,114 [19] INFO - function SE637303570911108649() {} SE637303570911108649.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570911108649().executeScript(); 2020-07-14 20:58:11,114 [19] INFO - --------- 2020-07-14 20:58:11,114 [19] INFO - Information: 0 : 2020-07-14 20:58:11,114 [19] INFO - --------- 2020-07-14 20:58:11,114 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2060. 2020-07-14 20:58:11,114 [19] INFO - Information: 0 : 2020-07-14 20:58:11,114 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2060. 2020-07-14 20:58:11,114 [19] INFO - --------- 2020-07-14 20:58:11,115 [19] INFO - Information: 0 : 2020-07-14 20:58:11,115 [19] INFO - --------- 2020-07-14 20:58:11,115 [19] INFO - [system.partial] „inline-editor-end.html“ 4 ms „“ 2020-07-14 20:58:11,115 [19] INFO - Information: 0 : 2020-07-14 20:58:11,115 [19] INFO - [system.partial] „inline-editor-end.html“ 4 ms „“ 2020-07-14 20:58:11,115 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,115 [19] INFO - Information: 0 : 2020-07-14 20:58:11,115 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,115 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,116 [19] INFO - Information: 0 : 2020-07-14 20:58:11,116 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,116 [19] INFO - --------- 2020-07-14 20:58:11,116 [19] INFO - Information: 0 : 2020-07-14 20:58:11,116 [19] INFO - --------- 2020-07-14 20:58:11,116 [19] INFO - function SE637303570910828633() {} SE637303570910828633.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910828633().executeScript(); 2020-07-14 20:58:11,116 [19] INFO - Information: 0 : 2020-07-14 20:58:11,116 [19] INFO - function SE637303570910828633() {} SE637303570910828633.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570910828633().executeScript(); 2020-07-14 20:58:11,116 [19] INFO - --------- 2020-07-14 20:58:11,117 [19] INFO - Information: 0 : 2020-07-14 20:58:11,117 [19] INFO - --------- 2020-07-14 20:58:11,117 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2061. 2020-07-14 20:58:11,117 [19] INFO - Information: 0 : 2020-07-14 20:58:11,117 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2061. 2020-07-14 20:58:11,117 [19] INFO - --------- 2020-07-14 20:58:11,117 [19] INFO - Information: 0 : 2020-07-14 20:58:11,117 [19] INFO - --------- 2020-07-14 20:58:11,118 [19] INFO - Information: 0 : 2020-07-14 20:58:11,118 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,120 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:11,121 [19] INFO - Information: 0 : 2020-07-14 20:58:11,121 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,121 [19] INFO - Information: 0 : 2020-07-14 20:58:11,121 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,122 [19] INFO - Information: 0 : 2020-07-14 20:58:11,122 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,124 [19] INFO - Information: 0 : 2020-07-14 20:58:11,124 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,125 [19] INFO - Information: 0 : 2020-07-14 20:58:11,125 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,126 [19] INFO - Information: 0 : 2020-07-14 20:58:11,126 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,127 [19] INFO - Information: 0 : 2020-07-14 20:58:11,127 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,128 [19] INFO - Information: 0 : 2020-07-14 20:58:11,128 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,130 [19] INFO - Information: 0 : 2020-07-14 20:58:11,130 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,131 [19] INFO - Information: 0 : 2020-07-14 20:58:11,131 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,131 [19] INFO - Information: 0 : 2020-07-14 20:58:11,132 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,132 [19] INFO - Information: 0 : 2020-07-14 20:58:11,133 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,135 [19] INFO - Information: 0 : 2020-07-14 20:58:11,135 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,135 [19] INFO - Information: 0 : 2020-07-14 20:58:11,135 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,136 [19] INFO - Information: 0 : 2020-07-14 20:58:11,136 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,137 [19] INFO - Information: 0 : 2020-07-14 20:58:11,138 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,138 [19] INFO - Information: 0 : 2020-07-14 20:58:11,138 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,142 [19] INFO - Information: 0 : 2020-07-14 20:58:11,142 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,144 [19] INFO - Information: 0 : 2020-07-14 20:58:11,144 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,144 [19] INFO - Information: 0 : 2020-07-14 20:58:11,144 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,148 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,148 [19] INFO - Information: 0 : 2020-07-14 20:58:11,148 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,148 [19] INFO - --------- 2020-07-14 20:58:11,148 [19] INFO - Information: 0 : 2020-07-14 20:58:11,148 [19] INFO - --------- 2020-07-14 20:58:11,149 [19] INFO - function SE637303570911488671() {} SE637303570911488671.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570911488671().executeScript(); 2020-07-14 20:58:11,149 [19] INFO - Information: 0 : 2020-07-14 20:58:11,149 [19] INFO - function SE637303570911488671() {} SE637303570911488671.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570911488671().executeScript(); 2020-07-14 20:58:11,150 [19] INFO - --------- 2020-07-14 20:58:11,150 [19] INFO - Information: 0 : 2020-07-14 20:58:11,150 [19] INFO - --------- 2020-07-14 20:58:11,152 [19] INFO - Information: 0 : 2020-07-14 20:58:11,152 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,154 [19] INFO - Information: 0 : 2020-07-14 20:58:11,154 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,154 [19] INFO - Information: 0 : 2020-07-14 20:58:11,154 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,154 [19] INFO - [SetContentCopyImageSizeInPixel] 506 x 163 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:11,155 [19] INFO - Information: 0 : 2020-07-14 20:58:11,155 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,157 [19] INFO - Information: 0 : 2020-07-14 20:58:11,157 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,157 [19] INFO - Information: 0 : 2020-07-14 20:58:11,157 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,157 [19] INFO - Entering 'ensureContentCopy' for image 465, article 1486, size 506. 2020-07-14 20:58:11,158 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1486, image ID = 465, maxWidthInPixel = 506. 2020-07-14 20:58:11,158 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:11,158 [19] INFO - Leaving 'ensureContentCopy' for image 465, article 1486, size „506“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:11,158 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:11,168 [19] INFO - [GetImageSizeInPixel - B2] getting image size 1320x425 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\059c9b37fc694748b2da00e2bf028ca6.jpg“ live from file. 2020-07-14 20:58:11,168 [19] INFO - Returning live-calculated image size for image with ID 465, file version „ContentCopy“ of 1320×425 pixels. 2020-07-14 20:58:11,169 [19] INFO - Returning cached image size for image with ID 465, file version „ContentCopy“ of 1320×425 pixels. 2020-07-14 20:58:11,170 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,170 [19] INFO - Information: 0 : 2020-07-14 20:58:11,170 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,170 [19] INFO - --------- 2020-07-14 20:58:11,170 [19] INFO - Information: 0 : 2020-07-14 20:58:11,171 [19] INFO - --------- 2020-07-14 20:58:11,171 [19] INFO - function SE637303570911708683() {} SE637303570911708683.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570911708683().executeScript(); 2020-07-14 20:58:11,171 [19] INFO - Information: 0 : 2020-07-14 20:58:11,171 [19] INFO - function SE637303570911708683() {} SE637303570911708683.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570911708683().executeScript(); 2020-07-14 20:58:11,171 [19] INFO - --------- 2020-07-14 20:58:11,171 [19] INFO - Information: 0 : 2020-07-14 20:58:11,172 [19] INFO - --------- 2020-07-14 20:58:11,176 [19] INFO - Information: 0 : 2020-07-14 20:58:11,176 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,178 [19] INFO - Information: 0 : 2020-07-14 20:58:11,179 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,179 [19] INFO - Information: 0 : 2020-07-14 20:58:11,179 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,180 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,180 [19] INFO - Information: 0 : 2020-07-14 20:58:11,180 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,180 [19] INFO - --------- 2020-07-14 20:58:11,180 [19] INFO - Information: 0 : 2020-07-14 20:58:11,180 [19] INFO - --------- 2020-07-14 20:58:11,180 [19] INFO - function SE637303570911708683() {} SE637303570911708683.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570911708683().executeScript(); 2020-07-14 20:58:11,181 [19] INFO - Information: 0 : 2020-07-14 20:58:11,181 [19] INFO - function SE637303570911708683() {} SE637303570911708683.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570911708683().executeScript(); 2020-07-14 20:58:11,181 [19] INFO - --------- 2020-07-14 20:58:11,181 [19] INFO - Information: 0 : 2020-07-14 20:58:11,181 [19] INFO - --------- 2020-07-14 20:58:11,181 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2062. 2020-07-14 20:58:11,181 [19] INFO - Information: 0 : 2020-07-14 20:58:11,181 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2062. 2020-07-14 20:58:11,182 [19] INFO - --------- 2020-07-14 20:58:11,182 [19] INFO - Information: 0 : 2020-07-14 20:58:11,182 [19] INFO - --------- 2020-07-14 20:58:11,182 [19] INFO - [system.partial] „article-begin.html“ 12 ms „[0, popupimage]“ 2020-07-14 20:58:11,182 [19] INFO - Information: 0 : 2020-07-14 20:58:11,182 [19] INFO - [system.partial] „article-begin.html“ 12 ms „[0, popupimage]“ 2020-07-14 20:58:11,184 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,184 [19] INFO - Information: 0 : 2020-07-14 20:58:11,184 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,184 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,184 [19] INFO - Information: 0 : 2020-07-14 20:58:11,184 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,184 [19] INFO - --------- 2020-07-14 20:58:11,184 [19] INFO - Information: 0 : 2020-07-14 20:58:11,185 [19] INFO - --------- 2020-07-14 20:58:11,185 [19] INFO - function SE637303570911488671() {} SE637303570911488671.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570911488671().executeScript(); 2020-07-14 20:58:11,185 [19] INFO - Information: 0 : 2020-07-14 20:58:11,185 [19] INFO - function SE637303570911488671() {} SE637303570911488671.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570911488671().executeScript(); 2020-07-14 20:58:11,186 [19] INFO - --------- 2020-07-14 20:58:11,186 [19] INFO - Information: 0 : 2020-07-14 20:58:11,186 [19] INFO - --------- 2020-07-14 20:58:11,186 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2063. 2020-07-14 20:58:11,186 [19] INFO - Information: 0 : 2020-07-14 20:58:11,186 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2063. 2020-07-14 20:58:11,186 [19] INFO - --------- 2020-07-14 20:58:11,187 [19] INFO - Information: 0 : 2020-07-14 20:58:11,187 [19] INFO - --------- 2020-07-14 20:58:11,187 [19] INFO - Information: 0 : 2020-07-14 20:58:11,187 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,189 [19] INFO - Information: 0 : 2020-07-14 20:58:11,189 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,189 [19] INFO - Information: 0 : 2020-07-14 20:58:11,189 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,189 [19] INFO - Information: 0 : 2020-07-14 20:58:11,190 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,192 [19] INFO - Information: 0 : 2020-07-14 20:58:11,192 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,192 [19] INFO - Information: 0 : 2020-07-14 20:58:11,192 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,193 [19] INFO - Information: 0 : 2020-07-14 20:58:11,193 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,194 [19] INFO - Information: 0 : 2020-07-14 20:58:11,194 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,194 [19] INFO - Information: 0 : 2020-07-14 20:58:11,195 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,197 [19] INFO - Information: 0 : 2020-07-14 20:58:11,198 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,199 [19] INFO - Information: 0 : 2020-07-14 20:58:11,200 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,200 [19] INFO - Information: 0 : 2020-07-14 20:58:11,200 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,201 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,201 [19] INFO - Information: 0 : 2020-07-14 20:58:11,202 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,202 [19] INFO - --------- 2020-07-14 20:58:11,202 [19] INFO - Information: 0 : 2020-07-14 20:58:11,202 [19] INFO - --------- 2020-07-14 20:58:11,202 [19] INFO - function SE637303570912018701() {} SE637303570912018701.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570912018701().executeScript(); 2020-07-14 20:58:11,203 [19] INFO - Information: 0 : 2020-07-14 20:58:11,203 [19] INFO - function SE637303570912018701() {} SE637303570912018701.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570912018701().executeScript(); 2020-07-14 20:58:11,203 [19] INFO - --------- 2020-07-14 20:58:11,203 [19] INFO - Information: 0 : 2020-07-14 20:58:11,203 [19] INFO - --------- 2020-07-14 20:58:11,205 [19] INFO - Information: 0 : 2020-07-14 20:58:11,205 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,207 [19] INFO - Information: 0 : 2020-07-14 20:58:11,207 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,208 [19] INFO - Information: 0 : 2020-07-14 20:58:11,208 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,208 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 253 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:11,208 [19] INFO - Information: 0 : 2020-07-14 20:58:11,208 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,210 [19] INFO - Information: 0 : 2020-07-14 20:58:11,210 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,210 [19] INFO - Information: 0 : 2020-07-14 20:58:11,210 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,210 [19] INFO - Entering 'ensureContentCopy' for image 466, article 1487, size 449. 2020-07-14 20:58:11,211 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1487, image ID = 466, maxWidthInPixel = 449. 2020-07-14 20:58:11,211 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:11,211 [19] INFO - Leaving 'ensureContentCopy' for image 466, article 1487, size „449“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:11,214 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:11,221 [19] INFO - [GetImageSizeInPixel - B2] getting image size 2048x1152 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\e8b5be2f918c497bb7b8e7a67c3e6c91.jpg“ live from file. 2020-07-14 20:58:11,221 [19] INFO - Returning live-calculated image size for image with ID 466, file version „ContentCopy“ of 2048×1152 pixels. 2020-07-14 20:58:11,221 [19] INFO - Returning cached image size for image with ID 466, file version „ContentCopy“ of 2048×1152 pixels. 2020-07-14 20:58:11,222 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,222 [19] INFO - Information: 0 : 2020-07-14 20:58:11,223 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,223 [19] INFO - --------- 2020-07-14 20:58:11,223 [19] INFO - Information: 0 : 2020-07-14 20:58:11,223 [19] INFO - --------- 2020-07-14 20:58:11,223 [19] INFO - function SE637303570912228713() {} SE637303570912228713.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570912228713().executeScript(); 2020-07-14 20:58:11,223 [19] INFO - Information: 0 : 2020-07-14 20:58:11,223 [19] INFO - function SE637303570912228713() {} SE637303570912228713.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570912228713().executeScript(); 2020-07-14 20:58:11,224 [19] INFO - --------- 2020-07-14 20:58:11,224 [19] INFO - Information: 0 : 2020-07-14 20:58:11,224 [19] INFO - --------- 2020-07-14 20:58:11,228 [19] INFO - Information: 0 : 2020-07-14 20:58:11,228 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,230 [19] INFO - Information: 0 : 2020-07-14 20:58:11,230 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,230 [19] INFO - Information: 0 : 2020-07-14 20:58:11,230 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,231 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,231 [19] INFO - Information: 0 : 2020-07-14 20:58:11,232 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,232 [19] INFO - --------- 2020-07-14 20:58:11,232 [19] INFO - Information: 0 : 2020-07-14 20:58:11,232 [19] INFO - --------- 2020-07-14 20:58:11,232 [19] INFO - function SE637303570912228713() {} SE637303570912228713.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570912228713().executeScript(); 2020-07-14 20:58:11,232 [19] INFO - Information: 0 : 2020-07-14 20:58:11,232 [19] INFO - function SE637303570912228713() {} SE637303570912228713.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570912228713().executeScript(); 2020-07-14 20:58:11,232 [19] INFO - --------- 2020-07-14 20:58:11,233 [19] INFO - Information: 0 : 2020-07-14 20:58:11,233 [19] INFO - --------- 2020-07-14 20:58:11,233 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2064. 2020-07-14 20:58:11,233 [19] INFO - Information: 0 : 2020-07-14 20:58:11,233 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2064. 2020-07-14 20:58:11,233 [19] INFO - --------- 2020-07-14 20:58:11,233 [19] INFO - Information: 0 : 2020-07-14 20:58:11,233 [19] INFO - --------- 2020-07-14 20:58:11,233 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“ 2020-07-14 20:58:11,234 [19] INFO - Information: 0 : 2020-07-14 20:58:11,234 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“ 2020-07-14 20:58:11,235 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,235 [19] INFO - Information: 0 : 2020-07-14 20:58:11,235 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,236 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,236 [19] INFO - Information: 0 : 2020-07-14 20:58:11,236 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,236 [19] INFO - --------- 2020-07-14 20:58:11,236 [19] INFO - Information: 0 : 2020-07-14 20:58:11,236 [19] INFO - --------- 2020-07-14 20:58:11,236 [19] INFO - function SE637303570912018701() {} SE637303570912018701.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570912018701().executeScript(); 2020-07-14 20:58:11,237 [19] INFO - Information: 0 : 2020-07-14 20:58:11,237 [19] INFO - function SE637303570912018701() {} SE637303570912018701.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570912018701().executeScript(); 2020-07-14 20:58:11,237 [19] INFO - --------- 2020-07-14 20:58:11,237 [19] INFO - Information: 0 : 2020-07-14 20:58:11,238 [19] INFO - --------- 2020-07-14 20:58:11,238 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2065. 2020-07-14 20:58:11,238 [19] INFO - Information: 0 : 2020-07-14 20:58:11,238 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2065. 2020-07-14 20:58:11,238 [19] INFO - --------- 2020-07-14 20:58:11,238 [19] INFO - Information: 0 : 2020-07-14 20:58:11,238 [19] INFO - --------- 2020-07-14 20:58:11,239 [19] INFO - Information: 0 : 2020-07-14 20:58:11,239 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,242 [19] INFO - Information: 0 : 2020-07-14 20:58:11,242 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,242 [19] INFO - Information: 0 : 2020-07-14 20:58:11,242 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,243 [19] INFO - Information: 0 : 2020-07-14 20:58:11,243 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,245 [19] INFO - Information: 0 : 2020-07-14 20:58:11,245 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,245 [19] INFO - Information: 0 : 2020-07-14 20:58:11,245 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,246 [19] INFO - Information: 0 : 2020-07-14 20:58:11,246 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,247 [19] INFO - Information: 0 : 2020-07-14 20:58:11,247 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,248 [19] INFO - Information: 0 : 2020-07-14 20:58:11,248 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,250 [19] INFO - Information: 0 : 2020-07-14 20:58:11,250 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,251 [19] INFO - Information: 0 : 2020-07-14 20:58:11,251 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,251 [19] INFO - Information: 0 : 2020-07-14 20:58:11,252 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,252 [19] INFO - Information: 0 : 2020-07-14 20:58:11,253 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,254 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:11,255 [19] INFO - Information: 0 : 2020-07-14 20:58:11,255 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,255 [19] INFO - Information: 0 : 2020-07-14 20:58:11,255 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,256 [19] INFO - Information: 0 : 2020-07-14 20:58:11,256 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,257 [19] INFO - Information: 0 : 2020-07-14 20:58:11,257 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,257 [19] INFO - Information: 0 : 2020-07-14 20:58:11,257 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,260 [19] INFO - Information: 0 : 2020-07-14 20:58:11,260 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,262 [19] INFO - Information: 0 : 2020-07-14 20:58:11,262 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,262 [19] INFO - Information: 0 : 2020-07-14 20:58:11,262 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,264 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,264 [19] INFO - Information: 0 : 2020-07-14 20:58:11,264 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,264 [19] INFO - --------- 2020-07-14 20:58:11,264 [19] INFO - Information: 0 : 2020-07-14 20:58:11,264 [19] INFO - --------- 2020-07-14 20:58:11,264 [19] INFO - function SE637303570912648737() {} SE637303570912648737.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570912648737().executeScript(); 2020-07-14 20:58:11,265 [19] INFO - Information: 0 : 2020-07-14 20:58:11,265 [19] INFO - function SE637303570912648737() {} SE637303570912648737.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570912648737().executeScript(); 2020-07-14 20:58:11,266 [19] INFO - --------- 2020-07-14 20:58:11,266 [19] INFO - Information: 0 : 2020-07-14 20:58:11,266 [19] INFO - --------- 2020-07-14 20:58:11,267 [19] INFO - Information: 0 : 2020-07-14 20:58:11,268 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,270 [19] INFO - Information: 0 : 2020-07-14 20:58:11,270 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,270 [19] INFO - Information: 0 : 2020-07-14 20:58:11,270 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,270 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 501 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:11,271 [19] INFO - Information: 0 : 2020-07-14 20:58:11,271 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,272 [19] INFO - Information: 0 : 2020-07-14 20:58:11,272 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,272 [19] INFO - Information: 0 : 2020-07-14 20:58:11,272 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,273 [19] INFO - Entering 'ensureContentCopy' for image 467, article 1488, size 890. 2020-07-14 20:58:11,273 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1488, image ID = 467, maxWidthInPixel = 890. 2020-07-14 20:58:11,273 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:11,273 [19] INFO - Leaving 'ensureContentCopy' for image 467, article 1488, size „890“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:11,281 [19] INFO - [GetImageSizeInPixel - B2] getting image size 2048x1152 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\18dbed7d0b1443128ff43849e9b48255.jpg“ live from file. 2020-07-14 20:58:11,281 [19] INFO - Returning live-calculated image size for image with ID 467, file version „ContentCopy“ of 2048×1152 pixels. 2020-07-14 20:58:11,282 [19] INFO - Returning cached image size for image with ID 467, file version „ContentCopy“ of 2048×1152 pixels. 2020-07-14 20:58:11,282 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:11,283 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,284 [19] INFO - Information: 0 : 2020-07-14 20:58:11,284 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,284 [19] INFO - --------- 2020-07-14 20:58:11,284 [19] INFO - Information: 0 : 2020-07-14 20:58:11,284 [19] INFO - --------- 2020-07-14 20:58:11,284 [19] INFO - function SE637303570912838748() {} SE637303570912838748.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570912838748().executeScript(); 2020-07-14 20:58:11,284 [19] INFO - Information: 0 : 2020-07-14 20:58:11,284 [19] INFO - function SE637303570912838748() {} SE637303570912838748.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570912838748().executeScript(); 2020-07-14 20:58:11,285 [19] INFO - --------- 2020-07-14 20:58:11,285 [19] INFO - Information: 0 : 2020-07-14 20:58:11,285 [19] INFO - --------- 2020-07-14 20:58:11,289 [19] INFO - Information: 0 : 2020-07-14 20:58:11,289 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,291 [19] INFO - Information: 0 : 2020-07-14 20:58:11,291 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,292 [19] INFO - Information: 0 : 2020-07-14 20:58:11,292 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,293 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,293 [19] INFO - Information: 0 : 2020-07-14 20:58:11,293 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,293 [19] INFO - --------- 2020-07-14 20:58:11,293 [19] INFO - Information: 0 : 2020-07-14 20:58:11,293 [19] INFO - --------- 2020-07-14 20:58:11,293 [19] INFO - function SE637303570912838748() {} SE637303570912838748.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570912838748().executeScript(); 2020-07-14 20:58:11,294 [19] INFO - Information: 0 : 2020-07-14 20:58:11,294 [19] INFO - function SE637303570912838748() {} SE637303570912838748.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570912838748().executeScript(); 2020-07-14 20:58:11,294 [19] INFO - --------- 2020-07-14 20:58:11,294 [19] INFO - Information: 0 : 2020-07-14 20:58:11,294 [19] INFO - --------- 2020-07-14 20:58:11,294 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2066. 2020-07-14 20:58:11,294 [19] INFO - Information: 0 : 2020-07-14 20:58:11,294 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2066. 2020-07-14 20:58:11,294 [19] INFO - --------- 2020-07-14 20:58:11,295 [19] INFO - Information: 0 : 2020-07-14 20:58:11,295 [19] INFO - --------- 2020-07-14 20:58:11,295 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“ 2020-07-14 20:58:11,295 [19] INFO - Information: 0 : 2020-07-14 20:58:11,295 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“ 2020-07-14 20:58:11,297 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,297 [19] INFO - Information: 0 : 2020-07-14 20:58:11,297 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,297 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,297 [19] INFO - Information: 0 : 2020-07-14 20:58:11,297 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,297 [19] INFO - --------- 2020-07-14 20:58:11,298 [19] INFO - Information: 0 : 2020-07-14 20:58:11,298 [19] INFO - --------- 2020-07-14 20:58:11,298 [19] INFO - function SE637303570912648737() {} SE637303570912648737.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570912648737().executeScript(); 2020-07-14 20:58:11,299 [19] INFO - Information: 0 : 2020-07-14 20:58:11,301 [19] INFO - function SE637303570912648737() {} SE637303570912648737.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570912648737().executeScript(); 2020-07-14 20:58:11,301 [19] INFO - --------- 2020-07-14 20:58:11,301 [19] INFO - Information: 0 : 2020-07-14 20:58:11,302 [19] INFO - --------- 2020-07-14 20:58:11,302 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2067. 2020-07-14 20:58:11,302 [19] INFO - Information: 0 : 2020-07-14 20:58:11,302 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2067. 2020-07-14 20:58:11,302 [19] INFO - --------- 2020-07-14 20:58:11,302 [19] INFO - Information: 0 : 2020-07-14 20:58:11,302 [19] INFO - --------- 2020-07-14 20:58:11,303 [19] INFO - Information: 0 : 2020-07-14 20:58:11,303 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,306 [19] INFO - Information: 0 : 2020-07-14 20:58:11,306 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,306 [19] INFO - Information: 0 : 2020-07-14 20:58:11,306 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,306 [19] INFO - Information: 0 : 2020-07-14 20:58:11,307 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,309 [19] INFO - Information: 0 : 2020-07-14 20:58:11,309 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,309 [19] INFO - Information: 0 : 2020-07-14 20:58:11,309 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,310 [19] INFO - Information: 0 : 2020-07-14 20:58:11,310 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,312 [19] INFO - Information: 0 : 2020-07-14 20:58:11,312 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,312 [19] INFO - Information: 0 : 2020-07-14 20:58:11,312 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,314 [19] INFO - Information: 0 : 2020-07-14 20:58:11,314 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,316 [19] INFO - Information: 0 : 2020-07-14 20:58:11,316 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,316 [19] INFO - Information: 0 : 2020-07-14 20:58:11,316 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,317 [19] INFO - Information: 0 : 2020-07-14 20:58:11,317 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,320 [19] INFO - Information: 0 : 2020-07-14 20:58:11,320 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,320 [19] INFO - Information: 0 : 2020-07-14 20:58:11,320 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,320 [19] INFO - Information: 0 : 2020-07-14 20:58:11,321 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,322 [19] INFO - Information: 0 : 2020-07-14 20:58:11,322 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,322 [19] INFO - Information: 0 : 2020-07-14 20:58:11,322 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,325 [19] INFO - Information: 0 : 2020-07-14 20:58:11,325 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,327 [19] INFO - Information: 0 : 2020-07-14 20:58:11,327 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,327 [19] INFO - Information: 0 : 2020-07-14 20:58:11,327 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,329 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,329 [19] INFO - Information: 0 : 2020-07-14 20:58:11,329 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,329 [19] INFO - --------- 2020-07-14 20:58:11,329 [19] INFO - Information: 0 : 2020-07-14 20:58:11,329 [19] INFO - --------- 2020-07-14 20:58:11,329 [19] INFO - function SE637303570913298774() {} SE637303570913298774.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570913298774().executeScript(); 2020-07-14 20:58:11,330 [19] INFO - Information: 0 : 2020-07-14 20:58:11,330 [19] INFO - function SE637303570913298774() {} SE637303570913298774.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570913298774().executeScript(); 2020-07-14 20:58:11,331 [19] INFO - --------- 2020-07-14 20:58:11,331 [19] INFO - Information: 0 : 2020-07-14 20:58:11,331 [19] INFO - --------- 2020-07-14 20:58:11,332 [19] INFO - Information: 0 : 2020-07-14 20:58:11,333 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,335 [19] INFO - Information: 0 : 2020-07-14 20:58:11,335 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,335 [19] INFO - Information: 0 : 2020-07-14 20:58:11,335 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,335 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 501 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:11,336 [19] INFO - Information: 0 : 2020-07-14 20:58:11,336 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,337 [19] INFO - Information: 0 : 2020-07-14 20:58:11,337 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,338 [19] INFO - Information: 0 : 2020-07-14 20:58:11,338 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,338 [19] INFO - Entering 'ensureContentCopy' for image 468, article 1489, size 890. 2020-07-14 20:58:11,339 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1489, image ID = 468, maxWidthInPixel = 890. 2020-07-14 20:58:11,339 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:11,339 [19] INFO - Leaving 'ensureContentCopy' for image 468, article 1489, size „890“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:11,342 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:11,350 [19] INFO - [GetImageSizeInPixel - B2] getting image size 2048x1152 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\593c2a4824224ca2a01021eaac7ba128.jpg“ live from file. 2020-07-14 20:58:11,350 [19] INFO - Returning live-calculated image size for image with ID 468, file version „ContentCopy“ of 2048×1152 pixels. 2020-07-14 20:58:11,350 [19] INFO - Returning cached image size for image with ID 468, file version „ContentCopy“ of 2048×1152 pixels. 2020-07-14 20:58:11,352 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,352 [19] INFO - Information: 0 : 2020-07-14 20:58:11,352 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,352 [19] INFO - --------- 2020-07-14 20:58:11,352 [19] INFO - Information: 0 : 2020-07-14 20:58:11,352 [19] INFO - --------- 2020-07-14 20:58:11,353 [19] INFO - function SE637303570913528788() {} SE637303570913528788.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570913528788().executeScript(); 2020-07-14 20:58:11,353 [19] INFO - Information: 0 : 2020-07-14 20:58:11,353 [19] INFO - function SE637303570913528788() {} SE637303570913528788.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570913528788().executeScript(); 2020-07-14 20:58:11,353 [19] INFO - --------- 2020-07-14 20:58:11,353 [19] INFO - Information: 0 : 2020-07-14 20:58:11,353 [19] INFO - --------- 2020-07-14 20:58:11,358 [19] INFO - Information: 0 : 2020-07-14 20:58:11,358 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,360 [19] INFO - Information: 0 : 2020-07-14 20:58:11,360 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,360 [19] INFO - Information: 0 : 2020-07-14 20:58:11,360 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,361 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,361 [19] INFO - Information: 0 : 2020-07-14 20:58:11,362 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,362 [19] INFO - --------- 2020-07-14 20:58:11,362 [19] INFO - Information: 0 : 2020-07-14 20:58:11,362 [19] INFO - --------- 2020-07-14 20:58:11,362 [19] INFO - function SE637303570913528788() {} SE637303570913528788.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570913528788().executeScript(); 2020-07-14 20:58:11,362 [19] INFO - Information: 0 : 2020-07-14 20:58:11,362 [19] INFO - function SE637303570913528788() {} SE637303570913528788.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570913528788().executeScript(); 2020-07-14 20:58:11,363 [19] INFO - --------- 2020-07-14 20:58:11,363 [19] INFO - Information: 0 : 2020-07-14 20:58:11,363 [19] INFO - --------- 2020-07-14 20:58:11,363 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2068. 2020-07-14 20:58:11,363 [19] INFO - Information: 0 : 2020-07-14 20:58:11,363 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2068. 2020-07-14 20:58:11,363 [19] INFO - --------- 2020-07-14 20:58:11,363 [19] INFO - Information: 0 : 2020-07-14 20:58:11,363 [19] INFO - --------- 2020-07-14 20:58:11,364 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“ 2020-07-14 20:58:11,364 [19] INFO - Information: 0 : 2020-07-14 20:58:11,364 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“ 2020-07-14 20:58:11,366 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,366 [19] INFO - Information: 0 : 2020-07-14 20:58:11,366 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,366 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,366 [19] INFO - Information: 0 : 2020-07-14 20:58:11,366 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,366 [19] INFO - --------- 2020-07-14 20:58:11,366 [19] INFO - Information: 0 : 2020-07-14 20:58:11,366 [19] INFO - --------- 2020-07-14 20:58:11,367 [19] INFO - function SE637303570913298774() {} SE637303570913298774.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570913298774().executeScript(); 2020-07-14 20:58:11,367 [19] INFO - Information: 0 : 2020-07-14 20:58:11,367 [19] INFO - function SE637303570913298774() {} SE637303570913298774.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570913298774().executeScript(); 2020-07-14 20:58:11,368 [19] INFO - --------- 2020-07-14 20:58:11,368 [19] INFO - Information: 0 : 2020-07-14 20:58:11,368 [19] INFO - --------- 2020-07-14 20:58:11,368 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2069. 2020-07-14 20:58:11,368 [19] INFO - Information: 0 : 2020-07-14 20:58:11,368 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2069. 2020-07-14 20:58:11,368 [19] INFO - --------- 2020-07-14 20:58:11,369 [19] INFO - Information: 0 : 2020-07-14 20:58:11,369 [19] INFO - --------- 2020-07-14 20:58:11,369 [19] INFO - Information: 0 : 2020-07-14 20:58:11,370 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,372 [19] INFO - Information: 0 : 2020-07-14 20:58:11,372 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,372 [19] INFO - Information: 0 : 2020-07-14 20:58:11,373 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,373 [19] INFO - Information: 0 : 2020-07-14 20:58:11,373 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,374 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:11,377 [19] INFO - Information: 0 : 2020-07-14 20:58:11,377 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,377 [19] INFO - Information: 0 : 2020-07-14 20:58:11,377 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,378 [19] INFO - Information: 0 : 2020-07-14 20:58:11,379 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,380 [19] INFO - Information: 0 : 2020-07-14 20:58:11,380 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,380 [19] INFO - Information: 0 : 2020-07-14 20:58:11,380 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,383 [19] INFO - Information: 0 : 2020-07-14 20:58:11,383 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,384 [19] INFO - Information: 0 : 2020-07-14 20:58:11,384 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,385 [19] INFO - Information: 0 : 2020-07-14 20:58:11,385 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,386 [19] INFO - Information: 0 : 2020-07-14 20:58:11,386 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,389 [19] INFO - Information: 0 : 2020-07-14 20:58:11,389 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,389 [19] INFO - Information: 0 : 2020-07-14 20:58:11,389 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,390 [19] INFO - Information: 0 : 2020-07-14 20:58:11,390 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,391 [19] INFO - Information: 0 : 2020-07-14 20:58:11,391 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,391 [19] INFO - Information: 0 : 2020-07-14 20:58:11,391 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,395 [19] INFO - Information: 0 : 2020-07-14 20:58:11,395 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,397 [19] INFO - Information: 0 : 2020-07-14 20:58:11,397 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,397 [19] INFO - Information: 0 : 2020-07-14 20:58:11,397 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,399 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,399 [19] INFO - Information: 0 : 2020-07-14 20:58:11,399 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,399 [19] INFO - --------- 2020-07-14 20:58:11,399 [19] INFO - Information: 0 : 2020-07-14 20:58:11,399 [19] INFO - --------- 2020-07-14 20:58:11,399 [19] INFO - function SE637303570913998814() {} SE637303570913998814.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570913998814().executeScript(); 2020-07-14 20:58:11,400 [19] INFO - Information: 0 : 2020-07-14 20:58:11,400 [19] INFO - function SE637303570913998814() {} SE637303570913998814.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570913998814().executeScript(); 2020-07-14 20:58:11,400 [19] INFO - --------- 2020-07-14 20:58:11,401 [19] INFO - Information: 0 : 2020-07-14 20:58:11,401 [19] INFO - --------- 2020-07-14 20:58:11,402 [19] INFO - Information: 0 : 2020-07-14 20:58:11,403 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,404 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:11,405 [19] INFO - Information: 0 : 2020-07-14 20:58:11,405 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,405 [19] INFO - Information: 0 : 2020-07-14 20:58:11,405 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,405 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 253 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:11,406 [19] INFO - Information: 0 : 2020-07-14 20:58:11,406 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,407 [19] INFO - Information: 0 : 2020-07-14 20:58:11,407 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,408 [19] INFO - Information: 0 : 2020-07-14 20:58:11,408 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,408 [19] INFO - Entering 'ensureContentCopy' for image 469, article 1490, size 449. 2020-07-14 20:58:11,409 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1490, image ID = 469, maxWidthInPixel = 449. 2020-07-14 20:58:11,409 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:11,409 [19] INFO - Leaving 'ensureContentCopy' for image 469, article 1490, size „449“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:11,419 [19] INFO - [GetImageSizeInPixel - B2] getting image size 2048x1152 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\9c7c52cb8f6246bca1fc07ff797c541b.jpg“ live from file. 2020-07-14 20:58:11,419 [19] INFO - Returning live-calculated image size for image with ID 469, file version „ContentCopy“ of 2048×1152 pixels. 2020-07-14 20:58:11,419 [19] INFO - Returning cached image size for image with ID 469, file version „ContentCopy“ of 2048×1152 pixels. 2020-07-14 20:58:11,421 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,421 [19] INFO - Information: 0 : 2020-07-14 20:58:11,421 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,421 [19] INFO - --------- 2020-07-14 20:58:11,421 [19] INFO - Information: 0 : 2020-07-14 20:58:11,421 [19] INFO - --------- 2020-07-14 20:58:11,421 [19] INFO - function SE637303570914218827() {} SE637303570914218827.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570914218827().executeScript(); 2020-07-14 20:58:11,422 [19] INFO - Information: 0 : 2020-07-14 20:58:11,422 [19] INFO - function SE637303570914218827() {} SE637303570914218827.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570914218827().executeScript(); 2020-07-14 20:58:11,422 [19] INFO - --------- 2020-07-14 20:58:11,422 [19] INFO - Information: 0 : 2020-07-14 20:58:11,422 [19] INFO - --------- 2020-07-14 20:58:11,427 [19] INFO - Information: 0 : 2020-07-14 20:58:11,427 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,429 [19] INFO - Information: 0 : 2020-07-14 20:58:11,429 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,430 [19] INFO - Information: 0 : 2020-07-14 20:58:11,430 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,431 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,431 [19] INFO - Information: 0 : 2020-07-14 20:58:11,431 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,431 [19] INFO - --------- 2020-07-14 20:58:11,431 [19] INFO - Information: 0 : 2020-07-14 20:58:11,431 [19] INFO - --------- 2020-07-14 20:58:11,431 [19] INFO - function SE637303570914218827() {} SE637303570914218827.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570914218827().executeScript(); 2020-07-14 20:58:11,432 [19] INFO - Information: 0 : 2020-07-14 20:58:11,432 [19] INFO - function SE637303570914218827() {} SE637303570914218827.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570914218827().executeScript(); 2020-07-14 20:58:11,432 [19] INFO - --------- 2020-07-14 20:58:11,432 [19] INFO - Information: 0 : 2020-07-14 20:58:11,432 [19] INFO - --------- 2020-07-14 20:58:11,432 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2070. 2020-07-14 20:58:11,432 [19] INFO - Information: 0 : 2020-07-14 20:58:11,432 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2070. 2020-07-14 20:58:11,433 [19] INFO - --------- 2020-07-14 20:58:11,433 [19] INFO - Information: 0 : 2020-07-14 20:58:11,433 [19] INFO - --------- 2020-07-14 20:58:11,433 [19] INFO - [system.partial] „article-begin.html“ 12 ms „[0, popupimage]“ 2020-07-14 20:58:11,433 [19] INFO - Information: 0 : 2020-07-14 20:58:11,433 [19] INFO - [system.partial] „article-begin.html“ 12 ms „[0, popupimage]“ 2020-07-14 20:58:11,435 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,435 [19] INFO - Information: 0 : 2020-07-14 20:58:11,435 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,435 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,435 [19] INFO - Information: 0 : 2020-07-14 20:58:11,435 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,435 [19] INFO - --------- 2020-07-14 20:58:11,436 [19] INFO - Information: 0 : 2020-07-14 20:58:11,436 [19] INFO - --------- 2020-07-14 20:58:11,436 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:11,436 [19] INFO - function SE637303570913998814() {} SE637303570913998814.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570913998814().executeScript(); 2020-07-14 20:58:11,437 [19] INFO - Information: 0 : 2020-07-14 20:58:11,437 [19] INFO - function SE637303570913998814() {} SE637303570913998814.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570913998814().executeScript(); 2020-07-14 20:58:11,437 [19] INFO - --------- 2020-07-14 20:58:11,438 [19] INFO - Information: 0 : 2020-07-14 20:58:11,438 [19] INFO - --------- 2020-07-14 20:58:11,438 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2071. 2020-07-14 20:58:11,438 [19] INFO - Information: 0 : 2020-07-14 20:58:11,438 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2071. 2020-07-14 20:58:11,438 [19] INFO - --------- 2020-07-14 20:58:11,438 [19] INFO - Information: 0 : 2020-07-14 20:58:11,438 [19] INFO - --------- 2020-07-14 20:58:11,440 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,440 [19] INFO - Information: 0 : 2020-07-14 20:58:11,440 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,440 [19] INFO - --------- 2020-07-14 20:58:11,440 [19] INFO - Information: 0 : 2020-07-14 20:58:11,440 [19] INFO - --------- 2020-07-14 20:58:11,440 [19] INFO - function SE637303570914398837() {} SE637303570914398837.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570914398837().executeScript(); 2020-07-14 20:58:11,441 [19] INFO - Information: 0 : 2020-07-14 20:58:11,441 [19] INFO - function SE637303570914398837() {} SE637303570914398837.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570914398837().executeScript(); 2020-07-14 20:58:11,442 [19] INFO - --------- 2020-07-14 20:58:11,442 [19] INFO - Information: 0 : 2020-07-14 20:58:11,442 [19] INFO - --------- 2020-07-14 20:58:11,444 [19] INFO - Information: 0 : 2020-07-14 20:58:11,444 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,446 [19] INFO - Information: 0 : 2020-07-14 20:58:11,447 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,447 [19] INFO - Information: 0 : 2020-07-14 20:58:11,447 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,447 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 798 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:11,448 [19] INFO - Entering 'ensureContentCopy' for image 472, article 1492, size 449. 2020-07-14 20:58:11,448 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1492, image ID = 472, maxWidthInPixel = 449. 2020-07-14 20:58:11,448 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:11,449 [19] INFO - Leaving 'ensureContentCopy' for image 472, article 1492, size „449“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:11,459 [19] INFO - [GetImageSizeInPixel - B2] getting image size 2048x3641 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\69048f68af8045889ecac2c72d99c451.jpg“ live from file. 2020-07-14 20:58:11,459 [19] INFO - Returning live-calculated image size for image with ID 472, file version „ContentCopy“ of 2048×3641 pixels. 2020-07-14 20:58:11,460 [19] INFO - Returning cached image size for image with ID 472, file version „ContentCopy“ of 2048×3641 pixels. 2020-07-14 20:58:11,461 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,461 [19] INFO - Information: 0 : 2020-07-14 20:58:11,461 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,462 [19] INFO - --------- 2020-07-14 20:58:11,462 [19] INFO - Information: 0 : 2020-07-14 20:58:11,462 [19] INFO - --------- 2020-07-14 20:58:11,462 [19] INFO - function SE637303570914618850() {} SE637303570914618850.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570914618850().executeScript(); 2020-07-14 20:58:11,465 [19] INFO - Information: 0 : 2020-07-14 20:58:11,465 [19] INFO - function SE637303570914618850() {} SE637303570914618850.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570914618850().executeScript(); 2020-07-14 20:58:11,465 [19] INFO - --------- 2020-07-14 20:58:11,465 [19] INFO - Information: 0 : 2020-07-14 20:58:11,465 [19] INFO - --------- 2020-07-14 20:58:11,470 [19] INFO - Information: 0 : 2020-07-14 20:58:11,470 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,472 [19] INFO - Information: 0 : 2020-07-14 20:58:11,473 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,473 [19] INFO - Information: 0 : 2020-07-14 20:58:11,473 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,474 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,474 [19] INFO - Information: 0 : 2020-07-14 20:58:11,474 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,474 [19] INFO - --------- 2020-07-14 20:58:11,474 [19] INFO - Information: 0 : 2020-07-14 20:58:11,474 [19] INFO - --------- 2020-07-14 20:58:11,474 [19] INFO - function SE637303570914618850() {} SE637303570914618850.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570914618850().executeScript(); 2020-07-14 20:58:11,475 [19] INFO - Information: 0 : 2020-07-14 20:58:11,475 [19] INFO - function SE637303570914618850() {} SE637303570914618850.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570914618850().executeScript(); 2020-07-14 20:58:11,475 [19] INFO - --------- 2020-07-14 20:58:11,475 [19] INFO - Information: 0 : 2020-07-14 20:58:11,475 [19] INFO - --------- 2020-07-14 20:58:11,475 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2072. 2020-07-14 20:58:11,476 [19] INFO - Information: 0 : 2020-07-14 20:58:11,476 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2072. 2020-07-14 20:58:11,476 [19] INFO - --------- 2020-07-14 20:58:11,476 [19] INFO - Information: 0 : 2020-07-14 20:58:11,476 [19] INFO - --------- 2020-07-14 20:58:11,476 [19] INFO - [system.partial] „article-begin.html“ 15 ms „[0, popupimage]“ 2020-07-14 20:58:11,476 [19] INFO - Information: 0 : 2020-07-14 20:58:11,476 [19] INFO - [system.partial] „article-begin.html“ 15 ms „[0, popupimage]“ 2020-07-14 20:58:11,478 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,478 [19] INFO - Information: 0 : 2020-07-14 20:58:11,478 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,478 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,479 [19] INFO - Information: 0 : 2020-07-14 20:58:11,479 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,479 [19] INFO - --------- 2020-07-14 20:58:11,479 [19] INFO - Information: 0 : 2020-07-14 20:58:11,479 [19] INFO - --------- 2020-07-14 20:58:11,479 [19] INFO - function SE637303570914398837() {} SE637303570914398837.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570914398837().executeScript(); 2020-07-14 20:58:11,480 [19] INFO - Information: 0 : 2020-07-14 20:58:11,480 [19] INFO - function SE637303570914398837() {} SE637303570914398837.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570914398837().executeScript(); 2020-07-14 20:58:11,480 [19] INFO - --------- 2020-07-14 20:58:11,480 [19] INFO - Information: 0 : 2020-07-14 20:58:11,480 [19] INFO - --------- 2020-07-14 20:58:11,480 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2073. 2020-07-14 20:58:11,481 [19] INFO - Information: 0 : 2020-07-14 20:58:11,481 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2073. 2020-07-14 20:58:11,481 [19] INFO - --------- 2020-07-14 20:58:11,481 [19] INFO - Information: 0 : 2020-07-14 20:58:11,481 [19] INFO - --------- 2020-07-14 20:58:11,482 [19] INFO - Information: 0 : 2020-07-14 20:58:11,482 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,484 [19] INFO - Information: 0 : 2020-07-14 20:58:11,484 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,484 [19] INFO - Information: 0 : 2020-07-14 20:58:11,484 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,488 [19] INFO - Information: 0 : 2020-07-14 20:58:11,489 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,490 [19] INFO - Information: 0 : 2020-07-14 20:58:11,491 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,491 [19] INFO - Information: 0 : 2020-07-14 20:58:11,491 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,492 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,492 [19] INFO - Information: 0 : 2020-07-14 20:58:11,493 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,493 [19] INFO - --------- 2020-07-14 20:58:11,493 [19] INFO - Information: 0 : 2020-07-14 20:58:11,493 [19] INFO - --------- 2020-07-14 20:58:11,493 [19] INFO - function SE637303570914928868() {} SE637303570914928868.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570914928868().executeScript(); 2020-07-14 20:58:11,494 [19] INFO - Information: 0 : 2020-07-14 20:58:11,494 [19] INFO - function SE637303570914928868() {} SE637303570914928868.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570914928868().executeScript(); 2020-07-14 20:58:11,494 [19] INFO - --------- 2020-07-14 20:58:11,494 [19] INFO - Information: 0 : 2020-07-14 20:58:11,494 [19] INFO - --------- 2020-07-14 20:58:11,496 [19] INFO - Information: 0 : 2020-07-14 20:58:11,496 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,499 [19] INFO - Information: 0 : 2020-07-14 20:58:11,499 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,499 [19] INFO - Information: 0 : 2020-07-14 20:58:11,499 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,499 [19] INFO - [SetContentCopyImageSizeInPixel] 506 x 900 pixels for output flavor „Output“. Laden von Bild-Asset. 2020-07-14 20:58:11,500 [19] INFO - Information: 0 : 2020-07-14 20:58:11,500 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,501 [19] INFO - Information: 0 : 2020-07-14 20:58:11,501 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,501 [19] INFO - Information: 0 : 2020-07-14 20:58:11,502 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,502 [19] INFO - Entering 'ensureContentCopy' for image 471, article 1491, size 506. 2020-07-14 20:58:11,502 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1491, image ID = 471, maxWidthInPixel = 506. 2020-07-14 20:58:11,502 [19] INFO - 'createContentCopy': NO content copy created (Never create content copy for preview.). 2020-07-14 20:58:11,503 [19] INFO - Leaving 'ensureContentCopy' for image 471, article 1491, size „506“, reason = not created (Never create content copy for preview.) 2020-07-14 20:58:11,503 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:11,512 [19] INFO - [GetImageSizeInPixel - B2] getting image size 2048x3641 for working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\012cb2e968824646bddd0d1cd4d867c6.jpg“ live from file. 2020-07-14 20:58:11,512 [19] INFO - Returning live-calculated image size for image with ID 471, file version „ContentCopy“ of 2048×3641 pixels. 2020-07-14 20:58:11,512 [19] INFO - Returning cached image size for image with ID 471, file version „ContentCopy“ of 2048×3641 pixels. 2020-07-14 20:58:11,514 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,514 [19] INFO - Information: 0 : 2020-07-14 20:58:11,514 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,514 [19] INFO - --------- 2020-07-14 20:58:11,514 [19] INFO - Information: 0 : 2020-07-14 20:58:11,515 [19] INFO - --------- 2020-07-14 20:58:11,515 [19] INFO - function SE637303570915148880() {} SE637303570915148880.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915148880().executeScript(); 2020-07-14 20:58:11,515 [19] INFO - Information: 0 : 2020-07-14 20:58:11,515 [19] INFO - function SE637303570915148880() {} SE637303570915148880.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915148880().executeScript(); 2020-07-14 20:58:11,515 [19] INFO - --------- 2020-07-14 20:58:11,515 [19] INFO - Information: 0 : 2020-07-14 20:58:11,515 [19] INFO - --------- 2020-07-14 20:58:11,520 [19] INFO - Information: 0 : 2020-07-14 20:58:11,520 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,522 [19] INFO - Information: 0 : 2020-07-14 20:58:11,522 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,523 [19] INFO - Information: 0 : 2020-07-14 20:58:11,523 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,524 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,524 [19] INFO - Information: 0 : 2020-07-14 20:58:11,524 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,524 [19] INFO - --------- 2020-07-14 20:58:11,524 [19] INFO - Information: 0 : 2020-07-14 20:58:11,524 [19] INFO - --------- 2020-07-14 20:58:11,524 [19] INFO - function SE637303570915148880() {} SE637303570915148880.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915148880().executeScript(); 2020-07-14 20:58:11,525 [19] INFO - Information: 0 : 2020-07-14 20:58:11,525 [19] INFO - function SE637303570915148880() {} SE637303570915148880.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915148880().executeScript(); 2020-07-14 20:58:11,525 [19] INFO - --------- 2020-07-14 20:58:11,525 [19] INFO - Information: 0 : 2020-07-14 20:58:11,525 [19] INFO - --------- 2020-07-14 20:58:11,525 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2074. 2020-07-14 20:58:11,525 [19] INFO - Information: 0 : 2020-07-14 20:58:11,526 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2074. 2020-07-14 20:58:11,526 [19] INFO - --------- 2020-07-14 20:58:11,526 [19] INFO - Information: 0 : 2020-07-14 20:58:11,526 [19] INFO - --------- 2020-07-14 20:58:11,526 [19] INFO - [system.partial] „article-begin.html“ 12 ms „[0, popupimage]“ 2020-07-14 20:58:11,526 [19] INFO - Information: 0 : 2020-07-14 20:58:11,526 [19] INFO - [system.partial] „article-begin.html“ 12 ms „[0, popupimage]“ 2020-07-14 20:58:11,528 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,528 [19] INFO - Information: 0 : 2020-07-14 20:58:11,528 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,528 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,528 [19] INFO - Information: 0 : 2020-07-14 20:58:11,529 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,529 [19] INFO - --------- 2020-07-14 20:58:11,529 [19] INFO - Information: 0 : 2020-07-14 20:58:11,529 [19] INFO - --------- 2020-07-14 20:58:11,529 [19] INFO - function SE637303570914928868() {} SE637303570914928868.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570914928868().executeScript(); 2020-07-14 20:58:11,530 [19] INFO - Information: 0 : 2020-07-14 20:58:11,530 [19] INFO - function SE637303570914928868() {} SE637303570914928868.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570914928868().executeScript(); 2020-07-14 20:58:11,530 [19] INFO - --------- 2020-07-14 20:58:11,530 [19] INFO - Information: 0 : 2020-07-14 20:58:11,530 [19] INFO - --------- 2020-07-14 20:58:11,530 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2075. 2020-07-14 20:58:11,531 [19] INFO - Information: 0 : 2020-07-14 20:58:11,531 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2075. 2020-07-14 20:58:11,531 [19] INFO - --------- 2020-07-14 20:58:11,531 [19] INFO - Information: 0 : 2020-07-14 20:58:11,531 [19] INFO - --------- 2020-07-14 20:58:11,532 [19] INFO - Information: 0 : 2020-07-14 20:58:11,532 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,533 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:11,535 [19] INFO - Information: 0 : 2020-07-14 20:58:11,535 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,535 [19] INFO - Information: 0 : 2020-07-14 20:58:11,535 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,536 [19] INFO - Information: 0 : 2020-07-14 20:58:11,536 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,538 [19] INFO - Information: 0 : 2020-07-14 20:58:11,538 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,539 [19] INFO - Information: 0 : 2020-07-14 20:58:11,539 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,540 [19] INFO - Information: 0 : 2020-07-14 20:58:11,540 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,541 [19] INFO - Information: 0 : 2020-07-14 20:58:11,541 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,541 [19] INFO - Information: 0 : 2020-07-14 20:58:11,542 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,544 [19] INFO - Information: 0 : 2020-07-14 20:58:11,544 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,545 [19] INFO - Information: 0 : 2020-07-14 20:58:11,545 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,546 [19] INFO - Information: 0 : 2020-07-14 20:58:11,546 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,547 [19] INFO - Information: 0 : 2020-07-14 20:58:11,547 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,549 [19] INFO - Information: 0 : 2020-07-14 20:58:11,549 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,549 [19] INFO - Information: 0 : 2020-07-14 20:58:11,550 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,550 [19] INFO - Information: 0 : 2020-07-14 20:58:11,550 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,552 [19] INFO - Information: 0 : 2020-07-14 20:58:11,552 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,552 [19] INFO - Information: 0 : 2020-07-14 20:58:11,552 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,555 [19] INFO - Information: 0 : 2020-07-14 20:58:11,555 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,556 [19] INFO - Information: 0 : 2020-07-14 20:58:11,557 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,557 [19] INFO - Information: 0 : 2020-07-14 20:58:11,557 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,558 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,558 [19] INFO - Information: 0 : 2020-07-14 20:58:11,558 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,558 [19] INFO - --------- 2020-07-14 20:58:11,558 [19] INFO - Information: 0 : 2020-07-14 20:58:11,558 [19] INFO - --------- 2020-07-14 20:58:11,558 [19] INFO - function SE637303570915588905() {} SE637303570915588905.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915588905().executeScript(); 2020-07-14 20:58:11,558 [19] INFO - Information: 0 : 2020-07-14 20:58:11,559 [19] INFO - function SE637303570915588905() {} SE637303570915588905.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915588905().executeScript(); 2020-07-14 20:58:11,559 [19] INFO - --------- 2020-07-14 20:58:11,559 [19] INFO - Information: 0 : 2020-07-14 20:58:11,559 [19] INFO - --------- 2020-07-14 20:58:11,560 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,560 [19] INFO - Information: 0 : 2020-07-14 20:58:11,561 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,561 [19] INFO - --------- 2020-07-14 20:58:11,561 [19] INFO - Information: 0 : 2020-07-14 20:58:11,561 [19] INFO - --------- 2020-07-14 20:58:11,561 [19] INFO - function SE637303570915608907() {} SE637303570915608907.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915608907().executeScript(); 2020-07-14 20:58:11,561 [19] INFO - Information: 0 : 2020-07-14 20:58:11,561 [19] INFO - function SE637303570915608907() {} SE637303570915608907.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915608907().executeScript(); 2020-07-14 20:58:11,562 [19] INFO - --------- 2020-07-14 20:58:11,562 [19] INFO - Information: 0 : 2020-07-14 20:58:11,562 [19] INFO - --------- 2020-07-14 20:58:11,565 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:11,567 [19] INFO - Information: 0 : 2020-07-14 20:58:11,567 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,569 [19] INFO - Information: 0 : 2020-07-14 20:58:11,569 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,569 [19] INFO - Information: 0 : 2020-07-14 20:58:11,570 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,570 [19] INFO - Information: 0 : 2020-07-14 20:58:11,570 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,572 [19] INFO - Information: 0 : 2020-07-14 20:58:11,572 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,572 [19] INFO - Information: 0 : 2020-07-14 20:58:11,572 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,573 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,573 [19] INFO - Information: 0 : 2020-07-14 20:58:11,573 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,573 [19] INFO - --------- 2020-07-14 20:58:11,573 [19] INFO - Information: 0 : 2020-07-14 20:58:11,573 [19] INFO - --------- 2020-07-14 20:58:11,573 [19] INFO - function SE637303570915608907() {} SE637303570915608907.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915608907().executeScript(); 2020-07-14 20:58:11,573 [19] INFO - Information: 0 : 2020-07-14 20:58:11,574 [19] INFO - function SE637303570915608907() {} SE637303570915608907.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. var additionalClass = context.param(0, ""); var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles. var columnItemInlineCSS = context.param(2, ""); var showCssFields = context.param(3, true); var columnItemCSSClass = context.param(4, ""); var dataAttributes = context.param(5, ""); if ( columnItemCSSClass !== "" ){ columnItemCSSClass = " " + columnItemCSSClass; } var inlineCss = article.inlineCss || ""; var cssClass = article.cssClass || ""; if ( additionalClass !== "" ){ additionalClass = " " + additionalClass; } if ( showCssFields && cssClass ){ additionalClass = additionalClass + " " + cssClass; } if ( columnItemInlineCSS !== "" ){ columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\""; } if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){ //inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; if ( showCssFields && inlineCss ){ inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"'; } else{ inlineCss = ' style="' + articleAreaInlineCSS + '"'; } } else{ inlineCss = ""; } function validClassName(theName){ var tmp = theName.toString().replace(/\s/g, "_"); // strip all non alphanumerics and make them dashes tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-'); return tmp; } // so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text" unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, "; if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){ var myLeElement = "widget-text"; } else{ var myLeElement = "widget-" + article.widgetNameInternal; } context.write("\r\n
\r\n\t
\r\n"); context.write( dataAttributes ); context.write(" class=\"articlearea zpw"); context.write( validClassName(article.widgetName) ); context.write( additionalClass ); context.write("\""); context.write( inlineCss ); context.write(" "); if ( !isNull(article) ) { context.write("\r\n\t\r\n\t"); } context.write(">\r\n\t"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915608907().executeScript(); 2020-07-14 20:58:11,574 [19] INFO - --------- 2020-07-14 20:58:11,574 [19] INFO - Information: 0 : 2020-07-14 20:58:11,574 [19] INFO - --------- 2020-07-14 20:58:11,574 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2076. 2020-07-14 20:58:11,574 [19] INFO - Information: 0 : 2020-07-14 20:58:11,574 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2076. 2020-07-14 20:58:11,574 [19] INFO - --------- 2020-07-14 20:58:11,575 [19] INFO - Information: 0 : 2020-07-14 20:58:11,575 [19] INFO - --------- 2020-07-14 20:58:11,575 [19] INFO - [system.partial] „article-begin.html“ 14 ms „“ 2020-07-14 20:58:11,575 [19] INFO - Information: 0 : 2020-07-14 20:58:11,575 [19] INFO - [system.partial] „article-begin.html“ 14 ms „“ 2020-07-14 20:58:11,575 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,576 [19] INFO - Information: 0 : 2020-07-14 20:58:11,576 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,576 [19] INFO - --------- 2020-07-14 20:58:11,576 [19] INFO - Information: 0 : 2020-07-14 20:58:11,576 [19] INFO - --------- 2020-07-14 20:58:11,576 [19] INFO - function SE637303570915758915() {} SE637303570915758915.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915758915().executeScript(); 2020-07-14 20:58:11,576 [19] INFO - Information: 0 : 2020-07-14 20:58:11,576 [19] INFO - function SE637303570915758915() {} SE637303570915758915.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915758915().executeScript(); 2020-07-14 20:58:11,577 [19] INFO - --------- 2020-07-14 20:58:11,577 [19] INFO - Information: 0 : 2020-07-14 20:58:11,577 [19] INFO - --------- 2020-07-14 20:58:11,578 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,579 [19] INFO - Information: 0 : 2020-07-14 20:58:11,579 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,579 [19] INFO - --------- 2020-07-14 20:58:11,579 [19] INFO - Information: 0 : 2020-07-14 20:58:11,579 [19] INFO - --------- 2020-07-14 20:58:11,579 [19] INFO - function SE637303570915758915() {} SE637303570915758915.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915758915().executeScript(); 2020-07-14 20:58:11,579 [19] INFO - Information: 0 : 2020-07-14 20:58:11,579 [19] INFO - function SE637303570915758915() {} SE637303570915758915.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. var fallbackColor = context.param(0, ""); var forceAlign = context.param(1, ""); var additionalAttributes = context.param(2, ""); var inlineStyle = ""; var inlineColor = ""; var articleAlign = ""; if ( article.headlineColor ){ inlineColor = "color: " + article.headlineColor + "; "; } else if ( fallbackColor ){ inlineColor = "color: " + fallbackColor + "; "; } if ( forceAlign !== "" ){ articleAlign = "text-align:" + forceAlign + ";"; } else if ( article.headlineAlign !== "" ){ articleAlign = "text-align:" + article.headlineAlign + ";"; } if ( inlineColor !== "" || articleAlign !== ""){ inlineStyle = 'style="' + inlineColor + articleAlign + '"'; } context.write("\r\n"); if ( article.headline != "" ) { context.write("\r\n\t<"); context.write( article.headlineLevel ); context.write(" \r\n\t\r\n\t"); context.write( additionalAttributes ); context.write(" "); context.write( inlineStyle ); context.write(" data-zpfieldname=\"headline\">"); context.write( article.headline ); context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915758915().executeScript(); 2020-07-14 20:58:11,580 [19] INFO - --------- 2020-07-14 20:58:11,580 [19] INFO - Information: 0 : 2020-07-14 20:58:11,580 [19] INFO - --------- 2020-07-14 20:58:11,580 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2077. 2020-07-14 20:58:11,580 [19] INFO - Information: 0 : 2020-07-14 20:58:11,580 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2077. 2020-07-14 20:58:11,580 [19] INFO - --------- 2020-07-14 20:58:11,580 [19] INFO - Information: 0 : 2020-07-14 20:58:11,580 [19] INFO - --------- 2020-07-14 20:58:11,581 [19] INFO - [system.partial] „article-headline.html“ 5 ms „“ 2020-07-14 20:58:11,581 [19] INFO - Information: 0 : 2020-07-14 20:58:11,581 [19] INFO - [system.partial] „article-headline.html“ 5 ms „“ 2020-07-14 20:58:11,581 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,581 [19] INFO - Information: 0 : 2020-07-14 20:58:11,581 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,581 [19] INFO - --------- 2020-07-14 20:58:11,581 [19] INFO - Information: 0 : 2020-07-14 20:58:11,582 [19] INFO - --------- 2020-07-14 20:58:11,582 [19] INFO - function SE637303570915818919() {} SE637303570915818919.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915818919().executeScript(); 2020-07-14 20:58:11,582 [19] INFO - Information: 0 : 2020-07-14 20:58:11,582 [19] INFO - function SE637303570915818919() {} SE637303570915818919.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915818919().executeScript(); 2020-07-14 20:58:11,582 [19] INFO - --------- 2020-07-14 20:58:11,582 [19] INFO - Information: 0 : 2020-07-14 20:58:11,582 [19] INFO - --------- 2020-07-14 20:58:11,585 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,585 [19] INFO - Information: 0 : 2020-07-14 20:58:11,585 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,585 [19] INFO - --------- 2020-07-14 20:58:11,585 [19] INFO - Information: 0 : 2020-07-14 20:58:11,585 [19] INFO - --------- 2020-07-14 20:58:11,585 [19] INFO - function SE637303570915818919() {} SE637303570915818919.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915818919().executeScript(); 2020-07-14 20:58:11,586 [19] INFO - Information: 0 : 2020-07-14 20:58:11,586 [19] INFO - function SE637303570915818919() {} SE637303570915818919.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. var fieldName = context.param(0, "text"); context.write("\r\n"); if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-start.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915818919().executeScript(); 2020-07-14 20:58:11,586 [19] INFO - --------- 2020-07-14 20:58:11,586 [19] INFO - Information: 0 : 2020-07-14 20:58:11,586 [19] INFO - --------- 2020-07-14 20:58:11,586 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2078. 2020-07-14 20:58:11,586 [19] INFO - Information: 0 : 2020-07-14 20:58:11,586 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2078. 2020-07-14 20:58:11,586 [19] INFO - --------- 2020-07-14 20:58:11,586 [19] INFO - Information: 0 : 2020-07-14 20:58:11,587 [19] INFO - --------- 2020-07-14 20:58:11,587 [19] INFO - [system.partial] „inline-editor-start.html“ 5 ms „“ 2020-07-14 20:58:11,587 [19] INFO - Information: 0 : 2020-07-14 20:58:11,587 [19] INFO - [system.partial] „inline-editor-start.html“ 5 ms „“ 2020-07-14 20:58:11,587 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,588 [19] INFO - Information: 0 : 2020-07-14 20:58:11,588 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,588 [19] INFO - --------- 2020-07-14 20:58:11,588 [19] INFO - Information: 0 : 2020-07-14 20:58:11,588 [19] INFO - --------- 2020-07-14 20:58:11,588 [19] INFO - function SE637303570915878922() {} SE637303570915878922.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915878922().executeScript(); 2020-07-14 20:58:11,588 [19] INFO - Information: 0 : 2020-07-14 20:58:11,589 [19] INFO - function SE637303570915878922() {} SE637303570915878922.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915878922().executeScript(); 2020-07-14 20:58:11,589 [19] INFO - --------- 2020-07-14 20:58:11,589 [19] INFO - Information: 0 : 2020-07-14 20:58:11,589 [19] INFO - --------- 2020-07-14 20:58:11,590 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,590 [19] INFO - Information: 0 : 2020-07-14 20:58:11,590 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,590 [19] INFO - --------- 2020-07-14 20:58:11,590 [19] INFO - Information: 0 : 2020-07-14 20:58:11,591 [19] INFO - --------- 2020-07-14 20:58:11,591 [19] INFO - function SE637303570915878922() {} SE637303570915878922.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915878922().executeScript(); 2020-07-14 20:58:11,591 [19] INFO - Information: 0 : 2020-07-14 20:58:11,591 [19] INFO - function SE637303570915878922() {} SE637303570915878922.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. if ( !isNull(article) ) { context.write("\r\n\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editor-end.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915878922().executeScript(); 2020-07-14 20:58:11,591 [19] INFO - --------- 2020-07-14 20:58:11,591 [19] INFO - Information: 0 : 2020-07-14 20:58:11,591 [19] INFO - --------- 2020-07-14 20:58:11,591 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2079. 2020-07-14 20:58:11,591 [19] INFO - Information: 0 : 2020-07-14 20:58:11,592 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2079. 2020-07-14 20:58:11,592 [19] INFO - --------- 2020-07-14 20:58:11,592 [19] INFO - Information: 0 : 2020-07-14 20:58:11,592 [19] INFO - --------- 2020-07-14 20:58:11,592 [19] INFO - [system.partial] „inline-editor-end.html“ 4 ms „“ 2020-07-14 20:58:11,593 [19] INFO - Information: 0 : 2020-07-14 20:58:11,593 [19] INFO - [system.partial] „inline-editor-end.html“ 4 ms „“ 2020-07-14 20:58:11,593 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,593 [19] INFO - Information: 0 : 2020-07-14 20:58:11,594 [19] INFO - [system.partial] „article-end.html“ 0 ms „“ 2020-07-14 20:58:11,594 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,594 [19] INFO - Information: 0 : 2020-07-14 20:58:11,594 [19] INFO - Finished executing the following script: 2020-07-14 20:58:11,594 [19] INFO - --------- 2020-07-14 20:58:11,594 [19] INFO - Information: 0 : 2020-07-14 20:58:11,594 [19] INFO - --------- 2020-07-14 20:58:11,595 [19] INFO - function SE637303570915588905() {} SE637303570915588905.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915588905().executeScript(); 2020-07-14 20:58:11,595 [19] INFO - Information: 0 : 2020-07-14 20:58:11,595 [19] INFO - function SE637303570915588905() {} SE637303570915588905.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write( system.partial("article-begin.html") ); context.write("\r\n\t"); if ( article.inArea("News") ) { context.write("\r\n\t\t
\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t
"); context.write( article.value('Text') ); context.write("
\r\n\t\t
\r\n\t"); } else { context.write("\r\n\t\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\t"); context.write( system.partial("inline-editor-start.html") ); context.write( article.value('Text') ); context.write( system.partial("inline-editor-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); context.write( system.partial("article-end.html") ); context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570915588905().executeScript(); 2020-07-14 20:58:11,595 [19] INFO - --------- 2020-07-14 20:58:11,595 [19] INFO - Information: 0 : 2020-07-14 20:58:11,595 [19] INFO - --------- 2020-07-14 20:58:11,595 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2080. 2020-07-14 20:58:11,595 [19] INFO - Information: 0 : 2020-07-14 20:58:11,596 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2080. 2020-07-14 20:58:11,596 [19] INFO - --------- 2020-07-14 20:58:11,596 [19] INFO - Information: 0 : 2020-07-14 20:58:11,596 [19] INFO - --------- 2020-07-14 20:58:11,597 [19] INFO - Information: 0 : 2020-07-14 20:58:11,597 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,600 [19] INFO - Information: 0 : 2020-07-14 20:58:11,600 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,600 [19] INFO - Information: 0 : 2020-07-14 20:58:11,600 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,601 [19] INFO - Information: 0 : 2020-07-14 20:58:11,601 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,604 [19] INFO - Information: 0 : 2020-07-14 20:58:11,604 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,604 [19] INFO - Information: 0 : 2020-07-14 20:58:11,605 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,606 [19] INFO - Information: 0 : 2020-07-14 20:58:11,606 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,608 [19] INFO - Information: 0 : 2020-07-14 20:58:11,608 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,608 [19] INFO - Information: 0 : 2020-07-14 20:58:11,608 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,611 [19] INFO - Information: 0 : 2020-07-14 20:58:11,611 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,612 [19] INFO - Information: 0 : 2020-07-14 20:58:11,613 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,613 [19] INFO - Information: 0 : 2020-07-14 20:58:11,613 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,614 [19] INFO - Information: 0 : 2020-07-14 20:58:11,614 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,616 [19] INFO - Information: 0 : 2020-07-14 20:58:11,616 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,616 [19] INFO - Information: 0 : 2020-07-14 20:58:11,617 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,617 [19] INFO - Information: 0 : 2020-07-14 20:58:11,618 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,619 [19] INFO - Information: 0 : 2020-07-14 20:58:11,619 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,619 [19] INFO - Information: 0 : 2020-07-14 20:58:11,619 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,622 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“. 2020-07-14 20:58:11,624 [19] INFO - Information: 0 : 2020-07-14 20:58:11,624 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 (''). 2020-07-14 20:58:11,626 [19] INFO - Information: 0 : 2020-07-14 20:58:11,626 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,626 [19] INFO - Information: 0 : 2020-07-14 20:58:11,626 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 (''). 2020-07-14 20:58:11,643 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,643 [19] INFO - Information: 0 : 2020-07-14 20:58:11,643 [19] INFO - About to execute the following script: 2020-07-14 20:58:11,643 [19] INFO - --------- 2020-07-14 20:58:11,643 [19] INFO - Information: 0 : 2020-07-14 20:58:11,643 [19] INFO - --------- 2020-07-14 20:58:11,643 [19] INFO - function SE637303570916438954() {} SE637303570916438954.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. var image = project.getImage(article.value("image")); var contentImageWidth = "890"; var defaultImageWidth = 960; var cssClass = article.cssClass || ""; var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth; var gridCols = article.column.cssClass; if ( gridCols ){ gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", "")); } else{ gridCols = 12; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; // minimum width needed for 100% width display on 1-column breakpoint var minwidth = parseInt(479 - columnMargin); var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth; if ( minwidth > contentCopyWidth ){ contentCopyWidth = minwidth; } //system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")"); var imageError = false; if ( !isNull(image) ) { if ( isBreakout ){ contentCopyWidth = image.workingCopyWidth; } try { var iresult = image.ensureContentCopy(article, contentCopyWidth); var thumbImageWidth = image.contentCopyWidth; var thumbImageHeight = image.contentCopyHeight; var description = image.description; var altText = system.htmlEncode(system.removeHtmlTags(image.altText)); var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", ""))); if ( altText == "" && oldAltText !== "" ){ altText = oldAltText; } var encodedDescription = system.htmlEncode(image.description); var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description)); // strip

-Tags from description as

is not valid inside SPAN description = description.toString().replace(/

/g,""); description = description.toString().replace(/<\/p>/g,"
"); //system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult); } catch(err) { imageError = true; } } if ( stripDescription !== "" ) { var showCaption = "1"; } else { var showCaption = "0"; } var lightBox = article.value("lightbox", "lightbox"); var clickURL = article.value("clickurl"); var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } context.write("\r\n\r\n"); if ( isNull(image) || imageError ) { context.write("\r\n\t"); if ( system.preview ) { context.write("\r\n\t\t

\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t

\r\n\t\t
\r\n\t"); } context.write("\r\n"); } else { context.write("\r\n\t"); if ( lightBox == "zoom" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); } context.write("\r\n\t\t\t
\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\r\n\t\t\t
\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write(" \r\n\t"); } else if ( lightBox == true || lightBox == "lightbox" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html", "popupimage") ); context.write("\r\n\t\t\t\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else if ( lightBox == "off" ) { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\r\n\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } else { context.write("\r\n\t\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t\t"); if ( clickURL !== "" ) { context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); if ( image.isSvgImage ){ context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else if ( image.isAnimatedGif ) { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } else { context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t"); } else { context.write("\r\n\t\t\t\t\r\n\t\t\t"); } context.write("\r\n\r\n\t\t\t"); if ( showCaption == "1" && description ) { context.write("\r\n\t\t\t\t"); context.write( description ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\t"); } context.write("\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570916438954().executeScript(); ----------------------------------------