---------------------------------------- 2020-07-14 20:57:14,973 [19] INFO - --------- 2020-07-14 20:57:16,211 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1079. 2020-07-14 20:57:16,211 [19] INFO - --------- 2020-07-14 20:57:16,213 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,213 [19] INFO - --------- 2020-07-14 20:57:16,213 [19] INFO - function SE637303570349496527() {} SE637303570349496527.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

\r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

\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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570349496527().executeScript(); 2020-07-14 20:57:16,214 [19] INFO - --------- 2020-07-14 20:57:16,215 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1080. 2020-07-14 20:57:16,215 [19] INFO - --------- 2020-07-14 20:57:16,227 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,227 [19] INFO - --------- 2020-07-14 20:57:16,227 [19] INFO - function SE637303570362277258() {} SE637303570362277258.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

\r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

\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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570362277258().executeScript(); 2020-07-14 20:57:16,228 [19] INFO - --------- 2020-07-14 20:57:16,230 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,230 [19] INFO - --------- 2020-07-14 20:57:16,231 [19] INFO - function SE637303570362307260() {} SE637303570362307260.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 SE637303570362307260().executeScript(); 2020-07-14 20:57:16,231 [19] INFO - --------- 2020-07-14 20:57:16,241 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,242 [19] INFO - --------- 2020-07-14 20:57:16,242 [19] INFO - function SE637303570362307260() {} SE637303570362307260.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 SE637303570362307260().executeScript(); 2020-07-14 20:57:16,242 [19] INFO - --------- 2020-07-14 20:57:16,243 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1081. 2020-07-14 20:57:16,243 [19] INFO - --------- 2020-07-14 20:57:16,244 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,244 [19] INFO - --------- 2020-07-14 20:57:16,245 [19] INFO - function SE637303570362447268() {} SE637303570362447268.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570362447268().executeScript(); 2020-07-14 20:57:16,245 [19] INFO - --------- 2020-07-14 20:57:16,247 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,247 [19] INFO - --------- 2020-07-14 20:57:16,247 [19] INFO - function SE637303570362447268() {} SE637303570362447268.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570362447268().executeScript(); 2020-07-14 20:57:16,248 [19] INFO - --------- 2020-07-14 20:57:16,248 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1082. 2020-07-14 20:57:16,248 [19] INFO - --------- 2020-07-14 20:57:16,249 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,250 [19] INFO - --------- 2020-07-14 20:57:16,250 [19] INFO - function SE637303570362277258() {} SE637303570362277258.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

\r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

\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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570362277258().executeScript(); 2020-07-14 20:57:16,250 [19] INFO - --------- 2020-07-14 20:57:16,251 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1083. 2020-07-14 20:57:16,251 [19] INFO - --------- 2020-07-14 20:57:16,261 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,262 [19] INFO - --------- 2020-07-14 20:57:16,262 [19] INFO - function SE637303570362617277() {} SE637303570362617277.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

\r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

\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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570362617277().executeScript(); 2020-07-14 20:57:16,262 [19] INFO - --------- 2020-07-14 20:57:16,265 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,265 [19] INFO - --------- 2020-07-14 20:57:16,265 [19] INFO - function SE637303570362657280() {} SE637303570362657280.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 SE637303570362657280().executeScript(); 2020-07-14 20:57:16,266 [19] INFO - --------- 2020-07-14 20:57:16,276 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,276 [19] INFO - --------- 2020-07-14 20:57:16,276 [19] INFO - function SE637303570362657280() {} SE637303570362657280.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 SE637303570362657280().executeScript(); 2020-07-14 20:57:16,277 [19] INFO - --------- 2020-07-14 20:57:16,277 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1084. 2020-07-14 20:57:16,278 [19] INFO - --------- 2020-07-14 20:57:16,278 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,279 [19] INFO - --------- 2020-07-14 20:57:16,279 [19] INFO - function SE637303570362787287() {} SE637303570362787287.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570362787287().executeScript(); 2020-07-14 20:57:16,279 [19] INFO - --------- 2020-07-14 20:57:16,285 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,285 [19] INFO - --------- 2020-07-14 20:57:16,285 [19] INFO - function SE637303570362787287() {} SE637303570362787287.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570362787287().executeScript(); 2020-07-14 20:57:16,286 [19] INFO - --------- 2020-07-14 20:57:16,287 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1085. 2020-07-14 20:57:16,287 [19] INFO - --------- 2020-07-14 20:57:16,289 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,289 [19] INFO - --------- 2020-07-14 20:57:16,289 [19] INFO - function SE637303570362617277() {} SE637303570362617277.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

\r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

\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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570362617277().executeScript(); 2020-07-14 20:57:16,290 [19] INFO - --------- 2020-07-14 20:57:16,290 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1086. 2020-07-14 20:57:16,291 [19] INFO - --------- 2020-07-14 20:57:16,295 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,296 [19] INFO - --------- 2020-07-14 20:57:16,296 [19] INFO - function SE637303570345486297() {} SE637303570345486297.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
\n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
\n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
\n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
\n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
\n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
\n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
\n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
\n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570345486297().executeScript(); 2020-07-14 20:57:16,298 [19] INFO - --------- 2020-07-14 20:57:16,298 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1087. 2020-07-14 20:57:16,299 [19] INFO - --------- 2020-07-14 20:57:16,300 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,300 [19] INFO - --------- 2020-07-14 20:57:16,301 [19] INFO - function SE637303570363007300() {} SE637303570363007300.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=2 ) { return; } context.write("\r\n\r\n\r\n\t"); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n\t\t\t"); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n\t\t\t "); context.write( system.partial("submenu1.html", p.id, 2) ); context.write("\r\n\t\t\t"); } context.write("\r\n\r\n\t"); } } context.write("\r\n\r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363007300().executeScript(); 2020-07-14 20:57:16,301 [19] INFO - --------- 2020-07-14 20:57:16,309 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,309 [19] INFO - --------- 2020-07-14 20:57:16,309 [19] INFO - function SE637303570363097305() {} SE637303570363097305.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=1 ) { return; } context.write("\r\n
\r\n\t
    \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu1-aktiv.html", p.id, 2) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu1.html", p.id, 2) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t
\r\n
\r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363097305().executeScript(); 2020-07-14 20:57:16,310 [19] INFO - --------- 2020-07-14 20:57:16,313 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,313 [19] INFO - --------- 2020-07-14 20:57:16,314 [19] INFO - function SE637303570363137307() {} SE637303570363137307.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("\r\n"); context.write( system.partial("submenu2.html", p.id) ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363137307().executeScript(); 2020-07-14 20:57:16,314 [19] INFO - --------- 2020-07-14 20:57:16,316 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,316 [19] INFO - --------- 2020-07-14 20:57:16,317 [19] INFO - function SE637303570363167309() {} SE637303570363167309.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } //if ( !isNull(p) && p.level!=3 ) { return; } context.write("\r\n\t\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu2-aktiv.html", p.id, 3) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu2.html", p.id, 3) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t\t
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363167309().executeScript(); 2020-07-14 20:57:16,317 [19] INFO - --------- 2020-07-14 20:57:16,318 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,319 [19] INFO - --------- 2020-07-14 20:57:16,319 [19] INFO - function SE637303570363167309() {} SE637303570363167309.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } //if ( !isNull(p) && p.level!=3 ) { return; } context.write("\r\n\t\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu2-aktiv.html", p.id, 3) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu2.html", p.id, 3) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t\t
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363167309().executeScript(); 2020-07-14 20:57:16,320 [19] INFO - --------- 2020-07-14 20:57:16,320 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1088. 2020-07-14 20:57:16,320 [19] INFO - --------- 2020-07-14 20:57:16,321 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,321 [19] INFO - --------- 2020-07-14 20:57:16,321 [19] INFO - function SE637303570363137307() {} SE637303570363137307.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("\r\n"); context.write( system.partial("submenu2.html", p.id) ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363137307().executeScript(); 2020-07-14 20:57:16,322 [19] INFO - --------- 2020-07-14 20:57:16,322 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1089. 2020-07-14 20:57:16,322 [19] INFO - --------- 2020-07-14 20:57:16,324 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,325 [19] INFO - --------- 2020-07-14 20:57:16,325 [19] INFO - function SE637303570363247313() {} SE637303570363247313.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363247313().executeScript(); 2020-07-14 20:57:16,325 [19] INFO - --------- 2020-07-14 20:57:16,327 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,327 [19] INFO - --------- 2020-07-14 20:57:16,328 [19] INFO - function SE637303570363247313() {} SE637303570363247313.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363247313().executeScript(); 2020-07-14 20:57:16,328 [19] INFO - --------- 2020-07-14 20:57:16,328 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1090. 2020-07-14 20:57:16,329 [19] INFO - --------- 2020-07-14 20:57:16,331 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,331 [19] INFO - --------- 2020-07-14 20:57:16,331 [19] INFO - function SE637303570363317317() {} SE637303570363317317.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363317317().executeScript(); 2020-07-14 20:57:16,332 [19] INFO - --------- 2020-07-14 20:57:16,333 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,334 [19] INFO - --------- 2020-07-14 20:57:16,334 [19] INFO - function SE637303570363317317() {} SE637303570363317317.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363317317().executeScript(); 2020-07-14 20:57:16,335 [19] INFO - --------- 2020-07-14 20:57:16,335 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1091. 2020-07-14 20:57:16,335 [19] INFO - --------- 2020-07-14 20:57:16,337 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,337 [19] INFO - --------- 2020-07-14 20:57:16,338 [19] INFO - function SE637303570363377321() {} SE637303570363377321.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363377321().executeScript(); 2020-07-14 20:57:16,338 [19] INFO - --------- 2020-07-14 20:57:16,340 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,341 [19] INFO - --------- 2020-07-14 20:57:16,341 [19] INFO - function SE637303570363377321() {} SE637303570363377321.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363377321().executeScript(); 2020-07-14 20:57:16,341 [19] INFO - --------- 2020-07-14 20:57:16,342 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1092. 2020-07-14 20:57:16,342 [19] INFO - --------- 2020-07-14 20:57:16,343 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,343 [19] INFO - --------- 2020-07-14 20:57:16,343 [19] INFO - function SE637303570363097305() {} SE637303570363097305.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=1 ) { return; } context.write("\r\n
    \r\n\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu1-aktiv.html", p.id, 2) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu1.html", p.id, 2) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t
    \r\n
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363097305().executeScript(); 2020-07-14 20:57:16,344 [19] INFO - --------- 2020-07-14 20:57:16,344 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1093. 2020-07-14 20:57:16,344 [19] INFO - --------- 2020-07-14 20:57:16,357 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,357 [19] INFO - --------- 2020-07-14 20:57:16,357 [19] INFO - function SE637303570363007300() {} SE637303570363007300.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=2 ) { return; } context.write("\r\n\r\n\r\n\t"); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n\t\t\t"); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n\t\t\t "); context.write( system.partial("submenu1.html", p.id, 2) ); context.write("\r\n\t\t\t"); } context.write("\r\n\r\n\t"); } } context.write("\r\n\r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363007300().executeScript(); 2020-07-14 20:57:16,359 [19] INFO - --------- 2020-07-14 20:57:16,360 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1094. 2020-07-14 20:57:16,360 [19] INFO - --------- 2020-07-14 20:57:16,362 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,362 [19] INFO - --------- 2020-07-14 20:57:16,362 [19] INFO - function SE637303570363627335() {} SE637303570363627335.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
    \n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
    \n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
    \n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
    \n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
    \n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363627335().executeScript(); 2020-07-14 20:57:16,364 [19] INFO - --------- 2020-07-14 20:57:16,377 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,377 [19] INFO - --------- 2020-07-14 20:57:16,378 [19] INFO - function SE637303570363627335() {} SE637303570363627335.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
    \n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
    \n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
    \n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
    \n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
    \n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363627335().executeScript(); 2020-07-14 20:57:16,380 [19] INFO - --------- 2020-07-14 20:57:16,380 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1095. 2020-07-14 20:57:16,380 [19] INFO - --------- 2020-07-14 20:57:16,381 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,382 [19] INFO - --------- 2020-07-14 20:57:16,382 [19] INFO - function SE637303570363817346() {} SE637303570363817346.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. var args = context.param(0, {}); var wraptag = args["wraptag"] || "div"; var menuid = args["menuid"] || "xmenu"; var menuclass = args["menuclass"] || ""; var listwrapper = args["listwrapper"] || ["",""]; var itemwrapper = args["itemwrapper"] || ["",""]; var areaname = args["areaname"] || "Footer"; context.write("\r\n"); if ( page.attribute("show_extra_menu") ) { var extraMenu = page.extraMenu; context.write("\r\n\t<"); context.write( wraptag ); context.write(" id=\""); context.write( menuid ); context.write("\" class=\""); context.write( menuclass ); context.write("\" "); context.write( system.partial("inline-editing-xmenu.html", areaname) ); context.write(">\r\n\t\t"); context.write( listwrapper[0] ); context.write("\r\n\t\t"); for ( var mi = 0; mi < extraMenu.menuItems.count; ++mi ) { var menuItem = extraMenu.menuItems.item(mi); var rel = ""; if ( menuItem.nofollow ){ rel += "nofollow "; } if ( menuItem.target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } context.write("\r\n\t\t\t"); context.write( itemwrapper[0] ); context.write(""); context.write(menuItem.name); context.write(""); context.write( itemwrapper[1] ); context.write("\r\n\t\t"); } context.write("\r\n\t\t\t"); var output = ""; // Special case for Top Responsive which can add entries via attribute if ( page.attribute("add_extramenu") ) { output += page.attribute("add_extramenu"); } if ( page.attribute("show_language_menu") ){ // language selection var pf = project.projectFolders; if ( pf.count > 0 ){ output += itemwrapper[0] + '' + itemwrapper[1]; } } if ( output !== "" ){ context.write(output); } context.write("\r\n\t\t\t\r\n\t\t"); context.write( listwrapper[1] ); context.write("\r\n\t\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363817346().executeScript(); 2020-07-14 20:57:16,382 [19] INFO - --------- 2020-07-14 20:57:16,384 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,385 [19] INFO - --------- 2020-07-14 20:57:16,385 [19] INFO - function SE637303570363847348() {} SE637303570363847348.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363847348().executeScript(); 2020-07-14 20:57:16,385 [19] INFO - --------- 2020-07-14 20:57:16,386 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,387 [19] INFO - --------- 2020-07-14 20:57:16,387 [19] INFO - function SE637303570363847348() {} SE637303570363847348.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363847348().executeScript(); 2020-07-14 20:57:16,387 [19] INFO - --------- 2020-07-14 20:57:16,388 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1096. 2020-07-14 20:57:16,388 [19] INFO - --------- 2020-07-14 20:57:16,539 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,539 [19] INFO - --------- 2020-07-14 20:57:16,540 [19] INFO - function SE637303570363817346() {} SE637303570363817346.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. var args = context.param(0, {}); var wraptag = args["wraptag"] || "div"; var menuid = args["menuid"] || "xmenu"; var menuclass = args["menuclass"] || ""; var listwrapper = args["listwrapper"] || ["",""]; var itemwrapper = args["itemwrapper"] || ["",""]; var areaname = args["areaname"] || "Footer"; context.write("\r\n"); if ( page.attribute("show_extra_menu") ) { var extraMenu = page.extraMenu; context.write("\r\n\t<"); context.write( wraptag ); context.write(" id=\""); context.write( menuid ); context.write("\" class=\""); context.write( menuclass ); context.write("\" "); context.write( system.partial("inline-editing-xmenu.html", areaname) ); context.write(">\r\n\t\t"); context.write( listwrapper[0] ); context.write("\r\n\t\t"); for ( var mi = 0; mi < extraMenu.menuItems.count; ++mi ) { var menuItem = extraMenu.menuItems.item(mi); var rel = ""; if ( menuItem.nofollow ){ rel += "nofollow "; } if ( menuItem.target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } context.write("\r\n\t\t\t"); context.write( itemwrapper[0] ); context.write(""); context.write(menuItem.name); context.write(""); context.write( itemwrapper[1] ); context.write("\r\n\t\t"); } context.write("\r\n\t\t\t"); var output = ""; // Special case for Top Responsive which can add entries via attribute if ( page.attribute("add_extramenu") ) { output += page.attribute("add_extramenu"); } if ( page.attribute("show_language_menu") ){ // language selection var pf = project.projectFolders; if ( pf.count > 0 ){ output += itemwrapper[0] + '' + itemwrapper[1]; } } if ( output !== "" ){ context.write(output); } context.write("\r\n\t\t\t\r\n\t\t"); context.write( listwrapper[1] ); context.write("\r\n\t\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570363817346().executeScript(); 2020-07-14 20:57:16,540 [19] INFO - --------- 2020-07-14 20:57:16,540 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1097. 2020-07-14 20:57:16,541 [19] INFO - --------- 2020-07-14 20:57:16,564 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,564 [19] INFO - --------- 2020-07-14 20:57:16,565 [19] INFO - function SE637303570365647451() {} SE637303570365647451.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570365647451().executeScript(); 2020-07-14 20:57:16,565 [19] INFO - --------- 2020-07-14 20:57:16,566 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,566 [19] INFO - --------- 2020-07-14 20:57:16,567 [19] INFO - function SE637303570365647451() {} SE637303570365647451.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570365647451().executeScript(); 2020-07-14 20:57:16,567 [19] INFO - --------- 2020-07-14 20:57:16,567 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1098. 2020-07-14 20:57:16,568 [19] INFO - --------- 2020-07-14 20:57:16,571 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,572 [19] INFO - --------- 2020-07-14 20:57:16,572 [19] INFO - function SE637303570325405149() {} SE637303570325405149.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. context.write("\r\n\r\n\r\n\t"); context.write( page.title ); context.write("\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); if ( "../assets/favicon.ico" !== "" ) { context.write(""); } context.write("\r\n\t\r\n\t"); if ( parseInt(page.attribute("webfonts-deactivate", 0)) !== 1 ){context.write(project.webFonts())} context.write("\r\n\r\n\t"); context.write( project.bundleCss() ); context.write("\r\n\r\n\t\r\n\r\n\t"); var additionalCss = page.attribute("additional_css"); if ( additionalCss ) { context.write("\r\n\t\t"); context.write( additionalCss ); context.write("\r\n\t"); } context.write(" \r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( project.bundleJs() ); context.write("\r\n\t\r\n\t\r\n\t"); if ( page.attribute("search_field_visible") ) { context.write("\r\n\t\t\r\n\t"); } context.write("\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( system.partial("rss.html") ); context.write("\r\n\t\r\n\t"); var header = page.anyAreaArticles("Header") || (system.preview && system.showEmptyPreviewAreas) var news = page.anyAreaArticles("News") || (system.preview && system.showEmptyPreviewAreas) function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } var sidebar = hasVisibleChildPages(page.id) || page.level >= 2 || news; context.write("\r\n\r\n\t\r\n\t\r\n\r\n\r\n\t\r\n\t\r\n\t
    \r\n\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Banner") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Banner", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t\t
    \r\n\t\t\t\t"); if ( page.attribute("search_field_visible") ) { context.write("
    \" method=\"get\">
    "); } context.write("\r\n\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\"");\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t"); if ( page.attribute("web_name_slogan") ) { context.write("\r\n\t\t\t\t\t\t\t\t\t
    Vom Gerätewagen der Schweizer Feuerwehr zum Expeditionsmobil \"Willi\"
    \r\n\t\t\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( header ) { context.write("\r\n\t\t\t\t"); context.write( system.partial("header.html") ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\t\r\n\t\t\t"); context.write( system.partial("hauptmenu.html") ); context.write("\t\t\t\t\t\r\n\t\t\t\r\n\t\t\t"); if ( page.attribute("show_breadcrumb") ) { context.write("
    \r\n\t\t\t\t"); context.write( system.partial("breadcrumbs.html", (page.attribute("breadcrumb")||"").replace(/"/g, """), (page.attribute("breadcrumb_separator")||"").replace(/"/g, """) ) ); context.write("\r\n\t\t\t
    "); } context.write("\r\n\t\t\t\r\n\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "top" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Standard", 0, null, null, "zpgrid") ); context.write("
    \r\n\t\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "bottom" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "News", 1, "news") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\t"); context.write( system.partial('zpextramenu.html') ); context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( page.attribute("show_copyright") || project.showCreatorText ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); if ( page.attribute("show_copyright") ) { context.write("\r\n\t\t\t\t\t\t\t© 2018 Willi"); if ( project.showCreatorText ) { context.write(". "); } context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( project.showCreatorText ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write(project.creatorText); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Footer") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Footer", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t
    \r\n\t
    \t\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\t\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570325405149().executeScript(); 2020-07-14 20:57:16,573 [19] INFO - --------- 2020-07-14 20:57:16,573 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1099. 2020-07-14 20:57:16,574 [19] INFO - --------- 2020-07-14 20:57:16,575 [19] INFO - Closing the script engine. 2020-07-14 20:57:16,575 [19] INFO - --------- 2020-07-14 20:57:16,575 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1099. 2020-07-14 20:57:16,576 [19] INFO - --------- 2020-07-14 20:57:16,642 [19] INFO - Script engine constructed. 2020-07-14 20:57:16,642 [19] INFO - Script engine initialized. 2020-07-14 20:57:16,643 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,643 [19] INFO - --------- 2020-07-14 20:57:16,644 [19] INFO - /* ------------- {{OmitSourceOutput:Begin}} -------------- */ context.write("\r\n\r\n"); function isNumeric(n) { return !isNaN(parseFloat(n)) && isFinite(n); } function isNull(obj) { return obj === undefined || obj == null || !obj || 0 === obj.length; } String.prototype.format = function() { var args = arguments; return this.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; String.format = function(format) { var args = Array.prototype.slice.call(arguments, 1); return format.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; // trim() polyfill - https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/String/Trim if (!String.prototype.trim) { String.prototype.trim = function () { return this.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ''); }; } // // var vbCrLf = "\r\n"; // // function less(lessString) { // return _context.Less(lessString); // } // // function HtmlEncode(obj){ // return system.htmlEncode(obj); // } // // // helps convert some ZP string values to a bool. // function IsTrue(obj){ // return (obj == "True" || obj === true || obj == 1 ); // } // // // Prüfen, ob leer. // function IsEmpty(str) { // return (!str || 0 === str.length); // } // // // Prüfen, ob leer oder nur Whitespaces enthalten. // function IsBlank(str) { // return (!str || /^\s*$/.test(str)); // } // // // Prüfen, ob leer. // String.prototype.IsEmpty = function() { // return (this.length === 0 || !this.trim()); // }; // // // Prüfen ob NULL oder undefined. // function isNull(obj) { // return obj === undefined || obj == null || !obj // } // // // Eigene Format-Funktion. // // Beispiel: "Dies ist {0} Test.".Format("ein"); // if (!String.prototype.Format) { // String.prototype.Format = function() { // var args = arguments; // return this.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // // Alternative Schreibweise für Format-Funktion. // // Beispiel: String.Format("Dies ist {0} Test.", "ein"); // if (!String.Format) { // String.Format = function(format) { // var args = Array.prototype.slice.call(arguments, 1); // return format.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // /* // // HTML-Attribut ausgeben, nur wenn auch Inhalt hat. // function htmlAttr(attrName, attrValue) { // if ( IsBlank(attrValue) ) { // return ""; // } else { // return '{0}="{1}"'.Format( attrName, attrValue ); // } // } // // // HTML-Attribut ausgeben wenn condition == true. // function htmlAttrIf(condition, attrName, attrValue) { // if ( ! IsTrue(condition) ) { // return ""; // } else { // return htmlAttr(attrName, attrValue); // } // } // */ // // // Ersatz für die VBSkript isNumeric Funktion -> http://stackoverflow.com/questions/18082/validate-decimal-numbers-in-javascript-isnumeric // function isNumeric(n) { // return !isNaN(parseFloat(n)) && isFinite(n); // } // // // Einfacher Ersatz für VBScript Replace() - die "count" und "compare" Parameter von VBScript werden nicht unterstützt! // function Replace(searchstring, find, replace) { // return searchstring.replace(find, replace); // } // // // diverse String helper. Quelle: http://www.4guysfromrolla.com/webtech/vb2java.shtml // function Left(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // return String(str).substring(0,n); // } // } // // function Right(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // var iLen = String(str).length; // return String(str).substring(iLen, iLen - n); // } // } // // function Mid(str, start, len) { // // this is using ONE-Based strongs to mimic vbscript! // // // Make sure start and len are within proper bounds // if (start <= 0 || len < 0){ // return ""; // } // // var iEnd, iLen = String(str).length; // if (start + len > iLen){ // iEnd = iLen; // } // else { // iEnd = (start - 1) + len; // } // return String(str).substring(start-1,iEnd); // } // context.write("\r\n"); /* ------------- {{OmitSourceOutput:End}} -------------- */ context.write("\r\n"); /* Shortcuts. */ var article = null; var page = null; var projectFolder = null; var project = null; var system = null; 2020-07-14 20:57:16,644 [19] INFO - --------- 2020-07-14 20:57:16,645 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,645 [19] INFO - --------- 2020-07-14 20:57:16,645 [19] INFO - /* ------------- {{OmitSourceOutput:Begin}} -------------- */ context.write("\r\n\r\n"); function isNumeric(n) { return !isNaN(parseFloat(n)) && isFinite(n); } function isNull(obj) { return obj === undefined || obj == null || !obj || 0 === obj.length; } String.prototype.format = function() { var args = arguments; return this.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; String.format = function(format) { var args = Array.prototype.slice.call(arguments, 1); return format.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; // trim() polyfill - https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/String/Trim if (!String.prototype.trim) { String.prototype.trim = function () { return this.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ''); }; } // // var vbCrLf = "\r\n"; // // function less(lessString) { // return _context.Less(lessString); // } // // function HtmlEncode(obj){ // return system.htmlEncode(obj); // } // // // helps convert some ZP string values to a bool. // function IsTrue(obj){ // return (obj == "True" || obj === true || obj == 1 ); // } // // // Prüfen, ob leer. // function IsEmpty(str) { // return (!str || 0 === str.length); // } // // // Prüfen, ob leer oder nur Whitespaces enthalten. // function IsBlank(str) { // return (!str || /^\s*$/.test(str)); // } // // // Prüfen, ob leer. // String.prototype.IsEmpty = function() { // return (this.length === 0 || !this.trim()); // }; // // // Prüfen ob NULL oder undefined. // function isNull(obj) { // return obj === undefined || obj == null || !obj // } // // // Eigene Format-Funktion. // // Beispiel: "Dies ist {0} Test.".Format("ein"); // if (!String.prototype.Format) { // String.prototype.Format = function() { // var args = arguments; // return this.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // // Alternative Schreibweise für Format-Funktion. // // Beispiel: String.Format("Dies ist {0} Test.", "ein"); // if (!String.Format) { // String.Format = function(format) { // var args = Array.prototype.slice.call(arguments, 1); // return format.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // /* // // HTML-Attribut ausgeben, nur wenn auch Inhalt hat. // function htmlAttr(attrName, attrValue) { // if ( IsBlank(attrValue) ) { // return ""; // } else { // return '{0}="{1}"'.Format( attrName, attrValue ); // } // } // // // HTML-Attribut ausgeben wenn condition == true. // function htmlAttrIf(condition, attrName, attrValue) { // if ( ! IsTrue(condition) ) { // return ""; // } else { // return htmlAttr(attrName, attrValue); // } // } // */ // // // Ersatz für die VBSkript isNumeric Funktion -> http://stackoverflow.com/questions/18082/validate-decimal-numbers-in-javascript-isnumeric // function isNumeric(n) { // return !isNaN(parseFloat(n)) && isFinite(n); // } // // // Einfacher Ersatz für VBScript Replace() - die "count" und "compare" Parameter von VBScript werden nicht unterstützt! // function Replace(searchstring, find, replace) { // return searchstring.replace(find, replace); // } // // // diverse String helper. Quelle: http://www.4guysfromrolla.com/webtech/vb2java.shtml // function Left(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // return String(str).substring(0,n); // } // } // // function Right(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // var iLen = String(str).length; // return String(str).substring(iLen, iLen - n); // } // } // // function Mid(str, start, len) { // // this is using ONE-Based strongs to mimic vbscript! // // // Make sure start and len are within proper bounds // if (start <= 0 || len < 0){ // return ""; // } // // var iEnd, iLen = String(str).length; // if (start + len > iLen){ // iEnd = iLen; // } // else { // iEnd = (start - 1) + len; // } // return String(str).substring(start-1,iEnd); // } // context.write("\r\n"); /* ------------- {{OmitSourceOutput:End}} -------------- */ context.write("\r\n"); /* Shortcuts. */ var article = null; var page = null; var projectFolder = null; var project = null; var system = null; 2020-07-14 20:57:16,646 [19] INFO - --------- 2020-07-14 20:57:16,646 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1100. 2020-07-14 20:57:16,647 [19] INFO - --------- 2020-07-14 20:57:16,647 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,647 [19] INFO - --------- 2020-07-14 20:57:16,648 [19] INFO - function SE637303570366417495() {} SE637303570366417495.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. if (shop.active) { var basketPageUrl = null; var currentProjectFolderId = page.projectFolder.id; var projectFolderBasketArticle; var foundItems = project.getArticlesWithStyle("basket"); for ( var g=0; g < foundItems.count; ++g ) { var foundItem = foundItems.item(g); if ( foundItem.active ) { if ( isNull(firstBasketArticle) ){ var firstBasketArticle = foundItem.page.url; } if ( project.getPage(foundItem.page.id).projectFolder.id == currentProjectFolderId ){ projectFolderBasketArticle = foundItem.page.url; } } } var basketPageUrl = projectFolderBasketArticle || firstBasketArticle; context.write("\n\t"); if ( basketPageUrl && page.url !== basketPageUrl ){ context.write("\n\t\n\t\n\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570366417495().executeScript(); 2020-07-14 20:57:16,648 [19] INFO - --------- 2020-07-14 20:57:16,650 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,650 [19] INFO - --------- 2020-07-14 20:57:16,650 [19] INFO - function SE637303570366417495() {} SE637303570366417495.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. if (shop.active) { var basketPageUrl = null; var currentProjectFolderId = page.projectFolder.id; var projectFolderBasketArticle; var foundItems = project.getArticlesWithStyle("basket"); for ( var g=0; g < foundItems.count; ++g ) { var foundItem = foundItems.item(g); if ( foundItem.active ) { if ( isNull(firstBasketArticle) ){ var firstBasketArticle = foundItem.page.url; } if ( project.getPage(foundItem.page.id).projectFolder.id == currentProjectFolderId ){ projectFolderBasketArticle = foundItem.page.url; } } } var basketPageUrl = projectFolderBasketArticle || firstBasketArticle; context.write("\n\t"); if ( basketPageUrl && page.url !== basketPageUrl ){ context.write("\n\t\n\t\n\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570366417495().executeScript(); 2020-07-14 20:57:16,651 [19] INFO - --------- 2020-07-14 20:57:16,651 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1101. 2020-07-14 20:57:16,652 [19] INFO - --------- 2020-07-14 20:57:16,653 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,653 [19] INFO - --------- 2020-07-14 20:57:16,653 [19] INFO - function SE637303570366537501() {} SE637303570366537501.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. context.write("\r\n\r\n\r\n\t"); context.write( page.title ); context.write("\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); if ( "../assets/favicon.ico" !== "" ) { context.write(""); } context.write("\r\n\t\r\n\t"); if ( parseInt(page.attribute("webfonts-deactivate", 0)) !== 1 ){context.write(project.webFonts())} context.write("\r\n\r\n\t"); context.write( project.bundleCss() ); context.write("\r\n\r\n\t\r\n\r\n\t"); var additionalCss = page.attribute("additional_css"); if ( additionalCss ) { context.write("\r\n\t\t"); context.write( additionalCss ); context.write("\r\n\t"); } context.write(" \r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( project.bundleJs() ); context.write("\r\n\t\r\n\t\r\n\t"); if ( page.attribute("search_field_visible") ) { context.write("\r\n\t\t\r\n\t"); } context.write("\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( system.partial("rss.html") ); context.write("\r\n\t\r\n\t"); var header = page.anyAreaArticles("Header") || (system.preview && system.showEmptyPreviewAreas) var news = page.anyAreaArticles("News") || (system.preview && system.showEmptyPreviewAreas) function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } var sidebar = hasVisibleChildPages(page.id) || page.level >= 2 || news; context.write("\r\n\r\n\t\r\n\t\r\n\r\n\r\n\t\r\n\t\r\n\t
    \r\n\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Banner") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Banner", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t\t
    \r\n\t\t\t\t"); if ( page.attribute("search_field_visible") ) { context.write("
    \" method=\"get\">
    "); } context.write("\r\n\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\"");\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t"); if ( page.attribute("web_name_slogan") ) { context.write("\r\n\t\t\t\t\t\t\t\t\t
    Vom Gerätewagen der Schweizer Feuerwehr zum Expeditionsmobil \"Willi\"
    \r\n\t\t\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( header ) { context.write("\r\n\t\t\t\t"); context.write( system.partial("header.html") ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\t\r\n\t\t\t"); context.write( system.partial("hauptmenu.html") ); context.write("\t\t\t\t\t\r\n\t\t\t\r\n\t\t\t"); if ( page.attribute("show_breadcrumb") ) { context.write("
    \r\n\t\t\t\t"); context.write( system.partial("breadcrumbs.html", (page.attribute("breadcrumb")||"").replace(/"/g, """), (page.attribute("breadcrumb_separator")||"").replace(/"/g, """) ) ); context.write("\r\n\t\t\t
    "); } context.write("\r\n\t\t\t\r\n\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "top" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Standard", 0, null, null, "zpgrid") ); context.write("
    \r\n\t\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "bottom" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "News", 1, "news") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\t"); context.write( system.partial('zpextramenu.html') ); context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( page.attribute("show_copyright") || project.showCreatorText ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); if ( page.attribute("show_copyright") ) { context.write("\r\n\t\t\t\t\t\t\t© 2018 Willi"); if ( project.showCreatorText ) { context.write(". "); } context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( project.showCreatorText ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write(project.creatorText); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Footer") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Footer", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t
    \r\n\t
    \t\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\t\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570366537501().executeScript(); 2020-07-14 20:57:16,654 [19] INFO - --------- 2020-07-14 20:57:16,672 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,672 [19] INFO - --------- 2020-07-14 20:57:16,673 [19] INFO - function SE637303570366727512() {} SE637303570366727512.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. if ( project.rss ) { var feeds = projectFolder.rssFeeds; for ( var i=0; i\r\n\t\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570366727512().executeScript(); 2020-07-14 20:57:16,673 [19] INFO - --------- 2020-07-14 20:57:16,674 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,675 [19] INFO - --------- 2020-07-14 20:57:16,675 [19] INFO - function SE637303570366727512() {} SE637303570366727512.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. if ( project.rss ) { var feeds = projectFolder.rssFeeds; for ( var i=0; i\r\n\t\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570366727512().executeScript(); 2020-07-14 20:57:16,675 [19] INFO - --------- 2020-07-14 20:57:16,676 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1102. 2020-07-14 20:57:16,676 [19] INFO - --------- 2020-07-14 20:57:16,683 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,684 [19] INFO - --------- 2020-07-14 20:57:16,684 [19] INFO - function SE637303570366837519() {} SE637303570366837519.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570366837519().executeScript(); 2020-07-14 20:57:16,684 [19] INFO - --------- 2020-07-14 20:57:16,685 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,686 [19] INFO - --------- 2020-07-14 20:57:16,686 [19] INFO - function SE637303570366837519() {} SE637303570366837519.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570366837519().executeScript(); 2020-07-14 20:57:16,686 [19] INFO - --------- 2020-07-14 20:57:16,687 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1103. 2020-07-14 20:57:16,687 [19] INFO - --------- 2020-07-14 20:57:16,689 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,689 [19] INFO - --------- 2020-07-14 20:57:16,689 [19] INFO - function SE637303570366897522() {} SE637303570366897522.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570366897522().executeScript(); 2020-07-14 20:57:16,690 [19] INFO - --------- 2020-07-14 20:57:16,691 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,691 [19] INFO - --------- 2020-07-14 20:57:16,692 [19] INFO - function SE637303570366897522() {} SE637303570366897522.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570366897522().executeScript(); 2020-07-14 20:57:16,692 [19] INFO - --------- 2020-07-14 20:57:16,692 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1104. 2020-07-14 20:57:16,693 [19] INFO - --------- 2020-07-14 20:57:16,695 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,695 [19] INFO - --------- 2020-07-14 20:57:16,695 [19] INFO - function SE637303570366957525() {} SE637303570366957525.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570366957525().executeScript(); 2020-07-14 20:57:16,696 [19] INFO - --------- 2020-07-14 20:57:16,697 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,697 [19] INFO - --------- 2020-07-14 20:57:16,698 [19] INFO - function SE637303570366957525() {} SE637303570366957525.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570366957525().executeScript(); 2020-07-14 20:57:16,698 [19] INFO - --------- 2020-07-14 20:57:16,698 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1105. 2020-07-14 20:57:16,699 [19] INFO - --------- 2020-07-14 20:57:16,700 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,700 [19] INFO - --------- 2020-07-14 20:57:16,701 [19] INFO - function SE637303570367007528() {} SE637303570367007528.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\header.html'. var areaName = "Header"; var headers = page.articlesInArea(areaName); var headerShown = false; for ( var ihead = 0; ihead < headers.count; ++ihead ){ // in a header-area, we only render the first active container/row/article if ( headerShown && ihead > 0 ){ break; } context.write(headers.item(ihead).render()); headerShown = true; } context.write("\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367007528().executeScript(); 2020-07-14 20:57:16,701 [19] INFO - --------- 2020-07-14 20:57:16,704 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,704 [19] INFO - --------- 2020-07-14 20:57:16,704 [19] INFO - function SE637303570367047531() {} SE637303570367047531.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. var cssClass = article.cssClass || ""; if ( cssClass ){ cssClass = " " + cssClass; } var inlineCss = article.inlineCss || ""; if ( inlineCss ){ inlineCss = ' style="' + inlineCss + '"'; } if ( "950" !== "" && "250" !== "" ){ var ratio = (parseInt("250") / parseInt("950")) * 100; } else{ var ratio = 30; } var wrapperStyles = ' style="height: 0; padding-bottom: ' + ratio + '%;"'; context.write("\r\n\r\n
    \r\n\t
    \r\n\t\t
      \r\n\t\t"); var numHeaders = article.value("header-count"); for ( var i = 1; i <= numHeaders; ++i ) { var headerTitle = article.valueExpanded("header-title-" + i, ""); var headerDescription = article.valueExpanded("header-description-" + i, ""); var headerImage = article.value("header-image-" + i); var image = project.getImage(headerImage); if ( image ){ image.skipContentCopy(); } var clickHref = ""; if ( article.value("header-image-clickurl-" + i, "") ) { clickHref = system.partial("zplink-expanded.html", "header-image-clickurl-" + i); } var linkDataAttributes = ""; var clickUrl = article.value("header-image-clickurl-" + i, ""); var clickTarget = article.value("header-image-clickurl-" + i + "_target", ""); if ( clickUrl !== "" ){ linkDataAttributes += ' data-clickurl="' + clickUrl + '"'; } if ( clickTarget !== "" ){ linkDataAttributes += ' data-clicktarget="' + clickTarget + '"'; } context.write("\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t"); if ( image ) { context.write("\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\"");\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( headerTitle || headerDescription ) { context.write("\r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t\t"); if ( headerTitle ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write( system.partial("header-headline.html", i) ); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); context.write( headerDescription ); context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\r\n\r\n\t\t"); } context.write("\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n"); var nextText = system.htmlEncode(page.attribute("header_next_text")) || "weiter"; var prevText = system.htmlEncode(page.attribute("header_prev_text")) || "zurück"; var inlineEditingInitDelay = 50; var useSmoothHeight = "true" === "false" ? "false" : "true"; if ( useSmoothHeight === "true" ){ inlineEditingInitDelay = 1000; } context.write("\r\n\r\n"); if ( numHeaders > 0 ) { context.write("\r\n\t\r\n"); } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367047531().executeScript(); 2020-07-14 20:57:16,705 [19] INFO - --------- 2020-07-14 20:57:16,708 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,708 [19] INFO - --------- 2020-07-14 20:57:16,708 [19] INFO - function SE637303570367087533() {} SE637303570367087533.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. context.write(" \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367087533().executeScript(); 2020-07-14 20:57:16,709 [19] INFO - --------- 2020-07-14 20:57:16,712 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,712 [19] INFO - --------- 2020-07-14 20:57:16,713 [19] INFO - function SE637303570367087533() {} SE637303570367087533.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. context.write(" \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367087533().executeScript(); 2020-07-14 20:57:16,714 [19] INFO - --------- 2020-07-14 20:57:16,714 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1106. 2020-07-14 20:57:16,714 [19] INFO - --------- 2020-07-14 20:57:16,730 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,731 [19] INFO - --------- 2020-07-14 20:57:16,731 [19] INFO - function SE637303570367047531() {} SE637303570367047531.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. var cssClass = article.cssClass || ""; if ( cssClass ){ cssClass = " " + cssClass; } var inlineCss = article.inlineCss || ""; if ( inlineCss ){ inlineCss = ' style="' + inlineCss + '"'; } if ( "950" !== "" && "250" !== "" ){ var ratio = (parseInt("250") / parseInt("950")) * 100; } else{ var ratio = 30; } var wrapperStyles = ' style="height: 0; padding-bottom: ' + ratio + '%;"'; context.write("\r\n\r\n
    \r\n\t
    \r\n\t\t
      \r\n\t\t"); var numHeaders = article.value("header-count"); for ( var i = 1; i <= numHeaders; ++i ) { var headerTitle = article.valueExpanded("header-title-" + i, ""); var headerDescription = article.valueExpanded("header-description-" + i, ""); var headerImage = article.value("header-image-" + i); var image = project.getImage(headerImage); if ( image ){ image.skipContentCopy(); } var clickHref = ""; if ( article.value("header-image-clickurl-" + i, "") ) { clickHref = system.partial("zplink-expanded.html", "header-image-clickurl-" + i); } var linkDataAttributes = ""; var clickUrl = article.value("header-image-clickurl-" + i, ""); var clickTarget = article.value("header-image-clickurl-" + i + "_target", ""); if ( clickUrl !== "" ){ linkDataAttributes += ' data-clickurl="' + clickUrl + '"'; } if ( clickTarget !== "" ){ linkDataAttributes += ' data-clicktarget="' + clickTarget + '"'; } context.write("\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t"); if ( image ) { context.write("\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\"");\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( headerTitle || headerDescription ) { context.write("\r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t\t"); if ( headerTitle ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write( system.partial("header-headline.html", i) ); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); context.write( headerDescription ); context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\r\n\r\n\t\t"); } context.write("\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n"); var nextText = system.htmlEncode(page.attribute("header_next_text")) || "weiter"; var prevText = system.htmlEncode(page.attribute("header_prev_text")) || "zurück"; var inlineEditingInitDelay = 50; var useSmoothHeight = "true" === "false" ? "false" : "true"; if ( useSmoothHeight === "true" ){ inlineEditingInitDelay = 1000; } context.write("\r\n\r\n"); if ( numHeaders > 0 ) { context.write("\r\n\t\r\n"); } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367047531().executeScript(); 2020-07-14 20:57:16,732 [19] INFO - --------- 2020-07-14 20:57:16,732 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1107. 2020-07-14 20:57:16,732 [19] INFO - --------- 2020-07-14 20:57:16,735 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,735 [19] INFO - --------- 2020-07-14 20:57:16,735 [19] INFO - function SE637303570367007528() {} SE637303570367007528.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\header.html'. var areaName = "Header"; var headers = page.articlesInArea(areaName); var headerShown = false; for ( var ihead = 0; ihead < headers.count; ++ihead ){ // in a header-area, we only render the first active container/row/article if ( headerShown && ihead > 0 ){ break; } context.write(headers.item(ihead).render()); headerShown = true; } context.write("\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367007528().executeScript(); 2020-07-14 20:57:16,736 [19] INFO - --------- 2020-07-14 20:57:16,736 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1108. 2020-07-14 20:57:16,736 [19] INFO - --------- 2020-07-14 20:57:16,738 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,738 [19] INFO - --------- 2020-07-14 20:57:16,739 [19] INFO - function SE637303570367387550() {} SE637303570367387550.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\hauptmenu.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=1 ) { return; } context.write("\r\n
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-hauptmenu-aktiv.html", p.id, 1) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-hauptmenu.html", p.id, 1) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367387550().executeScript(); 2020-07-14 20:57:16,739 [19] INFO - --------- 2020-07-14 20:57:16,745 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,746 [19] INFO - --------- 2020-07-14 20:57:16,746 [19] INFO - function SE637303570367457554() {} SE637303570367457554.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367457554().executeScript(); 2020-07-14 20:57:16,746 [19] INFO - --------- 2020-07-14 20:57:16,748 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,748 [19] INFO - --------- 2020-07-14 20:57:16,749 [19] INFO - function SE637303570367457554() {} SE637303570367457554.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367457554().executeScript(); 2020-07-14 20:57:16,749 [19] INFO - --------- 2020-07-14 20:57:16,749 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1109. 2020-07-14 20:57:16,750 [19] INFO - --------- 2020-07-14 20:57:16,752 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,752 [19] INFO - --------- 2020-07-14 20:57:16,753 [19] INFO - function SE637303570367527558() {} SE637303570367527558.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu-aktiv.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367527558().executeScript(); 2020-07-14 20:57:16,753 [19] INFO - --------- 2020-07-14 20:57:16,755 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,755 [19] INFO - --------- 2020-07-14 20:57:16,755 [19] INFO - function SE637303570367527558() {} SE637303570367527558.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu-aktiv.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367527558().executeScript(); 2020-07-14 20:57:16,756 [19] INFO - --------- 2020-07-14 20:57:16,756 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1110. 2020-07-14 20:57:16,756 [19] INFO - --------- 2020-07-14 20:57:16,765 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,766 [19] INFO - --------- 2020-07-14 20:57:16,766 [19] INFO - function SE637303570367657566() {} SE637303570367657566.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367657566().executeScript(); 2020-07-14 20:57:16,766 [19] INFO - --------- 2020-07-14 20:57:16,768 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,769 [19] INFO - --------- 2020-07-14 20:57:16,769 [19] INFO - function SE637303570367657566() {} SE637303570367657566.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367657566().executeScript(); 2020-07-14 20:57:16,769 [19] INFO - --------- 2020-07-14 20:57:16,770 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1111. 2020-07-14 20:57:16,770 [19] INFO - --------- 2020-07-14 20:57:16,772 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,772 [19] INFO - --------- 2020-07-14 20:57:16,773 [19] INFO - function SE637303570367727570() {} SE637303570367727570.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367727570().executeScript(); 2020-07-14 20:57:16,773 [19] INFO - --------- 2020-07-14 20:57:16,775 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,776 [19] INFO - --------- 2020-07-14 20:57:16,776 [19] INFO - function SE637303570367727570() {} SE637303570367727570.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367727570().executeScript(); 2020-07-14 20:57:16,776 [19] INFO - --------- 2020-07-14 20:57:16,777 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1112. 2020-07-14 20:57:16,777 [19] INFO - --------- 2020-07-14 20:57:16,780 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,780 [19] INFO - --------- 2020-07-14 20:57:16,781 [19] INFO - function SE637303570367807574() {} SE637303570367807574.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367807574().executeScript(); 2020-07-14 20:57:16,781 [19] INFO - --------- 2020-07-14 20:57:16,783 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,783 [19] INFO - --------- 2020-07-14 20:57:16,783 [19] INFO - function SE637303570367807574() {} SE637303570367807574.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367807574().executeScript(); 2020-07-14 20:57:16,784 [19] INFO - --------- 2020-07-14 20:57:16,784 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1113. 2020-07-14 20:57:16,784 [19] INFO - --------- 2020-07-14 20:57:16,786 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,787 [19] INFO - --------- 2020-07-14 20:57:16,787 [19] INFO - function SE637303570367867578() {} SE637303570367867578.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367867578().executeScript(); 2020-07-14 20:57:16,788 [19] INFO - --------- 2020-07-14 20:57:16,790 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,791 [19] INFO - --------- 2020-07-14 20:57:16,791 [19] INFO - function SE637303570367867578() {} SE637303570367867578.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367867578().executeScript(); 2020-07-14 20:57:16,791 [19] INFO - --------- 2020-07-14 20:57:16,792 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1114. 2020-07-14 20:57:16,792 [19] INFO - --------- 2020-07-14 20:57:16,794 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,794 [19] INFO - --------- 2020-07-14 20:57:16,794 [19] INFO - function SE637303570367947582() {} SE637303570367947582.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367947582().executeScript(); 2020-07-14 20:57:16,795 [19] INFO - --------- 2020-07-14 20:57:16,796 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,797 [19] INFO - --------- 2020-07-14 20:57:16,797 [19] INFO - function SE637303570367947582() {} SE637303570367947582.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367947582().executeScript(); 2020-07-14 20:57:16,797 [19] INFO - --------- 2020-07-14 20:57:16,798 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1115. 2020-07-14 20:57:16,798 [19] INFO - --------- 2020-07-14 20:57:16,799 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,799 [19] INFO - --------- 2020-07-14 20:57:16,799 [19] INFO - function SE637303570367387550() {} SE637303570367387550.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\hauptmenu.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=1 ) { return; } context.write("\r\n
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-hauptmenu-aktiv.html", p.id, 1) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-hauptmenu.html", p.id, 1) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570367387550().executeScript(); 2020-07-14 20:57:16,800 [19] INFO - --------- 2020-07-14 20:57:16,800 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1116. 2020-07-14 20:57:16,801 [19] INFO - --------- 2020-07-14 20:57:16,801 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,802 [19] INFO - --------- 2020-07-14 20:57:16,802 [19] INFO - function SE637303570368017586() {} SE637303570368017586.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-breadcrumb.html'. context.write(" \r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-breadcrumb.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570368017586().executeScript(); 2020-07-14 20:57:16,803 [19] INFO - --------- 2020-07-14 20:57:16,804 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,804 [19] INFO - --------- 2020-07-14 20:57:16,804 [19] INFO - function SE637303570368017586() {} SE637303570368017586.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-breadcrumb.html'. context.write(" \r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-breadcrumb.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570368017586().executeScript(); 2020-07-14 20:57:16,806 [19] INFO - --------- 2020-07-14 20:57:16,806 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1117. 2020-07-14 20:57:16,806 [19] INFO - --------- 2020-07-14 20:57:16,807 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,808 [19] INFO - --------- 2020-07-14 20:57:16,808 [19] INFO - function SE637303570368077590() {} SE637303570368077590.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\breadcrumbs.html'. var breadcrumb = context.param(0, ""); var breadcrumb_separator = context.param(1, ""); var pageId = page.id; var parentPage = page; var pagesArray = []; var startpage = projectFolder.startPage; // walk the page-tree upwards and store ids of pages which are visible in navigation while ( pageId !== 0 ){ if ( parentPage.type=="projectFolder" ){ break; // A project folder is currently always the top element in the page hierarchy chain, so it is safe to break here since no further pages can exist } else if ( parentPage.visible || parentPage.id == page.id ){ // add the current page (ignoring visibility) and all visible paren pages to the pagesArray pagesArray.unshift(parentPage.id); } var p = project.getPage(pageId); pageId = p.parentPageId; parentPage = project.getPage(pageId); } if ( pagesArray.length > 0 ){ context.write("\r\n\t"); context.write( breadcrumb ); context.write("\r\n\t
      \r\n\t"); } // if startPage isn't the displayed page already and is visible, // prefix the breadcrumbs with a link to it if ( startpage && startpage.visible && page.id !== startpage.id ){ context.write("\r\n\t
    1. \r\n\t\t"); context.write( startpage.name ); context.write("\r\n\t\t"); context.write( breadcrumb_separator ); context.write("\r\n\t
    2. \r\n\t"); } for ( var i = 0; i < pagesArray.length; ++i){ parentPage = project.getPage(pagesArray[i]); if ( i < pagesArray.length - 1 || (i == pagesArray.length-1 && page.id !== pagesArray[i]) ){ if ( parentPage.visible && !(startpage && parentPage.id == startpage.id) ){ context.write("\r\n\t\t
    3. \r\n\t\t\t"); context.write( parentPage.name ); context.write("\r\n\t\t\t"); if ( i < pagesArray.length - 1 ){ context.write("\r\n\t\t\t\t"); context.write( breadcrumb_separator ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t
    4. \r\n\t\t"); } } else{ context.write("\r\n\t\t
    5. \r\n\t\t\t"); context.write( parentPage.name ); context.write("\r\n\t\t
    6. \r\n\t\t"); } } if ( pagesArray.length > 0 ){ context.write("
    "); } context.write("\r\n\t\t\t\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\breadcrumbs.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570368077590().executeScript(); 2020-07-14 20:57:16,809 [19] INFO - --------- 2020-07-14 20:57:16,815 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,815 [19] INFO - --------- 2020-07-14 20:57:16,815 [19] INFO - function SE637303570368077590() {} SE637303570368077590.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\breadcrumbs.html'. var breadcrumb = context.param(0, ""); var breadcrumb_separator = context.param(1, ""); var pageId = page.id; var parentPage = page; var pagesArray = []; var startpage = projectFolder.startPage; // walk the page-tree upwards and store ids of pages which are visible in navigation while ( pageId !== 0 ){ if ( parentPage.type=="projectFolder" ){ break; // A project folder is currently always the top element in the page hierarchy chain, so it is safe to break here since no further pages can exist } else if ( parentPage.visible || parentPage.id == page.id ){ // add the current page (ignoring visibility) and all visible paren pages to the pagesArray pagesArray.unshift(parentPage.id); } var p = project.getPage(pageId); pageId = p.parentPageId; parentPage = project.getPage(pageId); } if ( pagesArray.length > 0 ){ context.write("\r\n\t"); context.write( breadcrumb ); context.write("\r\n\t
      \r\n\t"); } // if startPage isn't the displayed page already and is visible, // prefix the breadcrumbs with a link to it if ( startpage && startpage.visible && page.id !== startpage.id ){ context.write("\r\n\t
    1. \r\n\t\t"); context.write( startpage.name ); context.write("\r\n\t\t"); context.write( breadcrumb_separator ); context.write("\r\n\t
    2. \r\n\t"); } for ( var i = 0; i < pagesArray.length; ++i){ parentPage = project.getPage(pagesArray[i]); if ( i < pagesArray.length - 1 || (i == pagesArray.length-1 && page.id !== pagesArray[i]) ){ if ( parentPage.visible && !(startpage && parentPage.id == startpage.id) ){ context.write("\r\n\t\t
    3. \r\n\t\t\t"); context.write( parentPage.name ); context.write("\r\n\t\t\t"); if ( i < pagesArray.length - 1 ){ context.write("\r\n\t\t\t\t"); context.write( breadcrumb_separator ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t
    4. \r\n\t\t"); } } else{ context.write("\r\n\t\t
    5. \r\n\t\t\t"); context.write( parentPage.name ); context.write("\r\n\t\t
    6. \r\n\t\t"); } } if ( pagesArray.length > 0 ){ context.write("
    "); } context.write("\r\n\t\t\t\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\breadcrumbs.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570368077590().executeScript(); 2020-07-14 20:57:16,816 [19] INFO - --------- 2020-07-14 20:57:16,816 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1118. 2020-07-14 20:57:16,816 [19] INFO - --------- 2020-07-14 20:57:16,818 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,819 [19] INFO - --------- 2020-07-14 20:57:16,819 [19] INFO - function SE637303570368187596() {} SE637303570368187596.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
    \n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
    \n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
    \n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
    \n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
    \n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570368187596().executeScript(); 2020-07-14 20:57:16,821 [19] INFO - --------- 2020-07-14 20:57:16,840 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,841 [19] INFO - --------- 2020-07-14 20:57:16,841 [19] INFO - function SE637303570368407608() {} SE637303570368407608.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 SE637303570368407608().executeScript(); 2020-07-14 20:57:16,842 [19] INFO - --------- 2020-07-14 20:57:16,843 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,843 [19] INFO - --------- 2020-07-14 20:57:16,844 [19] INFO - function SE637303570368437610() {} SE637303570368437610.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 SE637303570368437610().executeScript(); 2020-07-14 20:57:16,844 [19] INFO - --------- 2020-07-14 20:57:16,849 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,850 [19] INFO - --------- 2020-07-14 20:57:16,850 [19] INFO - function SE637303570368437610() {} SE637303570368437610.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 SE637303570368437610().executeScript(); 2020-07-14 20:57:16,851 [19] INFO - --------- 2020-07-14 20:57:16,851 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1119. 2020-07-14 20:57:16,851 [19] INFO - --------- 2020-07-14 20:57:16,852 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,852 [19] INFO - --------- 2020-07-14 20:57:16,853 [19] INFO - function SE637303570368527615() {} SE637303570368527615.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 SE637303570368527615().executeScript(); 2020-07-14 20:57:16,853 [19] INFO - --------- 2020-07-14 20:57:16,857 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,857 [19] INFO - --------- 2020-07-14 20:57:16,857 [19] INFO - function SE637303570368527615() {} SE637303570368527615.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 SE637303570368527615().executeScript(); 2020-07-14 20:57:16,858 [19] INFO - --------- 2020-07-14 20:57:16,858 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1120. 2020-07-14 20:57:16,858 [19] INFO - --------- 2020-07-14 20:57:16,859 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,860 [19] INFO - --------- 2020-07-14 20:57:16,860 [19] INFO - function SE637303570368597619() {} SE637303570368597619.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 SE637303570368597619().executeScript(); 2020-07-14 20:57:16,860 [19] INFO - --------- 2020-07-14 20:57:16,865 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,866 [19] INFO - --------- 2020-07-14 20:57:16,866 [19] INFO - function SE637303570368597619() {} SE637303570368597619.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 SE637303570368597619().executeScript(); 2020-07-14 20:57:16,866 [19] INFO - --------- 2020-07-14 20:57:16,867 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1121. 2020-07-14 20:57:16,867 [19] INFO - --------- 2020-07-14 20:57:16,868 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,868 [19] INFO - --------- 2020-07-14 20:57:16,869 [19] INFO - function SE637303570368687624() {} SE637303570368687624.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 SE637303570368687624().executeScript(); 2020-07-14 20:57:16,869 [19] INFO - --------- 2020-07-14 20:57:16,870 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,871 [19] INFO - --------- 2020-07-14 20:57:16,871 [19] INFO - function SE637303570368687624() {} SE637303570368687624.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 SE637303570368687624().executeScript(); 2020-07-14 20:57:16,872 [19] INFO - --------- 2020-07-14 20:57:16,872 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1122. 2020-07-14 20:57:16,872 [19] INFO - --------- 2020-07-14 20:57:16,874 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,874 [19] INFO - --------- 2020-07-14 20:57:16,874 [19] INFO - function SE637303570368407608() {} SE637303570368407608.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 SE637303570368407608().executeScript(); 2020-07-14 20:57:16,875 [19] INFO - --------- 2020-07-14 20:57:16,875 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1123. 2020-07-14 20:57:16,875 [19] INFO - --------- 2020-07-14 20:57:16,886 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,886 [19] INFO - --------- 2020-07-14 20:57:16,887 [19] INFO - function SE637303570368867635() {} SE637303570368867635.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\bilderalbumv12\standard.html'. var imagesPerPage = parseInt(article.value("imagesperpage", 0)); var isPaging = false; var contentImageWidth = "890"; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl hohlen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || 960; 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; } // if page contains a news area, we only approximate a 2/3 1/3 size layout in order to calculate thumbnails if ( article.area.toLowerCase() == "news" ){ gridCols = 4; } else if ( page.anyAreaArticles("News") ){ gridCols = 8; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } var showSlideshow = article.value("slideshow"); var albumId = article.value("album"); var images = project.getAlbumImages(albumId); var thumbnailWidth = article.value("width"); var thumbnailHeight = article.value("height"); var titlePosition = article.value("titleposition"); var thumbTitlePosition = article.value("thumbtitleposition", "off"); var imageMargin = parseInt(article.value("margin", "0")); // figure out if images have a border set in layout-settings and compensate for it, if the article doesn't have a custom class "noborder" set var imageBorder = 0; var tmpArticleCssClass = " " + article.cssClass; if ( tmpArticleCssClass.indexOf("noborder") == -1 && "" != "0" && "" != "" ) { imageBorder = parseInt(""); } var generateThumbs = true; if ( titlePosition !== "off" ) { var titleShow = "1"; } else { var titleShow = "0"; } if ( "de" == "en" ) { var lang = "en"; } else { var lang = "de"; } var backgroundImage = backgroundWidth = backgroundHeight = backgroundLeft = backgroundTop = ""; if ( showSlideshow && article.valueRaw("slideshowtemplate") !== "none" ) { backgroundImage = article.value("slideshowtemplate", ""); if ( backgroundImage.indexOf("/laptop.png") > -1 ) { backgroundImage = "assets/js/img/laptop.png"; var backgroundWidth = "801"; var backgroundHeight = "469"; var backgroundLeft= "104"; var backgroundTop = "31"; thumbnailWidth = "590"; thumbnailHeight = "369"; } else if ( backgroundImage.indexOf("/laptop_klein.png") > -1 ) { backgroundImage = "assets/js/img/laptop_klein.png"; var backgroundWidth = "458"; var backgroundHeight = "268"; var backgroundLeft= "59"; var backgroundTop = "18"; thumbnailWidth = "338"; thumbnailHeight = "211"; } else if ( backgroundImage.indexOf("/rahmen.png") > -1 ) { backgroundImage = "assets/js/img/rahmen.png"; var backgroundWidth = "758"; var backgroundHeight = "469"; var backgroundLeft= "55"; var backgroundTop = "57"; thumbnailWidth = "648"; thumbnailHeight = "356"; } else if ( backgroundImage.indexOf("/rahmen_klein.png") > -1 ) { backgroundImage = "assets/js/img/rahmen_klein.png"; var backgroundWidth = "458"; var backgroundHeight = "283"; var backgroundLeft= "33"; var backgroundTop = "34"; thumbnailWidth = "392"; thumbnailHeight = "214"; } } else if ( showSlideshow && article.valueRaw("slideshowtemplate") == "none" ) { thumbnailWidth = columnWidth; //generateThumbs = false; } if ( system.preview ){ //system.log(images.count == 1 ? (" 1 Bild...") : (" " + images.count + " Bilder...")); } var gridFactor = 12 / gridCols; var maxcols = Math.ceil((contentImageWidth / (thumbnailWidth+imageMargin)) / gridFactor); var onecolumnbreakpoint = 479; var maxmobilecols = Math.ceil(onecolumnbreakpoint / thumbnailWidth); var mobilecontainerwidth = 100 / maxmobilecols; var headstyle = "/* test */"; headstyle += "\ #igal" + article.id + ":not(.zpSlideshow){\n\ margin-left: -" + imageMargin/2 + "px !important;\n\ margin-right: -" + imageMargin/2 + "px !important;\n\ }\n\ /* below is to accomodates for IE rounding errors which caused the cols not to fit into the row */\n\ .ie #igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\ width: calc((100% / "+ maxcols +") - " + parseInt(imageMargin/2)*2 + ".1px) !important;\n\ margin: " + parseInt(imageMargin/2) + "px !important;\n\ }\n\ \n\ #igal" + article.id + ":not(.zpSlideshow) div.gallery-item,\n\ #igal" + article.id + ":not(.zpSlideshow) > a,\n\ #igal" + article.id + ":not(.zpSlideshow) .slide > a{\n\ display: block;\n\ float: left;\n\ width: calc((100% / "+ maxcols +") - " + imageMargin + "px);\n\ max-width: "+ thumbnailWidth +"px;\n\ height: auto;\n\ margin: " + imageMargin / 2 + "px;\n\ }\n\ #igal" + article.id +" > a > img{\n\ max-width: 100%;\n\ display: block;\n\ }\n\ "; for ( var i = 1; i < maxcols - 1; i++){ var breakpoint = contentImageWidth - (i * thumbnailWidth); if ( breakpoint <= onecolumnbreakpoint ){ // if we reach the point, where the ZP Grid will display rows in 1-column, we break and need to use a different logic (see next for-loop) break; } var containerwidth = 100 / ( maxcols - i); headstyle += "\n\ @media screen and (max-width: " + breakpoint +"px) {\n\ #igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\ width: calc(" + containerwidth + "% - " + imageMargin + "px);\n\ }\n\ }\n\ "; } // mobile display 2+-column-rows. for ( var i = 1; i < maxmobilecols; i++){ headstyle += "\n\ @media screen and (max-width: " + onecolumnbreakpoint +"px) {\n\ #igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\ width: calc(" + mobilecontainerwidth + "% - " + imageMargin + "px);\n\ }\n\ }\n\ "; onecolumnbreakpoint = ( maxmobilecols -i ) * thumbnailWidth; mobilecontainerwidth = 100 / ( maxmobilecols -i ); } // mobile display 1-column-row. headstyle += "\n\ @media screen and (max-width: " + (thumbnailWidth+imageMargin) +"px) {\n\ #igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\ width: calc(100% - " + imageMargin + "px);\n\ }\n\ }\n\ "; headstyle += ""; system.addHtmlHeadElement(headstyle); // polyfill for JSON.stringify() // https://gist.github.com/uupaa/5562297 function _toJSONEscapedString(str) { // @arg String: // @ret String: // @inner: to JSON escaped string if (typeof(str)==='undefined') str = ""; if ( str == ""){ return ""; } else{ var JSON_ESCAPE = { '\b': '\\b', // backspace U+0008 '\t': '\\t', // tab U+0009 '\n': '\\n', // line feed U+000A '\f': '\\f', // form feed U+000C '\r': '\\r', // carriage return U+000D '"': '\\"', // quotation mark U+0022 '\\': '\\\\' // reverse solidus U+005C }; return str.replace(/(?:[\b\t\n\f\r\"]|\\)/g, function(_) { return JSON_ESCAPE[_]; }).replace(/(?:[\x00-\x1f])/g, function(_) { return "\\u00" + ("0" + _.charCodeAt(0).toString(16)).slice(-2); }); } } context.write("\r\n\r\n"); // normales Bilderalbum mit thumbnails, ohne ContentCopy if ( !showSlideshow ) { // only activate paging via json-data when more than one page of images to show exists if ( imagesPerPage > 0 && images.count > imagesPerPage ){ isPaging = true; } context.write("\r\n\r\n\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\r\n\t\t
    999999 ){ context.write("style=\"margin-right: -"); context.write( imageMargin ); context.write("px;\" "); } context.write("\r\n\t\t\tdata-article-id=\""); context.write(article.id); context.write("\" \r\n\t\t\tdata-prevtext=\"Zurück\" \r\n\t\t\tdata-nexttext=\"Weiter\" \r\n\t\t\tdata-pagetext=\"Seite {0} von {1}\" \r\n\t\t\tdata-ispaging=\""); context.write(isPaging); context.write("\" \r\n\t\t\tdata-imageeffect=\""); context.write(effectClass); context.write("\" \r\n\t\t\tdata-imagesperpage=\""); context.write(imagesPerPage); context.write("\" \r\n\t\t\tdata-kind=\"gallery\" \r\n\t\t\tdata-width=\""); context.write( thumbnailWidth ); context.write("\"\r\n\t\t\tdata-height=\""); context.write( thumbnailHeight ); context.write("\"\r\n\t\t\tdata-margin=\""); context.write( article.value("margin", "") ); context.write("\"\r\n\t\t\tdata-maxcols=\""); context.write( maxcols ); context.write("\"\r\n\t\t\tdata-bordercolor=\"default\"\r\n\t\t\tdata-borderwidth=\"0\"\r\n\t\t\tdata-numbershow=\"0\" \r\n\t\t\tdata-template=\"\" \r\n\t\t\tdata-titleshow=\""); context.write( titleShow ); context.write("\"\r\n\t\t\tdata-titleposition=\""); context.write( article.value("titleposition", "") ); context.write("\"\r\n\t\t\tdata-transition=\""); context.write( article.value("zoom", "") ); context.write("\"\r\n\t\t\tdata-inner-transition=\""); context.write( article.value("transition", "") ); context.write("\"\r\n\t\t\tdata-slideshow=\"0\"\r\n\t\t\tdata-slideshowinterval=\"0\"\r\n\t\t\tdata-lang=\""); context.write( lang ); context.write("\">\r\n\t\r\n\t\t\t"); if ( isPaging ) { context.write("\r\n\t\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\t\t
    \r\n\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\r\n"); } else { context.write("\r\n\r\n\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\r\n\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\r\n\t\t\r\n\t\t"); // Slideshow mit Hintergrundbild aus Template (Laptop etc.), ohne Contentcopy if ( backgroundImage !== "" && backgroundImage !== "Keine" ) { context.write("\r\n\t\r\n\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t\r\n\t\t\t\t\t\"\"\r\n\t\t\r\n\t\t\t\t\t"); var descriptionSlide1, altText1, encodedDescription1, imageSlide1; for ( var indexSlide1=0; indexSlide1 < images.count; ++indexSlide1 ) { imageSlide1 = images.item(indexSlide1); imageSlide1.skipContentCopy(); // keine contentCopy erzeugen, da überflüssig weil gleich groß wie workingCopy descriptionSlide1 = system.htmlEncode(system.removeHtmlTags(imageSlide1.description)); encodedDescription1 = system.htmlEncode(imageSlide1.description); altText1 = system.htmlEncode(system.removeHtmlTags(imageSlide1.altText)); if ( imageSlide1.createThumb(thumbnailWidth, thumbnailHeight) ) { if ( system.preview ){ system.log(" Erstelle Vorschaubild " + imageSlide1.thumbPath(thumbnailWidth, thumbnailHeight).split("/").pop()); } } context.write("\r\n\t\t\t\r\n\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\"");\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t"); if ( titleShow == "1" && imageSlide1.description !== "" ) { context.write("\r\n\t\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\t"); context.write( imageSlide1.description ); context.write("\r\n\t\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t
    \r\n\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\r\n\t\t"); } // Slideshow ohne Hintergrundbild (Nur Bild), ohne Contentcopy else { context.write("\r\n\r\n\t\t\t"); var maxThumbnailHeight = 0; var maxThumbnailWidth = 0; for (var indexThumbnailHeight=0; indexThumbnailHeight < images.count; ++indexThumbnailHeight ) { var imageThumbnailHeight = images.item(indexThumbnailHeight); imageThumbnailHeight.skipContentCopy(); var currentThumbnailHeight = imageThumbnailHeight.createThumbWithInfo(columnWidth); if ( currentThumbnailHeight.created ) { if ( system.preview ){ system.log(" Erstelle Vorschaubild " + imageThumbnailHeight.thumbPath(columnWidth).split("/").pop()); } } if ( currentThumbnailHeight.height > maxThumbnailHeight ) { maxThumbnailHeight = currentThumbnailHeight.height; } if ( currentThumbnailHeight.width > maxThumbnailWidth ) { maxThumbnailWidth = currentThumbnailHeight.width; } } context.write("\r\n\t\t\t\r\n\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t\t\t"); var descriptionSlide2, encodedDescription2, imageSlide2; for ( var indexSlide2=0; indexSlide2 < images.count; ++indexSlide2 ) { imageSlide2 = images.item(indexSlide2); imageSlide2.skipContentCopy(); descriptionSlide2 = system.htmlEncode(system.removeHtmlTags(imageSlide2.description)); encodedDescription2 = system.htmlEncode(imageSlide2.description); altText2 = system.htmlEncode(system.removeHtmlTags(imageSlide2.altText)); var tni = imageSlide2.createThumbWithInfo(columnWidth); if ( tni.created ) { if ( system.preview ){ system.log(" Erstelle Vorschaubild " + imageSlide2.thumbPath(columnWidth).split("/").pop()); } } var tmpWidth = parseInt(tni.ThumbnailWidth); var tmpHeight = parseInt(tni.ThumbnailHeight); var tmpSrc = imageSlide2.thumbPath(columnWidth); context.write("\r\n\t\t\t\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\"");\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( titleShow == "1" && imageSlide2.description !== "" ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t"); context.write( imageSlide2.description ); context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\r\n\t\t"); } context.write("\r\n\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\r\n\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\r\n"); } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\bilderalbumv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570368867635().executeScript(); 2020-07-14 20:57:16,889 [19] INFO - --------- 2020-07-14 20:57:16,901 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,902 [19] INFO - --------- 2020-07-14 20:57:16,902 [19] INFO - function SE637303570369017643() {} SE637303570369017643.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 SE637303570369017643().executeScript(); 2020-07-14 20:57:16,903 [19] INFO - --------- 2020-07-14 20:57:16,908 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,908 [19] INFO - --------- 2020-07-14 20:57:16,908 [19] INFO - function SE637303570369017643() {} SE637303570369017643.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 SE637303570369017643().executeScript(); 2020-07-14 20:57:16,909 [19] INFO - --------- 2020-07-14 20:57:16,909 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1124. 2020-07-14 20:57:16,909 [19] INFO - --------- 2020-07-14 20:57:16,910 [19] INFO - About to execute the following script: 2020-07-14 20:57:16,910 [19] INFO - --------- 2020-07-14 20:57:16,911 [19] INFO - function SE637303570369107648() {} SE637303570369107648.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 SE637303570369107648().executeScript(); 2020-07-14 20:57:16,911 [19] INFO - --------- 2020-07-14 20:57:16,916 [19] INFO - Finished executing the following script: 2020-07-14 20:57:16,916 [19] INFO - --------- 2020-07-14 20:57:16,916 [19] INFO - function SE637303570369107648() {} SE637303570369107648.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 SE637303570369107648().executeScript(); 2020-07-14 20:57:16,917 [19] INFO - --------- 2020-07-14 20:57:16,917 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1125. 2020-07-14 20:57:16,917 [19] INFO - --------- 2020-07-14 20:57:17,113 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,113 [19] INFO - --------- 2020-07-14 20:57:17,113 [19] INFO - function SE637303570368867635() {} SE637303570368867635.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\bilderalbumv12\standard.html'. var imagesPerPage = parseInt(article.value("imagesperpage", 0)); var isPaging = false; var contentImageWidth = "890"; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl hohlen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || 960; 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; } // if page contains a news area, we only approximate a 2/3 1/3 size layout in order to calculate thumbnails if ( article.area.toLowerCase() == "news" ){ gridCols = 4; } else if ( page.anyAreaArticles("News") ){ gridCols = 8; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } var showSlideshow = article.value("slideshow"); var albumId = article.value("album"); var images = project.getAlbumImages(albumId); var thumbnailWidth = article.value("width"); var thumbnailHeight = article.value("height"); var titlePosition = article.value("titleposition"); var thumbTitlePosition = article.value("thumbtitleposition", "off"); var imageMargin = parseInt(article.value("margin", "0")); // figure out if images have a border set in layout-settings and compensate for it, if the article doesn't have a custom class "noborder" set var imageBorder = 0; var tmpArticleCssClass = " " + article.cssClass; if ( tmpArticleCssClass.indexOf("noborder") == -1 && "" != "0" && "" != "" ) { imageBorder = parseInt(""); } var generateThumbs = true; if ( titlePosition !== "off" ) { var titleShow = "1"; } else { var titleShow = "0"; } if ( "de" == "en" ) { var lang = "en"; } else { var lang = "de"; } var backgroundImage = backgroundWidth = backgroundHeight = backgroundLeft = backgroundTop = ""; if ( showSlideshow && article.valueRaw("slideshowtemplate") !== "none" ) { backgroundImage = article.value("slideshowtemplate", ""); if ( backgroundImage.indexOf("/laptop.png") > -1 ) { backgroundImage = "assets/js/img/laptop.png"; var backgroundWidth = "801"; var backgroundHeight = "469"; var backgroundLeft= "104"; var backgroundTop = "31"; thumbnailWidth = "590"; thumbnailHeight = "369"; } else if ( backgroundImage.indexOf("/laptop_klein.png") > -1 ) { backgroundImage = "assets/js/img/laptop_klein.png"; var backgroundWidth = "458"; var backgroundHeight = "268"; var backgroundLeft= "59"; var backgroundTop = "18"; thumbnailWidth = "338"; thumbnailHeight = "211"; } else if ( backgroundImage.indexOf("/rahmen.png") > -1 ) { backgroundImage = "assets/js/img/rahmen.png"; var backgroundWidth = "758"; var backgroundHeight = "469"; var backgroundLeft= "55"; var backgroundTop = "57"; thumbnailWidth = "648"; thumbnailHeight = "356"; } else if ( backgroundImage.indexOf("/rahmen_klein.png") > -1 ) { backgroundImage = "assets/js/img/rahmen_klein.png"; var backgroundWidth = "458"; var backgroundHeight = "283"; var backgroundLeft= "33"; var backgroundTop = "34"; thumbnailWidth = "392"; thumbnailHeight = "214"; } } else if ( showSlideshow && article.valueRaw("slideshowtemplate") == "none" ) { thumbnailWidth = columnWidth; //generateThumbs = false; } if ( system.preview ){ //system.log(images.count == 1 ? (" 1 Bild...") : (" " + images.count + " Bilder...")); } var gridFactor = 12 / gridCols; var maxcols = Math.ceil((contentImageWidth / (thumbnailWidth+imageMargin)) / gridFactor); var onecolumnbreakpoint = 479; var maxmobilecols = Math.ceil(onecolumnbreakpoint / thumbnailWidth); var mobilecontainerwidth = 100 / maxmobilecols; var headstyle = "/* test */"; headstyle += "\ #igal" + article.id + ":not(.zpSlideshow){\n\ margin-left: -" + imageMargin/2 + "px !important;\n\ margin-right: -" + imageMargin/2 + "px !important;\n\ }\n\ /* below is to accomodates for IE rounding errors which caused the cols not to fit into the row */\n\ .ie #igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\ width: calc((100% / "+ maxcols +") - " + parseInt(imageMargin/2)*2 + ".1px) !important;\n\ margin: " + parseInt(imageMargin/2) + "px !important;\n\ }\n\ \n\ #igal" + article.id + ":not(.zpSlideshow) div.gallery-item,\n\ #igal" + article.id + ":not(.zpSlideshow) > a,\n\ #igal" + article.id + ":not(.zpSlideshow) .slide > a{\n\ display: block;\n\ float: left;\n\ width: calc((100% / "+ maxcols +") - " + imageMargin + "px);\n\ max-width: "+ thumbnailWidth +"px;\n\ height: auto;\n\ margin: " + imageMargin / 2 + "px;\n\ }\n\ #igal" + article.id +" > a > img{\n\ max-width: 100%;\n\ display: block;\n\ }\n\ "; for ( var i = 1; i < maxcols - 1; i++){ var breakpoint = contentImageWidth - (i * thumbnailWidth); if ( breakpoint <= onecolumnbreakpoint ){ // if we reach the point, where the ZP Grid will display rows in 1-column, we break and need to use a different logic (see next for-loop) break; } var containerwidth = 100 / ( maxcols - i); headstyle += "\n\ @media screen and (max-width: " + breakpoint +"px) {\n\ #igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\ width: calc(" + containerwidth + "% - " + imageMargin + "px);\n\ }\n\ }\n\ "; } // mobile display 2+-column-rows. for ( var i = 1; i < maxmobilecols; i++){ headstyle += "\n\ @media screen and (max-width: " + onecolumnbreakpoint +"px) {\n\ #igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\ width: calc(" + mobilecontainerwidth + "% - " + imageMargin + "px);\n\ }\n\ }\n\ "; onecolumnbreakpoint = ( maxmobilecols -i ) * thumbnailWidth; mobilecontainerwidth = 100 / ( maxmobilecols -i ); } // mobile display 1-column-row. headstyle += "\n\ @media screen and (max-width: " + (thumbnailWidth+imageMargin) +"px) {\n\ #igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\ width: calc(100% - " + imageMargin + "px);\n\ }\n\ }\n\ "; headstyle += ""; system.addHtmlHeadElement(headstyle); // polyfill for JSON.stringify() // https://gist.github.com/uupaa/5562297 function _toJSONEscapedString(str) { // @arg String: // @ret String: // @inner: to JSON escaped string if (typeof(str)==='undefined') str = ""; if ( str == ""){ return ""; } else{ var JSON_ESCAPE = { '\b': '\\b', // backspace U+0008 '\t': '\\t', // tab U+0009 '\n': '\\n', // line feed U+000A '\f': '\\f', // form feed U+000C '\r': '\\r', // carriage return U+000D '"': '\\"', // quotation mark U+0022 '\\': '\\\\' // reverse solidus U+005C }; return str.replace(/(?:[\b\t\n\f\r\"]|\\)/g, function(_) { return JSON_ESCAPE[_]; }).replace(/(?:[\x00-\x1f])/g, function(_) { return "\\u00" + ("0" + _.charCodeAt(0).toString(16)).slice(-2); }); } } context.write("\r\n\r\n"); // normales Bilderalbum mit thumbnails, ohne ContentCopy if ( !showSlideshow ) { // only activate paging via json-data when more than one page of images to show exists if ( imagesPerPage > 0 && images.count > imagesPerPage ){ isPaging = true; } context.write("\r\n\r\n\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\r\n\t\t
    999999 ){ context.write("style=\"margin-right: -"); context.write( imageMargin ); context.write("px;\" "); } context.write("\r\n\t\t\tdata-article-id=\""); context.write(article.id); context.write("\" \r\n\t\t\tdata-prevtext=\"Zurück\" \r\n\t\t\tdata-nexttext=\"Weiter\" \r\n\t\t\tdata-pagetext=\"Seite {0} von {1}\" \r\n\t\t\tdata-ispaging=\""); context.write(isPaging); context.write("\" \r\n\t\t\tdata-imageeffect=\""); context.write(effectClass); context.write("\" \r\n\t\t\tdata-imagesperpage=\""); context.write(imagesPerPage); context.write("\" \r\n\t\t\tdata-kind=\"gallery\" \r\n\t\t\tdata-width=\""); context.write( thumbnailWidth ); context.write("\"\r\n\t\t\tdata-height=\""); context.write( thumbnailHeight ); context.write("\"\r\n\t\t\tdata-margin=\""); context.write( article.value("margin", "") ); context.write("\"\r\n\t\t\tdata-maxcols=\""); context.write( maxcols ); context.write("\"\r\n\t\t\tdata-bordercolor=\"default\"\r\n\t\t\tdata-borderwidth=\"0\"\r\n\t\t\tdata-numbershow=\"0\" \r\n\t\t\tdata-template=\"\" \r\n\t\t\tdata-titleshow=\""); context.write( titleShow ); context.write("\"\r\n\t\t\tdata-titleposition=\""); context.write( article.value("titleposition", "") ); context.write("\"\r\n\t\t\tdata-transition=\""); context.write( article.value("zoom", "") ); context.write("\"\r\n\t\t\tdata-inner-transition=\""); context.write( article.value("transition", "") ); context.write("\"\r\n\t\t\tdata-slideshow=\"0\"\r\n\t\t\tdata-slideshowinterval=\"0\"\r\n\t\t\tdata-lang=\""); context.write( lang ); context.write("\">\r\n\t\r\n\t\t\t"); if ( isPaging ) { context.write("\r\n\t\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\t\t
    \r\n\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\r\n"); } else { context.write("\r\n\r\n\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\r\n\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\r\n\t\t\r\n\t\t"); // Slideshow mit Hintergrundbild aus Template (Laptop etc.), ohne Contentcopy if ( backgroundImage !== "" && backgroundImage !== "Keine" ) { context.write("\r\n\t\r\n\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t\r\n\t\t\t\t\t\"\"\r\n\t\t\r\n\t\t\t\t\t"); var descriptionSlide1, altText1, encodedDescription1, imageSlide1; for ( var indexSlide1=0; indexSlide1 < images.count; ++indexSlide1 ) { imageSlide1 = images.item(indexSlide1); imageSlide1.skipContentCopy(); // keine contentCopy erzeugen, da überflüssig weil gleich groß wie workingCopy descriptionSlide1 = system.htmlEncode(system.removeHtmlTags(imageSlide1.description)); encodedDescription1 = system.htmlEncode(imageSlide1.description); altText1 = system.htmlEncode(system.removeHtmlTags(imageSlide1.altText)); if ( imageSlide1.createThumb(thumbnailWidth, thumbnailHeight) ) { if ( system.preview ){ system.log(" Erstelle Vorschaubild " + imageSlide1.thumbPath(thumbnailWidth, thumbnailHeight).split("/").pop()); } } context.write("\r\n\t\t\t\r\n\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\"");\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t"); if ( titleShow == "1" && imageSlide1.description !== "" ) { context.write("\r\n\t\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\t"); context.write( imageSlide1.description ); context.write("\r\n\t\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t
    \r\n\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\r\n\t\t"); } // Slideshow ohne Hintergrundbild (Nur Bild), ohne Contentcopy else { context.write("\r\n\r\n\t\t\t"); var maxThumbnailHeight = 0; var maxThumbnailWidth = 0; for (var indexThumbnailHeight=0; indexThumbnailHeight < images.count; ++indexThumbnailHeight ) { var imageThumbnailHeight = images.item(indexThumbnailHeight); imageThumbnailHeight.skipContentCopy(); var currentThumbnailHeight = imageThumbnailHeight.createThumbWithInfo(columnWidth); if ( currentThumbnailHeight.created ) { if ( system.preview ){ system.log(" Erstelle Vorschaubild " + imageThumbnailHeight.thumbPath(columnWidth).split("/").pop()); } } if ( currentThumbnailHeight.height > maxThumbnailHeight ) { maxThumbnailHeight = currentThumbnailHeight.height; } if ( currentThumbnailHeight.width > maxThumbnailWidth ) { maxThumbnailWidth = currentThumbnailHeight.width; } } context.write("\r\n\t\t\t\r\n\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t\t\t"); var descriptionSlide2, encodedDescription2, imageSlide2; for ( var indexSlide2=0; indexSlide2 < images.count; ++indexSlide2 ) { imageSlide2 = images.item(indexSlide2); imageSlide2.skipContentCopy(); descriptionSlide2 = system.htmlEncode(system.removeHtmlTags(imageSlide2.description)); encodedDescription2 = system.htmlEncode(imageSlide2.description); altText2 = system.htmlEncode(system.removeHtmlTags(imageSlide2.altText)); var tni = imageSlide2.createThumbWithInfo(columnWidth); if ( tni.created ) { if ( system.preview ){ system.log(" Erstelle Vorschaubild " + imageSlide2.thumbPath(columnWidth).split("/").pop()); } } var tmpWidth = parseInt(tni.ThumbnailWidth); var tmpHeight = parseInt(tni.ThumbnailHeight); var tmpSrc = imageSlide2.thumbPath(columnWidth); context.write("\r\n\t\t\t\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\"");\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( titleShow == "1" && imageSlide2.description !== "" ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t"); context.write( imageSlide2.description ); context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\r\n\t\t"); } context.write("\r\n\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\r\n\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\r\n"); } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\bilderalbumv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570368867635().executeScript(); 2020-07-14 20:57:17,114 [19] INFO - --------- 2020-07-14 20:57:17,115 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1126. 2020-07-14 20:57:17,115 [19] INFO - --------- 2020-07-14 20:57:17,123 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,123 [19] INFO - --------- 2020-07-14 20:57:17,123 [19] INFO - function SE637303570371237770() {} SE637303570371237770.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 SE637303570371237770().executeScript(); 2020-07-14 20:57:17,124 [19] INFO - --------- 2020-07-14 20:57:17,125 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,125 [19] INFO - --------- 2020-07-14 20:57:17,126 [19] INFO - function SE637303570371257771() {} SE637303570371257771.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 SE637303570371257771().executeScript(); 2020-07-14 20:57:17,126 [19] INFO - --------- 2020-07-14 20:57:17,131 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,131 [19] INFO - --------- 2020-07-14 20:57:17,132 [19] INFO - function SE637303570371257771() {} SE637303570371257771.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 SE637303570371257771().executeScript(); 2020-07-14 20:57:17,132 [19] INFO - --------- 2020-07-14 20:57:17,133 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1127. 2020-07-14 20:57:17,133 [19] INFO - --------- 2020-07-14 20:57:17,134 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,134 [19] INFO - --------- 2020-07-14 20:57:17,134 [19] INFO - function SE637303570371347777() {} SE637303570371347777.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 SE637303570371347777().executeScript(); 2020-07-14 20:57:17,135 [19] INFO - --------- 2020-07-14 20:57:17,136 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,137 [19] INFO - --------- 2020-07-14 20:57:17,138 [19] INFO - function SE637303570371347777() {} SE637303570371347777.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 SE637303570371347777().executeScript(); 2020-07-14 20:57:17,139 [19] INFO - --------- 2020-07-14 20:57:17,139 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1128. 2020-07-14 20:57:17,139 [19] INFO - --------- 2020-07-14 20:57:17,140 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,141 [19] INFO - --------- 2020-07-14 20:57:17,141 [19] INFO - function SE637303570371407780() {} SE637303570371407780.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 SE637303570371407780().executeScript(); 2020-07-14 20:57:17,141 [19] INFO - --------- 2020-07-14 20:57:17,144 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,144 [19] INFO - --------- 2020-07-14 20:57:17,144 [19] INFO - function SE637303570371407780() {} SE637303570371407780.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 SE637303570371407780().executeScript(); 2020-07-14 20:57:17,145 [19] INFO - --------- 2020-07-14 20:57:17,145 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1129. 2020-07-14 20:57:17,145 [19] INFO - --------- 2020-07-14 20:57:17,146 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,146 [19] INFO - --------- 2020-07-14 20:57:17,147 [19] INFO - function SE637303570371467783() {} SE637303570371467783.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 SE637303570371467783().executeScript(); 2020-07-14 20:57:17,147 [19] INFO - --------- 2020-07-14 20:57:17,148 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,148 [19] INFO - --------- 2020-07-14 20:57:17,149 [19] INFO - function SE637303570371467783() {} SE637303570371467783.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 SE637303570371467783().executeScript(); 2020-07-14 20:57:17,149 [19] INFO - --------- 2020-07-14 20:57:17,149 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1130. 2020-07-14 20:57:17,150 [19] INFO - --------- 2020-07-14 20:57:17,151 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,151 [19] INFO - --------- 2020-07-14 20:57:17,151 [19] INFO - function SE637303570371237770() {} SE637303570371237770.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 SE637303570371237770().executeScript(); 2020-07-14 20:57:17,152 [19] INFO - --------- 2020-07-14 20:57:17,152 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1131. 2020-07-14 20:57:17,152 [19] INFO - --------- 2020-07-14 20:57:17,163 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,164 [19] INFO - --------- 2020-07-14 20:57:17,164 [19] INFO - function SE637303570371637793() {} SE637303570371637793.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570371637793().executeScript(); 2020-07-14 20:57:17,165 [19] INFO - --------- 2020-07-14 20:57:17,167 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,167 [19] INFO - --------- 2020-07-14 20:57:17,168 [19] INFO - function SE637303570371677795() {} SE637303570371677795.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 SE637303570371677795().executeScript(); 2020-07-14 20:57:17,168 [19] INFO - --------- 2020-07-14 20:57:17,174 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,175 [19] INFO - --------- 2020-07-14 20:57:17,175 [19] INFO - function SE637303570371677795() {} SE637303570371677795.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 SE637303570371677795().executeScript(); 2020-07-14 20:57:17,175 [19] INFO - --------- 2020-07-14 20:57:17,176 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1132. 2020-07-14 20:57:17,176 [19] INFO - --------- 2020-07-14 20:57:17,177 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,177 [19] INFO - --------- 2020-07-14 20:57:17,177 [19] INFO - function SE637303570371777801() {} SE637303570371777801.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570371777801().executeScript(); 2020-07-14 20:57:17,178 [19] INFO - --------- 2020-07-14 20:57:17,180 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,180 [19] INFO - --------- 2020-07-14 20:57:17,180 [19] INFO - function SE637303570371777801() {} SE637303570371777801.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570371777801().executeScript(); 2020-07-14 20:57:17,181 [19] INFO - --------- 2020-07-14 20:57:17,181 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1133. 2020-07-14 20:57:17,181 [19] INFO - --------- 2020-07-14 20:57:17,182 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,183 [19] INFO - --------- 2020-07-14 20:57:17,183 [19] INFO - function SE637303570371637793() {} SE637303570371637793.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570371637793().executeScript(); 2020-07-14 20:57:17,183 [19] INFO - --------- 2020-07-14 20:57:17,184 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1134. 2020-07-14 20:57:17,184 [19] INFO - --------- 2020-07-14 20:57:17,190 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,190 [19] INFO - --------- 2020-07-14 20:57:17,190 [19] INFO - function SE637303570371897808() {} SE637303570371897808.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570371897808().executeScript(); 2020-07-14 20:57:17,191 [19] INFO - --------- 2020-07-14 20:57:17,193 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,193 [19] INFO - --------- 2020-07-14 20:57:17,194 [19] INFO - function SE637303570371937810() {} SE637303570371937810.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 SE637303570371937810().executeScript(); 2020-07-14 20:57:17,194 [19] INFO - --------- 2020-07-14 20:57:17,200 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,200 [19] INFO - --------- 2020-07-14 20:57:17,200 [19] INFO - function SE637303570371937810() {} SE637303570371937810.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 SE637303570371937810().executeScript(); 2020-07-14 20:57:17,201 [19] INFO - --------- 2020-07-14 20:57:17,201 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1135. 2020-07-14 20:57:17,201 [19] INFO - --------- 2020-07-14 20:57:17,202 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,202 [19] INFO - --------- 2020-07-14 20:57:17,203 [19] INFO - function SE637303570372027815() {} SE637303570372027815.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372027815().executeScript(); 2020-07-14 20:57:17,203 [19] INFO - --------- 2020-07-14 20:57:17,205 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,205 [19] INFO - --------- 2020-07-14 20:57:17,205 [19] INFO - function SE637303570372027815() {} SE637303570372027815.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372027815().executeScript(); 2020-07-14 20:57:17,206 [19] INFO - --------- 2020-07-14 20:57:17,206 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1136. 2020-07-14 20:57:17,206 [19] INFO - --------- 2020-07-14 20:57:17,208 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,208 [19] INFO - --------- 2020-07-14 20:57:17,209 [19] INFO - function SE637303570371897808() {} SE637303570371897808.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570371897808().executeScript(); 2020-07-14 20:57:17,209 [19] INFO - --------- 2020-07-14 20:57:17,209 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1137. 2020-07-14 20:57:17,210 [19] INFO - --------- 2020-07-14 20:57:17,215 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,215 [19] INFO - --------- 2020-07-14 20:57:17,215 [19] INFO - function SE637303570372157823() {} SE637303570372157823.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372157823().executeScript(); 2020-07-14 20:57:17,216 [19] INFO - --------- 2020-07-14 20:57:17,219 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,219 [19] INFO - --------- 2020-07-14 20:57:17,220 [19] INFO - function SE637303570372187825() {} SE637303570372187825.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 SE637303570372187825().executeScript(); 2020-07-14 20:57:17,220 [19] INFO - --------- 2020-07-14 20:57:17,225 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,226 [19] INFO - --------- 2020-07-14 20:57:17,226 [19] INFO - function SE637303570372187825() {} SE637303570372187825.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 SE637303570372187825().executeScript(); 2020-07-14 20:57:17,227 [19] INFO - --------- 2020-07-14 20:57:17,227 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1138. 2020-07-14 20:57:17,227 [19] INFO - --------- 2020-07-14 20:57:17,228 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,228 [19] INFO - --------- 2020-07-14 20:57:17,229 [19] INFO - function SE637303570372287830() {} SE637303570372287830.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372287830().executeScript(); 2020-07-14 20:57:17,229 [19] INFO - --------- 2020-07-14 20:57:17,231 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,231 [19] INFO - --------- 2020-07-14 20:57:17,231 [19] INFO - function SE637303570372287830() {} SE637303570372287830.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372287830().executeScript(); 2020-07-14 20:57:17,232 [19] INFO - --------- 2020-07-14 20:57:17,232 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1139. 2020-07-14 20:57:17,232 [19] INFO - --------- 2020-07-14 20:57:17,234 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,234 [19] INFO - --------- 2020-07-14 20:57:17,234 [19] INFO - function SE637303570372157823() {} SE637303570372157823.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372157823().executeScript(); 2020-07-14 20:57:17,235 [19] INFO - --------- 2020-07-14 20:57:17,235 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1140. 2020-07-14 20:57:17,235 [19] INFO - --------- 2020-07-14 20:57:17,242 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,243 [19] INFO - --------- 2020-07-14 20:57:17,243 [19] INFO - function SE637303570368187596() {} SE637303570368187596.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
    \n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
    \n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
    \n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
    \n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
    \n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570368187596().executeScript(); 2020-07-14 20:57:17,245 [19] INFO - --------- 2020-07-14 20:57:17,245 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1141. 2020-07-14 20:57:17,245 [19] INFO - --------- 2020-07-14 20:57:17,247 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,247 [19] INFO - --------- 2020-07-14 20:57:17,247 [19] INFO - function SE637303570372477841() {} SE637303570372477841.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=2 ) { return; } context.write("\r\n\r\n\r\n\t"); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n\t\t\t"); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n\t\t\t "); context.write( system.partial("submenu1.html", p.id, 2) ); context.write("\r\n\t\t\t"); } context.write("\r\n\r\n\t"); } } context.write("\r\n\r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372477841().executeScript(); 2020-07-14 20:57:17,248 [19] INFO - --------- 2020-07-14 20:57:17,255 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,256 [19] INFO - --------- 2020-07-14 20:57:17,256 [19] INFO - function SE637303570372557846() {} SE637303570372557846.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=1 ) { return; } context.write("\r\n
    \r\n\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu1-aktiv.html", p.id, 2) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu1.html", p.id, 2) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t
    \r\n
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372557846().executeScript(); 2020-07-14 20:57:17,256 [19] INFO - --------- 2020-07-14 20:57:17,260 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,260 [19] INFO - --------- 2020-07-14 20:57:17,260 [19] INFO - function SE637303570372597848() {} SE637303570372597848.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("\r\n"); context.write( system.partial("submenu2.html", p.id) ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372597848().executeScript(); 2020-07-14 20:57:17,260 [19] INFO - --------- 2020-07-14 20:57:17,263 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,263 [19] INFO - --------- 2020-07-14 20:57:17,264 [19] INFO - function SE637303570372637850() {} SE637303570372637850.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } //if ( !isNull(p) && p.level!=3 ) { return; } context.write("\r\n\t\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu2-aktiv.html", p.id, 3) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu2.html", p.id, 3) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t\t
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372637850().executeScript(); 2020-07-14 20:57:17,265 [19] INFO - --------- 2020-07-14 20:57:17,267 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,267 [19] INFO - --------- 2020-07-14 20:57:17,267 [19] INFO - function SE637303570372637850() {} SE637303570372637850.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } //if ( !isNull(p) && p.level!=3 ) { return; } context.write("\r\n\t\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu2-aktiv.html", p.id, 3) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu2.html", p.id, 3) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t\t
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372637850().executeScript(); 2020-07-14 20:57:17,268 [19] INFO - --------- 2020-07-14 20:57:17,268 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1142. 2020-07-14 20:57:17,269 [19] INFO - --------- 2020-07-14 20:57:17,269 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,270 [19] INFO - --------- 2020-07-14 20:57:17,270 [19] INFO - function SE637303570372597848() {} SE637303570372597848.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("\r\n"); context.write( system.partial("submenu2.html", p.id) ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372597848().executeScript(); 2020-07-14 20:57:17,270 [19] INFO - --------- 2020-07-14 20:57:17,271 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1143. 2020-07-14 20:57:17,271 [19] INFO - --------- 2020-07-14 20:57:17,273 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,273 [19] INFO - --------- 2020-07-14 20:57:17,274 [19] INFO - function SE637303570372737856() {} SE637303570372737856.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372737856().executeScript(); 2020-07-14 20:57:17,274 [19] INFO - --------- 2020-07-14 20:57:17,276 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,276 [19] INFO - --------- 2020-07-14 20:57:17,276 [19] INFO - function SE637303570372737856() {} SE637303570372737856.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372737856().executeScript(); 2020-07-14 20:57:17,277 [19] INFO - --------- 2020-07-14 20:57:17,277 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1144. 2020-07-14 20:57:17,277 [19] INFO - --------- 2020-07-14 20:57:17,279 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,280 [19] INFO - --------- 2020-07-14 20:57:17,280 [19] INFO - function SE637303570372797860() {} SE637303570372797860.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372797860().executeScript(); 2020-07-14 20:57:17,280 [19] INFO - --------- 2020-07-14 20:57:17,282 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,282 [19] INFO - --------- 2020-07-14 20:57:17,283 [19] INFO - function SE637303570372797860() {} SE637303570372797860.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372797860().executeScript(); 2020-07-14 20:57:17,283 [19] INFO - --------- 2020-07-14 20:57:17,283 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1145. 2020-07-14 20:57:17,284 [19] INFO - --------- 2020-07-14 20:57:17,286 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,286 [19] INFO - --------- 2020-07-14 20:57:17,286 [19] INFO - function SE637303570372867864() {} SE637303570372867864.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372867864().executeScript(); 2020-07-14 20:57:17,287 [19] INFO - --------- 2020-07-14 20:57:17,289 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,289 [19] INFO - --------- 2020-07-14 20:57:17,290 [19] INFO - function SE637303570372867864() {} SE637303570372867864.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372867864().executeScript(); 2020-07-14 20:57:17,290 [19] INFO - --------- 2020-07-14 20:57:17,290 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1146. 2020-07-14 20:57:17,291 [19] INFO - --------- 2020-07-14 20:57:17,292 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,292 [19] INFO - --------- 2020-07-14 20:57:17,292 [19] INFO - function SE637303570372557846() {} SE637303570372557846.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=1 ) { return; } context.write("\r\n
    \r\n\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu1-aktiv.html", p.id, 2) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu1.html", p.id, 2) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t
    \r\n
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372557846().executeScript(); 2020-07-14 20:57:17,293 [19] INFO - --------- 2020-07-14 20:57:17,293 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1147. 2020-07-14 20:57:17,293 [19] INFO - --------- 2020-07-14 20:57:17,306 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,307 [19] INFO - --------- 2020-07-14 20:57:17,307 [19] INFO - function SE637303570372477841() {} SE637303570372477841.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=2 ) { return; } context.write("\r\n\r\n\r\n\t"); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n\t\t\t"); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n\t\t\t "); context.write( system.partial("submenu1.html", p.id, 2) ); context.write("\r\n\t\t\t"); } context.write("\r\n\r\n\t"); } } context.write("\r\n\r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570372477841().executeScript(); 2020-07-14 20:57:17,307 [19] INFO - --------- 2020-07-14 20:57:17,308 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1148. 2020-07-14 20:57:17,308 [19] INFO - --------- 2020-07-14 20:57:17,310 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,310 [19] INFO - --------- 2020-07-14 20:57:17,310 [19] INFO - function SE637303570373097877() {} SE637303570373097877.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
    \n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
    \n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
    \n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
    \n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
    \n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570373097877().executeScript(); 2020-07-14 20:57:17,313 [19] INFO - --------- 2020-07-14 20:57:17,322 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,322 [19] INFO - --------- 2020-07-14 20:57:17,323 [19] INFO - function SE637303570373097877() {} SE637303570373097877.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
    \n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
    \n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
    \n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
    \n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
    \n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570373097877().executeScript(); 2020-07-14 20:57:17,325 [19] INFO - --------- 2020-07-14 20:57:17,325 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1149. 2020-07-14 20:57:17,325 [19] INFO - --------- 2020-07-14 20:57:17,327 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,327 [19] INFO - --------- 2020-07-14 20:57:17,327 [19] INFO - function SE637303570373267886() {} SE637303570373267886.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. var args = context.param(0, {}); var wraptag = args["wraptag"] || "div"; var menuid = args["menuid"] || "xmenu"; var menuclass = args["menuclass"] || ""; var listwrapper = args["listwrapper"] || ["",""]; var itemwrapper = args["itemwrapper"] || ["",""]; var areaname = args["areaname"] || "Footer"; context.write("\r\n"); if ( page.attribute("show_extra_menu") ) { var extraMenu = page.extraMenu; context.write("\r\n\t<"); context.write( wraptag ); context.write(" id=\""); context.write( menuid ); context.write("\" class=\""); context.write( menuclass ); context.write("\" "); context.write( system.partial("inline-editing-xmenu.html", areaname) ); context.write(">\r\n\t\t"); context.write( listwrapper[0] ); context.write("\r\n\t\t"); for ( var mi = 0; mi < extraMenu.menuItems.count; ++mi ) { var menuItem = extraMenu.menuItems.item(mi); var rel = ""; if ( menuItem.nofollow ){ rel += "nofollow "; } if ( menuItem.target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } context.write("\r\n\t\t\t"); context.write( itemwrapper[0] ); context.write(""); context.write(menuItem.name); context.write(""); context.write( itemwrapper[1] ); context.write("\r\n\t\t"); } context.write("\r\n\t\t\t"); var output = ""; // Special case for Top Responsive which can add entries via attribute if ( page.attribute("add_extramenu") ) { output += page.attribute("add_extramenu"); } if ( page.attribute("show_language_menu") ){ // language selection var pf = project.projectFolders; if ( pf.count > 0 ){ output += itemwrapper[0] + '' + itemwrapper[1]; } } if ( output !== "" ){ context.write(output); } context.write("\r\n\t\t\t\r\n\t\t"); context.write( listwrapper[1] ); context.write("\r\n\t\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570373267886().executeScript(); 2020-07-14 20:57:17,328 [19] INFO - --------- 2020-07-14 20:57:17,330 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,330 [19] INFO - --------- 2020-07-14 20:57:17,330 [19] INFO - function SE637303570373307889() {} SE637303570373307889.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570373307889().executeScript(); 2020-07-14 20:57:17,331 [19] INFO - --------- 2020-07-14 20:57:17,332 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,332 [19] INFO - --------- 2020-07-14 20:57:17,333 [19] INFO - function SE637303570373307889() {} SE637303570373307889.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570373307889().executeScript(); 2020-07-14 20:57:17,333 [19] INFO - --------- 2020-07-14 20:57:17,333 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1150. 2020-07-14 20:57:17,334 [19] INFO - --------- 2020-07-14 20:57:17,340 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,340 [19] INFO - --------- 2020-07-14 20:57:17,341 [19] INFO - function SE637303570373267886() {} SE637303570373267886.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. var args = context.param(0, {}); var wraptag = args["wraptag"] || "div"; var menuid = args["menuid"] || "xmenu"; var menuclass = args["menuclass"] || ""; var listwrapper = args["listwrapper"] || ["",""]; var itemwrapper = args["itemwrapper"] || ["",""]; var areaname = args["areaname"] || "Footer"; context.write("\r\n"); if ( page.attribute("show_extra_menu") ) { var extraMenu = page.extraMenu; context.write("\r\n\t<"); context.write( wraptag ); context.write(" id=\""); context.write( menuid ); context.write("\" class=\""); context.write( menuclass ); context.write("\" "); context.write( system.partial("inline-editing-xmenu.html", areaname) ); context.write(">\r\n\t\t"); context.write( listwrapper[0] ); context.write("\r\n\t\t"); for ( var mi = 0; mi < extraMenu.menuItems.count; ++mi ) { var menuItem = extraMenu.menuItems.item(mi); var rel = ""; if ( menuItem.nofollow ){ rel += "nofollow "; } if ( menuItem.target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } context.write("\r\n\t\t\t"); context.write( itemwrapper[0] ); context.write(""); context.write(menuItem.name); context.write(""); context.write( itemwrapper[1] ); context.write("\r\n\t\t"); } context.write("\r\n\t\t\t"); var output = ""; // Special case for Top Responsive which can add entries via attribute if ( page.attribute("add_extramenu") ) { output += page.attribute("add_extramenu"); } if ( page.attribute("show_language_menu") ){ // language selection var pf = project.projectFolders; if ( pf.count > 0 ){ output += itemwrapper[0] + '' + itemwrapper[1]; } } if ( output !== "" ){ context.write(output); } context.write("\r\n\t\t\t\r\n\t\t"); context.write( listwrapper[1] ); context.write("\r\n\t\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570373267886().executeScript(); 2020-07-14 20:57:17,341 [19] INFO - --------- 2020-07-14 20:57:17,341 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1151. 2020-07-14 20:57:17,342 [19] INFO - --------- 2020-07-14 20:57:17,344 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,344 [19] INFO - --------- 2020-07-14 20:57:17,344 [19] INFO - function SE637303570373447897() {} SE637303570373447897.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570373447897().executeScript(); 2020-07-14 20:57:17,345 [19] INFO - --------- 2020-07-14 20:57:17,346 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,347 [19] INFO - --------- 2020-07-14 20:57:17,347 [19] INFO - function SE637303570373447897() {} SE637303570373447897.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570373447897().executeScript(); 2020-07-14 20:57:17,347 [19] INFO - --------- 2020-07-14 20:57:17,348 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1152. 2020-07-14 20:57:17,348 [19] INFO - --------- 2020-07-14 20:57:17,351 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,352 [19] INFO - --------- 2020-07-14 20:57:17,352 [19] INFO - function SE637303570366537501() {} SE637303570366537501.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. context.write("\r\n\r\n\r\n\t"); context.write( page.title ); context.write("\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); if ( "../assets/favicon.ico" !== "" ) { context.write(""); } context.write("\r\n\t\r\n\t"); if ( parseInt(page.attribute("webfonts-deactivate", 0)) !== 1 ){context.write(project.webFonts())} context.write("\r\n\r\n\t"); context.write( project.bundleCss() ); context.write("\r\n\r\n\t\r\n\r\n\t"); var additionalCss = page.attribute("additional_css"); if ( additionalCss ) { context.write("\r\n\t\t"); context.write( additionalCss ); context.write("\r\n\t"); } context.write(" \r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( project.bundleJs() ); context.write("\r\n\t\r\n\t\r\n\t"); if ( page.attribute("search_field_visible") ) { context.write("\r\n\t\t\r\n\t"); } context.write("\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( system.partial("rss.html") ); context.write("\r\n\t\r\n\t"); var header = page.anyAreaArticles("Header") || (system.preview && system.showEmptyPreviewAreas) var news = page.anyAreaArticles("News") || (system.preview && system.showEmptyPreviewAreas) function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } var sidebar = hasVisibleChildPages(page.id) || page.level >= 2 || news; context.write("\r\n\r\n\t\r\n\t\r\n\r\n\r\n\t\r\n\t\r\n\t
    \r\n\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Banner") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Banner", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t\t
    \r\n\t\t\t\t"); if ( page.attribute("search_field_visible") ) { context.write("
    \" method=\"get\">
    "); } context.write("\r\n\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\"");\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t"); if ( page.attribute("web_name_slogan") ) { context.write("\r\n\t\t\t\t\t\t\t\t\t
    Vom Gerätewagen der Schweizer Feuerwehr zum Expeditionsmobil \"Willi\"
    \r\n\t\t\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( header ) { context.write("\r\n\t\t\t\t"); context.write( system.partial("header.html") ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\t\r\n\t\t\t"); context.write( system.partial("hauptmenu.html") ); context.write("\t\t\t\t\t\r\n\t\t\t\r\n\t\t\t"); if ( page.attribute("show_breadcrumb") ) { context.write("
    \r\n\t\t\t\t"); context.write( system.partial("breadcrumbs.html", (page.attribute("breadcrumb")||"").replace(/"/g, """), (page.attribute("breadcrumb_separator")||"").replace(/"/g, """) ) ); context.write("\r\n\t\t\t
    "); } context.write("\r\n\t\t\t\r\n\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "top" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Standard", 0, null, null, "zpgrid") ); context.write("
    \r\n\t\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "bottom" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "News", 1, "news") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\t"); context.write( system.partial('zpextramenu.html') ); context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( page.attribute("show_copyright") || project.showCreatorText ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); if ( page.attribute("show_copyright") ) { context.write("\r\n\t\t\t\t\t\t\t© 2018 Willi"); if ( project.showCreatorText ) { context.write(". "); } context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( project.showCreatorText ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write(project.creatorText); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Footer") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Footer", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t
    \r\n\t
    \t\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\t\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570366537501().executeScript(); 2020-07-14 20:57:17,354 [19] INFO - --------- 2020-07-14 20:57:17,354 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1153. 2020-07-14 20:57:17,355 [19] INFO - --------- 2020-07-14 20:57:17,356 [19] INFO - Closing the script engine. 2020-07-14 20:57:17,356 [19] INFO - --------- 2020-07-14 20:57:17,357 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1153. 2020-07-14 20:57:17,357 [19] INFO - --------- 2020-07-14 20:57:17,502 [19] INFO - Script engine constructed. 2020-07-14 20:57:17,503 [19] INFO - Script engine initialized. 2020-07-14 20:57:17,503 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,503 [19] INFO - --------- 2020-07-14 20:57:17,504 [19] INFO - /* ------------- {{OmitSourceOutput:Begin}} -------------- */ context.write("\r\n\r\n"); function isNumeric(n) { return !isNaN(parseFloat(n)) && isFinite(n); } function isNull(obj) { return obj === undefined || obj == null || !obj || 0 === obj.length; } String.prototype.format = function() { var args = arguments; return this.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; String.format = function(format) { var args = Array.prototype.slice.call(arguments, 1); return format.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; // trim() polyfill - https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/String/Trim if (!String.prototype.trim) { String.prototype.trim = function () { return this.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ''); }; } // // var vbCrLf = "\r\n"; // // function less(lessString) { // return _context.Less(lessString); // } // // function HtmlEncode(obj){ // return system.htmlEncode(obj); // } // // // helps convert some ZP string values to a bool. // function IsTrue(obj){ // return (obj == "True" || obj === true || obj == 1 ); // } // // // Prüfen, ob leer. // function IsEmpty(str) { // return (!str || 0 === str.length); // } // // // Prüfen, ob leer oder nur Whitespaces enthalten. // function IsBlank(str) { // return (!str || /^\s*$/.test(str)); // } // // // Prüfen, ob leer. // String.prototype.IsEmpty = function() { // return (this.length === 0 || !this.trim()); // }; // // // Prüfen ob NULL oder undefined. // function isNull(obj) { // return obj === undefined || obj == null || !obj // } // // // Eigene Format-Funktion. // // Beispiel: "Dies ist {0} Test.".Format("ein"); // if (!String.prototype.Format) { // String.prototype.Format = function() { // var args = arguments; // return this.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // // Alternative Schreibweise für Format-Funktion. // // Beispiel: String.Format("Dies ist {0} Test.", "ein"); // if (!String.Format) { // String.Format = function(format) { // var args = Array.prototype.slice.call(arguments, 1); // return format.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // /* // // HTML-Attribut ausgeben, nur wenn auch Inhalt hat. // function htmlAttr(attrName, attrValue) { // if ( IsBlank(attrValue) ) { // return ""; // } else { // return '{0}="{1}"'.Format( attrName, attrValue ); // } // } // // // HTML-Attribut ausgeben wenn condition == true. // function htmlAttrIf(condition, attrName, attrValue) { // if ( ! IsTrue(condition) ) { // return ""; // } else { // return htmlAttr(attrName, attrValue); // } // } // */ // // // Ersatz für die VBSkript isNumeric Funktion -> http://stackoverflow.com/questions/18082/validate-decimal-numbers-in-javascript-isnumeric // function isNumeric(n) { // return !isNaN(parseFloat(n)) && isFinite(n); // } // // // Einfacher Ersatz für VBScript Replace() - die "count" und "compare" Parameter von VBScript werden nicht unterstützt! // function Replace(searchstring, find, replace) { // return searchstring.replace(find, replace); // } // // // diverse String helper. Quelle: http://www.4guysfromrolla.com/webtech/vb2java.shtml // function Left(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // return String(str).substring(0,n); // } // } // // function Right(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // var iLen = String(str).length; // return String(str).substring(iLen, iLen - n); // } // } // // function Mid(str, start, len) { // // this is using ONE-Based strongs to mimic vbscript! // // // Make sure start and len are within proper bounds // if (start <= 0 || len < 0){ // return ""; // } // // var iEnd, iLen = String(str).length; // if (start + len > iLen){ // iEnd = iLen; // } // else { // iEnd = (start - 1) + len; // } // return String(str).substring(start-1,iEnd); // } // context.write("\r\n"); /* ------------- {{OmitSourceOutput:End}} -------------- */ context.write("\r\n"); /* Shortcuts. */ var article = null; var page = null; var projectFolder = null; var project = null; var system = null; 2020-07-14 20:57:17,504 [19] INFO - --------- 2020-07-14 20:57:17,505 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,505 [19] INFO - --------- 2020-07-14 20:57:17,505 [19] INFO - /* ------------- {{OmitSourceOutput:Begin}} -------------- */ context.write("\r\n\r\n"); function isNumeric(n) { return !isNaN(parseFloat(n)) && isFinite(n); } function isNull(obj) { return obj === undefined || obj == null || !obj || 0 === obj.length; } String.prototype.format = function() { var args = arguments; return this.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; String.format = function(format) { var args = Array.prototype.slice.call(arguments, 1); return format.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; // trim() polyfill - https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/String/Trim if (!String.prototype.trim) { String.prototype.trim = function () { return this.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ''); }; } // // var vbCrLf = "\r\n"; // // function less(lessString) { // return _context.Less(lessString); // } // // function HtmlEncode(obj){ // return system.htmlEncode(obj); // } // // // helps convert some ZP string values to a bool. // function IsTrue(obj){ // return (obj == "True" || obj === true || obj == 1 ); // } // // // Prüfen, ob leer. // function IsEmpty(str) { // return (!str || 0 === str.length); // } // // // Prüfen, ob leer oder nur Whitespaces enthalten. // function IsBlank(str) { // return (!str || /^\s*$/.test(str)); // } // // // Prüfen, ob leer. // String.prototype.IsEmpty = function() { // return (this.length === 0 || !this.trim()); // }; // // // Prüfen ob NULL oder undefined. // function isNull(obj) { // return obj === undefined || obj == null || !obj // } // // // Eigene Format-Funktion. // // Beispiel: "Dies ist {0} Test.".Format("ein"); // if (!String.prototype.Format) { // String.prototype.Format = function() { // var args = arguments; // return this.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // // Alternative Schreibweise für Format-Funktion. // // Beispiel: String.Format("Dies ist {0} Test.", "ein"); // if (!String.Format) { // String.Format = function(format) { // var args = Array.prototype.slice.call(arguments, 1); // return format.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // /* // // HTML-Attribut ausgeben, nur wenn auch Inhalt hat. // function htmlAttr(attrName, attrValue) { // if ( IsBlank(attrValue) ) { // return ""; // } else { // return '{0}="{1}"'.Format( attrName, attrValue ); // } // } // // // HTML-Attribut ausgeben wenn condition == true. // function htmlAttrIf(condition, attrName, attrValue) { // if ( ! IsTrue(condition) ) { // return ""; // } else { // return htmlAttr(attrName, attrValue); // } // } // */ // // // Ersatz für die VBSkript isNumeric Funktion -> http://stackoverflow.com/questions/18082/validate-decimal-numbers-in-javascript-isnumeric // function isNumeric(n) { // return !isNaN(parseFloat(n)) && isFinite(n); // } // // // Einfacher Ersatz für VBScript Replace() - die "count" und "compare" Parameter von VBScript werden nicht unterstützt! // function Replace(searchstring, find, replace) { // return searchstring.replace(find, replace); // } // // // diverse String helper. Quelle: http://www.4guysfromrolla.com/webtech/vb2java.shtml // function Left(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // return String(str).substring(0,n); // } // } // // function Right(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // var iLen = String(str).length; // return String(str).substring(iLen, iLen - n); // } // } // // function Mid(str, start, len) { // // this is using ONE-Based strongs to mimic vbscript! // // // Make sure start and len are within proper bounds // if (start <= 0 || len < 0){ // return ""; // } // // var iEnd, iLen = String(str).length; // if (start + len > iLen){ // iEnd = iLen; // } // else { // iEnd = (start - 1) + len; // } // return String(str).substring(start-1,iEnd); // } // context.write("\r\n"); /* ------------- {{OmitSourceOutput:End}} -------------- */ context.write("\r\n"); /* Shortcuts. */ var article = null; var page = null; var projectFolder = null; var project = null; var system = null; 2020-07-14 20:57:17,506 [19] INFO - --------- 2020-07-14 20:57:17,506 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1154. 2020-07-14 20:57:17,507 [19] INFO - --------- 2020-07-14 20:57:17,507 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,507 [19] INFO - --------- 2020-07-14 20:57:17,516 [19] INFO - function SE637303570375027987() {} SE637303570375027987.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. if (shop.active) { var basketPageUrl = null; var currentProjectFolderId = page.projectFolder.id; var projectFolderBasketArticle; var foundItems = project.getArticlesWithStyle("basket"); for ( var g=0; g < foundItems.count; ++g ) { var foundItem = foundItems.item(g); if ( foundItem.active ) { if ( isNull(firstBasketArticle) ){ var firstBasketArticle = foundItem.page.url; } if ( project.getPage(foundItem.page.id).projectFolder.id == currentProjectFolderId ){ projectFolderBasketArticle = foundItem.page.url; } } } var basketPageUrl = projectFolderBasketArticle || firstBasketArticle; context.write("\n\t"); if ( basketPageUrl && page.url !== basketPageUrl ){ context.write("\n\t\n\t\n\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570375027987().executeScript(); 2020-07-14 20:57:17,519 [19] INFO - --------- 2020-07-14 20:57:17,521 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,521 [19] INFO - --------- 2020-07-14 20:57:17,521 [19] INFO - function SE637303570375027987() {} SE637303570375027987.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. if (shop.active) { var basketPageUrl = null; var currentProjectFolderId = page.projectFolder.id; var projectFolderBasketArticle; var foundItems = project.getArticlesWithStyle("basket"); for ( var g=0; g < foundItems.count; ++g ) { var foundItem = foundItems.item(g); if ( foundItem.active ) { if ( isNull(firstBasketArticle) ){ var firstBasketArticle = foundItem.page.url; } if ( project.getPage(foundItem.page.id).projectFolder.id == currentProjectFolderId ){ projectFolderBasketArticle = foundItem.page.url; } } } var basketPageUrl = projectFolderBasketArticle || firstBasketArticle; context.write("\n\t"); if ( basketPageUrl && page.url !== basketPageUrl ){ context.write("\n\t\n\t\n\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570375027987().executeScript(); 2020-07-14 20:57:17,522 [19] INFO - --------- 2020-07-14 20:57:17,522 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1155. 2020-07-14 20:57:17,523 [19] INFO - --------- 2020-07-14 20:57:17,524 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,524 [19] INFO - --------- 2020-07-14 20:57:17,524 [19] INFO - function SE637303570375248000() {} SE637303570375248000.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. context.write("\r\n\r\n\r\n\t"); context.write( page.title ); context.write("\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); if ( "../assets/favicon.ico" !== "" ) { context.write(""); } context.write("\r\n\t\r\n\t"); if ( parseInt(page.attribute("webfonts-deactivate", 0)) !== 1 ){context.write(project.webFonts())} context.write("\r\n\r\n\t"); context.write( project.bundleCss() ); context.write("\r\n\r\n\t\r\n\r\n\t"); var additionalCss = page.attribute("additional_css"); if ( additionalCss ) { context.write("\r\n\t\t"); context.write( additionalCss ); context.write("\r\n\t"); } context.write(" \r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( project.bundleJs() ); context.write("\r\n\t\r\n\t\r\n\t"); if ( page.attribute("search_field_visible") ) { context.write("\r\n\t\t\r\n\t"); } context.write("\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( system.partial("rss.html") ); context.write("\r\n\t\r\n\t"); var header = page.anyAreaArticles("Header") || (system.preview && system.showEmptyPreviewAreas) var news = page.anyAreaArticles("News") || (system.preview && system.showEmptyPreviewAreas) function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } var sidebar = hasVisibleChildPages(page.id) || page.level >= 2 || news; context.write("\r\n\r\n\t\r\n\t\r\n\r\n\r\n\t\r\n\t\r\n\t
    \r\n\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Banner") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Banner", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t\t
    \r\n\t\t\t\t"); if ( page.attribute("search_field_visible") ) { context.write("
    \" method=\"get\">
    "); } context.write("\r\n\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\"");\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t"); if ( page.attribute("web_name_slogan") ) { context.write("\r\n\t\t\t\t\t\t\t\t\t
    Vom Gerätewagen der Schweizer Feuerwehr zum Expeditionsmobil \"Willi\"
    \r\n\t\t\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( header ) { context.write("\r\n\t\t\t\t"); context.write( system.partial("header.html") ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\t\r\n\t\t\t"); context.write( system.partial("hauptmenu.html") ); context.write("\t\t\t\t\t\r\n\t\t\t\r\n\t\t\t"); if ( page.attribute("show_breadcrumb") ) { context.write("
    \r\n\t\t\t\t"); context.write( system.partial("breadcrumbs.html", (page.attribute("breadcrumb")||"").replace(/"/g, """), (page.attribute("breadcrumb_separator")||"").replace(/"/g, """) ) ); context.write("\r\n\t\t\t
    "); } context.write("\r\n\t\t\t\r\n\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "top" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Standard", 0, null, null, "zpgrid") ); context.write("
    \r\n\t\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "bottom" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "News", 1, "news") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\t"); context.write( system.partial('zpextramenu.html') ); context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( page.attribute("show_copyright") || project.showCreatorText ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); if ( page.attribute("show_copyright") ) { context.write("\r\n\t\t\t\t\t\t\t© 2018 Willi"); if ( project.showCreatorText ) { context.write(". "); } context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( project.showCreatorText ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write(project.creatorText); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Footer") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Footer", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t
    \r\n\t
    \t\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\t\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570375248000().executeScript(); 2020-07-14 20:57:17,525 [19] INFO - --------- 2020-07-14 20:57:17,546 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,547 [19] INFO - --------- 2020-07-14 20:57:17,547 [19] INFO - function SE637303570375468012() {} SE637303570375468012.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. if ( project.rss ) { var feeds = projectFolder.rssFeeds; for ( var i=0; i\r\n\t\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570375468012().executeScript(); 2020-07-14 20:57:17,547 [19] INFO - --------- 2020-07-14 20:57:17,552 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,553 [19] INFO - --------- 2020-07-14 20:57:17,553 [19] INFO - function SE637303570375468012() {} SE637303570375468012.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. if ( project.rss ) { var feeds = projectFolder.rssFeeds; for ( var i=0; i\r\n\t\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570375468012().executeScript(); 2020-07-14 20:57:17,553 [19] INFO - --------- 2020-07-14 20:57:17,554 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1156. 2020-07-14 20:57:17,554 [19] INFO - --------- 2020-07-14 20:57:17,570 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,570 [19] INFO - --------- 2020-07-14 20:57:17,571 [19] INFO - function SE637303570375708026() {} SE637303570375708026.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570375708026().executeScript(); 2020-07-14 20:57:17,571 [19] INFO - --------- 2020-07-14 20:57:17,572 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,574 [19] INFO - --------- 2020-07-14 20:57:17,575 [19] INFO - function SE637303570375708026() {} SE637303570375708026.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570375708026().executeScript(); 2020-07-14 20:57:17,575 [19] INFO - --------- 2020-07-14 20:57:17,575 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1157. 2020-07-14 20:57:17,576 [19] INFO - --------- 2020-07-14 20:57:17,577 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,577 [19] INFO - --------- 2020-07-14 20:57:17,577 [19] INFO - function SE637303570375778030() {} SE637303570375778030.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570375778030().executeScript(); 2020-07-14 20:57:17,578 [19] INFO - --------- 2020-07-14 20:57:17,579 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,579 [19] INFO - --------- 2020-07-14 20:57:17,579 [19] INFO - function SE637303570375778030() {} SE637303570375778030.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570375778030().executeScript(); 2020-07-14 20:57:17,580 [19] INFO - --------- 2020-07-14 20:57:17,580 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1158. 2020-07-14 20:57:17,580 [19] INFO - --------- 2020-07-14 20:57:17,583 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,583 [19] INFO - --------- 2020-07-14 20:57:17,583 [19] INFO - function SE637303570375838033() {} SE637303570375838033.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570375838033().executeScript(); 2020-07-14 20:57:17,584 [19] INFO - --------- 2020-07-14 20:57:17,585 [19] INFO - Finished executing the following script: 2020-07-14 20:57:17,585 [19] INFO - --------- 2020-07-14 20:57:17,586 [19] INFO - function SE637303570375838033() {} SE637303570375838033.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570375838033().executeScript(); 2020-07-14 20:57:17,586 [19] INFO - --------- 2020-07-14 20:57:17,586 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1159. 2020-07-14 20:57:17,587 [19] INFO - --------- 2020-07-14 20:57:17,589 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,589 [19] INFO - --------- 2020-07-14 20:57:17,589 [19] INFO - function SE637303570375898037() {} SE637303570375898037.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\header.html'. var areaName = "Header"; var headers = page.articlesInArea(areaName); var headerShown = false; for ( var ihead = 0; ihead < headers.count; ++ihead ){ // in a header-area, we only render the first active container/row/article if ( headerShown && ihead > 0 ){ break; } context.write(headers.item(ihead).render()); headerShown = true; } context.write("\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570375898037().executeScript(); 2020-07-14 20:57:17,590 [19] INFO - --------- 2020-07-14 20:57:17,597 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,597 [19] INFO - --------- 2020-07-14 20:57:17,597 [19] INFO - function SE637303570375978041() {} SE637303570375978041.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. var cssClass = article.cssClass || ""; if ( cssClass ){ cssClass = " " + cssClass; } var inlineCss = article.inlineCss || ""; if ( inlineCss ){ inlineCss = ' style="' + inlineCss + '"'; } if ( "950" !== "" && "250" !== "" ){ var ratio = (parseInt("250") / parseInt("950")) * 100; } else{ var ratio = 30; } var wrapperStyles = ' style="height: 0; padding-bottom: ' + ratio + '%;"'; context.write("\r\n\r\n
    \r\n\t
    \r\n\t\t
      \r\n\t\t"); var numHeaders = article.value("header-count"); for ( var i = 1; i <= numHeaders; ++i ) { var headerTitle = article.valueExpanded("header-title-" + i, ""); var headerDescription = article.valueExpanded("header-description-" + i, ""); var headerImage = article.value("header-image-" + i); var image = project.getImage(headerImage); if ( image ){ image.skipContentCopy(); } var clickHref = ""; if ( article.value("header-image-clickurl-" + i, "") ) { clickHref = system.partial("zplink-expanded.html", "header-image-clickurl-" + i); } var linkDataAttributes = ""; var clickUrl = article.value("header-image-clickurl-" + i, ""); var clickTarget = article.value("header-image-clickurl-" + i + "_target", ""); if ( clickUrl !== "" ){ linkDataAttributes += ' data-clickurl="' + clickUrl + '"'; } if ( clickTarget !== "" ){ linkDataAttributes += ' data-clicktarget="' + clickTarget + '"'; } context.write("\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t"); if ( image ) { context.write("\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\"");\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( headerTitle || headerDescription ) { context.write("\r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t\t"); if ( headerTitle ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write( system.partial("header-headline.html", i) ); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); context.write( headerDescription ); context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\r\n\r\n\t\t"); } context.write("\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n"); var nextText = system.htmlEncode(page.attribute("header_next_text")) || "weiter"; var prevText = system.htmlEncode(page.attribute("header_prev_text")) || "zurück"; var inlineEditingInitDelay = 50; var useSmoothHeight = "true" === "false" ? "false" : "true"; if ( useSmoothHeight === "true" ){ inlineEditingInitDelay = 1000; } context.write("\r\n\r\n"); if ( numHeaders > 0 ) { context.write("\r\n\t\r\n"); } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570375978041().executeScript(); 2020-07-14 20:57:17,598 [19] INFO - --------- 2020-07-14 20:57:17,600 [19] INFO - About to execute the following script: 2020-07-14 20:57:17,601 [19] INFO - --------- 2020-07-14 20:57:17,601 [19] INFO - function SE637303570376008043() {} SE637303570376008043.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. context.write(" \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570376008043().executeScript(); 2020-07-14 20:57:19,223 [19] INFO - --------- 2020-07-14 20:57:19,235 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,236 [19] INFO - --------- 2020-07-14 20:57:19,236 [19] INFO - function SE637303570376008043() {} SE637303570376008043.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. context.write(" \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570376008043().executeScript(); 2020-07-14 20:57:19,236 [19] INFO - --------- 2020-07-14 20:57:19,237 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1160. 2020-07-14 20:57:19,237 [19] INFO - --------- 2020-07-14 20:57:19,251 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,252 [19] INFO - --------- 2020-07-14 20:57:19,252 [19] INFO - function SE637303570375978041() {} SE637303570375978041.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. var cssClass = article.cssClass || ""; if ( cssClass ){ cssClass = " " + cssClass; } var inlineCss = article.inlineCss || ""; if ( inlineCss ){ inlineCss = ' style="' + inlineCss + '"'; } if ( "950" !== "" && "250" !== "" ){ var ratio = (parseInt("250") / parseInt("950")) * 100; } else{ var ratio = 30; } var wrapperStyles = ' style="height: 0; padding-bottom: ' + ratio + '%;"'; context.write("\r\n\r\n
    \r\n\t
    \r\n\t\t
      \r\n\t\t"); var numHeaders = article.value("header-count"); for ( var i = 1; i <= numHeaders; ++i ) { var headerTitle = article.valueExpanded("header-title-" + i, ""); var headerDescription = article.valueExpanded("header-description-" + i, ""); var headerImage = article.value("header-image-" + i); var image = project.getImage(headerImage); if ( image ){ image.skipContentCopy(); } var clickHref = ""; if ( article.value("header-image-clickurl-" + i, "") ) { clickHref = system.partial("zplink-expanded.html", "header-image-clickurl-" + i); } var linkDataAttributes = ""; var clickUrl = article.value("header-image-clickurl-" + i, ""); var clickTarget = article.value("header-image-clickurl-" + i + "_target", ""); if ( clickUrl !== "" ){ linkDataAttributes += ' data-clickurl="' + clickUrl + '"'; } if ( clickTarget !== "" ){ linkDataAttributes += ' data-clicktarget="' + clickTarget + '"'; } context.write("\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t"); if ( image ) { context.write("\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\"");\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( headerTitle || headerDescription ) { context.write("\r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t\t"); if ( headerTitle ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write( system.partial("header-headline.html", i) ); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); context.write( headerDescription ); context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\r\n\r\n\t\t"); } context.write("\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n"); var nextText = system.htmlEncode(page.attribute("header_next_text")) || "weiter"; var prevText = system.htmlEncode(page.attribute("header_prev_text")) || "zurück"; var inlineEditingInitDelay = 50; var useSmoothHeight = "true" === "false" ? "false" : "true"; if ( useSmoothHeight === "true" ){ inlineEditingInitDelay = 1000; } context.write("\r\n\r\n"); if ( numHeaders > 0 ) { context.write("\r\n\t\r\n"); } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570375978041().executeScript(); 2020-07-14 20:57:19,253 [19] INFO - --------- 2020-07-14 20:57:19,253 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1161. 2020-07-14 20:57:19,253 [19] INFO - --------- 2020-07-14 20:57:19,255 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,256 [19] INFO - --------- 2020-07-14 20:57:19,256 [19] INFO - function SE637303570375898037() {} SE637303570375898037.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\header.html'. var areaName = "Header"; var headers = page.articlesInArea(areaName); var headerShown = false; for ( var ihead = 0; ihead < headers.count; ++ihead ){ // in a header-area, we only render the first active container/row/article if ( headerShown && ihead > 0 ){ break; } context.write(headers.item(ihead).render()); headerShown = true; } context.write("\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570375898037().executeScript(); 2020-07-14 20:57:19,256 [19] INFO - --------- 2020-07-14 20:57:19,257 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1162. 2020-07-14 20:57:19,257 [19] INFO - --------- 2020-07-14 20:57:19,258 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,258 [19] INFO - --------- 2020-07-14 20:57:19,259 [19] INFO - function SE637303570392588992() {} SE637303570392588992.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\hauptmenu.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=1 ) { return; } context.write("\r\n
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-hauptmenu-aktiv.html", p.id, 1) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-hauptmenu.html", p.id, 1) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570392588992().executeScript(); 2020-07-14 20:57:19,259 [19] INFO - --------- 2020-07-14 20:57:19,267 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,267 [19] INFO - --------- 2020-07-14 20:57:19,268 [19] INFO - function SE637303570392678997() {} SE637303570392678997.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570392678997().executeScript(); 2020-07-14 20:57:19,268 [19] INFO - --------- 2020-07-14 20:57:19,270 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,271 [19] INFO - --------- 2020-07-14 20:57:19,271 [19] INFO - function SE637303570392678997() {} SE637303570392678997.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570392678997().executeScript(); 2020-07-14 20:57:19,272 [19] INFO - --------- 2020-07-14 20:57:19,272 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1163. 2020-07-14 20:57:19,272 [19] INFO - --------- 2020-07-14 20:57:19,275 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,276 [19] INFO - --------- 2020-07-14 20:57:19,276 [19] INFO - function SE637303570392759001() {} SE637303570392759001.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu-aktiv.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570392759001().executeScript(); 2020-07-14 20:57:19,277 [19] INFO - --------- 2020-07-14 20:57:19,279 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,279 [19] INFO - --------- 2020-07-14 20:57:19,279 [19] INFO - function SE637303570392759001() {} SE637303570392759001.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu-aktiv.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570392759001().executeScript(); 2020-07-14 20:57:19,280 [19] INFO - --------- 2020-07-14 20:57:19,280 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1164. 2020-07-14 20:57:19,280 [19] INFO - --------- 2020-07-14 20:57:19,289 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,290 [19] INFO - --------- 2020-07-14 20:57:19,290 [19] INFO - function SE637303570392899009() {} SE637303570392899009.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570392899009().executeScript(); 2020-07-14 20:57:19,291 [19] INFO - --------- 2020-07-14 20:57:19,293 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,293 [19] INFO - --------- 2020-07-14 20:57:19,293 [19] INFO - function SE637303570392899009() {} SE637303570392899009.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570392899009().executeScript(); 2020-07-14 20:57:19,294 [19] INFO - --------- 2020-07-14 20:57:19,294 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1165. 2020-07-14 20:57:19,294 [19] INFO - --------- 2020-07-14 20:57:19,296 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,298 [19] INFO - --------- 2020-07-14 20:57:19,298 [19] INFO - function SE637303570392969013() {} SE637303570392969013.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570392969013().executeScript(); 2020-07-14 20:57:19,298 [19] INFO - --------- 2020-07-14 20:57:19,300 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,301 [19] INFO - --------- 2020-07-14 20:57:19,301 [19] INFO - function SE637303570392969013() {} SE637303570392969013.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570392969013().executeScript(); 2020-07-14 20:57:19,301 [19] INFO - --------- 2020-07-14 20:57:19,302 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1166. 2020-07-14 20:57:19,302 [19] INFO - --------- 2020-07-14 20:57:19,306 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,306 [19] INFO - --------- 2020-07-14 20:57:19,306 [19] INFO - function SE637303570393069019() {} SE637303570393069019.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570393069019().executeScript(); 2020-07-14 20:57:19,307 [19] INFO - --------- 2020-07-14 20:57:19,309 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,309 [19] INFO - --------- 2020-07-14 20:57:19,309 [19] INFO - function SE637303570393069019() {} SE637303570393069019.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570393069019().executeScript(); 2020-07-14 20:57:19,310 [19] INFO - --------- 2020-07-14 20:57:19,310 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1167. 2020-07-14 20:57:19,310 [19] INFO - --------- 2020-07-14 20:57:19,312 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,312 [19] INFO - --------- 2020-07-14 20:57:19,313 [19] INFO - function SE637303570393129022() {} SE637303570393129022.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570393129022().executeScript(); 2020-07-14 20:57:19,313 [19] INFO - --------- 2020-07-14 20:57:19,315 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,315 [19] INFO - --------- 2020-07-14 20:57:19,316 [19] INFO - function SE637303570393129022() {} SE637303570393129022.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570393129022().executeScript(); 2020-07-14 20:57:19,316 [19] INFO - --------- 2020-07-14 20:57:19,316 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1168. 2020-07-14 20:57:19,317 [19] INFO - --------- 2020-07-14 20:57:19,319 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,319 [19] INFO - --------- 2020-07-14 20:57:19,319 [19] INFO - function SE637303570393199026() {} SE637303570393199026.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570393199026().executeScript(); 2020-07-14 20:57:19,320 [19] INFO - --------- 2020-07-14 20:57:19,322 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,322 [19] INFO - --------- 2020-07-14 20:57:19,322 [19] INFO - function SE637303570393199026() {} SE637303570393199026.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570393199026().executeScript(); 2020-07-14 20:57:19,323 [19] INFO - --------- 2020-07-14 20:57:19,323 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1169. 2020-07-14 20:57:19,323 [19] INFO - --------- 2020-07-14 20:57:19,324 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,324 [19] INFO - --------- 2020-07-14 20:57:19,325 [19] INFO - function SE637303570392588992() {} SE637303570392588992.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\hauptmenu.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=1 ) { return; } context.write("\r\n
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-hauptmenu-aktiv.html", p.id, 1) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-hauptmenu.html", p.id, 1) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570392588992().executeScript(); 2020-07-14 20:57:19,325 [19] INFO - --------- 2020-07-14 20:57:19,325 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1170. 2020-07-14 20:57:19,326 [19] INFO - --------- 2020-07-14 20:57:19,327 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,327 [19] INFO - --------- 2020-07-14 20:57:19,327 [19] INFO - function SE637303570393279031() {} SE637303570393279031.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-breadcrumb.html'. context.write(" \r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-breadcrumb.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570393279031().executeScript(); 2020-07-14 20:57:19,328 [19] INFO - --------- 2020-07-14 20:57:19,329 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,329 [19] INFO - --------- 2020-07-14 20:57:19,329 [19] INFO - function SE637303570393279031() {} SE637303570393279031.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-breadcrumb.html'. context.write(" \r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-breadcrumb.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570393279031().executeScript(); 2020-07-14 20:57:19,330 [19] INFO - --------- 2020-07-14 20:57:19,330 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1171. 2020-07-14 20:57:19,331 [19] INFO - --------- 2020-07-14 20:57:19,331 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,332 [19] INFO - --------- 2020-07-14 20:57:19,332 [19] INFO - function SE637303570393319033() {} SE637303570393319033.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\breadcrumbs.html'. var breadcrumb = context.param(0, ""); var breadcrumb_separator = context.param(1, ""); var pageId = page.id; var parentPage = page; var pagesArray = []; var startpage = projectFolder.startPage; // walk the page-tree upwards and store ids of pages which are visible in navigation while ( pageId !== 0 ){ if ( parentPage.type=="projectFolder" ){ break; // A project folder is currently always the top element in the page hierarchy chain, so it is safe to break here since no further pages can exist } else if ( parentPage.visible || parentPage.id == page.id ){ // add the current page (ignoring visibility) and all visible paren pages to the pagesArray pagesArray.unshift(parentPage.id); } var p = project.getPage(pageId); pageId = p.parentPageId; parentPage = project.getPage(pageId); } if ( pagesArray.length > 0 ){ context.write("\r\n\t"); context.write( breadcrumb ); context.write("\r\n\t
      \r\n\t"); } // if startPage isn't the displayed page already and is visible, // prefix the breadcrumbs with a link to it if ( startpage && startpage.visible && page.id !== startpage.id ){ context.write("\r\n\t
    1. \r\n\t\t"); context.write( startpage.name ); context.write("\r\n\t\t"); context.write( breadcrumb_separator ); context.write("\r\n\t
    2. \r\n\t"); } for ( var i = 0; i < pagesArray.length; ++i){ parentPage = project.getPage(pagesArray[i]); if ( i < pagesArray.length - 1 || (i == pagesArray.length-1 && page.id !== pagesArray[i]) ){ if ( parentPage.visible && !(startpage && parentPage.id == startpage.id) ){ context.write("\r\n\t\t
    3. \r\n\t\t\t"); context.write( parentPage.name ); context.write("\r\n\t\t\t"); if ( i < pagesArray.length - 1 ){ context.write("\r\n\t\t\t\t"); context.write( breadcrumb_separator ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t
    4. \r\n\t\t"); } } else{ context.write("\r\n\t\t
    5. \r\n\t\t\t"); context.write( parentPage.name ); context.write("\r\n\t\t
    6. \r\n\t\t"); } } if ( pagesArray.length > 0 ){ context.write("
    "); } context.write("\r\n\t\t\t\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\breadcrumbs.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570393319033().executeScript(); 2020-07-14 20:57:19,333 [19] INFO - --------- 2020-07-14 20:57:19,339 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,340 [19] INFO - --------- 2020-07-14 20:57:19,340 [19] INFO - function SE637303570393319033() {} SE637303570393319033.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\breadcrumbs.html'. var breadcrumb = context.param(0, ""); var breadcrumb_separator = context.param(1, ""); var pageId = page.id; var parentPage = page; var pagesArray = []; var startpage = projectFolder.startPage; // walk the page-tree upwards and store ids of pages which are visible in navigation while ( pageId !== 0 ){ if ( parentPage.type=="projectFolder" ){ break; // A project folder is currently always the top element in the page hierarchy chain, so it is safe to break here since no further pages can exist } else if ( parentPage.visible || parentPage.id == page.id ){ // add the current page (ignoring visibility) and all visible paren pages to the pagesArray pagesArray.unshift(parentPage.id); } var p = project.getPage(pageId); pageId = p.parentPageId; parentPage = project.getPage(pageId); } if ( pagesArray.length > 0 ){ context.write("\r\n\t"); context.write( breadcrumb ); context.write("\r\n\t
      \r\n\t"); } // if startPage isn't the displayed page already and is visible, // prefix the breadcrumbs with a link to it if ( startpage && startpage.visible && page.id !== startpage.id ){ context.write("\r\n\t
    1. \r\n\t\t"); context.write( startpage.name ); context.write("\r\n\t\t"); context.write( breadcrumb_separator ); context.write("\r\n\t
    2. \r\n\t"); } for ( var i = 0; i < pagesArray.length; ++i){ parentPage = project.getPage(pagesArray[i]); if ( i < pagesArray.length - 1 || (i == pagesArray.length-1 && page.id !== pagesArray[i]) ){ if ( parentPage.visible && !(startpage && parentPage.id == startpage.id) ){ context.write("\r\n\t\t
    3. \r\n\t\t\t"); context.write( parentPage.name ); context.write("\r\n\t\t\t"); if ( i < pagesArray.length - 1 ){ context.write("\r\n\t\t\t\t"); context.write( breadcrumb_separator ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t
    4. \r\n\t\t"); } } else{ context.write("\r\n\t\t
    5. \r\n\t\t\t"); context.write( parentPage.name ); context.write("\r\n\t\t
    6. \r\n\t\t"); } } if ( pagesArray.length > 0 ){ context.write("
    "); } context.write("\r\n\t\t\t\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\breadcrumbs.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570393319033().executeScript(); 2020-07-14 20:57:19,340 [19] INFO - --------- 2020-07-14 20:57:19,341 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1172. 2020-07-14 20:57:19,341 [19] INFO - --------- 2020-07-14 20:57:19,343 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,343 [19] INFO - --------- 2020-07-14 20:57:19,344 [19] INFO - function SE637303570393439040() {} SE637303570393439040.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
    \n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
    \n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
    \n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
    \n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
    \n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570393439040().executeScript(); 2020-07-14 20:57:19,346 [19] INFO - --------- 2020-07-14 20:57:19,471 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,471 [19] INFO - --------- 2020-07-14 20:57:19,471 [19] INFO - function SE637303570394719113() {} SE637303570394719113.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 SE637303570394719113().executeScript(); 2020-07-14 20:57:19,472 [19] INFO - --------- 2020-07-14 20:57:19,473 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,473 [19] INFO - --------- 2020-07-14 20:57:19,474 [19] INFO - function SE637303570394739115() {} SE637303570394739115.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 SE637303570394739115().executeScript(); 2020-07-14 20:57:19,474 [19] INFO - --------- 2020-07-14 20:57:19,484 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,485 [19] INFO - --------- 2020-07-14 20:57:19,485 [19] INFO - function SE637303570394739115() {} SE637303570394739115.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 SE637303570394739115().executeScript(); 2020-07-14 20:57:19,485 [19] INFO - --------- 2020-07-14 20:57:19,486 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1173. 2020-07-14 20:57:19,486 [19] INFO - --------- 2020-07-14 20:57:19,487 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,487 [19] INFO - --------- 2020-07-14 20:57:19,488 [19] INFO - function SE637303570394879123() {} SE637303570394879123.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 SE637303570394879123().executeScript(); 2020-07-14 20:57:19,489 [19] INFO - --------- 2020-07-14 20:57:19,492 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,492 [19] INFO - --------- 2020-07-14 20:57:19,493 [19] INFO - function SE637303570394879123() {} SE637303570394879123.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 SE637303570394879123().executeScript(); 2020-07-14 20:57:19,493 [19] INFO - --------- 2020-07-14 20:57:19,494 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1174. 2020-07-14 20:57:19,494 [19] INFO - --------- 2020-07-14 20:57:19,495 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,495 [19] INFO - --------- 2020-07-14 20:57:19,495 [19] INFO - function SE637303570394959127() {} SE637303570394959127.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 SE637303570394959127().executeScript(); 2020-07-14 20:57:19,496 [19] INFO - --------- 2020-07-14 20:57:19,498 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,499 [19] INFO - --------- 2020-07-14 20:57:19,499 [19] INFO - function SE637303570394959127() {} SE637303570394959127.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 SE637303570394959127().executeScript(); 2020-07-14 20:57:19,499 [19] INFO - --------- 2020-07-14 20:57:19,501 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1175. 2020-07-14 20:57:19,501 [19] INFO - --------- 2020-07-14 20:57:19,502 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,502 [19] INFO - --------- 2020-07-14 20:57:19,503 [19] INFO - function SE637303570395029131() {} SE637303570395029131.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 SE637303570395029131().executeScript(); 2020-07-14 20:57:19,503 [19] INFO - --------- 2020-07-14 20:57:19,504 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,504 [19] INFO - --------- 2020-07-14 20:57:19,505 [19] INFO - function SE637303570395029131() {} SE637303570395029131.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 SE637303570395029131().executeScript(); 2020-07-14 20:57:19,505 [19] INFO - --------- 2020-07-14 20:57:19,505 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1176. 2020-07-14 20:57:19,506 [19] INFO - --------- 2020-07-14 20:57:19,507 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,507 [19] INFO - --------- 2020-07-14 20:57:19,507 [19] INFO - function SE637303570394719113() {} SE637303570394719113.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 SE637303570394719113().executeScript(); 2020-07-14 20:57:19,508 [19] INFO - --------- 2020-07-14 20:57:19,508 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1177. 2020-07-14 20:57:19,508 [19] INFO - --------- 2020-07-14 20:57:19,541 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,541 [19] INFO - --------- 2020-07-14 20:57:19,542 [19] INFO - function SE637303570395419153() {} SE637303570395419153.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 SE637303570395419153().executeScript(); 2020-07-14 20:57:19,542 [19] INFO - --------- 2020-07-14 20:57:19,544 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,544 [19] INFO - --------- 2020-07-14 20:57:19,544 [19] INFO - function SE637303570395449155() {} SE637303570395449155.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 SE637303570395449155().executeScript(); 2020-07-14 20:57:19,545 [19] INFO - --------- 2020-07-14 20:57:19,555 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,555 [19] INFO - --------- 2020-07-14 20:57:19,556 [19] INFO - function SE637303570395449155() {} SE637303570395449155.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 SE637303570395449155().executeScript(); 2020-07-14 20:57:19,557 [19] INFO - --------- 2020-07-14 20:57:19,557 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1178. 2020-07-14 20:57:19,557 [19] INFO - --------- 2020-07-14 20:57:19,558 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,559 [19] INFO - --------- 2020-07-14 20:57:19,559 [19] INFO - function SE637303570395589163() {} SE637303570395589163.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 SE637303570395589163().executeScript(); 2020-07-14 20:57:19,559 [19] INFO - --------- 2020-07-14 20:57:19,563 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,564 [19] INFO - --------- 2020-07-14 20:57:19,564 [19] INFO - function SE637303570395589163() {} SE637303570395589163.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 SE637303570395589163().executeScript(); 2020-07-14 20:57:19,565 [19] INFO - --------- 2020-07-14 20:57:19,565 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1179. 2020-07-14 20:57:19,565 [19] INFO - --------- 2020-07-14 20:57:19,566 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,567 [19] INFO - --------- 2020-07-14 20:57:19,567 [19] INFO - function SE637303570395669168() {} SE637303570395669168.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 SE637303570395669168().executeScript(); 2020-07-14 20:57:19,568 [19] INFO - --------- 2020-07-14 20:57:19,570 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,570 [19] INFO - --------- 2020-07-14 20:57:19,571 [19] INFO - function SE637303570395669168() {} SE637303570395669168.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 SE637303570395669168().executeScript(); 2020-07-14 20:57:19,571 [19] INFO - --------- 2020-07-14 20:57:19,572 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1180. 2020-07-14 20:57:19,572 [19] INFO - --------- 2020-07-14 20:57:19,573 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,573 [19] INFO - --------- 2020-07-14 20:57:19,573 [19] INFO - function SE637303570395739172() {} SE637303570395739172.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 SE637303570395739172().executeScript(); 2020-07-14 20:57:19,574 [19] INFO - --------- 2020-07-14 20:57:19,575 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,575 [19] INFO - --------- 2020-07-14 20:57:19,576 [19] INFO - function SE637303570395739172() {} SE637303570395739172.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 SE637303570395739172().executeScript(); 2020-07-14 20:57:19,576 [19] INFO - --------- 2020-07-14 20:57:19,576 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1181. 2020-07-14 20:57:19,577 [19] INFO - --------- 2020-07-14 20:57:19,578 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,578 [19] INFO - --------- 2020-07-14 20:57:19,578 [19] INFO - function SE637303570395419153() {} SE637303570395419153.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 SE637303570395419153().executeScript(); 2020-07-14 20:57:19,579 [19] INFO - --------- 2020-07-14 20:57:19,579 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1182. 2020-07-14 20:57:19,579 [19] INFO - --------- 2020-07-14 20:57:19,608 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,609 [19] INFO - --------- 2020-07-14 20:57:19,609 [19] INFO - function SE637303570396089192() {} SE637303570396089192.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 SE637303570396089192().executeScript(); 2020-07-14 20:57:19,609 [19] INFO - --------- 2020-07-14 20:57:19,611 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,611 [19] INFO - --------- 2020-07-14 20:57:19,612 [19] INFO - function SE637303570396119193() {} SE637303570396119193.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 SE637303570396119193().executeScript(); 2020-07-14 20:57:19,612 [19] INFO - --------- 2020-07-14 20:57:19,624 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,624 [19] INFO - --------- 2020-07-14 20:57:19,624 [19] INFO - function SE637303570396119193() {} SE637303570396119193.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 SE637303570396119193().executeScript(); 2020-07-14 20:57:19,625 [19] INFO - --------- 2020-07-14 20:57:19,625 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1183. 2020-07-14 20:57:19,625 [19] INFO - --------- 2020-07-14 20:57:19,626 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,627 [19] INFO - --------- 2020-07-14 20:57:19,627 [19] INFO - function SE637303570396269202() {} SE637303570396269202.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 SE637303570396269202().executeScript(); 2020-07-14 20:57:19,627 [19] INFO - --------- 2020-07-14 20:57:19,631 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,631 [19] INFO - --------- 2020-07-14 20:57:19,632 [19] INFO - function SE637303570396269202() {} SE637303570396269202.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 SE637303570396269202().executeScript(); 2020-07-14 20:57:19,632 [19] INFO - --------- 2020-07-14 20:57:19,632 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1184. 2020-07-14 20:57:19,633 [19] INFO - --------- 2020-07-14 20:57:19,634 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,634 [19] INFO - --------- 2020-07-14 20:57:19,634 [19] INFO - function SE637303570396349207() {} SE637303570396349207.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 SE637303570396349207().executeScript(); 2020-07-14 20:57:19,635 [19] INFO - --------- 2020-07-14 20:57:19,638 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,638 [19] INFO - --------- 2020-07-14 20:57:19,639 [19] INFO - function SE637303570396349207() {} SE637303570396349207.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 SE637303570396349207().executeScript(); 2020-07-14 20:57:19,639 [19] INFO - --------- 2020-07-14 20:57:19,640 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1185. 2020-07-14 20:57:19,640 [19] INFO - --------- 2020-07-14 20:57:19,641 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,641 [19] INFO - --------- 2020-07-14 20:57:19,642 [19] INFO - function SE637303570396419211() {} SE637303570396419211.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 SE637303570396419211().executeScript(); 2020-07-14 20:57:19,642 [19] INFO - --------- 2020-07-14 20:57:19,643 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,644 [19] INFO - --------- 2020-07-14 20:57:19,644 [19] INFO - function SE637303570396419211() {} SE637303570396419211.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 SE637303570396419211().executeScript(); 2020-07-14 20:57:19,644 [19] INFO - --------- 2020-07-14 20:57:19,645 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1186. 2020-07-14 20:57:19,645 [19] INFO - --------- 2020-07-14 20:57:19,646 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,647 [19] INFO - --------- 2020-07-14 20:57:19,647 [19] INFO - function SE637303570396089192() {} SE637303570396089192.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 SE637303570396089192().executeScript(); 2020-07-14 20:57:19,647 [19] INFO - --------- 2020-07-14 20:57:19,648 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1187. 2020-07-14 20:57:19,648 [19] INFO - --------- 2020-07-14 20:57:19,683 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,683 [19] INFO - --------- 2020-07-14 20:57:19,683 [19] INFO - function SE637303570396829234() {} SE637303570396829234.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 SE637303570396829234().executeScript(); 2020-07-14 20:57:19,685 [19] INFO - --------- 2020-07-14 20:57:19,717 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,718 [19] INFO - --------- 2020-07-14 20:57:19,718 [19] INFO - function SE637303570397179254() {} SE637303570397179254.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 SE637303570397179254().executeScript(); 2020-07-14 20:57:19,718 [19] INFO - --------- 2020-07-14 20:57:19,727 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,727 [19] INFO - --------- 2020-07-14 20:57:19,727 [19] INFO - function SE637303570397179254() {} SE637303570397179254.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 SE637303570397179254().executeScript(); 2020-07-14 20:57:19,728 [19] INFO - --------- 2020-07-14 20:57:19,728 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1188. 2020-07-14 20:57:19,729 [19] INFO - --------- 2020-07-14 20:57:19,731 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,732 [19] INFO - --------- 2020-07-14 20:57:19,732 [19] INFO - function SE637303570396829234() {} SE637303570396829234.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 SE637303570396829234().executeScript(); 2020-07-14 20:57:19,733 [19] INFO - --------- 2020-07-14 20:57:19,734 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1189. 2020-07-14 20:57:19,734 [19] INFO - --------- 2020-07-14 20:57:19,761 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,761 [19] INFO - --------- 2020-07-14 20:57:19,762 [19] INFO - function SE637303570397619279() {} SE637303570397619279.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 SE637303570397619279().executeScript(); 2020-07-14 20:57:19,762 [19] INFO - --------- 2020-07-14 20:57:19,764 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,764 [19] INFO - --------- 2020-07-14 20:57:19,765 [19] INFO - function SE637303570397649281() {} SE637303570397649281.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 SE637303570397649281().executeScript(); 2020-07-14 20:57:19,765 [19] INFO - --------- 2020-07-14 20:57:19,777 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,777 [19] INFO - --------- 2020-07-14 20:57:19,778 [19] INFO - function SE637303570397649281() {} SE637303570397649281.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 SE637303570397649281().executeScript(); 2020-07-14 20:57:19,778 [19] INFO - --------- 2020-07-14 20:57:19,779 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1190. 2020-07-14 20:57:19,779 [19] INFO - --------- 2020-07-14 20:57:19,780 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,780 [19] INFO - --------- 2020-07-14 20:57:19,781 [19] INFO - function SE637303570397809290() {} SE637303570397809290.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 SE637303570397809290().executeScript(); 2020-07-14 20:57:19,781 [19] INFO - --------- 2020-07-14 20:57:19,783 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,783 [19] INFO - --------- 2020-07-14 20:57:19,784 [19] INFO - function SE637303570397809290() {} SE637303570397809290.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 SE637303570397809290().executeScript(); 2020-07-14 20:57:19,784 [19] INFO - --------- 2020-07-14 20:57:19,784 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1191. 2020-07-14 20:57:19,785 [19] INFO - --------- 2020-07-14 20:57:19,786 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,786 [19] INFO - --------- 2020-07-14 20:57:19,786 [19] INFO - function SE637303570397859293() {} SE637303570397859293.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 SE637303570397859293().executeScript(); 2020-07-14 20:57:19,787 [19] INFO - --------- 2020-07-14 20:57:19,792 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,792 [19] INFO - --------- 2020-07-14 20:57:19,793 [19] INFO - function SE637303570397859293() {} SE637303570397859293.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 SE637303570397859293().executeScript(); 2020-07-14 20:57:19,793 [19] INFO - --------- 2020-07-14 20:57:19,793 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1192. 2020-07-14 20:57:19,794 [19] INFO - --------- 2020-07-14 20:57:19,794 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,795 [19] INFO - --------- 2020-07-14 20:57:19,795 [19] INFO - function SE637303570397949298() {} SE637303570397949298.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 SE637303570397949298().executeScript(); 2020-07-14 20:57:19,795 [19] INFO - --------- 2020-07-14 20:57:19,797 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,797 [19] INFO - --------- 2020-07-14 20:57:19,797 [19] INFO - function SE637303570397949298() {} SE637303570397949298.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 SE637303570397949298().executeScript(); 2020-07-14 20:57:19,798 [19] INFO - --------- 2020-07-14 20:57:19,798 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1193. 2020-07-14 20:57:19,798 [19] INFO - --------- 2020-07-14 20:57:19,799 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,800 [19] INFO - --------- 2020-07-14 20:57:19,800 [19] INFO - function SE637303570397619279() {} SE637303570397619279.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 SE637303570397619279().executeScript(); 2020-07-14 20:57:19,800 [19] INFO - --------- 2020-07-14 20:57:19,801 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1194. 2020-07-14 20:57:19,801 [19] INFO - --------- 2020-07-14 20:57:19,830 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,831 [19] INFO - --------- 2020-07-14 20:57:19,831 [19] INFO - function SE637303570398309319() {} SE637303570398309319.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570398309319().executeScript(); 2020-07-14 20:57:19,832 [19] INFO - --------- 2020-07-14 20:57:19,834 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,834 [19] INFO - --------- 2020-07-14 20:57:19,835 [19] INFO - function SE637303570398349321() {} SE637303570398349321.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 SE637303570398349321().executeScript(); 2020-07-14 20:57:19,835 [19] INFO - --------- 2020-07-14 20:57:19,847 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,847 [19] INFO - --------- 2020-07-14 20:57:19,848 [19] INFO - function SE637303570398349321() {} SE637303570398349321.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 SE637303570398349321().executeScript(); 2020-07-14 20:57:19,848 [19] INFO - --------- 2020-07-14 20:57:19,849 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1195. 2020-07-14 20:57:19,849 [19] INFO - --------- 2020-07-14 20:57:19,850 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,850 [19] INFO - --------- 2020-07-14 20:57:19,851 [19] INFO - function SE637303570398509330() {} SE637303570398509330.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570398509330().executeScript(); 2020-07-14 20:57:19,851 [19] INFO - --------- 2020-07-14 20:57:19,853 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,853 [19] INFO - --------- 2020-07-14 20:57:19,854 [19] INFO - function SE637303570398509330() {} SE637303570398509330.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570398509330().executeScript(); 2020-07-14 20:57:19,854 [19] INFO - --------- 2020-07-14 20:57:19,854 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1196. 2020-07-14 20:57:19,855 [19] INFO - --------- 2020-07-14 20:57:19,856 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,856 [19] INFO - --------- 2020-07-14 20:57:19,857 [19] INFO - function SE637303570398309319() {} SE637303570398309319.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570398309319().executeScript(); 2020-07-14 20:57:19,857 [19] INFO - --------- 2020-07-14 20:57:19,858 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1197. 2020-07-14 20:57:19,858 [19] INFO - --------- 2020-07-14 20:57:19,871 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,872 [19] INFO - --------- 2020-07-14 20:57:19,872 [19] INFO - function SE637303570398719342() {} SE637303570398719342.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570398719342().executeScript(); 2020-07-14 20:57:19,873 [19] INFO - --------- 2020-07-14 20:57:19,875 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,875 [19] INFO - --------- 2020-07-14 20:57:19,875 [19] INFO - function SE637303570398759344() {} SE637303570398759344.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 SE637303570398759344().executeScript(); 2020-07-14 20:57:19,876 [19] INFO - --------- 2020-07-14 20:57:19,886 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,886 [19] INFO - --------- 2020-07-14 20:57:19,887 [19] INFO - function SE637303570398759344() {} SE637303570398759344.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 SE637303570398759344().executeScript(); 2020-07-14 20:57:19,887 [19] INFO - --------- 2020-07-14 20:57:19,888 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1198. 2020-07-14 20:57:19,889 [19] INFO - --------- 2020-07-14 20:57:19,890 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,908 [19] INFO - --------- 2020-07-14 20:57:19,909 [19] INFO - function SE637303570398909353() {} SE637303570398909353.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570398909353().executeScript(); 2020-07-14 20:57:19,909 [19] INFO - --------- 2020-07-14 20:57:19,911 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,912 [19] INFO - --------- 2020-07-14 20:57:19,912 [19] INFO - function SE637303570398909353() {} SE637303570398909353.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570398909353().executeScript(); 2020-07-14 20:57:19,912 [19] INFO - --------- 2020-07-14 20:57:19,913 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1199. 2020-07-14 20:57:19,913 [19] INFO - --------- 2020-07-14 20:57:19,915 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,915 [19] INFO - --------- 2020-07-14 20:57:19,916 [19] INFO - function SE637303570398719342() {} SE637303570398719342.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570398719342().executeScript(); 2020-07-14 20:57:19,916 [19] INFO - --------- 2020-07-14 20:57:19,917 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1200. 2020-07-14 20:57:19,917 [19] INFO - --------- 2020-07-14 20:57:19,928 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,929 [19] INFO - --------- 2020-07-14 20:57:19,929 [19] INFO - function SE637303570399289375() {} SE637303570399289375.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570399289375().executeScript(); 2020-07-14 20:57:19,930 [19] INFO - --------- 2020-07-14 20:57:19,932 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,932 [19] INFO - --------- 2020-07-14 20:57:19,933 [19] INFO - function SE637303570399329377() {} SE637303570399329377.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 SE637303570399329377().executeScript(); 2020-07-14 20:57:19,933 [19] INFO - --------- 2020-07-14 20:57:19,944 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,945 [19] INFO - --------- 2020-07-14 20:57:19,945 [19] INFO - function SE637303570399329377() {} SE637303570399329377.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 SE637303570399329377().executeScript(); 2020-07-14 20:57:19,946 [19] INFO - --------- 2020-07-14 20:57:19,946 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1201. 2020-07-14 20:57:19,946 [19] INFO - --------- 2020-07-14 20:57:19,947 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,947 [19] INFO - --------- 2020-07-14 20:57:19,948 [19] INFO - function SE637303570399479386() {} SE637303570399479386.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570399479386().executeScript(); 2020-07-14 20:57:19,948 [19] INFO - --------- 2020-07-14 20:57:19,953 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,954 [19] INFO - --------- 2020-07-14 20:57:19,954 [19] INFO - function SE637303570399479386() {} SE637303570399479386.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570399479386().executeScript(); 2020-07-14 20:57:19,954 [19] INFO - --------- 2020-07-14 20:57:19,955 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1202. 2020-07-14 20:57:19,956 [19] INFO - --------- 2020-07-14 20:57:19,957 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,957 [19] INFO - --------- 2020-07-14 20:57:19,958 [19] INFO - function SE637303570399289375() {} SE637303570399289375.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570399289375().executeScript(); 2020-07-14 20:57:19,958 [19] INFO - --------- 2020-07-14 20:57:19,959 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1203. 2020-07-14 20:57:19,959 [19] INFO - --------- 2020-07-14 20:57:19,963 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,964 [19] INFO - --------- 2020-07-14 20:57:19,965 [19] INFO - function SE637303570393439040() {} SE637303570393439040.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
    \n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
    \n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
    \n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
    \n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
    \n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570393439040().executeScript(); 2020-07-14 20:57:19,966 [19] INFO - --------- 2020-07-14 20:57:19,967 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1204. 2020-07-14 20:57:19,967 [19] INFO - --------- 2020-07-14 20:57:19,968 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,969 [19] INFO - --------- 2020-07-14 20:57:19,969 [19] INFO - function SE637303570399689398() {} SE637303570399689398.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=2 ) { return; } context.write("\r\n\r\n\r\n\t"); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n\t\t\t"); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n\t\t\t "); context.write( system.partial("submenu1.html", p.id, 2) ); context.write("\r\n\t\t\t"); } context.write("\r\n\r\n\t"); } } context.write("\r\n\r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570399689398().executeScript(); 2020-07-14 20:57:19,969 [19] INFO - --------- 2020-07-14 20:57:19,978 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,978 [19] INFO - --------- 2020-07-14 20:57:19,978 [19] INFO - function SE637303570399789403() {} SE637303570399789403.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=1 ) { return; } context.write("\r\n
    \r\n\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu1-aktiv.html", p.id, 2) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu1.html", p.id, 2) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t
    \r\n
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570399789403().executeScript(); 2020-07-14 20:57:19,979 [19] INFO - --------- 2020-07-14 20:57:19,982 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,982 [19] INFO - --------- 2020-07-14 20:57:19,983 [19] INFO - function SE637303570399829406() {} SE637303570399829406.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570399829406().executeScript(); 2020-07-14 20:57:19,983 [19] INFO - --------- 2020-07-14 20:57:19,985 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,986 [19] INFO - --------- 2020-07-14 20:57:19,986 [19] INFO - function SE637303570399829406() {} SE637303570399829406.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570399829406().executeScript(); 2020-07-14 20:57:19,986 [19] INFO - --------- 2020-07-14 20:57:19,987 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1205. 2020-07-14 20:57:19,987 [19] INFO - --------- 2020-07-14 20:57:19,989 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,990 [19] INFO - --------- 2020-07-14 20:57:19,990 [19] INFO - function SE637303570399899410() {} SE637303570399899410.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("\r\n"); context.write( system.partial("submenu2.html", p.id) ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570399899410().executeScript(); 2020-07-14 20:57:19,990 [19] INFO - --------- 2020-07-14 20:57:19,992 [19] INFO - About to execute the following script: 2020-07-14 20:57:19,993 [19] INFO - --------- 2020-07-14 20:57:19,993 [19] INFO - function SE637303570399929411() {} SE637303570399929411.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } //if ( !isNull(p) && p.level!=3 ) { return; } context.write("\r\n\t\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu2-aktiv.html", p.id, 3) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu2.html", p.id, 3) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t\t
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570399929411().executeScript(); 2020-07-14 20:57:19,993 [19] INFO - --------- 2020-07-14 20:57:19,995 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,995 [19] INFO - --------- 2020-07-14 20:57:19,995 [19] INFO - function SE637303570399929411() {} SE637303570399929411.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } //if ( !isNull(p) && p.level!=3 ) { return; } context.write("\r\n\t\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu2-aktiv.html", p.id, 3) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu2.html", p.id, 3) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t\t
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570399929411().executeScript(); 2020-07-14 20:57:19,996 [19] INFO - --------- 2020-07-14 20:57:19,996 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1206. 2020-07-14 20:57:19,997 [19] INFO - --------- 2020-07-14 20:57:19,997 [19] INFO - Finished executing the following script: 2020-07-14 20:57:19,998 [19] INFO - --------- 2020-07-14 20:57:19,998 [19] INFO - function SE637303570399899410() {} SE637303570399899410.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("\r\n"); context.write( system.partial("submenu2.html", p.id) ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570399899410().executeScript(); 2020-07-14 20:57:19,998 [19] INFO - --------- 2020-07-14 20:57:19,999 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1207. 2020-07-14 20:57:19,999 [19] INFO - --------- 2020-07-14 20:57:20,001 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,002 [19] INFO - --------- 2020-07-14 20:57:20,002 [19] INFO - function SE637303570400019417() {} SE637303570400019417.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570400019417().executeScript(); 2020-07-14 20:57:20,002 [19] INFO - --------- 2020-07-14 20:57:20,004 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,005 [19] INFO - --------- 2020-07-14 20:57:20,005 [19] INFO - function SE637303570400019417() {} SE637303570400019417.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570400019417().executeScript(); 2020-07-14 20:57:20,005 [19] INFO - --------- 2020-07-14 20:57:20,006 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1208. 2020-07-14 20:57:20,006 [19] INFO - --------- 2020-07-14 20:57:20,012 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,013 [19] INFO - --------- 2020-07-14 20:57:20,013 [19] INFO - function SE637303570400129423() {} SE637303570400129423.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570400129423().executeScript(); 2020-07-14 20:57:20,014 [19] INFO - --------- 2020-07-14 20:57:20,016 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,016 [19] INFO - --------- 2020-07-14 20:57:20,017 [19] INFO - function SE637303570400129423() {} SE637303570400129423.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570400129423().executeScript(); 2020-07-14 20:57:20,017 [19] INFO - --------- 2020-07-14 20:57:20,017 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1209. 2020-07-14 20:57:20,018 [19] INFO - --------- 2020-07-14 20:57:20,018 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,019 [19] INFO - --------- 2020-07-14 20:57:20,019 [19] INFO - function SE637303570399789403() {} SE637303570399789403.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=1 ) { return; } context.write("\r\n
    \r\n\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu1-aktiv.html", p.id, 2) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu1.html", p.id, 2) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t
    \r\n
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570399789403().executeScript(); 2020-07-14 20:57:20,020 [19] INFO - --------- 2020-07-14 20:57:20,020 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1210. 2020-07-14 20:57:20,020 [19] INFO - --------- 2020-07-14 20:57:20,033 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,034 [19] INFO - --------- 2020-07-14 20:57:20,034 [19] INFO - function SE637303570399689398() {} SE637303570399689398.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=2 ) { return; } context.write("\r\n\r\n\r\n\t"); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n\t\t\t"); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n\t\t\t "); context.write( system.partial("submenu1.html", p.id, 2) ); context.write("\r\n\t\t\t"); } context.write("\r\n\r\n\t"); } } context.write("\r\n\r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570399689398().executeScript(); 2020-07-14 20:57:20,035 [19] INFO - --------- 2020-07-14 20:57:20,035 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1211. 2020-07-14 20:57:20,035 [19] INFO - --------- 2020-07-14 20:57:20,038 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,039 [19] INFO - --------- 2020-07-14 20:57:20,039 [19] INFO - function SE637303570400389438() {} SE637303570400389438.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
    \n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
    \n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
    \n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
    \n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
    \n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570400389438().executeScript(); 2020-07-14 20:57:20,043 [19] INFO - --------- 2020-07-14 20:57:20,053 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,053 [19] INFO - --------- 2020-07-14 20:57:20,054 [19] INFO - function SE637303570400389438() {} SE637303570400389438.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
    \n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
    \n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
    \n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
    \n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
    \n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570400389438().executeScript(); 2020-07-14 20:57:20,055 [19] INFO - --------- 2020-07-14 20:57:20,056 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1212. 2020-07-14 20:57:20,056 [19] INFO - --------- 2020-07-14 20:57:20,057 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,058 [19] INFO - --------- 2020-07-14 20:57:20,058 [19] INFO - function SE637303570400579449() {} SE637303570400579449.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. var args = context.param(0, {}); var wraptag = args["wraptag"] || "div"; var menuid = args["menuid"] || "xmenu"; var menuclass = args["menuclass"] || ""; var listwrapper = args["listwrapper"] || ["",""]; var itemwrapper = args["itemwrapper"] || ["",""]; var areaname = args["areaname"] || "Footer"; context.write("\r\n"); if ( page.attribute("show_extra_menu") ) { var extraMenu = page.extraMenu; context.write("\r\n\t<"); context.write( wraptag ); context.write(" id=\""); context.write( menuid ); context.write("\" class=\""); context.write( menuclass ); context.write("\" "); context.write( system.partial("inline-editing-xmenu.html", areaname) ); context.write(">\r\n\t\t"); context.write( listwrapper[0] ); context.write("\r\n\t\t"); for ( var mi = 0; mi < extraMenu.menuItems.count; ++mi ) { var menuItem = extraMenu.menuItems.item(mi); var rel = ""; if ( menuItem.nofollow ){ rel += "nofollow "; } if ( menuItem.target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } context.write("\r\n\t\t\t"); context.write( itemwrapper[0] ); context.write(""); context.write(menuItem.name); context.write(""); context.write( itemwrapper[1] ); context.write("\r\n\t\t"); } context.write("\r\n\t\t\t"); var output = ""; // Special case for Top Responsive which can add entries via attribute if ( page.attribute("add_extramenu") ) { output += page.attribute("add_extramenu"); } if ( page.attribute("show_language_menu") ){ // language selection var pf = project.projectFolders; if ( pf.count > 0 ){ output += itemwrapper[0] + '' + itemwrapper[1]; } } if ( output !== "" ){ context.write(output); } context.write("\r\n\t\t\t\r\n\t\t"); context.write( listwrapper[1] ); context.write("\r\n\t\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570400579449().executeScript(); 2020-07-14 20:57:20,059 [19] INFO - --------- 2020-07-14 20:57:20,061 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,061 [19] INFO - --------- 2020-07-14 20:57:20,062 [19] INFO - function SE637303570400619451() {} SE637303570400619451.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570400619451().executeScript(); 2020-07-14 20:57:20,062 [19] INFO - --------- 2020-07-14 20:57:20,063 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,064 [19] INFO - --------- 2020-07-14 20:57:20,065 [19] INFO - function SE637303570400619451() {} SE637303570400619451.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570400619451().executeScript(); 2020-07-14 20:57:20,065 [19] INFO - --------- 2020-07-14 20:57:20,065 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1213. 2020-07-14 20:57:20,066 [19] INFO - --------- 2020-07-14 20:57:20,121 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,123 [19] INFO - --------- 2020-07-14 20:57:20,123 [19] INFO - function SE637303570400579449() {} SE637303570400579449.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. var args = context.param(0, {}); var wraptag = args["wraptag"] || "div"; var menuid = args["menuid"] || "xmenu"; var menuclass = args["menuclass"] || ""; var listwrapper = args["listwrapper"] || ["",""]; var itemwrapper = args["itemwrapper"] || ["",""]; var areaname = args["areaname"] || "Footer"; context.write("\r\n"); if ( page.attribute("show_extra_menu") ) { var extraMenu = page.extraMenu; context.write("\r\n\t<"); context.write( wraptag ); context.write(" id=\""); context.write( menuid ); context.write("\" class=\""); context.write( menuclass ); context.write("\" "); context.write( system.partial("inline-editing-xmenu.html", areaname) ); context.write(">\r\n\t\t"); context.write( listwrapper[0] ); context.write("\r\n\t\t"); for ( var mi = 0; mi < extraMenu.menuItems.count; ++mi ) { var menuItem = extraMenu.menuItems.item(mi); var rel = ""; if ( menuItem.nofollow ){ rel += "nofollow "; } if ( menuItem.target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } context.write("\r\n\t\t\t"); context.write( itemwrapper[0] ); context.write(""); context.write(menuItem.name); context.write(""); context.write( itemwrapper[1] ); context.write("\r\n\t\t"); } context.write("\r\n\t\t\t"); var output = ""; // Special case for Top Responsive which can add entries via attribute if ( page.attribute("add_extramenu") ) { output += page.attribute("add_extramenu"); } if ( page.attribute("show_language_menu") ){ // language selection var pf = project.projectFolders; if ( pf.count > 0 ){ output += itemwrapper[0] + '' + itemwrapper[1]; } } if ( output !== "" ){ context.write(output); } context.write("\r\n\t\t\t\r\n\t\t"); context.write( listwrapper[1] ); context.write("\r\n\t\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570400579449().executeScript(); 2020-07-14 20:57:20,124 [19] INFO - --------- 2020-07-14 20:57:20,124 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1214. 2020-07-14 20:57:20,124 [19] INFO - --------- 2020-07-14 20:57:20,127 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,127 [19] INFO - --------- 2020-07-14 20:57:20,127 [19] INFO - function SE637303570401279489() {} SE637303570401279489.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570401279489().executeScript(); 2020-07-14 20:57:20,128 [19] INFO - --------- 2020-07-14 20:57:20,129 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,129 [19] INFO - --------- 2020-07-14 20:57:20,130 [19] INFO - function SE637303570401279489() {} SE637303570401279489.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570401279489().executeScript(); 2020-07-14 20:57:20,130 [19] INFO - --------- 2020-07-14 20:57:20,130 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1215. 2020-07-14 20:57:20,131 [19] INFO - --------- 2020-07-14 20:57:20,134 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,134 [19] INFO - --------- 2020-07-14 20:57:20,134 [19] INFO - function SE637303570375248000() {} SE637303570375248000.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. context.write("\r\n\r\n\r\n\t"); context.write( page.title ); context.write("\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); if ( "../assets/favicon.ico" !== "" ) { context.write(""); } context.write("\r\n\t\r\n\t"); if ( parseInt(page.attribute("webfonts-deactivate", 0)) !== 1 ){context.write(project.webFonts())} context.write("\r\n\r\n\t"); context.write( project.bundleCss() ); context.write("\r\n\r\n\t\r\n\r\n\t"); var additionalCss = page.attribute("additional_css"); if ( additionalCss ) { context.write("\r\n\t\t"); context.write( additionalCss ); context.write("\r\n\t"); } context.write(" \r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( project.bundleJs() ); context.write("\r\n\t\r\n\t\r\n\t"); if ( page.attribute("search_field_visible") ) { context.write("\r\n\t\t\r\n\t"); } context.write("\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( system.partial("rss.html") ); context.write("\r\n\t\r\n\t"); var header = page.anyAreaArticles("Header") || (system.preview && system.showEmptyPreviewAreas) var news = page.anyAreaArticles("News") || (system.preview && system.showEmptyPreviewAreas) function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } var sidebar = hasVisibleChildPages(page.id) || page.level >= 2 || news; context.write("\r\n\r\n\t\r\n\t\r\n\r\n\r\n\t\r\n\t\r\n\t
    \r\n\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Banner") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Banner", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t\t
    \r\n\t\t\t\t"); if ( page.attribute("search_field_visible") ) { context.write("
    \" method=\"get\">
    "); } context.write("\r\n\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\"");\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t"); if ( page.attribute("web_name_slogan") ) { context.write("\r\n\t\t\t\t\t\t\t\t\t
    Vom Gerätewagen der Schweizer Feuerwehr zum Expeditionsmobil \"Willi\"
    \r\n\t\t\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( header ) { context.write("\r\n\t\t\t\t"); context.write( system.partial("header.html") ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\t\r\n\t\t\t"); context.write( system.partial("hauptmenu.html") ); context.write("\t\t\t\t\t\r\n\t\t\t\r\n\t\t\t"); if ( page.attribute("show_breadcrumb") ) { context.write("
    \r\n\t\t\t\t"); context.write( system.partial("breadcrumbs.html", (page.attribute("breadcrumb")||"").replace(/"/g, """), (page.attribute("breadcrumb_separator")||"").replace(/"/g, """) ) ); context.write("\r\n\t\t\t
    "); } context.write("\r\n\t\t\t\r\n\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "top" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Standard", 0, null, null, "zpgrid") ); context.write("
    \r\n\t\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "bottom" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "News", 1, "news") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\t"); context.write( system.partial('zpextramenu.html') ); context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( page.attribute("show_copyright") || project.showCreatorText ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); if ( page.attribute("show_copyright") ) { context.write("\r\n\t\t\t\t\t\t\t© 2018 Willi"); if ( project.showCreatorText ) { context.write(". "); } context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( project.showCreatorText ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write(project.creatorText); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Footer") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Footer", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t
    \r\n\t
    \t\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\t\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570375248000().executeScript(); 2020-07-14 20:57:20,135 [19] INFO - --------- 2020-07-14 20:57:20,136 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1216. 2020-07-14 20:57:20,136 [19] INFO - --------- 2020-07-14 20:57:20,138 [19] INFO - Closing the script engine. 2020-07-14 20:57:20,138 [19] INFO - --------- 2020-07-14 20:57:20,138 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1216. 2020-07-14 20:57:20,139 [19] INFO - --------- 2020-07-14 20:57:20,203 [19] INFO - Script engine constructed. 2020-07-14 20:57:20,204 [19] INFO - Script engine initialized. 2020-07-14 20:57:20,204 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,204 [19] INFO - --------- 2020-07-14 20:57:20,205 [19] INFO - /* ------------- {{OmitSourceOutput:Begin}} -------------- */ context.write("\r\n\r\n"); function isNumeric(n) { return !isNaN(parseFloat(n)) && isFinite(n); } function isNull(obj) { return obj === undefined || obj == null || !obj || 0 === obj.length; } String.prototype.format = function() { var args = arguments; return this.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; String.format = function(format) { var args = Array.prototype.slice.call(arguments, 1); return format.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; // trim() polyfill - https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/String/Trim if (!String.prototype.trim) { String.prototype.trim = function () { return this.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ''); }; } // // var vbCrLf = "\r\n"; // // function less(lessString) { // return _context.Less(lessString); // } // // function HtmlEncode(obj){ // return system.htmlEncode(obj); // } // // // helps convert some ZP string values to a bool. // function IsTrue(obj){ // return (obj == "True" || obj === true || obj == 1 ); // } // // // Prüfen, ob leer. // function IsEmpty(str) { // return (!str || 0 === str.length); // } // // // Prüfen, ob leer oder nur Whitespaces enthalten. // function IsBlank(str) { // return (!str || /^\s*$/.test(str)); // } // // // Prüfen, ob leer. // String.prototype.IsEmpty = function() { // return (this.length === 0 || !this.trim()); // }; // // // Prüfen ob NULL oder undefined. // function isNull(obj) { // return obj === undefined || obj == null || !obj // } // // // Eigene Format-Funktion. // // Beispiel: "Dies ist {0} Test.".Format("ein"); // if (!String.prototype.Format) { // String.prototype.Format = function() { // var args = arguments; // return this.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // // Alternative Schreibweise für Format-Funktion. // // Beispiel: String.Format("Dies ist {0} Test.", "ein"); // if (!String.Format) { // String.Format = function(format) { // var args = Array.prototype.slice.call(arguments, 1); // return format.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // /* // // HTML-Attribut ausgeben, nur wenn auch Inhalt hat. // function htmlAttr(attrName, attrValue) { // if ( IsBlank(attrValue) ) { // return ""; // } else { // return '{0}="{1}"'.Format( attrName, attrValue ); // } // } // // // HTML-Attribut ausgeben wenn condition == true. // function htmlAttrIf(condition, attrName, attrValue) { // if ( ! IsTrue(condition) ) { // return ""; // } else { // return htmlAttr(attrName, attrValue); // } // } // */ // // // Ersatz für die VBSkript isNumeric Funktion -> http://stackoverflow.com/questions/18082/validate-decimal-numbers-in-javascript-isnumeric // function isNumeric(n) { // return !isNaN(parseFloat(n)) && isFinite(n); // } // // // Einfacher Ersatz für VBScript Replace() - die "count" und "compare" Parameter von VBScript werden nicht unterstützt! // function Replace(searchstring, find, replace) { // return searchstring.replace(find, replace); // } // // // diverse String helper. Quelle: http://www.4guysfromrolla.com/webtech/vb2java.shtml // function Left(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // return String(str).substring(0,n); // } // } // // function Right(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // var iLen = String(str).length; // return String(str).substring(iLen, iLen - n); // } // } // // function Mid(str, start, len) { // // this is using ONE-Based strongs to mimic vbscript! // // // Make sure start and len are within proper bounds // if (start <= 0 || len < 0){ // return ""; // } // // var iEnd, iLen = String(str).length; // if (start + len > iLen){ // iEnd = iLen; // } // else { // iEnd = (start - 1) + len; // } // return String(str).substring(start-1,iEnd); // } // context.write("\r\n"); /* ------------- {{OmitSourceOutput:End}} -------------- */ context.write("\r\n"); /* Shortcuts. */ var article = null; var page = null; var projectFolder = null; var project = null; var system = null; 2020-07-14 20:57:20,205 [19] INFO - --------- 2020-07-14 20:57:20,206 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,206 [19] INFO - --------- 2020-07-14 20:57:20,206 [19] INFO - /* ------------- {{OmitSourceOutput:Begin}} -------------- */ context.write("\r\n\r\n"); function isNumeric(n) { return !isNaN(parseFloat(n)) && isFinite(n); } function isNull(obj) { return obj === undefined || obj == null || !obj || 0 === obj.length; } String.prototype.format = function() { var args = arguments; return this.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; String.format = function(format) { var args = Array.prototype.slice.call(arguments, 1); return format.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; // trim() polyfill - https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/String/Trim if (!String.prototype.trim) { String.prototype.trim = function () { return this.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ''); }; } // // var vbCrLf = "\r\n"; // // function less(lessString) { // return _context.Less(lessString); // } // // function HtmlEncode(obj){ // return system.htmlEncode(obj); // } // // // helps convert some ZP string values to a bool. // function IsTrue(obj){ // return (obj == "True" || obj === true || obj == 1 ); // } // // // Prüfen, ob leer. // function IsEmpty(str) { // return (!str || 0 === str.length); // } // // // Prüfen, ob leer oder nur Whitespaces enthalten. // function IsBlank(str) { // return (!str || /^\s*$/.test(str)); // } // // // Prüfen, ob leer. // String.prototype.IsEmpty = function() { // return (this.length === 0 || !this.trim()); // }; // // // Prüfen ob NULL oder undefined. // function isNull(obj) { // return obj === undefined || obj == null || !obj // } // // // Eigene Format-Funktion. // // Beispiel: "Dies ist {0} Test.".Format("ein"); // if (!String.prototype.Format) { // String.prototype.Format = function() { // var args = arguments; // return this.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // // Alternative Schreibweise für Format-Funktion. // // Beispiel: String.Format("Dies ist {0} Test.", "ein"); // if (!String.Format) { // String.Format = function(format) { // var args = Array.prototype.slice.call(arguments, 1); // return format.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // /* // // HTML-Attribut ausgeben, nur wenn auch Inhalt hat. // function htmlAttr(attrName, attrValue) { // if ( IsBlank(attrValue) ) { // return ""; // } else { // return '{0}="{1}"'.Format( attrName, attrValue ); // } // } // // // HTML-Attribut ausgeben wenn condition == true. // function htmlAttrIf(condition, attrName, attrValue) { // if ( ! IsTrue(condition) ) { // return ""; // } else { // return htmlAttr(attrName, attrValue); // } // } // */ // // // Ersatz für die VBSkript isNumeric Funktion -> http://stackoverflow.com/questions/18082/validate-decimal-numbers-in-javascript-isnumeric // function isNumeric(n) { // return !isNaN(parseFloat(n)) && isFinite(n); // } // // // Einfacher Ersatz für VBScript Replace() - die "count" und "compare" Parameter von VBScript werden nicht unterstützt! // function Replace(searchstring, find, replace) { // return searchstring.replace(find, replace); // } // // // diverse String helper. Quelle: http://www.4guysfromrolla.com/webtech/vb2java.shtml // function Left(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // return String(str).substring(0,n); // } // } // // function Right(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // var iLen = String(str).length; // return String(str).substring(iLen, iLen - n); // } // } // // function Mid(str, start, len) { // // this is using ONE-Based strongs to mimic vbscript! // // // Make sure start and len are within proper bounds // if (start <= 0 || len < 0){ // return ""; // } // // var iEnd, iLen = String(str).length; // if (start + len > iLen){ // iEnd = iLen; // } // else { // iEnd = (start - 1) + len; // } // return String(str).substring(start-1,iEnd); // } // context.write("\r\n"); /* ------------- {{OmitSourceOutput:End}} -------------- */ context.write("\r\n"); /* Shortcuts. */ var article = null; var page = null; var projectFolder = null; var project = null; var system = null; 2020-07-14 20:57:20,207 [19] INFO - --------- 2020-07-14 20:57:20,207 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1217. 2020-07-14 20:57:20,208 [19] INFO - --------- 2020-07-14 20:57:20,208 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,208 [19] INFO - --------- 2020-07-14 20:57:20,209 [19] INFO - function SE637303570402039532() {} SE637303570402039532.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. if (shop.active) { var basketPageUrl = null; var currentProjectFolderId = page.projectFolder.id; var projectFolderBasketArticle; var foundItems = project.getArticlesWithStyle("basket"); for ( var g=0; g < foundItems.count; ++g ) { var foundItem = foundItems.item(g); if ( foundItem.active ) { if ( isNull(firstBasketArticle) ){ var firstBasketArticle = foundItem.page.url; } if ( project.getPage(foundItem.page.id).projectFolder.id == currentProjectFolderId ){ projectFolderBasketArticle = foundItem.page.url; } } } var basketPageUrl = projectFolderBasketArticle || firstBasketArticle; context.write("\n\t"); if ( basketPageUrl && page.url !== basketPageUrl ){ context.write("\n\t\n\t\n\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402039532().executeScript(); 2020-07-14 20:57:20,209 [19] INFO - --------- 2020-07-14 20:57:20,211 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,211 [19] INFO - --------- 2020-07-14 20:57:20,211 [19] INFO - function SE637303570402039532() {} SE637303570402039532.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. if (shop.active) { var basketPageUrl = null; var currentProjectFolderId = page.projectFolder.id; var projectFolderBasketArticle; var foundItems = project.getArticlesWithStyle("basket"); for ( var g=0; g < foundItems.count; ++g ) { var foundItem = foundItems.item(g); if ( foundItem.active ) { if ( isNull(firstBasketArticle) ){ var firstBasketArticle = foundItem.page.url; } if ( project.getPage(foundItem.page.id).projectFolder.id == currentProjectFolderId ){ projectFolderBasketArticle = foundItem.page.url; } } } var basketPageUrl = projectFolderBasketArticle || firstBasketArticle; context.write("\n\t"); if ( basketPageUrl && page.url !== basketPageUrl ){ context.write("\n\t\n\t\n\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402039532().executeScript(); 2020-07-14 20:57:20,212 [19] INFO - --------- 2020-07-14 20:57:20,212 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1218. 2020-07-14 20:57:20,212 [19] INFO - --------- 2020-07-14 20:57:20,213 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,215 [19] INFO - --------- 2020-07-14 20:57:20,215 [19] INFO - function SE637303570402139538() {} SE637303570402139538.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. context.write("\r\n\r\n\r\n\t"); context.write( page.title ); context.write("\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); if ( "../assets/favicon.ico" !== "" ) { context.write(""); } context.write("\r\n\t\r\n\t"); if ( parseInt(page.attribute("webfonts-deactivate", 0)) !== 1 ){context.write(project.webFonts())} context.write("\r\n\r\n\t"); context.write( project.bundleCss() ); context.write("\r\n\r\n\t\r\n\r\n\t"); var additionalCss = page.attribute("additional_css"); if ( additionalCss ) { context.write("\r\n\t\t"); context.write( additionalCss ); context.write("\r\n\t"); } context.write(" \r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( project.bundleJs() ); context.write("\r\n\t\r\n\t\r\n\t"); if ( page.attribute("search_field_visible") ) { context.write("\r\n\t\t\r\n\t"); } context.write("\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( system.partial("rss.html") ); context.write("\r\n\t\r\n\t"); var header = page.anyAreaArticles("Header") || (system.preview && system.showEmptyPreviewAreas) var news = page.anyAreaArticles("News") || (system.preview && system.showEmptyPreviewAreas) function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } var sidebar = hasVisibleChildPages(page.id) || page.level >= 2 || news; context.write("\r\n\r\n\t\r\n\t\r\n\r\n\r\n\t\r\n\t\r\n\t
    \r\n\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Banner") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Banner", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t\t
    \r\n\t\t\t\t"); if ( page.attribute("search_field_visible") ) { context.write("
    \" method=\"get\">
    "); } context.write("\r\n\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\"");\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t"); if ( page.attribute("web_name_slogan") ) { context.write("\r\n\t\t\t\t\t\t\t\t\t
    Vom Gerätewagen der Schweizer Feuerwehr zum Expeditionsmobil \"Willi\"
    \r\n\t\t\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( header ) { context.write("\r\n\t\t\t\t"); context.write( system.partial("header.html") ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\t\r\n\t\t\t"); context.write( system.partial("hauptmenu.html") ); context.write("\t\t\t\t\t\r\n\t\t\t\r\n\t\t\t"); if ( page.attribute("show_breadcrumb") ) { context.write("
    \r\n\t\t\t\t"); context.write( system.partial("breadcrumbs.html", (page.attribute("breadcrumb")||"").replace(/"/g, """), (page.attribute("breadcrumb_separator")||"").replace(/"/g, """) ) ); context.write("\r\n\t\t\t
    "); } context.write("\r\n\t\t\t\r\n\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "top" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Standard", 0, null, null, "zpgrid") ); context.write("
    \r\n\t\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "bottom" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "News", 1, "news") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\t"); context.write( system.partial('zpextramenu.html') ); context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( page.attribute("show_copyright") || project.showCreatorText ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); if ( page.attribute("show_copyright") ) { context.write("\r\n\t\t\t\t\t\t\t© 2018 Willi"); if ( project.showCreatorText ) { context.write(". "); } context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( project.showCreatorText ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write(project.creatorText); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Footer") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Footer", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t
    \r\n\t
    \t\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\t\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402139538().executeScript(); 2020-07-14 20:57:20,216 [19] INFO - --------- 2020-07-14 20:57:20,233 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,233 [19] INFO - --------- 2020-07-14 20:57:20,234 [19] INFO - function SE637303570402339549() {} SE637303570402339549.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. if ( project.rss ) { var feeds = projectFolder.rssFeeds; for ( var i=0; i\r\n\t\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402339549().executeScript(); 2020-07-14 20:57:20,234 [19] INFO - --------- 2020-07-14 20:57:20,235 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,236 [19] INFO - --------- 2020-07-14 20:57:20,236 [19] INFO - function SE637303570402339549() {} SE637303570402339549.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. if ( project.rss ) { var feeds = projectFolder.rssFeeds; for ( var i=0; i\r\n\t\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402339549().executeScript(); 2020-07-14 20:57:20,236 [19] INFO - --------- 2020-07-14 20:57:20,237 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1219. 2020-07-14 20:57:20,237 [19] INFO - --------- 2020-07-14 20:57:20,244 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,245 [19] INFO - --------- 2020-07-14 20:57:20,245 [19] INFO - function SE637303570402449556() {} SE637303570402449556.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402449556().executeScript(); 2020-07-14 20:57:20,245 [19] INFO - --------- 2020-07-14 20:57:20,247 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,247 [19] INFO - --------- 2020-07-14 20:57:20,247 [19] INFO - function SE637303570402449556() {} SE637303570402449556.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402449556().executeScript(); 2020-07-14 20:57:20,248 [19] INFO - --------- 2020-07-14 20:57:20,248 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1220. 2020-07-14 20:57:20,248 [19] INFO - --------- 2020-07-14 20:57:20,249 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,250 [19] INFO - --------- 2020-07-14 20:57:20,250 [19] INFO - function SE637303570402499558() {} SE637303570402499558.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402499558().executeScript(); 2020-07-14 20:57:20,250 [19] INFO - --------- 2020-07-14 20:57:20,251 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,252 [19] INFO - --------- 2020-07-14 20:57:20,252 [19] INFO - function SE637303570402499558() {} SE637303570402499558.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402499558().executeScript(); 2020-07-14 20:57:20,252 [19] INFO - --------- 2020-07-14 20:57:20,253 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1221. 2020-07-14 20:57:20,253 [19] INFO - --------- 2020-07-14 20:57:20,255 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,256 [19] INFO - --------- 2020-07-14 20:57:20,256 [19] INFO - function SE637303570402559562() {} SE637303570402559562.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402559562().executeScript(); 2020-07-14 20:57:20,257 [19] INFO - --------- 2020-07-14 20:57:20,258 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,258 [19] INFO - --------- 2020-07-14 20:57:20,258 [19] INFO - function SE637303570402559562() {} SE637303570402559562.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402559562().executeScript(); 2020-07-14 20:57:20,259 [19] INFO - --------- 2020-07-14 20:57:20,259 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1222. 2020-07-14 20:57:20,259 [19] INFO - --------- 2020-07-14 20:57:20,261 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,261 [19] INFO - --------- 2020-07-14 20:57:20,262 [19] INFO - function SE637303570402619565() {} SE637303570402619565.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\header.html'. var areaName = "Header"; var headers = page.articlesInArea(areaName); var headerShown = false; for ( var ihead = 0; ihead < headers.count; ++ihead ){ // in a header-area, we only render the first active container/row/article if ( headerShown && ihead > 0 ){ break; } context.write(headers.item(ihead).render()); headerShown = true; } context.write("\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402619565().executeScript(); 2020-07-14 20:57:20,262 [19] INFO - --------- 2020-07-14 20:57:20,265 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,268 [19] INFO - --------- 2020-07-14 20:57:20,268 [19] INFO - function SE637303570402659568() {} SE637303570402659568.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. var cssClass = article.cssClass || ""; if ( cssClass ){ cssClass = " " + cssClass; } var inlineCss = article.inlineCss || ""; if ( inlineCss ){ inlineCss = ' style="' + inlineCss + '"'; } if ( "950" !== "" && "250" !== "" ){ var ratio = (parseInt("250") / parseInt("950")) * 100; } else{ var ratio = 30; } var wrapperStyles = ' style="height: 0; padding-bottom: ' + ratio + '%;"'; context.write("\r\n\r\n
    \r\n\t
    \r\n\t\t
      \r\n\t\t"); var numHeaders = article.value("header-count"); for ( var i = 1; i <= numHeaders; ++i ) { var headerTitle = article.valueExpanded("header-title-" + i, ""); var headerDescription = article.valueExpanded("header-description-" + i, ""); var headerImage = article.value("header-image-" + i); var image = project.getImage(headerImage); if ( image ){ image.skipContentCopy(); } var clickHref = ""; if ( article.value("header-image-clickurl-" + i, "") ) { clickHref = system.partial("zplink-expanded.html", "header-image-clickurl-" + i); } var linkDataAttributes = ""; var clickUrl = article.value("header-image-clickurl-" + i, ""); var clickTarget = article.value("header-image-clickurl-" + i + "_target", ""); if ( clickUrl !== "" ){ linkDataAttributes += ' data-clickurl="' + clickUrl + '"'; } if ( clickTarget !== "" ){ linkDataAttributes += ' data-clicktarget="' + clickTarget + '"'; } context.write("\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t"); if ( image ) { context.write("\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\"");\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( headerTitle || headerDescription ) { context.write("\r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t\t"); if ( headerTitle ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write( system.partial("header-headline.html", i) ); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); context.write( headerDescription ); context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\r\n\r\n\t\t"); } context.write("\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n"); var nextText = system.htmlEncode(page.attribute("header_next_text")) || "weiter"; var prevText = system.htmlEncode(page.attribute("header_prev_text")) || "zurück"; var inlineEditingInitDelay = 50; var useSmoothHeight = "true" === "false" ? "false" : "true"; if ( useSmoothHeight === "true" ){ inlineEditingInitDelay = 1000; } context.write("\r\n\r\n"); if ( numHeaders > 0 ) { context.write("\r\n\t\r\n"); } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402659568().executeScript(); 2020-07-14 20:57:20,269 [19] INFO - --------- 2020-07-14 20:57:20,271 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,271 [19] INFO - --------- 2020-07-14 20:57:20,272 [19] INFO - function SE637303570402719571() {} SE637303570402719571.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. context.write(" \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402719571().executeScript(); 2020-07-14 20:57:20,272 [19] INFO - --------- 2020-07-14 20:57:20,275 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,276 [19] INFO - --------- 2020-07-14 20:57:20,276 [19] INFO - function SE637303570402719571() {} SE637303570402719571.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. context.write(" \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402719571().executeScript(); 2020-07-14 20:57:20,276 [19] INFO - --------- 2020-07-14 20:57:20,277 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1223. 2020-07-14 20:57:20,277 [19] INFO - --------- 2020-07-14 20:57:20,292 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,293 [19] INFO - --------- 2020-07-14 20:57:20,293 [19] INFO - function SE637303570402659568() {} SE637303570402659568.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. var cssClass = article.cssClass || ""; if ( cssClass ){ cssClass = " " + cssClass; } var inlineCss = article.inlineCss || ""; if ( inlineCss ){ inlineCss = ' style="' + inlineCss + '"'; } if ( "950" !== "" && "250" !== "" ){ var ratio = (parseInt("250") / parseInt("950")) * 100; } else{ var ratio = 30; } var wrapperStyles = ' style="height: 0; padding-bottom: ' + ratio + '%;"'; context.write("\r\n\r\n
    \r\n\t
    \r\n\t\t
      \r\n\t\t"); var numHeaders = article.value("header-count"); for ( var i = 1; i <= numHeaders; ++i ) { var headerTitle = article.valueExpanded("header-title-" + i, ""); var headerDescription = article.valueExpanded("header-description-" + i, ""); var headerImage = article.value("header-image-" + i); var image = project.getImage(headerImage); if ( image ){ image.skipContentCopy(); } var clickHref = ""; if ( article.value("header-image-clickurl-" + i, "") ) { clickHref = system.partial("zplink-expanded.html", "header-image-clickurl-" + i); } var linkDataAttributes = ""; var clickUrl = article.value("header-image-clickurl-" + i, ""); var clickTarget = article.value("header-image-clickurl-" + i + "_target", ""); if ( clickUrl !== "" ){ linkDataAttributes += ' data-clickurl="' + clickUrl + '"'; } if ( clickTarget !== "" ){ linkDataAttributes += ' data-clicktarget="' + clickTarget + '"'; } context.write("\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t"); if ( image ) { context.write("\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\"");\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( headerTitle || headerDescription ) { context.write("\r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t\t"); if ( headerTitle ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write( system.partial("header-headline.html", i) ); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); context.write( headerDescription ); context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\r\n\r\n\t\t"); } context.write("\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n"); var nextText = system.htmlEncode(page.attribute("header_next_text")) || "weiter"; var prevText = system.htmlEncode(page.attribute("header_prev_text")) || "zurück"; var inlineEditingInitDelay = 50; var useSmoothHeight = "true" === "false" ? "false" : "true"; if ( useSmoothHeight === "true" ){ inlineEditingInitDelay = 1000; } context.write("\r\n\r\n"); if ( numHeaders > 0 ) { context.write("\r\n\t\r\n"); } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402659568().executeScript(); 2020-07-14 20:57:20,294 [19] INFO - --------- 2020-07-14 20:57:20,295 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1224. 2020-07-14 20:57:20,295 [19] INFO - --------- 2020-07-14 20:57:20,297 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,297 [19] INFO - --------- 2020-07-14 20:57:20,297 [19] INFO - function SE637303570402619565() {} SE637303570402619565.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\header.html'. var areaName = "Header"; var headers = page.articlesInArea(areaName); var headerShown = false; for ( var ihead = 0; ihead < headers.count; ++ihead ){ // in a header-area, we only render the first active container/row/article if ( headerShown && ihead > 0 ){ break; } context.write(headers.item(ihead).render()); headerShown = true; } context.write("\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402619565().executeScript(); 2020-07-14 20:57:20,298 [19] INFO - --------- 2020-07-14 20:57:20,298 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1225. 2020-07-14 20:57:20,298 [19] INFO - --------- 2020-07-14 20:57:20,299 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,300 [19] INFO - --------- 2020-07-14 20:57:20,300 [19] INFO - function SE637303570402999587() {} SE637303570402999587.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\hauptmenu.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=1 ) { return; } context.write("\r\n
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-hauptmenu-aktiv.html", p.id, 1) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-hauptmenu.html", p.id, 1) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402999587().executeScript(); 2020-07-14 20:57:20,301 [19] INFO - --------- 2020-07-14 20:57:20,307 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,307 [19] INFO - --------- 2020-07-14 20:57:20,307 [19] INFO - function SE637303570403079592() {} SE637303570403079592.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403079592().executeScript(); 2020-07-14 20:57:20,308 [19] INFO - --------- 2020-07-14 20:57:20,309 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,310 [19] INFO - --------- 2020-07-14 20:57:20,310 [19] INFO - function SE637303570403079592() {} SE637303570403079592.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403079592().executeScript(); 2020-07-14 20:57:20,310 [19] INFO - --------- 2020-07-14 20:57:20,311 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1226. 2020-07-14 20:57:20,311 [19] INFO - --------- 2020-07-14 20:57:20,314 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,315 [19] INFO - --------- 2020-07-14 20:57:20,315 [19] INFO - function SE637303570403149596() {} SE637303570403149596.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu-aktiv.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403149596().executeScript(); 2020-07-14 20:57:20,316 [19] INFO - --------- 2020-07-14 20:57:20,317 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,318 [19] INFO - --------- 2020-07-14 20:57:20,318 [19] INFO - function SE637303570403149596() {} SE637303570403149596.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu-aktiv.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403149596().executeScript(); 2020-07-14 20:57:20,318 [19] INFO - --------- 2020-07-14 20:57:20,319 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1227. 2020-07-14 20:57:20,319 [19] INFO - --------- 2020-07-14 20:57:20,327 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,327 [19] INFO - --------- 2020-07-14 20:57:20,328 [19] INFO - function SE637303570403279603() {} SE637303570403279603.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403279603().executeScript(); 2020-07-14 20:57:20,328 [19] INFO - --------- 2020-07-14 20:57:20,330 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,330 [19] INFO - --------- 2020-07-14 20:57:20,331 [19] INFO - function SE637303570403279603() {} SE637303570403279603.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403279603().executeScript(); 2020-07-14 20:57:20,331 [19] INFO - --------- 2020-07-14 20:57:20,331 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1228. 2020-07-14 20:57:20,332 [19] INFO - --------- 2020-07-14 20:57:20,333 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,334 [19] INFO - --------- 2020-07-14 20:57:20,335 [19] INFO - function SE637303570403339606() {} SE637303570403339606.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403339606().executeScript(); 2020-07-14 20:57:20,335 [19] INFO - --------- 2020-07-14 20:57:20,338 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,338 [19] INFO - --------- 2020-07-14 20:57:20,338 [19] INFO - function SE637303570403339606() {} SE637303570403339606.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403339606().executeScript(); 2020-07-14 20:57:20,339 [19] INFO - --------- 2020-07-14 20:57:20,340 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1229. 2020-07-14 20:57:20,340 [19] INFO - --------- 2020-07-14 20:57:20,343 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,343 [19] INFO - --------- 2020-07-14 20:57:20,344 [19] INFO - function SE637303570403439612() {} SE637303570403439612.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403439612().executeScript(); 2020-07-14 20:57:20,344 [19] INFO - --------- 2020-07-14 20:57:20,346 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,346 [19] INFO - --------- 2020-07-14 20:57:20,347 [19] INFO - function SE637303570403439612() {} SE637303570403439612.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403439612().executeScript(); 2020-07-14 20:57:20,347 [19] INFO - --------- 2020-07-14 20:57:20,347 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1230. 2020-07-14 20:57:20,348 [19] INFO - --------- 2020-07-14 20:57:20,349 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,350 [19] INFO - --------- 2020-07-14 20:57:20,350 [19] INFO - function SE637303570403499616() {} SE637303570403499616.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403499616().executeScript(); 2020-07-14 20:57:20,351 [19] INFO - --------- 2020-07-14 20:57:20,352 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,353 [19] INFO - --------- 2020-07-14 20:57:20,354 [19] INFO - function SE637303570403499616() {} SE637303570403499616.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403499616().executeScript(); 2020-07-14 20:57:20,355 [19] INFO - --------- 2020-07-14 20:57:20,355 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1231. 2020-07-14 20:57:20,355 [19] INFO - --------- 2020-07-14 20:57:20,357 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,358 [19] INFO - --------- 2020-07-14 20:57:20,358 [19] INFO - function SE637303570403579620() {} SE637303570403579620.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403579620().executeScript(); 2020-07-14 20:57:20,358 [19] INFO - --------- 2020-07-14 20:57:20,360 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,360 [19] INFO - --------- 2020-07-14 20:57:20,361 [19] INFO - function SE637303570403579620() {} SE637303570403579620.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403579620().executeScript(); 2020-07-14 20:57:20,361 [19] INFO - --------- 2020-07-14 20:57:20,361 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1232. 2020-07-14 20:57:20,362 [19] INFO - --------- 2020-07-14 20:57:20,362 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,363 [19] INFO - --------- 2020-07-14 20:57:20,363 [19] INFO - function SE637303570402999587() {} SE637303570402999587.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\hauptmenu.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=1 ) { return; } context.write("\r\n
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-hauptmenu-aktiv.html", p.id, 1) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-hauptmenu.html", p.id, 1) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402999587().executeScript(); 2020-07-14 20:57:20,364 [19] INFO - --------- 2020-07-14 20:57:20,364 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1233. 2020-07-14 20:57:20,365 [19] INFO - --------- 2020-07-14 20:57:20,366 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,366 [19] INFO - --------- 2020-07-14 20:57:20,366 [19] INFO - function SE637303570403669625() {} SE637303570403669625.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-breadcrumb.html'. context.write(" \r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-breadcrumb.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403669625().executeScript(); 2020-07-14 20:57:20,372 [19] INFO - --------- 2020-07-14 20:57:20,373 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,374 [19] INFO - --------- 2020-07-14 20:57:20,374 [19] INFO - function SE637303570403669625() {} SE637303570403669625.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-breadcrumb.html'. context.write(" \r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-breadcrumb.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403669625().executeScript(); 2020-07-14 20:57:20,374 [19] INFO - --------- 2020-07-14 20:57:20,375 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1234. 2020-07-14 20:57:20,375 [19] INFO - --------- 2020-07-14 20:57:20,376 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,376 [19] INFO - --------- 2020-07-14 20:57:20,377 [19] INFO - function SE637303570403769631() {} SE637303570403769631.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\breadcrumbs.html'. var breadcrumb = context.param(0, ""); var breadcrumb_separator = context.param(1, ""); var pageId = page.id; var parentPage = page; var pagesArray = []; var startpage = projectFolder.startPage; // walk the page-tree upwards and store ids of pages which are visible in navigation while ( pageId !== 0 ){ if ( parentPage.type=="projectFolder" ){ break; // A project folder is currently always the top element in the page hierarchy chain, so it is safe to break here since no further pages can exist } else if ( parentPage.visible || parentPage.id == page.id ){ // add the current page (ignoring visibility) and all visible paren pages to the pagesArray pagesArray.unshift(parentPage.id); } var p = project.getPage(pageId); pageId = p.parentPageId; parentPage = project.getPage(pageId); } if ( pagesArray.length > 0 ){ context.write("\r\n\t"); context.write( breadcrumb ); context.write("\r\n\t
      \r\n\t"); } // if startPage isn't the displayed page already and is visible, // prefix the breadcrumbs with a link to it if ( startpage && startpage.visible && page.id !== startpage.id ){ context.write("\r\n\t
    1. \r\n\t\t"); context.write( startpage.name ); context.write("\r\n\t\t"); context.write( breadcrumb_separator ); context.write("\r\n\t
    2. \r\n\t"); } for ( var i = 0; i < pagesArray.length; ++i){ parentPage = project.getPage(pagesArray[i]); if ( i < pagesArray.length - 1 || (i == pagesArray.length-1 && page.id !== pagesArray[i]) ){ if ( parentPage.visible && !(startpage && parentPage.id == startpage.id) ){ context.write("\r\n\t\t
    3. \r\n\t\t\t"); context.write( parentPage.name ); context.write("\r\n\t\t\t"); if ( i < pagesArray.length - 1 ){ context.write("\r\n\t\t\t\t"); context.write( breadcrumb_separator ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t
    4. \r\n\t\t"); } } else{ context.write("\r\n\t\t
    5. \r\n\t\t\t"); context.write( parentPage.name ); context.write("\r\n\t\t
    6. \r\n\t\t"); } } if ( pagesArray.length > 0 ){ context.write("
    "); } context.write("\r\n\t\t\t\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\breadcrumbs.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403769631().executeScript(); 2020-07-14 20:57:20,377 [19] INFO - --------- 2020-07-14 20:57:20,382 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,383 [19] INFO - --------- 2020-07-14 20:57:20,383 [19] INFO - function SE637303570403769631() {} SE637303570403769631.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\breadcrumbs.html'. var breadcrumb = context.param(0, ""); var breadcrumb_separator = context.param(1, ""); var pageId = page.id; var parentPage = page; var pagesArray = []; var startpage = projectFolder.startPage; // walk the page-tree upwards and store ids of pages which are visible in navigation while ( pageId !== 0 ){ if ( parentPage.type=="projectFolder" ){ break; // A project folder is currently always the top element in the page hierarchy chain, so it is safe to break here since no further pages can exist } else if ( parentPage.visible || parentPage.id == page.id ){ // add the current page (ignoring visibility) and all visible paren pages to the pagesArray pagesArray.unshift(parentPage.id); } var p = project.getPage(pageId); pageId = p.parentPageId; parentPage = project.getPage(pageId); } if ( pagesArray.length > 0 ){ context.write("\r\n\t"); context.write( breadcrumb ); context.write("\r\n\t
      \r\n\t"); } // if startPage isn't the displayed page already and is visible, // prefix the breadcrumbs with a link to it if ( startpage && startpage.visible && page.id !== startpage.id ){ context.write("\r\n\t
    1. \r\n\t\t"); context.write( startpage.name ); context.write("\r\n\t\t"); context.write( breadcrumb_separator ); context.write("\r\n\t
    2. \r\n\t"); } for ( var i = 0; i < pagesArray.length; ++i){ parentPage = project.getPage(pagesArray[i]); if ( i < pagesArray.length - 1 || (i == pagesArray.length-1 && page.id !== pagesArray[i]) ){ if ( parentPage.visible && !(startpage && parentPage.id == startpage.id) ){ context.write("\r\n\t\t
    3. \r\n\t\t\t"); context.write( parentPage.name ); context.write("\r\n\t\t\t"); if ( i < pagesArray.length - 1 ){ context.write("\r\n\t\t\t\t"); context.write( breadcrumb_separator ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t
    4. \r\n\t\t"); } } else{ context.write("\r\n\t\t
    5. \r\n\t\t\t"); context.write( parentPage.name ); context.write("\r\n\t\t
    6. \r\n\t\t"); } } if ( pagesArray.length > 0 ){ context.write("
    "); } context.write("\r\n\t\t\t\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\breadcrumbs.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403769631().executeScript(); 2020-07-14 20:57:20,384 [19] INFO - --------- 2020-07-14 20:57:20,384 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1235. 2020-07-14 20:57:20,384 [19] INFO - --------- 2020-07-14 20:57:20,386 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,386 [19] INFO - --------- 2020-07-14 20:57:20,387 [19] INFO - function SE637303570403869637() {} SE637303570403869637.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
    \n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
    \n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
    \n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
    \n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
    \n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403869637().executeScript(); 2020-07-14 20:57:20,392 [19] INFO - --------- 2020-07-14 20:57:20,408 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,409 [19] INFO - --------- 2020-07-14 20:57:20,409 [19] INFO - function SE637303570404089649() {} SE637303570404089649.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 SE637303570404089649().executeScript(); 2020-07-14 20:57:20,409 [19] INFO - --------- 2020-07-14 20:57:20,411 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,411 [19] INFO - --------- 2020-07-14 20:57:20,411 [19] INFO - function SE637303570404119651() {} SE637303570404119651.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 SE637303570404119651().executeScript(); 2020-07-14 20:57:20,412 [19] INFO - --------- 2020-07-14 20:57:20,417 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,418 [19] INFO - --------- 2020-07-14 20:57:20,418 [19] INFO - function SE637303570404119651() {} SE637303570404119651.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 SE637303570404119651().executeScript(); 2020-07-14 20:57:20,419 [19] INFO - --------- 2020-07-14 20:57:20,419 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1236. 2020-07-14 20:57:20,419 [19] INFO - --------- 2020-07-14 20:57:20,420 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,420 [19] INFO - --------- 2020-07-14 20:57:20,421 [19] INFO - function SE637303570404209656() {} SE637303570404209656.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 SE637303570404209656().executeScript(); 2020-07-14 20:57:20,421 [19] INFO - --------- 2020-07-14 20:57:20,424 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,425 [19] INFO - --------- 2020-07-14 20:57:20,425 [19] INFO - function SE637303570404209656() {} SE637303570404209656.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 SE637303570404209656().executeScript(); 2020-07-14 20:57:20,425 [19] INFO - --------- 2020-07-14 20:57:20,426 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1237. 2020-07-14 20:57:20,426 [19] INFO - --------- 2020-07-14 20:57:20,427 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,427 [19] INFO - --------- 2020-07-14 20:57:20,427 [19] INFO - function SE637303570404279660() {} SE637303570404279660.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 SE637303570404279660().executeScript(); 2020-07-14 20:57:20,428 [19] INFO - --------- 2020-07-14 20:57:20,430 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,430 [19] INFO - --------- 2020-07-14 20:57:20,431 [19] INFO - function SE637303570404279660() {} SE637303570404279660.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 SE637303570404279660().executeScript(); 2020-07-14 20:57:20,431 [19] INFO - --------- 2020-07-14 20:57:20,431 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1238. 2020-07-14 20:57:20,432 [19] INFO - --------- 2020-07-14 20:57:20,432 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,433 [19] INFO - --------- 2020-07-14 20:57:20,433 [19] INFO - function SE637303570404329663() {} SE637303570404329663.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 SE637303570404329663().executeScript(); 2020-07-14 20:57:20,433 [19] INFO - --------- 2020-07-14 20:57:20,434 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,435 [19] INFO - --------- 2020-07-14 20:57:20,435 [19] INFO - function SE637303570404329663() {} SE637303570404329663.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 SE637303570404329663().executeScript(); 2020-07-14 20:57:20,436 [19] INFO - --------- 2020-07-14 20:57:20,437 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1239. 2020-07-14 20:57:20,437 [19] INFO - --------- 2020-07-14 20:57:20,438 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,438 [19] INFO - --------- 2020-07-14 20:57:20,439 [19] INFO - function SE637303570404089649() {} SE637303570404089649.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 SE637303570404089649().executeScript(); 2020-07-14 20:57:20,440 [19] INFO - --------- 2020-07-14 20:57:20,440 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1240. 2020-07-14 20:57:20,440 [19] INFO - --------- 2020-07-14 20:57:20,448 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,448 [19] INFO - --------- 2020-07-14 20:57:20,448 [19] INFO - function SE637303570404489672() {} SE637303570404489672.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 SE637303570404489672().executeScript(); 2020-07-14 20:57:20,449 [19] INFO - --------- 2020-07-14 20:57:20,450 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,451 [19] INFO - --------- 2020-07-14 20:57:20,451 [19] INFO - function SE637303570404509673() {} SE637303570404509673.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 SE637303570404509673().executeScript(); 2020-07-14 20:57:20,451 [19] INFO - --------- 2020-07-14 20:57:20,457 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,457 [19] INFO - --------- 2020-07-14 20:57:20,457 [19] INFO - function SE637303570404509673() {} SE637303570404509673.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 SE637303570404509673().executeScript(); 2020-07-14 20:57:20,458 [19] INFO - --------- 2020-07-14 20:57:20,458 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1241. 2020-07-14 20:57:20,459 [19] INFO - --------- 2020-07-14 20:57:20,460 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,460 [19] INFO - --------- 2020-07-14 20:57:20,460 [19] INFO - function SE637303570404609679() {} SE637303570404609679.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 SE637303570404609679().executeScript(); 2020-07-14 20:57:20,461 [19] INFO - --------- 2020-07-14 20:57:20,464 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,465 [19] INFO - --------- 2020-07-14 20:57:20,465 [19] INFO - function SE637303570404609679() {} SE637303570404609679.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 SE637303570404609679().executeScript(); 2020-07-14 20:57:20,466 [19] INFO - --------- 2020-07-14 20:57:20,467 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1242. 2020-07-14 20:57:20,467 [19] INFO - --------- 2020-07-14 20:57:20,468 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,469 [19] INFO - --------- 2020-07-14 20:57:20,469 [19] INFO - function SE637303570404689684() {} SE637303570404689684.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 SE637303570404689684().executeScript(); 2020-07-14 20:57:20,470 [19] INFO - --------- 2020-07-14 20:57:20,473 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,473 [19] INFO - --------- 2020-07-14 20:57:20,474 [19] INFO - function SE637303570404689684() {} SE637303570404689684.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 SE637303570404689684().executeScript(); 2020-07-14 20:57:20,474 [19] INFO - --------- 2020-07-14 20:57:20,474 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1243. 2020-07-14 20:57:20,475 [19] INFO - --------- 2020-07-14 20:57:20,476 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,476 [19] INFO - --------- 2020-07-14 20:57:20,477 [19] INFO - function SE637303570404769688() {} SE637303570404769688.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 SE637303570404769688().executeScript(); 2020-07-14 20:57:20,477 [19] INFO - --------- 2020-07-14 20:57:20,478 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,479 [19] INFO - --------- 2020-07-14 20:57:20,479 [19] INFO - function SE637303570404769688() {} SE637303570404769688.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 SE637303570404769688().executeScript(); 2020-07-14 20:57:20,480 [19] INFO - --------- 2020-07-14 20:57:20,480 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1244. 2020-07-14 20:57:20,480 [19] INFO - --------- 2020-07-14 20:57:20,481 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,482 [19] INFO - --------- 2020-07-14 20:57:20,482 [19] INFO - function SE637303570404489672() {} SE637303570404489672.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 SE637303570404489672().executeScript(); 2020-07-14 20:57:20,482 [19] INFO - --------- 2020-07-14 20:57:20,483 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1245. 2020-07-14 20:57:20,484 [19] INFO - --------- 2020-07-14 20:57:20,493 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,493 [19] INFO - --------- 2020-07-14 20:57:20,493 [19] INFO - function SE637303570404929697() {} SE637303570404929697.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 SE637303570404929697().executeScript(); 2020-07-14 20:57:20,494 [19] INFO - --------- 2020-07-14 20:57:20,495 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,495 [19] INFO - --------- 2020-07-14 20:57:20,496 [19] INFO - function SE637303570404959699() {} SE637303570404959699.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 SE637303570404959699().executeScript(); 2020-07-14 20:57:20,496 [19] INFO - --------- 2020-07-14 20:57:20,501 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,502 [19] INFO - --------- 2020-07-14 20:57:20,502 [19] INFO - function SE637303570404959699() {} SE637303570404959699.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 SE637303570404959699().executeScript(); 2020-07-14 20:57:20,503 [19] INFO - --------- 2020-07-14 20:57:20,503 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1246. 2020-07-14 20:57:20,504 [19] INFO - --------- 2020-07-14 20:57:20,505 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,505 [19] INFO - --------- 2020-07-14 20:57:20,505 [19] INFO - function SE637303570405049704() {} SE637303570405049704.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 SE637303570405049704().executeScript(); 2020-07-14 20:57:20,506 [19] INFO - --------- 2020-07-14 20:57:20,509 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,509 [19] INFO - --------- 2020-07-14 20:57:20,510 [19] INFO - function SE637303570405049704() {} SE637303570405049704.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 SE637303570405049704().executeScript(); 2020-07-14 20:57:20,510 [19] INFO - --------- 2020-07-14 20:57:20,511 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1247. 2020-07-14 20:57:20,511 [19] INFO - --------- 2020-07-14 20:57:20,512 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,512 [19] INFO - --------- 2020-07-14 20:57:20,512 [19] INFO - function SE637303570405129709() {} SE637303570405129709.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 SE637303570405129709().executeScript(); 2020-07-14 20:57:20,513 [19] INFO - --------- 2020-07-14 20:57:20,516 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,516 [19] INFO - --------- 2020-07-14 20:57:20,516 [19] INFO - function SE637303570405129709() {} SE637303570405129709.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 SE637303570405129709().executeScript(); 2020-07-14 20:57:20,517 [19] INFO - --------- 2020-07-14 20:57:20,517 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1248. 2020-07-14 20:57:20,517 [19] INFO - --------- 2020-07-14 20:57:20,518 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,519 [19] INFO - --------- 2020-07-14 20:57:20,519 [19] INFO - function SE637303570405189712() {} SE637303570405189712.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 SE637303570405189712().executeScript(); 2020-07-14 20:57:20,519 [19] INFO - --------- 2020-07-14 20:57:20,520 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,521 [19] INFO - --------- 2020-07-14 20:57:20,521 [19] INFO - function SE637303570405189712() {} SE637303570405189712.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 SE637303570405189712().executeScript(); 2020-07-14 20:57:20,521 [19] INFO - --------- 2020-07-14 20:57:20,522 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1249. 2020-07-14 20:57:20,522 [19] INFO - --------- 2020-07-14 20:57:20,523 [19] INFO - Finished executing the following script: 2020-07-14 20:57:20,524 [19] INFO - --------- 2020-07-14 20:57:20,524 [19] INFO - function SE637303570404929697() {} SE637303570404929697.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 SE637303570404929697().executeScript(); 2020-07-14 20:57:20,524 [19] INFO - --------- 2020-07-14 20:57:20,525 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1250. 2020-07-14 20:57:20,525 [19] INFO - --------- 2020-07-14 20:57:20,534 [19] INFO - About to execute the following script: 2020-07-14 20:57:20,534 [19] INFO - --------- 2020-07-14 20:57:20,534 [19] INFO - function SE637303570405339721() {} SE637303570405339721.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 SE637303570405339721().executeScript(); 2020-07-14 20:57:20,536 [19] INFO - --------- 2020-07-14 20:57:21,287 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,288 [19] INFO - --------- 2020-07-14 20:57:21,288 [19] INFO - function SE637303570412870152() {} SE637303570412870152.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 SE637303570412870152().executeScript(); 2020-07-14 20:57:21,289 [19] INFO - --------- 2020-07-14 20:57:21,295 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,295 [19] INFO - --------- 2020-07-14 20:57:21,296 [19] INFO - function SE637303570412870152() {} SE637303570412870152.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 SE637303570412870152().executeScript(); 2020-07-14 20:57:21,296 [19] INFO - --------- 2020-07-14 20:57:21,296 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1251. 2020-07-14 20:57:21,297 [19] INFO - --------- 2020-07-14 20:57:21,300 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,300 [19] INFO - --------- 2020-07-14 20:57:21,300 [19] INFO - function SE637303570405339721() {} SE637303570405339721.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 SE637303570405339721().executeScript(); 2020-07-14 20:57:21,303 [19] INFO - --------- 2020-07-14 20:57:21,303 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1252. 2020-07-14 20:57:21,303 [19] INFO - --------- 2020-07-14 20:57:21,311 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,311 [19] INFO - --------- 2020-07-14 20:57:21,311 [19] INFO - function SE637303570413110165() {} SE637303570413110165.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 SE637303570413110165().executeScript(); 2020-07-14 20:57:21,312 [19] INFO - --------- 2020-07-14 20:57:21,313 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,314 [19] INFO - --------- 2020-07-14 20:57:21,314 [19] INFO - function SE637303570413130166() {} SE637303570413130166.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 SE637303570413130166().executeScript(); 2020-07-14 20:57:21,314 [19] INFO - --------- 2020-07-14 20:57:21,320 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,320 [19] INFO - --------- 2020-07-14 20:57:21,320 [19] INFO - function SE637303570413130166() {} SE637303570413130166.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 SE637303570413130166().executeScript(); 2020-07-14 20:57:21,321 [19] INFO - --------- 2020-07-14 20:57:21,321 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1253. 2020-07-14 20:57:21,322 [19] INFO - --------- 2020-07-14 20:57:21,322 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,323 [19] INFO - --------- 2020-07-14 20:57:21,323 [19] INFO - function SE637303570413220172() {} SE637303570413220172.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 SE637303570413220172().executeScript(); 2020-07-14 20:57:21,323 [19] INFO - --------- 2020-07-14 20:57:21,325 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,325 [19] INFO - --------- 2020-07-14 20:57:21,326 [19] INFO - function SE637303570413220172() {} SE637303570413220172.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 SE637303570413220172().executeScript(); 2020-07-14 20:57:21,326 [19] INFO - --------- 2020-07-14 20:57:21,326 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1254. 2020-07-14 20:57:21,327 [19] INFO - --------- 2020-07-14 20:57:21,327 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,328 [19] INFO - --------- 2020-07-14 20:57:21,328 [19] INFO - function SE637303570413270174() {} SE637303570413270174.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 SE637303570413270174().executeScript(); 2020-07-14 20:57:21,328 [19] INFO - --------- 2020-07-14 20:57:21,331 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,331 [19] INFO - --------- 2020-07-14 20:57:21,331 [19] INFO - function SE637303570413270174() {} SE637303570413270174.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 SE637303570413270174().executeScript(); 2020-07-14 20:57:21,332 [19] INFO - --------- 2020-07-14 20:57:21,332 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1255. 2020-07-14 20:57:21,332 [19] INFO - --------- 2020-07-14 20:57:21,333 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,333 [19] INFO - --------- 2020-07-14 20:57:21,334 [19] INFO - function SE637303570413330178() {} SE637303570413330178.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 SE637303570413330178().executeScript(); 2020-07-14 20:57:21,334 [19] INFO - --------- 2020-07-14 20:57:21,335 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,335 [19] INFO - --------- 2020-07-14 20:57:21,336 [19] INFO - function SE637303570413330178() {} SE637303570413330178.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 SE637303570413330178().executeScript(); 2020-07-14 20:57:21,336 [19] INFO - --------- 2020-07-14 20:57:21,336 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1256. 2020-07-14 20:57:21,337 [19] INFO - --------- 2020-07-14 20:57:21,338 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,338 [19] INFO - --------- 2020-07-14 20:57:21,338 [19] INFO - function SE637303570413110165() {} SE637303570413110165.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 SE637303570413110165().executeScript(); 2020-07-14 20:57:21,340 [19] INFO - --------- 2020-07-14 20:57:21,340 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1257. 2020-07-14 20:57:21,340 [19] INFO - --------- 2020-07-14 20:57:21,349 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,349 [19] INFO - --------- 2020-07-14 20:57:21,350 [19] INFO - function SE637303570413490187() {} SE637303570413490187.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570413490187().executeScript(); 2020-07-14 20:57:21,350 [19] INFO - --------- 2020-07-14 20:57:21,352 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,353 [19] INFO - --------- 2020-07-14 20:57:21,353 [19] INFO - function SE637303570413520189() {} SE637303570413520189.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 SE637303570413520189().executeScript(); 2020-07-14 20:57:21,354 [19] INFO - --------- 2020-07-14 20:57:21,359 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,359 [19] INFO - --------- 2020-07-14 20:57:21,359 [19] INFO - function SE637303570413520189() {} SE637303570413520189.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 SE637303570413520189().executeScript(); 2020-07-14 20:57:21,361 [19] INFO - --------- 2020-07-14 20:57:21,361 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1258. 2020-07-14 20:57:21,361 [19] INFO - --------- 2020-07-14 20:57:21,362 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,363 [19] INFO - --------- 2020-07-14 20:57:21,364 [19] INFO - function SE637303570413620194() {} SE637303570413620194.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570413620194().executeScript(); 2020-07-14 20:57:21,364 [19] INFO - --------- 2020-07-14 20:57:21,366 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,366 [19] INFO - --------- 2020-07-14 20:57:21,367 [19] INFO - function SE637303570413620194() {} SE637303570413620194.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570413620194().executeScript(); 2020-07-14 20:57:21,367 [19] INFO - --------- 2020-07-14 20:57:21,367 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1259. 2020-07-14 20:57:21,368 [19] INFO - --------- 2020-07-14 20:57:21,369 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,369 [19] INFO - --------- 2020-07-14 20:57:21,370 [19] INFO - function SE637303570413490187() {} SE637303570413490187.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570413490187().executeScript(); 2020-07-14 20:57:21,370 [19] INFO - --------- 2020-07-14 20:57:21,370 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1260. 2020-07-14 20:57:21,371 [19] INFO - --------- 2020-07-14 20:57:21,375 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,376 [19] INFO - --------- 2020-07-14 20:57:21,376 [19] INFO - function SE637303570413750202() {} SE637303570413750202.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570413750202().executeScript(); 2020-07-14 20:57:21,376 [19] INFO - --------- 2020-07-14 20:57:21,379 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,379 [19] INFO - --------- 2020-07-14 20:57:21,379 [19] INFO - function SE637303570413790204() {} SE637303570413790204.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 SE637303570413790204().executeScript(); 2020-07-14 20:57:21,380 [19] INFO - --------- 2020-07-14 20:57:21,385 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,385 [19] INFO - --------- 2020-07-14 20:57:21,386 [19] INFO - function SE637303570413790204() {} SE637303570413790204.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 SE637303570413790204().executeScript(); 2020-07-14 20:57:21,386 [19] INFO - --------- 2020-07-14 20:57:21,386 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1261. 2020-07-14 20:57:21,387 [19] INFO - --------- 2020-07-14 20:57:21,388 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,388 [19] INFO - --------- 2020-07-14 20:57:21,388 [19] INFO - function SE637303570413880209() {} SE637303570413880209.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570413880209().executeScript(); 2020-07-14 20:57:21,389 [19] INFO - --------- 2020-07-14 20:57:21,391 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,391 [19] INFO - --------- 2020-07-14 20:57:21,392 [19] INFO - function SE637303570413880209() {} SE637303570413880209.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570413880209().executeScript(); 2020-07-14 20:57:21,392 [19] INFO - --------- 2020-07-14 20:57:21,393 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1262. 2020-07-14 20:57:21,393 [19] INFO - --------- 2020-07-14 20:57:21,394 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,394 [19] INFO - --------- 2020-07-14 20:57:21,395 [19] INFO - function SE637303570413750202() {} SE637303570413750202.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570413750202().executeScript(); 2020-07-14 20:57:21,395 [19] INFO - --------- 2020-07-14 20:57:21,395 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1263. 2020-07-14 20:57:21,396 [19] INFO - --------- 2020-07-14 20:57:21,400 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,401 [19] INFO - --------- 2020-07-14 20:57:21,402 [19] INFO - function SE637303570414000216() {} SE637303570414000216.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414000216().executeScript(); 2020-07-14 20:57:21,402 [19] INFO - --------- 2020-07-14 20:57:21,404 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,405 [19] INFO - --------- 2020-07-14 20:57:21,405 [19] INFO - function SE637303570414040218() {} SE637303570414040218.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 SE637303570414040218().executeScript(); 2020-07-14 20:57:21,406 [19] INFO - --------- 2020-07-14 20:57:21,411 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,411 [19] INFO - --------- 2020-07-14 20:57:21,411 [19] INFO - function SE637303570414040218() {} SE637303570414040218.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 SE637303570414040218().executeScript(); 2020-07-14 20:57:21,412 [19] INFO - --------- 2020-07-14 20:57:21,412 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1264. 2020-07-14 20:57:21,413 [19] INFO - --------- 2020-07-14 20:57:21,413 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,414 [19] INFO - --------- 2020-07-14 20:57:21,414 [19] INFO - function SE637303570414130224() {} SE637303570414130224.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414130224().executeScript(); 2020-07-14 20:57:21,414 [19] INFO - --------- 2020-07-14 20:57:21,416 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,417 [19] INFO - --------- 2020-07-14 20:57:21,417 [19] INFO - function SE637303570414130224() {} SE637303570414130224.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414130224().executeScript(); 2020-07-14 20:57:21,417 [19] INFO - --------- 2020-07-14 20:57:21,418 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1265. 2020-07-14 20:57:21,418 [19] INFO - --------- 2020-07-14 20:57:21,419 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,419 [19] INFO - --------- 2020-07-14 20:57:21,420 [19] INFO - function SE637303570414000216() {} SE637303570414000216.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414000216().executeScript(); 2020-07-14 20:57:21,420 [19] INFO - --------- 2020-07-14 20:57:21,421 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1266. 2020-07-14 20:57:21,421 [19] INFO - --------- 2020-07-14 20:57:21,426 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,427 [19] INFO - --------- 2020-07-14 20:57:21,427 [19] INFO - function SE637303570403869637() {} SE637303570403869637.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
    \n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
    \n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
    \n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
    \n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
    \n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570403869637().executeScript(); 2020-07-14 20:57:21,429 [19] INFO - --------- 2020-07-14 20:57:21,429 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1267. 2020-07-14 20:57:21,429 [19] INFO - --------- 2020-07-14 20:57:21,431 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,431 [19] INFO - --------- 2020-07-14 20:57:21,431 [19] INFO - function SE637303570414300233() {} SE637303570414300233.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=2 ) { return; } context.write("\r\n\r\n\r\n\t"); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n\t\t\t"); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n\t\t\t "); context.write( system.partial("submenu1.html", p.id, 2) ); context.write("\r\n\t\t\t"); } context.write("\r\n\r\n\t"); } } context.write("\r\n\r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414300233().executeScript(); 2020-07-14 20:57:21,432 [19] INFO - --------- 2020-07-14 20:57:21,440 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,441 [19] INFO - --------- 2020-07-14 20:57:21,441 [19] INFO - function SE637303570414400239() {} SE637303570414400239.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=1 ) { return; } context.write("\r\n
    \r\n\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu1-aktiv.html", p.id, 2) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu1.html", p.id, 2) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t
    \r\n
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414400239().executeScript(); 2020-07-14 20:57:21,441 [19] INFO - --------- 2020-07-14 20:57:21,445 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,445 [19] INFO - --------- 2020-07-14 20:57:21,445 [19] INFO - function SE637303570414450242() {} SE637303570414450242.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414450242().executeScript(); 2020-07-14 20:57:21,446 [19] INFO - --------- 2020-07-14 20:57:21,447 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,448 [19] INFO - --------- 2020-07-14 20:57:21,448 [19] INFO - function SE637303570414450242() {} SE637303570414450242.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414450242().executeScript(); 2020-07-14 20:57:21,448 [19] INFO - --------- 2020-07-14 20:57:21,449 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1268. 2020-07-14 20:57:21,449 [19] INFO - --------- 2020-07-14 20:57:21,451 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,451 [19] INFO - --------- 2020-07-14 20:57:21,451 [19] INFO - function SE637303570414510245() {} SE637303570414510245.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("\r\n"); context.write( system.partial("submenu2.html", p.id) ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414510245().executeScript(); 2020-07-14 20:57:21,452 [19] INFO - --------- 2020-07-14 20:57:21,453 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,454 [19] INFO - --------- 2020-07-14 20:57:21,454 [19] INFO - function SE637303570414530246() {} SE637303570414530246.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } //if ( !isNull(p) && p.level!=3 ) { return; } context.write("\r\n\t\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu2-aktiv.html", p.id, 3) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu2.html", p.id, 3) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t\t
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414530246().executeScript(); 2020-07-14 20:57:21,456 [19] INFO - --------- 2020-07-14 20:57:21,457 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,458 [19] INFO - --------- 2020-07-14 20:57:21,458 [19] INFO - function SE637303570414530246() {} SE637303570414530246.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } //if ( !isNull(p) && p.level!=3 ) { return; } context.write("\r\n\t\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu2-aktiv.html", p.id, 3) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu2.html", p.id, 3) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t\t
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414530246().executeScript(); 2020-07-14 20:57:21,459 [19] INFO - --------- 2020-07-14 20:57:21,459 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1269. 2020-07-14 20:57:21,459 [19] INFO - --------- 2020-07-14 20:57:21,460 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,460 [19] INFO - --------- 2020-07-14 20:57:21,461 [19] INFO - function SE637303570414510245() {} SE637303570414510245.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("\r\n"); context.write( system.partial("submenu2.html", p.id) ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414510245().executeScript(); 2020-07-14 20:57:21,461 [19] INFO - --------- 2020-07-14 20:57:21,461 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1270. 2020-07-14 20:57:21,462 [19] INFO - --------- 2020-07-14 20:57:21,464 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,464 [19] INFO - --------- 2020-07-14 20:57:21,465 [19] INFO - function SE637303570414640253() {} SE637303570414640253.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414640253().executeScript(); 2020-07-14 20:57:21,465 [19] INFO - --------- 2020-07-14 20:57:21,467 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,467 [19] INFO - --------- 2020-07-14 20:57:21,467 [19] INFO - function SE637303570414640253() {} SE637303570414640253.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414640253().executeScript(); 2020-07-14 20:57:21,468 [19] INFO - --------- 2020-07-14 20:57:21,468 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1271. 2020-07-14 20:57:21,468 [19] INFO - --------- 2020-07-14 20:57:21,470 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,471 [19] INFO - --------- 2020-07-14 20:57:21,471 [19] INFO - function SE637303570414700256() {} SE637303570414700256.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414700256().executeScript(); 2020-07-14 20:57:21,471 [19] INFO - --------- 2020-07-14 20:57:21,473 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,473 [19] INFO - --------- 2020-07-14 20:57:21,474 [19] INFO - function SE637303570414700256() {} SE637303570414700256.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414700256().executeScript(); 2020-07-14 20:57:21,474 [19] INFO - --------- 2020-07-14 20:57:21,474 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1272. 2020-07-14 20:57:21,475 [19] INFO - --------- 2020-07-14 20:57:21,475 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,476 [19] INFO - --------- 2020-07-14 20:57:21,476 [19] INFO - function SE637303570414400239() {} SE637303570414400239.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=1 ) { return; } context.write("\r\n
    \r\n\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu1-aktiv.html", p.id, 2) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu1.html", p.id, 2) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t
    \r\n
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414400239().executeScript(); 2020-07-14 20:57:21,476 [19] INFO - --------- 2020-07-14 20:57:21,477 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1273. 2020-07-14 20:57:21,477 [19] INFO - --------- 2020-07-14 20:57:21,490 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,490 [19] INFO - --------- 2020-07-14 20:57:21,491 [19] INFO - function SE637303570414300233() {} SE637303570414300233.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=2 ) { return; } context.write("\r\n\r\n\r\n\t"); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n\t\t\t"); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n\t\t\t "); context.write( system.partial("submenu1.html", p.id, 2) ); context.write("\r\n\t\t\t"); } context.write("\r\n\r\n\t"); } } context.write("\r\n\r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414300233().executeScript(); 2020-07-14 20:57:21,491 [19] INFO - --------- 2020-07-14 20:57:21,491 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1274. 2020-07-14 20:57:21,492 [19] INFO - --------- 2020-07-14 20:57:21,493 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,494 [19] INFO - --------- 2020-07-14 20:57:21,494 [19] INFO - function SE637303570414930269() {} SE637303570414930269.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
    \n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
    \n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
    \n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
    \n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
    \n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414930269().executeScript(); 2020-07-14 20:57:21,496 [19] INFO - --------- 2020-07-14 20:57:21,503 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,504 [19] INFO - --------- 2020-07-14 20:57:21,504 [19] INFO - function SE637303570414930269() {} SE637303570414930269.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
    \n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
    \n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
    \n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
    \n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
    \n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570414930269().executeScript(); 2020-07-14 20:57:21,506 [19] INFO - --------- 2020-07-14 20:57:21,506 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1275. 2020-07-14 20:57:21,507 [19] INFO - --------- 2020-07-14 20:57:21,508 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,508 [19] INFO - --------- 2020-07-14 20:57:21,508 [19] INFO - function SE637303570415080278() {} SE637303570415080278.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. var args = context.param(0, {}); var wraptag = args["wraptag"] || "div"; var menuid = args["menuid"] || "xmenu"; var menuclass = args["menuclass"] || ""; var listwrapper = args["listwrapper"] || ["",""]; var itemwrapper = args["itemwrapper"] || ["",""]; var areaname = args["areaname"] || "Footer"; context.write("\r\n"); if ( page.attribute("show_extra_menu") ) { var extraMenu = page.extraMenu; context.write("\r\n\t<"); context.write( wraptag ); context.write(" id=\""); context.write( menuid ); context.write("\" class=\""); context.write( menuclass ); context.write("\" "); context.write( system.partial("inline-editing-xmenu.html", areaname) ); context.write(">\r\n\t\t"); context.write( listwrapper[0] ); context.write("\r\n\t\t"); for ( var mi = 0; mi < extraMenu.menuItems.count; ++mi ) { var menuItem = extraMenu.menuItems.item(mi); var rel = ""; if ( menuItem.nofollow ){ rel += "nofollow "; } if ( menuItem.target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } context.write("\r\n\t\t\t"); context.write( itemwrapper[0] ); context.write(""); context.write(menuItem.name); context.write(""); context.write( itemwrapper[1] ); context.write("\r\n\t\t"); } context.write("\r\n\t\t\t"); var output = ""; // Special case for Top Responsive which can add entries via attribute if ( page.attribute("add_extramenu") ) { output += page.attribute("add_extramenu"); } if ( page.attribute("show_language_menu") ){ // language selection var pf = project.projectFolders; if ( pf.count > 0 ){ output += itemwrapper[0] + '' + itemwrapper[1]; } } if ( output !== "" ){ context.write(output); } context.write("\r\n\t\t\t\r\n\t\t"); context.write( listwrapper[1] ); context.write("\r\n\t\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570415080278().executeScript(); 2020-07-14 20:57:21,509 [19] INFO - --------- 2020-07-14 20:57:21,511 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,511 [19] INFO - --------- 2020-07-14 20:57:21,511 [19] INFO - function SE637303570415110280() {} SE637303570415110280.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570415110280().executeScript(); 2020-07-14 20:57:21,513 [19] INFO - --------- 2020-07-14 20:57:21,514 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,515 [19] INFO - --------- 2020-07-14 20:57:21,515 [19] INFO - function SE637303570415110280() {} SE637303570415110280.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570415110280().executeScript(); 2020-07-14 20:57:21,515 [19] INFO - --------- 2020-07-14 20:57:21,516 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1276. 2020-07-14 20:57:21,516 [19] INFO - --------- 2020-07-14 20:57:21,521 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,522 [19] INFO - --------- 2020-07-14 20:57:21,522 [19] INFO - function SE637303570415080278() {} SE637303570415080278.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. var args = context.param(0, {}); var wraptag = args["wraptag"] || "div"; var menuid = args["menuid"] || "xmenu"; var menuclass = args["menuclass"] || ""; var listwrapper = args["listwrapper"] || ["",""]; var itemwrapper = args["itemwrapper"] || ["",""]; var areaname = args["areaname"] || "Footer"; context.write("\r\n"); if ( page.attribute("show_extra_menu") ) { var extraMenu = page.extraMenu; context.write("\r\n\t<"); context.write( wraptag ); context.write(" id=\""); context.write( menuid ); context.write("\" class=\""); context.write( menuclass ); context.write("\" "); context.write( system.partial("inline-editing-xmenu.html", areaname) ); context.write(">\r\n\t\t"); context.write( listwrapper[0] ); context.write("\r\n\t\t"); for ( var mi = 0; mi < extraMenu.menuItems.count; ++mi ) { var menuItem = extraMenu.menuItems.item(mi); var rel = ""; if ( menuItem.nofollow ){ rel += "nofollow "; } if ( menuItem.target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } context.write("\r\n\t\t\t"); context.write( itemwrapper[0] ); context.write(""); context.write(menuItem.name); context.write(""); context.write( itemwrapper[1] ); context.write("\r\n\t\t"); } context.write("\r\n\t\t\t"); var output = ""; // Special case for Top Responsive which can add entries via attribute if ( page.attribute("add_extramenu") ) { output += page.attribute("add_extramenu"); } if ( page.attribute("show_language_menu") ){ // language selection var pf = project.projectFolders; if ( pf.count > 0 ){ output += itemwrapper[0] + '' + itemwrapper[1]; } } if ( output !== "" ){ context.write(output); } context.write("\r\n\t\t\t\r\n\t\t"); context.write( listwrapper[1] ); context.write("\r\n\t\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570415080278().executeScript(); 2020-07-14 20:57:21,523 [19] INFO - --------- 2020-07-14 20:57:21,523 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1277. 2020-07-14 20:57:21,523 [19] INFO - --------- 2020-07-14 20:57:21,525 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,526 [19] INFO - --------- 2020-07-14 20:57:21,526 [19] INFO - function SE637303570415250288() {} SE637303570415250288.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570415250288().executeScript(); 2020-07-14 20:57:21,526 [19] INFO - --------- 2020-07-14 20:57:21,527 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,528 [19] INFO - --------- 2020-07-14 20:57:21,528 [19] INFO - function SE637303570415250288() {} SE637303570415250288.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570415250288().executeScript(); 2020-07-14 20:57:21,528 [19] INFO - --------- 2020-07-14 20:57:21,529 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1278. 2020-07-14 20:57:21,529 [19] INFO - --------- 2020-07-14 20:57:21,532 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,532 [19] INFO - --------- 2020-07-14 20:57:21,533 [19] INFO - function SE637303570402139538() {} SE637303570402139538.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. context.write("\r\n\r\n\r\n\t"); context.write( page.title ); context.write("\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); if ( "../assets/favicon.ico" !== "" ) { context.write(""); } context.write("\r\n\t\r\n\t"); if ( parseInt(page.attribute("webfonts-deactivate", 0)) !== 1 ){context.write(project.webFonts())} context.write("\r\n\r\n\t"); context.write( project.bundleCss() ); context.write("\r\n\r\n\t\r\n\r\n\t"); var additionalCss = page.attribute("additional_css"); if ( additionalCss ) { context.write("\r\n\t\t"); context.write( additionalCss ); context.write("\r\n\t"); } context.write(" \r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( project.bundleJs() ); context.write("\r\n\t\r\n\t\r\n\t"); if ( page.attribute("search_field_visible") ) { context.write("\r\n\t\t\r\n\t"); } context.write("\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( system.partial("rss.html") ); context.write("\r\n\t\r\n\t"); var header = page.anyAreaArticles("Header") || (system.preview && system.showEmptyPreviewAreas) var news = page.anyAreaArticles("News") || (system.preview && system.showEmptyPreviewAreas) function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } var sidebar = hasVisibleChildPages(page.id) || page.level >= 2 || news; context.write("\r\n\r\n\t\r\n\t\r\n\r\n\r\n\t\r\n\t\r\n\t
    \r\n\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Banner") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Banner", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t\t
    \r\n\t\t\t\t"); if ( page.attribute("search_field_visible") ) { context.write("
    \" method=\"get\">
    "); } context.write("\r\n\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\"");\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t"); if ( page.attribute("web_name_slogan") ) { context.write("\r\n\t\t\t\t\t\t\t\t\t
    Vom Gerätewagen der Schweizer Feuerwehr zum Expeditionsmobil \"Willi\"
    \r\n\t\t\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( header ) { context.write("\r\n\t\t\t\t"); context.write( system.partial("header.html") ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\t\r\n\t\t\t"); context.write( system.partial("hauptmenu.html") ); context.write("\t\t\t\t\t\r\n\t\t\t\r\n\t\t\t"); if ( page.attribute("show_breadcrumb") ) { context.write("
    \r\n\t\t\t\t"); context.write( system.partial("breadcrumbs.html", (page.attribute("breadcrumb")||"").replace(/"/g, """), (page.attribute("breadcrumb_separator")||"").replace(/"/g, """) ) ); context.write("\r\n\t\t\t
    "); } context.write("\r\n\t\t\t\r\n\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "top" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Standard", 0, null, null, "zpgrid") ); context.write("
    \r\n\t\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "bottom" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "News", 1, "news") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\t"); context.write( system.partial('zpextramenu.html') ); context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( page.attribute("show_copyright") || project.showCreatorText ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); if ( page.attribute("show_copyright") ) { context.write("\r\n\t\t\t\t\t\t\t© 2018 Willi"); if ( project.showCreatorText ) { context.write(". "); } context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( project.showCreatorText ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write(project.creatorText); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Footer") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Footer", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t
    \r\n\t
    \t\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\t\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570402139538().executeScript(); 2020-07-14 20:57:21,533 [19] INFO - --------- 2020-07-14 20:57:21,534 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1279. 2020-07-14 20:57:21,534 [19] INFO - --------- 2020-07-14 20:57:21,535 [19] INFO - Closing the script engine. 2020-07-14 20:57:21,535 [19] INFO - --------- 2020-07-14 20:57:21,536 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1279. 2020-07-14 20:57:21,537 [19] INFO - --------- 2020-07-14 20:57:21,634 [19] INFO - Script engine constructed. 2020-07-14 20:57:21,635 [19] INFO - Script engine initialized. 2020-07-14 20:57:21,635 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,636 [19] INFO - --------- 2020-07-14 20:57:21,636 [19] INFO - /* ------------- {{OmitSourceOutput:Begin}} -------------- */ context.write("\r\n\r\n"); function isNumeric(n) { return !isNaN(parseFloat(n)) && isFinite(n); } function isNull(obj) { return obj === undefined || obj == null || !obj || 0 === obj.length; } String.prototype.format = function() { var args = arguments; return this.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; String.format = function(format) { var args = Array.prototype.slice.call(arguments, 1); return format.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; // trim() polyfill - https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/String/Trim if (!String.prototype.trim) { String.prototype.trim = function () { return this.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ''); }; } // // var vbCrLf = "\r\n"; // // function less(lessString) { // return _context.Less(lessString); // } // // function HtmlEncode(obj){ // return system.htmlEncode(obj); // } // // // helps convert some ZP string values to a bool. // function IsTrue(obj){ // return (obj == "True" || obj === true || obj == 1 ); // } // // // Prüfen, ob leer. // function IsEmpty(str) { // return (!str || 0 === str.length); // } // // // Prüfen, ob leer oder nur Whitespaces enthalten. // function IsBlank(str) { // return (!str || /^\s*$/.test(str)); // } // // // Prüfen, ob leer. // String.prototype.IsEmpty = function() { // return (this.length === 0 || !this.trim()); // }; // // // Prüfen ob NULL oder undefined. // function isNull(obj) { // return obj === undefined || obj == null || !obj // } // // // Eigene Format-Funktion. // // Beispiel: "Dies ist {0} Test.".Format("ein"); // if (!String.prototype.Format) { // String.prototype.Format = function() { // var args = arguments; // return this.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // // Alternative Schreibweise für Format-Funktion. // // Beispiel: String.Format("Dies ist {0} Test.", "ein"); // if (!String.Format) { // String.Format = function(format) { // var args = Array.prototype.slice.call(arguments, 1); // return format.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // /* // // HTML-Attribut ausgeben, nur wenn auch Inhalt hat. // function htmlAttr(attrName, attrValue) { // if ( IsBlank(attrValue) ) { // return ""; // } else { // return '{0}="{1}"'.Format( attrName, attrValue ); // } // } // // // HTML-Attribut ausgeben wenn condition == true. // function htmlAttrIf(condition, attrName, attrValue) { // if ( ! IsTrue(condition) ) { // return ""; // } else { // return htmlAttr(attrName, attrValue); // } // } // */ // // // Ersatz für die VBSkript isNumeric Funktion -> http://stackoverflow.com/questions/18082/validate-decimal-numbers-in-javascript-isnumeric // function isNumeric(n) { // return !isNaN(parseFloat(n)) && isFinite(n); // } // // // Einfacher Ersatz für VBScript Replace() - die "count" und "compare" Parameter von VBScript werden nicht unterstützt! // function Replace(searchstring, find, replace) { // return searchstring.replace(find, replace); // } // // // diverse String helper. Quelle: http://www.4guysfromrolla.com/webtech/vb2java.shtml // function Left(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // return String(str).substring(0,n); // } // } // // function Right(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // var iLen = String(str).length; // return String(str).substring(iLen, iLen - n); // } // } // // function Mid(str, start, len) { // // this is using ONE-Based strongs to mimic vbscript! // // // Make sure start and len are within proper bounds // if (start <= 0 || len < 0){ // return ""; // } // // var iEnd, iLen = String(str).length; // if (start + len > iLen){ // iEnd = iLen; // } // else { // iEnd = (start - 1) + len; // } // return String(str).substring(start-1,iEnd); // } // context.write("\r\n"); /* ------------- {{OmitSourceOutput:End}} -------------- */ context.write("\r\n"); /* Shortcuts. */ var article = null; var page = null; var projectFolder = null; var project = null; var system = null; 2020-07-14 20:57:21,637 [19] INFO - --------- 2020-07-14 20:57:21,637 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,637 [19] INFO - --------- 2020-07-14 20:57:21,638 [19] INFO - /* ------------- {{OmitSourceOutput:Begin}} -------------- */ context.write("\r\n\r\n"); function isNumeric(n) { return !isNaN(parseFloat(n)) && isFinite(n); } function isNull(obj) { return obj === undefined || obj == null || !obj || 0 === obj.length; } String.prototype.format = function() { var args = arguments; return this.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; String.format = function(format) { var args = Array.prototype.slice.call(arguments, 1); return format.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; // trim() polyfill - https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/String/Trim if (!String.prototype.trim) { String.prototype.trim = function () { return this.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ''); }; } // // var vbCrLf = "\r\n"; // // function less(lessString) { // return _context.Less(lessString); // } // // function HtmlEncode(obj){ // return system.htmlEncode(obj); // } // // // helps convert some ZP string values to a bool. // function IsTrue(obj){ // return (obj == "True" || obj === true || obj == 1 ); // } // // // Prüfen, ob leer. // function IsEmpty(str) { // return (!str || 0 === str.length); // } // // // Prüfen, ob leer oder nur Whitespaces enthalten. // function IsBlank(str) { // return (!str || /^\s*$/.test(str)); // } // // // Prüfen, ob leer. // String.prototype.IsEmpty = function() { // return (this.length === 0 || !this.trim()); // }; // // // Prüfen ob NULL oder undefined. // function isNull(obj) { // return obj === undefined || obj == null || !obj // } // // // Eigene Format-Funktion. // // Beispiel: "Dies ist {0} Test.".Format("ein"); // if (!String.prototype.Format) { // String.prototype.Format = function() { // var args = arguments; // return this.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // // Alternative Schreibweise für Format-Funktion. // // Beispiel: String.Format("Dies ist {0} Test.", "ein"); // if (!String.Format) { // String.Format = function(format) { // var args = Array.prototype.slice.call(arguments, 1); // return format.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // /* // // HTML-Attribut ausgeben, nur wenn auch Inhalt hat. // function htmlAttr(attrName, attrValue) { // if ( IsBlank(attrValue) ) { // return ""; // } else { // return '{0}="{1}"'.Format( attrName, attrValue ); // } // } // // // HTML-Attribut ausgeben wenn condition == true. // function htmlAttrIf(condition, attrName, attrValue) { // if ( ! IsTrue(condition) ) { // return ""; // } else { // return htmlAttr(attrName, attrValue); // } // } // */ // // // Ersatz für die VBSkript isNumeric Funktion -> http://stackoverflow.com/questions/18082/validate-decimal-numbers-in-javascript-isnumeric // function isNumeric(n) { // return !isNaN(parseFloat(n)) && isFinite(n); // } // // // Einfacher Ersatz für VBScript Replace() - die "count" und "compare" Parameter von VBScript werden nicht unterstützt! // function Replace(searchstring, find, replace) { // return searchstring.replace(find, replace); // } // // // diverse String helper. Quelle: http://www.4guysfromrolla.com/webtech/vb2java.shtml // function Left(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // return String(str).substring(0,n); // } // } // // function Right(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // var iLen = String(str).length; // return String(str).substring(iLen, iLen - n); // } // } // // function Mid(str, start, len) { // // this is using ONE-Based strongs to mimic vbscript! // // // Make sure start and len are within proper bounds // if (start <= 0 || len < 0){ // return ""; // } // // var iEnd, iLen = String(str).length; // if (start + len > iLen){ // iEnd = iLen; // } // else { // iEnd = (start - 1) + len; // } // return String(str).substring(start-1,iEnd); // } // context.write("\r\n"); /* ------------- {{OmitSourceOutput:End}} -------------- */ context.write("\r\n"); /* Shortcuts. */ var article = null; var page = null; var projectFolder = null; var project = null; var system = null; 2020-07-14 20:57:21,638 [19] INFO - --------- 2020-07-14 20:57:21,639 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1280. 2020-07-14 20:57:21,639 [19] INFO - --------- 2020-07-14 20:57:21,639 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,640 [19] INFO - --------- 2020-07-14 20:57:21,640 [19] INFO - function SE637303570416340350() {} SE637303570416340350.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. if (shop.active) { var basketPageUrl = null; var currentProjectFolderId = page.projectFolder.id; var projectFolderBasketArticle; var foundItems = project.getArticlesWithStyle("basket"); for ( var g=0; g < foundItems.count; ++g ) { var foundItem = foundItems.item(g); if ( foundItem.active ) { if ( isNull(firstBasketArticle) ){ var firstBasketArticle = foundItem.page.url; } if ( project.getPage(foundItem.page.id).projectFolder.id == currentProjectFolderId ){ projectFolderBasketArticle = foundItem.page.url; } } } var basketPageUrl = projectFolderBasketArticle || firstBasketArticle; context.write("\n\t"); if ( basketPageUrl && page.url !== basketPageUrl ){ context.write("\n\t\n\t\n\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570416340350().executeScript(); 2020-07-14 20:57:21,640 [19] INFO - --------- 2020-07-14 20:57:21,642 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,642 [19] INFO - --------- 2020-07-14 20:57:21,643 [19] INFO - function SE637303570416340350() {} SE637303570416340350.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. if (shop.active) { var basketPageUrl = null; var currentProjectFolderId = page.projectFolder.id; var projectFolderBasketArticle; var foundItems = project.getArticlesWithStyle("basket"); for ( var g=0; g < foundItems.count; ++g ) { var foundItem = foundItems.item(g); if ( foundItem.active ) { if ( isNull(firstBasketArticle) ){ var firstBasketArticle = foundItem.page.url; } if ( project.getPage(foundItem.page.id).projectFolder.id == currentProjectFolderId ){ projectFolderBasketArticle = foundItem.page.url; } } } var basketPageUrl = projectFolderBasketArticle || firstBasketArticle; context.write("\n\t"); if ( basketPageUrl && page.url !== basketPageUrl ){ context.write("\n\t\n\t\n\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570416340350().executeScript(); 2020-07-14 20:57:21,643 [19] INFO - --------- 2020-07-14 20:57:21,644 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1281. 2020-07-14 20:57:21,644 [19] INFO - --------- 2020-07-14 20:57:21,645 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,645 [19] INFO - --------- 2020-07-14 20:57:21,645 [19] INFO - function SE637303570416450356() {} SE637303570416450356.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. context.write("\r\n\r\n\r\n\t"); context.write( page.title ); context.write("\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); if ( "../assets/favicon.ico" !== "" ) { context.write(""); } context.write("\r\n\t\r\n\t"); if ( parseInt(page.attribute("webfonts-deactivate", 0)) !== 1 ){context.write(project.webFonts())} context.write("\r\n\r\n\t"); context.write( project.bundleCss() ); context.write("\r\n\r\n\t\r\n\r\n\t"); var additionalCss = page.attribute("additional_css"); if ( additionalCss ) { context.write("\r\n\t\t"); context.write( additionalCss ); context.write("\r\n\t"); } context.write(" \r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( project.bundleJs() ); context.write("\r\n\t\r\n\t\r\n\t"); if ( page.attribute("search_field_visible") ) { context.write("\r\n\t\t\r\n\t"); } context.write("\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( system.partial("rss.html") ); context.write("\r\n\t\r\n\t"); var header = page.anyAreaArticles("Header") || (system.preview && system.showEmptyPreviewAreas) var news = page.anyAreaArticles("News") || (system.preview && system.showEmptyPreviewAreas) function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } var sidebar = hasVisibleChildPages(page.id) || page.level >= 2 || news; context.write("\r\n\r\n\t\r\n\t\r\n\r\n\r\n\t\r\n\t\r\n\t
    \r\n\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Banner") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Banner", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t\t
    \r\n\t\t\t\t"); if ( page.attribute("search_field_visible") ) { context.write("
    \" method=\"get\">
    "); } context.write("\r\n\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\"");\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t"); if ( page.attribute("web_name_slogan") ) { context.write("\r\n\t\t\t\t\t\t\t\t\t
    Vom Gerätewagen der Schweizer Feuerwehr zum Expeditionsmobil \"Willi\"
    \r\n\t\t\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( header ) { context.write("\r\n\t\t\t\t"); context.write( system.partial("header.html") ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\t\r\n\t\t\t"); context.write( system.partial("hauptmenu.html") ); context.write("\t\t\t\t\t\r\n\t\t\t\r\n\t\t\t"); if ( page.attribute("show_breadcrumb") ) { context.write("
    \r\n\t\t\t\t"); context.write( system.partial("breadcrumbs.html", (page.attribute("breadcrumb")||"").replace(/"/g, """), (page.attribute("breadcrumb_separator")||"").replace(/"/g, """) ) ); context.write("\r\n\t\t\t
    "); } context.write("\r\n\t\t\t\r\n\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "top" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Standard", 0, null, null, "zpgrid") ); context.write("
    \r\n\t\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "bottom" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "News", 1, "news") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\t"); context.write( system.partial('zpextramenu.html') ); context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( page.attribute("show_copyright") || project.showCreatorText ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); if ( page.attribute("show_copyright") ) { context.write("\r\n\t\t\t\t\t\t\t© 2018 Willi"); if ( project.showCreatorText ) { context.write(". "); } context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( project.showCreatorText ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write(project.creatorText); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Footer") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Footer", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t
    \r\n\t
    \t\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\t\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570416450356().executeScript(); 2020-07-14 20:57:21,646 [19] INFO - --------- 2020-07-14 20:57:21,665 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,665 [19] INFO - --------- 2020-07-14 20:57:21,666 [19] INFO - function SE637303570416650368() {} SE637303570416650368.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. if ( project.rss ) { var feeds = projectFolder.rssFeeds; for ( var i=0; i\r\n\t\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570416650368().executeScript(); 2020-07-14 20:57:21,666 [19] INFO - --------- 2020-07-14 20:57:21,667 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,668 [19] INFO - --------- 2020-07-14 20:57:21,668 [19] INFO - function SE637303570416650368() {} SE637303570416650368.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. if ( project.rss ) { var feeds = projectFolder.rssFeeds; for ( var i=0; i\r\n\t\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570416650368().executeScript(); 2020-07-14 20:57:21,668 [19] INFO - --------- 2020-07-14 20:57:21,669 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1282. 2020-07-14 20:57:21,669 [19] INFO - --------- 2020-07-14 20:57:21,680 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,680 [19] INFO - --------- 2020-07-14 20:57:21,680 [19] INFO - function SE637303570416800376() {} SE637303570416800376.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570416800376().executeScript(); 2020-07-14 20:57:21,681 [19] INFO - --------- 2020-07-14 20:57:21,682 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,682 [19] INFO - --------- 2020-07-14 20:57:21,683 [19] INFO - function SE637303570416800376() {} SE637303570416800376.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570416800376().executeScript(); 2020-07-14 20:57:21,683 [19] INFO - --------- 2020-07-14 20:57:21,683 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1283. 2020-07-14 20:57:21,683 [19] INFO - --------- 2020-07-14 20:57:21,684 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,685 [19] INFO - --------- 2020-07-14 20:57:21,685 [19] INFO - function SE637303570416840379() {} SE637303570416840379.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570416840379().executeScript(); 2020-07-14 20:57:21,685 [19] INFO - --------- 2020-07-14 20:57:21,687 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,687 [19] INFO - --------- 2020-07-14 20:57:21,687 [19] INFO - function SE637303570416840379() {} SE637303570416840379.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570416840379().executeScript(); 2020-07-14 20:57:21,688 [19] INFO - --------- 2020-07-14 20:57:21,688 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1284. 2020-07-14 20:57:21,688 [19] INFO - --------- 2020-07-14 20:57:21,691 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,692 [19] INFO - --------- 2020-07-14 20:57:21,692 [19] INFO - function SE637303570416910383() {} SE637303570416910383.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570416910383().executeScript(); 2020-07-14 20:57:21,692 [19] INFO - --------- 2020-07-14 20:57:21,694 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,694 [19] INFO - --------- 2020-07-14 20:57:21,694 [19] INFO - function SE637303570416910383() {} SE637303570416910383.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570416910383().executeScript(); 2020-07-14 20:57:21,695 [19] INFO - --------- 2020-07-14 20:57:21,695 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1285. 2020-07-14 20:57:21,695 [19] INFO - --------- 2020-07-14 20:57:21,697 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,697 [19] INFO - --------- 2020-07-14 20:57:21,697 [19] INFO - function SE637303570416970386() {} SE637303570416970386.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\header.html'. var areaName = "Header"; var headers = page.articlesInArea(areaName); var headerShown = false; for ( var ihead = 0; ihead < headers.count; ++ihead ){ // in a header-area, we only render the first active container/row/article if ( headerShown && ihead > 0 ){ break; } context.write(headers.item(ihead).render()); headerShown = true; } context.write("\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570416970386().executeScript(); 2020-07-14 20:57:21,698 [19] INFO - --------- 2020-07-14 20:57:21,705 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,705 [19] INFO - --------- 2020-07-14 20:57:21,706 [19] INFO - function SE637303570417050391() {} SE637303570417050391.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. var cssClass = article.cssClass || ""; if ( cssClass ){ cssClass = " " + cssClass; } var inlineCss = article.inlineCss || ""; if ( inlineCss ){ inlineCss = ' style="' + inlineCss + '"'; } if ( "950" !== "" && "250" !== "" ){ var ratio = (parseInt("250") / parseInt("950")) * 100; } else{ var ratio = 30; } var wrapperStyles = ' style="height: 0; padding-bottom: ' + ratio + '%;"'; context.write("\r\n\r\n
    \r\n\t
    \r\n\t\t
      \r\n\t\t"); var numHeaders = article.value("header-count"); for ( var i = 1; i <= numHeaders; ++i ) { var headerTitle = article.valueExpanded("header-title-" + i, ""); var headerDescription = article.valueExpanded("header-description-" + i, ""); var headerImage = article.value("header-image-" + i); var image = project.getImage(headerImage); if ( image ){ image.skipContentCopy(); } var clickHref = ""; if ( article.value("header-image-clickurl-" + i, "") ) { clickHref = system.partial("zplink-expanded.html", "header-image-clickurl-" + i); } var linkDataAttributes = ""; var clickUrl = article.value("header-image-clickurl-" + i, ""); var clickTarget = article.value("header-image-clickurl-" + i + "_target", ""); if ( clickUrl !== "" ){ linkDataAttributes += ' data-clickurl="' + clickUrl + '"'; } if ( clickTarget !== "" ){ linkDataAttributes += ' data-clicktarget="' + clickTarget + '"'; } context.write("\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t"); if ( image ) { context.write("\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\"");\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( headerTitle || headerDescription ) { context.write("\r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t\t"); if ( headerTitle ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write( system.partial("header-headline.html", i) ); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); context.write( headerDescription ); context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\r\n\r\n\t\t"); } context.write("\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n"); var nextText = system.htmlEncode(page.attribute("header_next_text")) || "weiter"; var prevText = system.htmlEncode(page.attribute("header_prev_text")) || "zurück"; var inlineEditingInitDelay = 50; var useSmoothHeight = "true" === "false" ? "false" : "true"; if ( useSmoothHeight === "true" ){ inlineEditingInitDelay = 1000; } context.write("\r\n\r\n"); if ( numHeaders > 0 ) { context.write("\r\n\t\r\n"); } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570417050391().executeScript(); 2020-07-14 20:57:21,706 [19] INFO - --------- 2020-07-14 20:57:21,709 [19] INFO - About to execute the following script: 2020-07-14 20:57:21,709 [19] INFO - --------- 2020-07-14 20:57:21,709 [19] INFO - function SE637303570417080392() {} SE637303570417080392.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. context.write(" \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570417080392().executeScript(); 2020-07-14 20:57:21,710 [19] INFO - --------- 2020-07-14 20:57:21,721 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,721 [19] INFO - --------- 2020-07-14 20:57:21,721 [19] INFO - function SE637303570417080392() {} SE637303570417080392.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. context.write(" \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570417080392().executeScript(); 2020-07-14 20:57:21,722 [19] INFO - --------- 2020-07-14 20:57:21,722 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1286. 2020-07-14 20:57:21,722 [19] INFO - --------- 2020-07-14 20:57:21,756 [19] INFO - Finished executing the following script: 2020-07-14 20:57:21,756 [19] INFO - --------- 2020-07-14 20:57:21,757 [19] INFO - function SE637303570417050391() {} SE637303570417050391.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. var cssClass = article.cssClass || ""; if ( cssClass ){ cssClass = " " + cssClass; } var inlineCss = article.inlineCss || ""; if ( inlineCss ){ inlineCss = ' style="' + inlineCss + '"'; } if ( "950" !== "" && "250" !== "" ){ var ratio = (parseInt("250") / parseInt("950")) * 100; } else{ var ratio = 30; } var wrapperStyles = ' style="height: 0; padding-bottom: ' + ratio + '%;"'; context.write("\r\n\r\n
    \r\n\t
    \r\n\t\t
      \r\n\t\t"); var numHeaders = article.value("header-count"); for ( var i = 1; i <= numHeaders; ++i ) { var headerTitle = article.valueExpanded("header-title-" + i, ""); var headerDescription = article.valueExpanded("header-description-" + i, ""); var headerImage = article.value("header-image-" + i); var image = project.getImage(headerImage); if ( image ){ image.skipContentCopy(); } var clickHref = ""; if ( article.value("header-image-clickurl-" + i, "") ) { clickHref = system.partial("zplink-expanded.html", "header-image-clickurl-" + i); } var linkDataAttributes = ""; var clickUrl = article.value("header-image-clickurl-" + i, ""); var clickTarget = article.value("header-image-clickurl-" + i + "_target", ""); if ( clickUrl !== "" ){ linkDataAttributes += ' data-clickurl="' + clickUrl + '"'; } if ( clickTarget !== "" ){ linkDataAttributes += ' data-clicktarget="' + clickTarget + '"'; } context.write("\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t"); if ( image ) { context.write("\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\"");\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( headerTitle || headerDescription ) { context.write("\r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t\t"); if ( headerTitle ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write( system.partial("header-headline.html", i) ); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); context.write( headerDescription ); context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\r\n\r\n\t\t"); } context.write("\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n"); var nextText = system.htmlEncode(page.attribute("header_next_text")) || "weiter"; var prevText = system.htmlEncode(page.attribute("header_prev_text")) || "zurück"; var inlineEditingInitDelay = 50; var useSmoothHeight = "true" === "false" ? "false" : "true"; if ( useSmoothHeight === "true" ){ inlineEditingInitDelay = 1000; } context.write("\r\n\r\n"); if ( numHeaders > 0 ) { context.write("\r\n\t\r\n"); } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570417050391().executeScript(); 2020-07-14 20:57:21,758 [19] INFO - --------- 2020-07-14 20:57:23,614 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1287. 2020-07-14 20:57:23,614 [19] INFO - --------- 2020-07-14 20:57:23,616 [19] INFO - Finished executing the following script: 2020-07-14 20:57:23,617 [19] INFO - --------- 2020-07-14 20:57:23,618 [19] INFO - function SE637303570416970386() {} SE637303570416970386.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\header.html'. var areaName = "Header"; var headers = page.articlesInArea(areaName); var headerShown = false; for ( var ihead = 0; ihead < headers.count; ++ihead ){ // in a header-area, we only render the first active container/row/article if ( headerShown && ihead > 0 ){ break; } context.write(headers.item(ihead).render()); headerShown = true; } context.write("\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570416970386().executeScript(); 2020-07-14 20:57:23,618 [19] INFO - --------- 2020-07-14 20:57:23,618 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1288. 2020-07-14 20:57:23,619 [19] INFO - --------- 2020-07-14 20:57:23,621 [19] INFO - About to execute the following script: 2020-07-14 20:57:23,621 [19] INFO - --------- 2020-07-14 20:57:23,621 [19] INFO - function SE637303570436211487() {} SE637303570436211487.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\hauptmenu.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=1 ) { return; } context.write("\r\n
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-hauptmenu-aktiv.html", p.id, 1) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-hauptmenu.html", p.id, 1) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436211487().executeScript(); 2020-07-14 20:57:23,622 [19] INFO - --------- 2020-07-14 20:57:23,628 [19] INFO - About to execute the following script: 2020-07-14 20:57:23,628 [19] INFO - --------- 2020-07-14 20:57:23,629 [19] INFO - function SE637303570436281491() {} SE637303570436281491.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436281491().executeScript(); 2020-07-14 20:57:23,629 [19] INFO - --------- 2020-07-14 20:57:23,631 [19] INFO - Finished executing the following script: 2020-07-14 20:57:23,631 [19] INFO - --------- 2020-07-14 20:57:23,631 [19] INFO - function SE637303570436281491() {} SE637303570436281491.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436281491().executeScript(); 2020-07-14 20:57:23,632 [19] INFO - --------- 2020-07-14 20:57:23,632 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1289. 2020-07-14 20:57:23,632 [19] INFO - --------- 2020-07-14 20:57:23,636 [19] INFO - About to execute the following script: 2020-07-14 20:57:23,636 [19] INFO - --------- 2020-07-14 20:57:23,636 [19] INFO - function SE637303570436361495() {} SE637303570436361495.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu-aktiv.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436361495().executeScript(); 2020-07-14 20:57:23,637 [19] INFO - --------- 2020-07-14 20:57:23,639 [19] INFO - Finished executing the following script: 2020-07-14 20:57:23,639 [19] INFO - --------- 2020-07-14 20:57:23,639 [19] INFO - function SE637303570436361495() {} SE637303570436361495.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu-aktiv.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436361495().executeScript(); 2020-07-14 20:57:23,640 [19] INFO - --------- 2020-07-14 20:57:23,640 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1290. 2020-07-14 20:57:23,640 [19] INFO - --------- 2020-07-14 20:57:23,649 [19] INFO - About to execute the following script: 2020-07-14 20:57:23,649 [19] INFO - --------- 2020-07-14 20:57:23,649 [19] INFO - function SE637303570436491503() {} SE637303570436491503.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436491503().executeScript(); 2020-07-14 20:57:23,650 [19] INFO - --------- 2020-07-14 20:57:23,652 [19] INFO - Finished executing the following script: 2020-07-14 20:57:23,652 [19] INFO - --------- 2020-07-14 20:57:23,652 [19] INFO - function SE637303570436491503() {} SE637303570436491503.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436491503().executeScript(); 2020-07-14 20:57:23,653 [19] INFO - --------- 2020-07-14 20:57:23,653 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1291. 2020-07-14 20:57:23,653 [19] INFO - --------- 2020-07-14 20:57:23,655 [19] INFO - About to execute the following script: 2020-07-14 20:57:23,655 [19] INFO - --------- 2020-07-14 20:57:23,656 [19] INFO - function SE637303570436551506() {} SE637303570436551506.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436551506().executeScript(); 2020-07-14 20:57:23,656 [19] INFO - --------- 2020-07-14 20:57:23,658 [19] INFO - Finished executing the following script: 2020-07-14 20:57:23,658 [19] INFO - --------- 2020-07-14 20:57:23,658 [19] INFO - function SE637303570436551506() {} SE637303570436551506.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436551506().executeScript(); 2020-07-14 20:57:23,659 [19] INFO - --------- 2020-07-14 20:57:23,659 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1292. 2020-07-14 20:57:23,659 [19] INFO - --------- 2020-07-14 20:57:23,662 [19] INFO - About to execute the following script: 2020-07-14 20:57:23,662 [19] INFO - --------- 2020-07-14 20:57:23,662 [19] INFO - function SE637303570436621510() {} SE637303570436621510.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436621510().executeScript(); 2020-07-14 20:57:23,663 [19] INFO - --------- 2020-07-14 20:57:23,665 [19] INFO - Finished executing the following script: 2020-07-14 20:57:23,665 [19] INFO - --------- 2020-07-14 20:57:23,665 [19] INFO - function SE637303570436621510() {} SE637303570436621510.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436621510().executeScript(); 2020-07-14 20:57:23,666 [19] INFO - --------- 2020-07-14 20:57:23,666 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1293. 2020-07-14 20:57:23,666 [19] INFO - --------- 2020-07-14 20:57:23,669 [19] INFO - About to execute the following script: 2020-07-14 20:57:23,669 [19] INFO - --------- 2020-07-14 20:57:23,670 [19] INFO - function SE637303570436691514() {} SE637303570436691514.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436691514().executeScript(); 2020-07-14 20:57:23,670 [19] INFO - --------- 2020-07-14 20:57:23,672 [19] INFO - Finished executing the following script: 2020-07-14 20:57:23,672 [19] INFO - --------- 2020-07-14 20:57:23,672 [19] INFO - function SE637303570436691514() {} SE637303570436691514.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436691514().executeScript(); 2020-07-14 20:57:23,673 [19] INFO - --------- 2020-07-14 20:57:23,673 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1294. 2020-07-14 20:57:23,673 [19] INFO - --------- 2020-07-14 20:57:23,675 [19] INFO - About to execute the following script: 2020-07-14 20:57:23,676 [19] INFO - --------- 2020-07-14 20:57:23,676 [19] INFO - function SE637303570436751517() {} SE637303570436751517.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436751517().executeScript(); 2020-07-14 20:57:23,676 [19] INFO - --------- 2020-07-14 20:57:23,678 [19] INFO - Finished executing the following script: 2020-07-14 20:57:23,678 [19] INFO - --------- 2020-07-14 20:57:23,679 [19] INFO - function SE637303570436751517() {} SE637303570436751517.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436751517().executeScript(); 2020-07-14 20:57:23,679 [19] INFO - --------- 2020-07-14 20:57:23,679 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1295. 2020-07-14 20:57:23,680 [19] INFO - --------- 2020-07-14 20:57:23,680 [19] INFO - Finished executing the following script: 2020-07-14 20:57:23,681 [19] INFO - --------- 2020-07-14 20:57:23,681 [19] INFO - function SE637303570436211487() {} SE637303570436211487.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\hauptmenu.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=1 ) { return; } context.write("\r\n
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-hauptmenu-aktiv.html", p.id, 1) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-hauptmenu.html", p.id, 1) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\hauptmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436211487().executeScript(); 2020-07-14 20:57:23,681 [19] INFO - --------- 2020-07-14 20:57:23,682 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1296. 2020-07-14 20:57:23,682 [19] INFO - --------- 2020-07-14 20:57:23,683 [19] INFO - About to execute the following script: 2020-07-14 20:57:23,683 [19] INFO - --------- 2020-07-14 20:57:23,683 [19] INFO - function SE637303570436831522() {} SE637303570436831522.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-breadcrumb.html'. context.write(" \r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-breadcrumb.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436831522().executeScript(); 2020-07-14 20:57:23,684 [19] INFO - --------- 2020-07-14 20:57:23,685 [19] INFO - Finished executing the following script: 2020-07-14 20:57:23,685 [19] INFO - --------- 2020-07-14 20:57:23,685 [19] INFO - function SE637303570436831522() {} SE637303570436831522.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-breadcrumb.html'. context.write(" \r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-breadcrumb.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436831522().executeScript(); 2020-07-14 20:57:23,686 [19] INFO - --------- 2020-07-14 20:57:23,686 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1297. 2020-07-14 20:57:23,686 [19] INFO - --------- 2020-07-14 20:57:23,687 [19] INFO - About to execute the following script: 2020-07-14 20:57:23,688 [19] INFO - --------- 2020-07-14 20:57:23,688 [19] INFO - function SE637303570436871524() {} SE637303570436871524.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\breadcrumbs.html'. var breadcrumb = context.param(0, ""); var breadcrumb_separator = context.param(1, ""); var pageId = page.id; var parentPage = page; var pagesArray = []; var startpage = projectFolder.startPage; // walk the page-tree upwards and store ids of pages which are visible in navigation while ( pageId !== 0 ){ if ( parentPage.type=="projectFolder" ){ break; // A project folder is currently always the top element in the page hierarchy chain, so it is safe to break here since no further pages can exist } else if ( parentPage.visible || parentPage.id == page.id ){ // add the current page (ignoring visibility) and all visible paren pages to the pagesArray pagesArray.unshift(parentPage.id); } var p = project.getPage(pageId); pageId = p.parentPageId; parentPage = project.getPage(pageId); } if ( pagesArray.length > 0 ){ context.write("\r\n\t"); context.write( breadcrumb ); context.write("\r\n\t
      \r\n\t"); } // if startPage isn't the displayed page already and is visible, // prefix the breadcrumbs with a link to it if ( startpage && startpage.visible && page.id !== startpage.id ){ context.write("\r\n\t
    1. \r\n\t\t"); context.write( startpage.name ); context.write("\r\n\t\t"); context.write( breadcrumb_separator ); context.write("\r\n\t
    2. \r\n\t"); } for ( var i = 0; i < pagesArray.length; ++i){ parentPage = project.getPage(pagesArray[i]); if ( i < pagesArray.length - 1 || (i == pagesArray.length-1 && page.id !== pagesArray[i]) ){ if ( parentPage.visible && !(startpage && parentPage.id == startpage.id) ){ context.write("\r\n\t\t
    3. \r\n\t\t\t"); context.write( parentPage.name ); context.write("\r\n\t\t\t"); if ( i < pagesArray.length - 1 ){ context.write("\r\n\t\t\t\t"); context.write( breadcrumb_separator ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t
    4. \r\n\t\t"); } } else{ context.write("\r\n\t\t
    5. \r\n\t\t\t"); context.write( parentPage.name ); context.write("\r\n\t\t
    6. \r\n\t\t"); } } if ( pagesArray.length > 0 ){ context.write("
    "); } context.write("\r\n\t\t\t\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\breadcrumbs.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436871524().executeScript(); 2020-07-14 20:57:23,688 [19] INFO - --------- 2020-07-14 20:57:23,694 [19] INFO - Finished executing the following script: 2020-07-14 20:57:23,694 [19] INFO - --------- 2020-07-14 20:57:23,695 [19] INFO - function SE637303570436871524() {} SE637303570436871524.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\breadcrumbs.html'. var breadcrumb = context.param(0, ""); var breadcrumb_separator = context.param(1, ""); var pageId = page.id; var parentPage = page; var pagesArray = []; var startpage = projectFolder.startPage; // walk the page-tree upwards and store ids of pages which are visible in navigation while ( pageId !== 0 ){ if ( parentPage.type=="projectFolder" ){ break; // A project folder is currently always the top element in the page hierarchy chain, so it is safe to break here since no further pages can exist } else if ( parentPage.visible || parentPage.id == page.id ){ // add the current page (ignoring visibility) and all visible paren pages to the pagesArray pagesArray.unshift(parentPage.id); } var p = project.getPage(pageId); pageId = p.parentPageId; parentPage = project.getPage(pageId); } if ( pagesArray.length > 0 ){ context.write("\r\n\t"); context.write( breadcrumb ); context.write("\r\n\t
      \r\n\t"); } // if startPage isn't the displayed page already and is visible, // prefix the breadcrumbs with a link to it if ( startpage && startpage.visible && page.id !== startpage.id ){ context.write("\r\n\t
    1. \r\n\t\t"); context.write( startpage.name ); context.write("\r\n\t\t"); context.write( breadcrumb_separator ); context.write("\r\n\t
    2. \r\n\t"); } for ( var i = 0; i < pagesArray.length; ++i){ parentPage = project.getPage(pagesArray[i]); if ( i < pagesArray.length - 1 || (i == pagesArray.length-1 && page.id !== pagesArray[i]) ){ if ( parentPage.visible && !(startpage && parentPage.id == startpage.id) ){ context.write("\r\n\t\t
    3. \r\n\t\t\t"); context.write( parentPage.name ); context.write("\r\n\t\t\t"); if ( i < pagesArray.length - 1 ){ context.write("\r\n\t\t\t\t"); context.write( breadcrumb_separator ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t
    4. \r\n\t\t"); } } else{ context.write("\r\n\t\t
    5. \r\n\t\t\t"); context.write( parentPage.name ); context.write("\r\n\t\t
    6. \r\n\t\t"); } } if ( pagesArray.length > 0 ){ context.write("
    "); } context.write("\r\n\t\t\t\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\breadcrumbs.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570436871524().executeScript(); 2020-07-14 20:57:23,695 [19] INFO - --------- 2020-07-14 20:57:23,695 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1298. 2020-07-14 20:57:23,696 [19] INFO - --------- 2020-07-14 20:57:23,701 [19] INFO - About to execute the following script: 2020-07-14 20:57:23,701 [19] INFO - --------- 2020-07-14 20:57:23,702 [19] INFO - function SE637303570437011532() {} SE637303570437011532.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
    \n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
    \n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
    \n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
    \n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
    \n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570437011532().executeScript(); 2020-07-14 20:57:23,704 [19] INFO - --------- 2020-07-14 20:57:23,822 [19] INFO - About to execute the following script: 2020-07-14 20:57:23,822 [19] INFO - --------- 2020-07-14 20:57:23,823 [19] INFO - function SE637303570438221602() {} SE637303570438221602.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 SE637303570438221602().executeScript(); 2020-07-14 20:57:23,823 [19] INFO - --------- 2020-07-14 20:57:23,824 [19] INFO - About to execute the following script: 2020-07-14 20:57:23,826 [19] INFO - --------- 2020-07-14 20:57:23,826 [19] INFO - function SE637303570438241603() {} SE637303570438241603.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 SE637303570438241603().executeScript(); 2020-07-14 20:57:23,826 [19] INFO - --------- 2020-07-14 20:57:23,901 [19] INFO - Finished executing the following script: 2020-07-14 20:57:23,901 [19] INFO - --------- 2020-07-14 20:57:23,901 [19] INFO - function SE637303570438241603() {} SE637303570438241603.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 SE637303570438241603().executeScript(); 2020-07-14 20:57:23,902 [19] INFO - --------- 2020-07-14 20:57:23,902 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1299. 2020-07-14 20:57:23,903 [19] INFO - --------- 2020-07-14 20:57:23,903 [19] INFO - About to execute the following script: 2020-07-14 20:57:23,904 [19] INFO - --------- 2020-07-14 20:57:23,904 [19] INFO - function SE637303570439031648() {} SE637303570439031648.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 SE637303570439031648().executeScript(); 2020-07-14 20:57:23,905 [19] INFO - --------- 2020-07-14 20:57:23,908 [19] INFO - Finished executing the following script: 2020-07-14 20:57:23,908 [19] INFO - --------- 2020-07-14 20:57:23,909 [19] INFO - function SE637303570439031648() {} SE637303570439031648.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 SE637303570439031648().executeScript(); 2020-07-14 20:57:23,909 [19] INFO - --------- 2020-07-14 20:57:23,909 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1300. 2020-07-14 20:57:23,910 [19] INFO - --------- 2020-07-14 20:57:23,911 [19] INFO - About to execute the following script: 2020-07-14 20:57:23,911 [19] INFO - --------- 2020-07-14 20:57:23,911 [19] INFO - function SE637303570439111652() {} SE637303570439111652.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 SE637303570439111652().executeScript(); 2020-07-14 20:57:23,912 [19] INFO - --------- 2020-07-14 20:57:23,914 [19] INFO - Finished executing the following script: 2020-07-14 20:57:23,914 [19] INFO - --------- 2020-07-14 20:57:23,915 [19] INFO - function SE637303570439111652() {} SE637303570439111652.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 SE637303570439111652().executeScript(); 2020-07-14 20:57:23,915 [19] INFO - --------- 2020-07-14 20:57:23,916 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1301. 2020-07-14 20:57:23,916 [19] INFO - --------- 2020-07-14 20:57:23,917 [19] INFO - About to execute the following script: 2020-07-14 20:57:23,918 [19] INFO - --------- 2020-07-14 20:57:23,918 [19] INFO - function SE637303570439171656() {} SE637303570439171656.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 SE637303570439171656().executeScript(); 2020-07-14 20:57:23,918 [19] INFO - --------- 2020-07-14 20:57:23,919 [19] INFO - Finished executing the following script: 2020-07-14 20:57:23,920 [19] INFO - --------- 2020-07-14 20:57:23,920 [19] INFO - function SE637303570439171656() {} SE637303570439171656.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 SE637303570439171656().executeScript(); 2020-07-14 20:57:23,920 [19] INFO - --------- 2020-07-14 20:57:23,921 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1302. 2020-07-14 20:57:23,921 [19] INFO - --------- 2020-07-14 20:57:23,922 [19] INFO - Finished executing the following script: 2020-07-14 20:57:23,922 [19] INFO - --------- 2020-07-14 20:57:23,923 [19] INFO - function SE637303570438221602() {} SE637303570438221602.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 SE637303570438221602().executeScript(); 2020-07-14 20:57:23,923 [19] INFO - --------- 2020-07-14 20:57:23,923 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1303. 2020-07-14 20:57:23,924 [19] INFO - --------- 2020-07-14 20:57:23,951 [19] INFO - About to execute the following script: 2020-07-14 20:57:23,951 [19] INFO - --------- 2020-07-14 20:57:23,952 [19] INFO - function SE637303570439511675() {} SE637303570439511675.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 SE637303570439511675().executeScript(); 2020-07-14 20:57:23,953 [19] INFO - --------- 2020-07-14 20:57:23,994 [19] INFO - About to execute the following script: 2020-07-14 20:57:23,994 [19] INFO - --------- 2020-07-14 20:57:23,994 [19] INFO - function SE637303570439931699() {} SE637303570439931699.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 SE637303570439931699().executeScript(); 2020-07-14 20:57:23,995 [19] INFO - --------- 2020-07-14 20:57:24,003 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,003 [19] INFO - --------- 2020-07-14 20:57:24,003 [19] INFO - function SE637303570439931699() {} SE637303570439931699.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 SE637303570439931699().executeScript(); 2020-07-14 20:57:24,004 [19] INFO - --------- 2020-07-14 20:57:24,004 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1304. 2020-07-14 20:57:24,005 [19] INFO - --------- 2020-07-14 20:57:24,008 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,008 [19] INFO - --------- 2020-07-14 20:57:24,008 [19] INFO - function SE637303570439511675() {} SE637303570439511675.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 SE637303570439511675().executeScript(); 2020-07-14 20:57:24,010 [19] INFO - --------- 2020-07-14 20:57:24,010 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1305. 2020-07-14 20:57:24,010 [19] INFO - --------- 2020-07-14 20:57:24,041 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,041 [19] INFO - --------- 2020-07-14 20:57:24,042 [19] INFO - function SE637303570440411727() {} SE637303570440411727.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 SE637303570440411727().executeScript(); 2020-07-14 20:57:24,043 [19] INFO - --------- 2020-07-14 20:57:24,044 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,044 [19] INFO - --------- 2020-07-14 20:57:24,045 [19] INFO - function SE637303570440441729() {} SE637303570440441729.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 SE637303570440441729().executeScript(); 2020-07-14 20:57:24,045 [19] INFO - --------- 2020-07-14 20:57:24,055 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,056 [19] INFO - --------- 2020-07-14 20:57:24,056 [19] INFO - function SE637303570440441729() {} SE637303570440441729.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 SE637303570440441729().executeScript(); 2020-07-14 20:57:24,057 [19] INFO - --------- 2020-07-14 20:57:24,057 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1306. 2020-07-14 20:57:24,057 [19] INFO - --------- 2020-07-14 20:57:24,058 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,059 [19] INFO - --------- 2020-07-14 20:57:24,059 [19] INFO - function SE637303570440581737() {} SE637303570440581737.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 SE637303570440581737().executeScript(); 2020-07-14 20:57:24,059 [19] INFO - --------- 2020-07-14 20:57:24,061 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,061 [19] INFO - --------- 2020-07-14 20:57:24,062 [19] INFO - function SE637303570440581737() {} SE637303570440581737.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 SE637303570440581737().executeScript(); 2020-07-14 20:57:24,062 [19] INFO - --------- 2020-07-14 20:57:24,063 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1307. 2020-07-14 20:57:24,063 [19] INFO - --------- 2020-07-14 20:57:24,064 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,064 [19] INFO - --------- 2020-07-14 20:57:24,064 [19] INFO - function SE637303570440641740() {} SE637303570440641740.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 SE637303570440641740().executeScript(); 2020-07-14 20:57:24,065 [19] INFO - --------- 2020-07-14 20:57:24,068 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,068 [19] INFO - --------- 2020-07-14 20:57:24,068 [19] INFO - function SE637303570440641740() {} SE637303570440641740.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 SE637303570440641740().executeScript(); 2020-07-14 20:57:24,069 [19] INFO - --------- 2020-07-14 20:57:24,069 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1308. 2020-07-14 20:57:24,069 [19] INFO - --------- 2020-07-14 20:57:24,070 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,071 [19] INFO - --------- 2020-07-14 20:57:24,071 [19] INFO - function SE637303570440701743() {} SE637303570440701743.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 SE637303570440701743().executeScript(); 2020-07-14 20:57:24,071 [19] INFO - --------- 2020-07-14 20:57:24,073 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,073 [19] INFO - --------- 2020-07-14 20:57:24,073 [19] INFO - function SE637303570440701743() {} SE637303570440701743.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 SE637303570440701743().executeScript(); 2020-07-14 20:57:24,074 [19] INFO - --------- 2020-07-14 20:57:24,074 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1309. 2020-07-14 20:57:24,074 [19] INFO - --------- 2020-07-14 20:57:24,075 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,076 [19] INFO - --------- 2020-07-14 20:57:24,076 [19] INFO - function SE637303570440411727() {} SE637303570440411727.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 SE637303570440411727().executeScript(); 2020-07-14 20:57:24,076 [19] INFO - --------- 2020-07-14 20:57:24,077 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1310. 2020-07-14 20:57:24,077 [19] INFO - --------- 2020-07-14 20:57:24,109 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,109 [19] INFO - --------- 2020-07-14 20:57:24,110 [19] INFO - function SE637303570441091766() {} SE637303570441091766.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 SE637303570441091766().executeScript(); 2020-07-14 20:57:24,110 [19] INFO - --------- 2020-07-14 20:57:24,112 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,112 [19] INFO - --------- 2020-07-14 20:57:24,113 [19] INFO - function SE637303570441111767() {} SE637303570441111767.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 SE637303570441111767().executeScript(); 2020-07-14 20:57:24,113 [19] INFO - --------- 2020-07-14 20:57:24,124 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,125 [19] INFO - --------- 2020-07-14 20:57:24,125 [19] INFO - function SE637303570441111767() {} SE637303570441111767.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 SE637303570441111767().executeScript(); 2020-07-14 20:57:24,126 [19] INFO - --------- 2020-07-14 20:57:24,126 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1311. 2020-07-14 20:57:24,126 [19] INFO - --------- 2020-07-14 20:57:24,127 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,128 [19] INFO - --------- 2020-07-14 20:57:24,128 [19] INFO - function SE637303570441271776() {} SE637303570441271776.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 SE637303570441271776().executeScript(); 2020-07-14 20:57:24,129 [19] INFO - --------- 2020-07-14 20:57:24,132 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,133 [19] INFO - --------- 2020-07-14 20:57:24,133 [19] INFO - function SE637303570441271776() {} SE637303570441271776.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 SE637303570441271776().executeScript(); 2020-07-14 20:57:24,133 [19] INFO - --------- 2020-07-14 20:57:24,134 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1312. 2020-07-14 20:57:24,134 [19] INFO - --------- 2020-07-14 20:57:24,135 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,135 [19] INFO - --------- 2020-07-14 20:57:24,135 [19] INFO - function SE637303570441351781() {} SE637303570441351781.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 SE637303570441351781().executeScript(); 2020-07-14 20:57:24,136 [19] INFO - --------- 2020-07-14 20:57:24,139 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,139 [19] INFO - --------- 2020-07-14 20:57:24,140 [19] INFO - function SE637303570441351781() {} SE637303570441351781.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 SE637303570441351781().executeScript(); 2020-07-14 20:57:24,140 [19] INFO - --------- 2020-07-14 20:57:24,140 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1313. 2020-07-14 20:57:24,141 [19] INFO - --------- 2020-07-14 20:57:24,141 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,142 [19] INFO - --------- 2020-07-14 20:57:24,142 [19] INFO - function SE637303570441411784() {} SE637303570441411784.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 SE637303570441411784().executeScript(); 2020-07-14 20:57:24,143 [19] INFO - --------- 2020-07-14 20:57:24,144 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,144 [19] INFO - --------- 2020-07-14 20:57:24,145 [19] INFO - function SE637303570441411784() {} SE637303570441411784.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 SE637303570441411784().executeScript(); 2020-07-14 20:57:24,145 [19] INFO - --------- 2020-07-14 20:57:24,145 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1314. 2020-07-14 20:57:24,146 [19] INFO - --------- 2020-07-14 20:57:24,147 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,147 [19] INFO - --------- 2020-07-14 20:57:24,147 [19] INFO - function SE637303570441091766() {} SE637303570441091766.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 SE637303570441091766().executeScript(); 2020-07-14 20:57:24,148 [19] INFO - --------- 2020-07-14 20:57:24,148 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1315. 2020-07-14 20:57:24,148 [19] INFO - --------- 2020-07-14 20:57:24,175 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,176 [19] INFO - --------- 2020-07-14 20:57:24,176 [19] INFO - function SE637303570441751803() {} SE637303570441751803.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\bilderalbumv12\standard.html'. var imagesPerPage = parseInt(article.value("imagesperpage", 0)); var isPaging = false; var contentImageWidth = "890"; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl hohlen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || 960; 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; } // if page contains a news area, we only approximate a 2/3 1/3 size layout in order to calculate thumbnails if ( article.area.toLowerCase() == "news" ){ gridCols = 4; } else if ( page.anyAreaArticles("News") ){ gridCols = 8; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } var showSlideshow = article.value("slideshow"); var albumId = article.value("album"); var images = project.getAlbumImages(albumId); var thumbnailWidth = article.value("width"); var thumbnailHeight = article.value("height"); var titlePosition = article.value("titleposition"); var thumbTitlePosition = article.value("thumbtitleposition", "off"); var imageMargin = parseInt(article.value("margin", "0")); // figure out if images have a border set in layout-settings and compensate for it, if the article doesn't have a custom class "noborder" set var imageBorder = 0; var tmpArticleCssClass = " " + article.cssClass; if ( tmpArticleCssClass.indexOf("noborder") == -1 && "" != "0" && "" != "" ) { imageBorder = parseInt(""); } var generateThumbs = true; if ( titlePosition !== "off" ) { var titleShow = "1"; } else { var titleShow = "0"; } if ( "de" == "en" ) { var lang = "en"; } else { var lang = "de"; } var backgroundImage = backgroundWidth = backgroundHeight = backgroundLeft = backgroundTop = ""; if ( showSlideshow && article.valueRaw("slideshowtemplate") !== "none" ) { backgroundImage = article.value("slideshowtemplate", ""); if ( backgroundImage.indexOf("/laptop.png") > -1 ) { backgroundImage = "assets/js/img/laptop.png"; var backgroundWidth = "801"; var backgroundHeight = "469"; var backgroundLeft= "104"; var backgroundTop = "31"; thumbnailWidth = "590"; thumbnailHeight = "369"; } else if ( backgroundImage.indexOf("/laptop_klein.png") > -1 ) { backgroundImage = "assets/js/img/laptop_klein.png"; var backgroundWidth = "458"; var backgroundHeight = "268"; var backgroundLeft= "59"; var backgroundTop = "18"; thumbnailWidth = "338"; thumbnailHeight = "211"; } else if ( backgroundImage.indexOf("/rahmen.png") > -1 ) { backgroundImage = "assets/js/img/rahmen.png"; var backgroundWidth = "758"; var backgroundHeight = "469"; var backgroundLeft= "55"; var backgroundTop = "57"; thumbnailWidth = "648"; thumbnailHeight = "356"; } else if ( backgroundImage.indexOf("/rahmen_klein.png") > -1 ) { backgroundImage = "assets/js/img/rahmen_klein.png"; var backgroundWidth = "458"; var backgroundHeight = "283"; var backgroundLeft= "33"; var backgroundTop = "34"; thumbnailWidth = "392"; thumbnailHeight = "214"; } } else if ( showSlideshow && article.valueRaw("slideshowtemplate") == "none" ) { thumbnailWidth = columnWidth; //generateThumbs = false; } if ( system.preview ){ //system.log(images.count == 1 ? (" 1 Bild...") : (" " + images.count + " Bilder...")); } var gridFactor = 12 / gridCols; var maxcols = Math.ceil((contentImageWidth / (thumbnailWidth+imageMargin)) / gridFactor); var onecolumnbreakpoint = 479; var maxmobilecols = Math.ceil(onecolumnbreakpoint / thumbnailWidth); var mobilecontainerwidth = 100 / maxmobilecols; var headstyle = "/* test */"; headstyle += "\ #igal" + article.id + ":not(.zpSlideshow){\n\ margin-left: -" + imageMargin/2 + "px !important;\n\ margin-right: -" + imageMargin/2 + "px !important;\n\ }\n\ /* below is to accomodates for IE rounding errors which caused the cols not to fit into the row */\n\ .ie #igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\ width: calc((100% / "+ maxcols +") - " + parseInt(imageMargin/2)*2 + ".1px) !important;\n\ margin: " + parseInt(imageMargin/2) + "px !important;\n\ }\n\ \n\ #igal" + article.id + ":not(.zpSlideshow) div.gallery-item,\n\ #igal" + article.id + ":not(.zpSlideshow) > a,\n\ #igal" + article.id + ":not(.zpSlideshow) .slide > a{\n\ display: block;\n\ float: left;\n\ width: calc((100% / "+ maxcols +") - " + imageMargin + "px);\n\ max-width: "+ thumbnailWidth +"px;\n\ height: auto;\n\ margin: " + imageMargin / 2 + "px;\n\ }\n\ #igal" + article.id +" > a > img{\n\ max-width: 100%;\n\ display: block;\n\ }\n\ "; for ( var i = 1; i < maxcols - 1; i++){ var breakpoint = contentImageWidth - (i * thumbnailWidth); if ( breakpoint <= onecolumnbreakpoint ){ // if we reach the point, where the ZP Grid will display rows in 1-column, we break and need to use a different logic (see next for-loop) break; } var containerwidth = 100 / ( maxcols - i); headstyle += "\n\ @media screen and (max-width: " + breakpoint +"px) {\n\ #igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\ width: calc(" + containerwidth + "% - " + imageMargin + "px);\n\ }\n\ }\n\ "; } // mobile display 2+-column-rows. for ( var i = 1; i < maxmobilecols; i++){ headstyle += "\n\ @media screen and (max-width: " + onecolumnbreakpoint +"px) {\n\ #igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\ width: calc(" + mobilecontainerwidth + "% - " + imageMargin + "px);\n\ }\n\ }\n\ "; onecolumnbreakpoint = ( maxmobilecols -i ) * thumbnailWidth; mobilecontainerwidth = 100 / ( maxmobilecols -i ); } // mobile display 1-column-row. headstyle += "\n\ @media screen and (max-width: " + (thumbnailWidth+imageMargin) +"px) {\n\ #igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\ width: calc(100% - " + imageMargin + "px);\n\ }\n\ }\n\ "; headstyle += ""; system.addHtmlHeadElement(headstyle); // polyfill for JSON.stringify() // https://gist.github.com/uupaa/5562297 function _toJSONEscapedString(str) { // @arg String: // @ret String: // @inner: to JSON escaped string if (typeof(str)==='undefined') str = ""; if ( str == ""){ return ""; } else{ var JSON_ESCAPE = { '\b': '\\b', // backspace U+0008 '\t': '\\t', // tab U+0009 '\n': '\\n', // line feed U+000A '\f': '\\f', // form feed U+000C '\r': '\\r', // carriage return U+000D '"': '\\"', // quotation mark U+0022 '\\': '\\\\' // reverse solidus U+005C }; return str.replace(/(?:[\b\t\n\f\r\"]|\\)/g, function(_) { return JSON_ESCAPE[_]; }).replace(/(?:[\x00-\x1f])/g, function(_) { return "\\u00" + ("0" + _.charCodeAt(0).toString(16)).slice(-2); }); } } context.write("\r\n\r\n"); // normales Bilderalbum mit thumbnails, ohne ContentCopy if ( !showSlideshow ) { // only activate paging via json-data when more than one page of images to show exists if ( imagesPerPage > 0 && images.count > imagesPerPage ){ isPaging = true; } context.write("\r\n\r\n\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\r\n\t\t
    999999 ){ context.write("style=\"margin-right: -"); context.write( imageMargin ); context.write("px;\" "); } context.write("\r\n\t\t\tdata-article-id=\""); context.write(article.id); context.write("\" \r\n\t\t\tdata-prevtext=\"Zurück\" \r\n\t\t\tdata-nexttext=\"Weiter\" \r\n\t\t\tdata-pagetext=\"Seite {0} von {1}\" \r\n\t\t\tdata-ispaging=\""); context.write(isPaging); context.write("\" \r\n\t\t\tdata-imageeffect=\""); context.write(effectClass); context.write("\" \r\n\t\t\tdata-imagesperpage=\""); context.write(imagesPerPage); context.write("\" \r\n\t\t\tdata-kind=\"gallery\" \r\n\t\t\tdata-width=\""); context.write( thumbnailWidth ); context.write("\"\r\n\t\t\tdata-height=\""); context.write( thumbnailHeight ); context.write("\"\r\n\t\t\tdata-margin=\""); context.write( article.value("margin", "") ); context.write("\"\r\n\t\t\tdata-maxcols=\""); context.write( maxcols ); context.write("\"\r\n\t\t\tdata-bordercolor=\"default\"\r\n\t\t\tdata-borderwidth=\"0\"\r\n\t\t\tdata-numbershow=\"0\" \r\n\t\t\tdata-template=\"\" \r\n\t\t\tdata-titleshow=\""); context.write( titleShow ); context.write("\"\r\n\t\t\tdata-titleposition=\""); context.write( article.value("titleposition", "") ); context.write("\"\r\n\t\t\tdata-transition=\""); context.write( article.value("zoom", "") ); context.write("\"\r\n\t\t\tdata-inner-transition=\""); context.write( article.value("transition", "") ); context.write("\"\r\n\t\t\tdata-slideshow=\"0\"\r\n\t\t\tdata-slideshowinterval=\"0\"\r\n\t\t\tdata-lang=\""); context.write( lang ); context.write("\">\r\n\t\r\n\t\t\t"); if ( isPaging ) { context.write("\r\n\t\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\t\t
    \r\n\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\r\n"); } else { context.write("\r\n\r\n\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\r\n\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\r\n\t\t\r\n\t\t"); // Slideshow mit Hintergrundbild aus Template (Laptop etc.), ohne Contentcopy if ( backgroundImage !== "" && backgroundImage !== "Keine" ) { context.write("\r\n\t\r\n\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t\r\n\t\t\t\t\t\"\"\r\n\t\t\r\n\t\t\t\t\t"); var descriptionSlide1, altText1, encodedDescription1, imageSlide1; for ( var indexSlide1=0; indexSlide1 < images.count; ++indexSlide1 ) { imageSlide1 = images.item(indexSlide1); imageSlide1.skipContentCopy(); // keine contentCopy erzeugen, da überflüssig weil gleich groß wie workingCopy descriptionSlide1 = system.htmlEncode(system.removeHtmlTags(imageSlide1.description)); encodedDescription1 = system.htmlEncode(imageSlide1.description); altText1 = system.htmlEncode(system.removeHtmlTags(imageSlide1.altText)); if ( imageSlide1.createThumb(thumbnailWidth, thumbnailHeight) ) { if ( system.preview ){ system.log(" Erstelle Vorschaubild " + imageSlide1.thumbPath(thumbnailWidth, thumbnailHeight).split("/").pop()); } } context.write("\r\n\t\t\t\r\n\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\"");\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t"); if ( titleShow == "1" && imageSlide1.description !== "" ) { context.write("\r\n\t\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\t"); context.write( imageSlide1.description ); context.write("\r\n\t\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t
    \r\n\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\r\n\t\t"); } // Slideshow ohne Hintergrundbild (Nur Bild), ohne Contentcopy else { context.write("\r\n\r\n\t\t\t"); var maxThumbnailHeight = 0; var maxThumbnailWidth = 0; for (var indexThumbnailHeight=0; indexThumbnailHeight < images.count; ++indexThumbnailHeight ) { var imageThumbnailHeight = images.item(indexThumbnailHeight); imageThumbnailHeight.skipContentCopy(); var currentThumbnailHeight = imageThumbnailHeight.createThumbWithInfo(columnWidth); if ( currentThumbnailHeight.created ) { if ( system.preview ){ system.log(" Erstelle Vorschaubild " + imageThumbnailHeight.thumbPath(columnWidth).split("/").pop()); } } if ( currentThumbnailHeight.height > maxThumbnailHeight ) { maxThumbnailHeight = currentThumbnailHeight.height; } if ( currentThumbnailHeight.width > maxThumbnailWidth ) { maxThumbnailWidth = currentThumbnailHeight.width; } } context.write("\r\n\t\t\t\r\n\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t\t\t"); var descriptionSlide2, encodedDescription2, imageSlide2; for ( var indexSlide2=0; indexSlide2 < images.count; ++indexSlide2 ) { imageSlide2 = images.item(indexSlide2); imageSlide2.skipContentCopy(); descriptionSlide2 = system.htmlEncode(system.removeHtmlTags(imageSlide2.description)); encodedDescription2 = system.htmlEncode(imageSlide2.description); altText2 = system.htmlEncode(system.removeHtmlTags(imageSlide2.altText)); var tni = imageSlide2.createThumbWithInfo(columnWidth); if ( tni.created ) { if ( system.preview ){ system.log(" Erstelle Vorschaubild " + imageSlide2.thumbPath(columnWidth).split("/").pop()); } } var tmpWidth = parseInt(tni.ThumbnailWidth); var tmpHeight = parseInt(tni.ThumbnailHeight); var tmpSrc = imageSlide2.thumbPath(columnWidth); context.write("\r\n\t\t\t\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\"");\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( titleShow == "1" && imageSlide2.description !== "" ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t"); context.write( imageSlide2.description ); context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\r\n\t\t"); } context.write("\r\n\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\r\n\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\r\n"); } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\bilderalbumv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570441751803().executeScript(); 2020-07-14 20:57:24,178 [19] INFO - --------- 2020-07-14 20:57:24,193 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,193 [19] INFO - --------- 2020-07-14 20:57:24,194 [19] INFO - function SE637303570441931814() {} SE637303570441931814.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 SE637303570441931814().executeScript(); 2020-07-14 20:57:24,194 [19] INFO - --------- 2020-07-14 20:57:24,203 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,203 [19] INFO - --------- 2020-07-14 20:57:24,204 [19] INFO - function SE637303570441931814() {} SE637303570441931814.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 SE637303570441931814().executeScript(); 2020-07-14 20:57:24,204 [19] INFO - --------- 2020-07-14 20:57:24,204 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1316. 2020-07-14 20:57:24,205 [19] INFO - --------- 2020-07-14 20:57:24,205 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,206 [19] INFO - --------- 2020-07-14 20:57:24,206 [19] INFO - function SE637303570442051821() {} SE637303570442051821.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 SE637303570442051821().executeScript(); 2020-07-14 20:57:24,206 [19] INFO - --------- 2020-07-14 20:57:24,210 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,210 [19] INFO - --------- 2020-07-14 20:57:24,211 [19] INFO - function SE637303570442051821() {} SE637303570442051821.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 SE637303570442051821().executeScript(); 2020-07-14 20:57:24,211 [19] INFO - --------- 2020-07-14 20:57:24,211 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1317. 2020-07-14 20:57:24,212 [19] INFO - --------- 2020-07-14 20:57:24,270 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,270 [19] INFO - --------- 2020-07-14 20:57:24,271 [19] INFO - function SE637303570441751803() {} SE637303570441751803.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\bilderalbumv12\standard.html'. var imagesPerPage = parseInt(article.value("imagesperpage", 0)); var isPaging = false; var contentImageWidth = "890"; // Kann auch "700px" sein, deshalb mit parseInt nur die Zahl hohlen und trimmen - falls leer, auf default 960 setzen. contentImageWidth = parseInt(contentImageWidth) || 960; 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; } // if page contains a news area, we only approximate a 2/3 1/3 size layout in order to calculate thumbnails if ( article.area.toLowerCase() == "news" ){ gridCols = 4; } else if ( page.anyAreaArticles("News") ){ gridCols = 8; } var columnMargin = 30; var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols; var effect = article.value("effect", "none"); var effectClass = ""; switch ( effect ) { case "hoverzoom": effectClass = " zpeffect zphoverscale"; break; default: effectClass = ""; } var showSlideshow = article.value("slideshow"); var albumId = article.value("album"); var images = project.getAlbumImages(albumId); var thumbnailWidth = article.value("width"); var thumbnailHeight = article.value("height"); var titlePosition = article.value("titleposition"); var thumbTitlePosition = article.value("thumbtitleposition", "off"); var imageMargin = parseInt(article.value("margin", "0")); // figure out if images have a border set in layout-settings and compensate for it, if the article doesn't have a custom class "noborder" set var imageBorder = 0; var tmpArticleCssClass = " " + article.cssClass; if ( tmpArticleCssClass.indexOf("noborder") == -1 && "" != "0" && "" != "" ) { imageBorder = parseInt(""); } var generateThumbs = true; if ( titlePosition !== "off" ) { var titleShow = "1"; } else { var titleShow = "0"; } if ( "de" == "en" ) { var lang = "en"; } else { var lang = "de"; } var backgroundImage = backgroundWidth = backgroundHeight = backgroundLeft = backgroundTop = ""; if ( showSlideshow && article.valueRaw("slideshowtemplate") !== "none" ) { backgroundImage = article.value("slideshowtemplate", ""); if ( backgroundImage.indexOf("/laptop.png") > -1 ) { backgroundImage = "assets/js/img/laptop.png"; var backgroundWidth = "801"; var backgroundHeight = "469"; var backgroundLeft= "104"; var backgroundTop = "31"; thumbnailWidth = "590"; thumbnailHeight = "369"; } else if ( backgroundImage.indexOf("/laptop_klein.png") > -1 ) { backgroundImage = "assets/js/img/laptop_klein.png"; var backgroundWidth = "458"; var backgroundHeight = "268"; var backgroundLeft= "59"; var backgroundTop = "18"; thumbnailWidth = "338"; thumbnailHeight = "211"; } else if ( backgroundImage.indexOf("/rahmen.png") > -1 ) { backgroundImage = "assets/js/img/rahmen.png"; var backgroundWidth = "758"; var backgroundHeight = "469"; var backgroundLeft= "55"; var backgroundTop = "57"; thumbnailWidth = "648"; thumbnailHeight = "356"; } else if ( backgroundImage.indexOf("/rahmen_klein.png") > -1 ) { backgroundImage = "assets/js/img/rahmen_klein.png"; var backgroundWidth = "458"; var backgroundHeight = "283"; var backgroundLeft= "33"; var backgroundTop = "34"; thumbnailWidth = "392"; thumbnailHeight = "214"; } } else if ( showSlideshow && article.valueRaw("slideshowtemplate") == "none" ) { thumbnailWidth = columnWidth; //generateThumbs = false; } if ( system.preview ){ //system.log(images.count == 1 ? (" 1 Bild...") : (" " + images.count + " Bilder...")); } var gridFactor = 12 / gridCols; var maxcols = Math.ceil((contentImageWidth / (thumbnailWidth+imageMargin)) / gridFactor); var onecolumnbreakpoint = 479; var maxmobilecols = Math.ceil(onecolumnbreakpoint / thumbnailWidth); var mobilecontainerwidth = 100 / maxmobilecols; var headstyle = "/* test */"; headstyle += "\ #igal" + article.id + ":not(.zpSlideshow){\n\ margin-left: -" + imageMargin/2 + "px !important;\n\ margin-right: -" + imageMargin/2 + "px !important;\n\ }\n\ /* below is to accomodates for IE rounding errors which caused the cols not to fit into the row */\n\ .ie #igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\ width: calc((100% / "+ maxcols +") - " + parseInt(imageMargin/2)*2 + ".1px) !important;\n\ margin: " + parseInt(imageMargin/2) + "px !important;\n\ }\n\ \n\ #igal" + article.id + ":not(.zpSlideshow) div.gallery-item,\n\ #igal" + article.id + ":not(.zpSlideshow) > a,\n\ #igal" + article.id + ":not(.zpSlideshow) .slide > a{\n\ display: block;\n\ float: left;\n\ width: calc((100% / "+ maxcols +") - " + imageMargin + "px);\n\ max-width: "+ thumbnailWidth +"px;\n\ height: auto;\n\ margin: " + imageMargin / 2 + "px;\n\ }\n\ #igal" + article.id +" > a > img{\n\ max-width: 100%;\n\ display: block;\n\ }\n\ "; for ( var i = 1; i < maxcols - 1; i++){ var breakpoint = contentImageWidth - (i * thumbnailWidth); if ( breakpoint <= onecolumnbreakpoint ){ // if we reach the point, where the ZP Grid will display rows in 1-column, we break and need to use a different logic (see next for-loop) break; } var containerwidth = 100 / ( maxcols - i); headstyle += "\n\ @media screen and (max-width: " + breakpoint +"px) {\n\ #igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\ width: calc(" + containerwidth + "% - " + imageMargin + "px);\n\ }\n\ }\n\ "; } // mobile display 2+-column-rows. for ( var i = 1; i < maxmobilecols; i++){ headstyle += "\n\ @media screen and (max-width: " + onecolumnbreakpoint +"px) {\n\ #igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\ width: calc(" + mobilecontainerwidth + "% - " + imageMargin + "px);\n\ }\n\ }\n\ "; onecolumnbreakpoint = ( maxmobilecols -i ) * thumbnailWidth; mobilecontainerwidth = 100 / ( maxmobilecols -i ); } // mobile display 1-column-row. headstyle += "\n\ @media screen and (max-width: " + (thumbnailWidth+imageMargin) +"px) {\n\ #igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\ width: calc(100% - " + imageMargin + "px);\n\ }\n\ }\n\ "; headstyle += ""; system.addHtmlHeadElement(headstyle); // polyfill for JSON.stringify() // https://gist.github.com/uupaa/5562297 function _toJSONEscapedString(str) { // @arg String: // @ret String: // @inner: to JSON escaped string if (typeof(str)==='undefined') str = ""; if ( str == ""){ return ""; } else{ var JSON_ESCAPE = { '\b': '\\b', // backspace U+0008 '\t': '\\t', // tab U+0009 '\n': '\\n', // line feed U+000A '\f': '\\f', // form feed U+000C '\r': '\\r', // carriage return U+000D '"': '\\"', // quotation mark U+0022 '\\': '\\\\' // reverse solidus U+005C }; return str.replace(/(?:[\b\t\n\f\r\"]|\\)/g, function(_) { return JSON_ESCAPE[_]; }).replace(/(?:[\x00-\x1f])/g, function(_) { return "\\u00" + ("0" + _.charCodeAt(0).toString(16)).slice(-2); }); } } context.write("\r\n\r\n"); // normales Bilderalbum mit thumbnails, ohne ContentCopy if ( !showSlideshow ) { // only activate paging via json-data when more than one page of images to show exists if ( imagesPerPage > 0 && images.count > imagesPerPage ){ isPaging = true; } context.write("\r\n\r\n\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\t\r\n\t\t
    999999 ){ context.write("style=\"margin-right: -"); context.write( imageMargin ); context.write("px;\" "); } context.write("\r\n\t\t\tdata-article-id=\""); context.write(article.id); context.write("\" \r\n\t\t\tdata-prevtext=\"Zurück\" \r\n\t\t\tdata-nexttext=\"Weiter\" \r\n\t\t\tdata-pagetext=\"Seite {0} von {1}\" \r\n\t\t\tdata-ispaging=\""); context.write(isPaging); context.write("\" \r\n\t\t\tdata-imageeffect=\""); context.write(effectClass); context.write("\" \r\n\t\t\tdata-imagesperpage=\""); context.write(imagesPerPage); context.write("\" \r\n\t\t\tdata-kind=\"gallery\" \r\n\t\t\tdata-width=\""); context.write( thumbnailWidth ); context.write("\"\r\n\t\t\tdata-height=\""); context.write( thumbnailHeight ); context.write("\"\r\n\t\t\tdata-margin=\""); context.write( article.value("margin", "") ); context.write("\"\r\n\t\t\tdata-maxcols=\""); context.write( maxcols ); context.write("\"\r\n\t\t\tdata-bordercolor=\"default\"\r\n\t\t\tdata-borderwidth=\"0\"\r\n\t\t\tdata-numbershow=\"0\" \r\n\t\t\tdata-template=\"\" \r\n\t\t\tdata-titleshow=\""); context.write( titleShow ); context.write("\"\r\n\t\t\tdata-titleposition=\""); context.write( article.value("titleposition", "") ); context.write("\"\r\n\t\t\tdata-transition=\""); context.write( article.value("zoom", "") ); context.write("\"\r\n\t\t\tdata-inner-transition=\""); context.write( article.value("transition", "") ); context.write("\"\r\n\t\t\tdata-slideshow=\"0\"\r\n\t\t\tdata-slideshowinterval=\"0\"\r\n\t\t\tdata-lang=\""); context.write( lang ); context.write("\">\r\n\t\r\n\t\t\t"); if ( isPaging ) { context.write("\r\n\t\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t"); } context.write("\r\n\t\t
    \r\n\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\r\n"); } else { context.write("\r\n\r\n\t"); context.write( system.partial("article-begin.html") ); context.write("\r\n\r\n\t\t"); context.write( system.partial("article-headline.html") ); context.write("\r\n\t\r\n\t\t\r\n\t\t"); // Slideshow mit Hintergrundbild aus Template (Laptop etc.), ohne Contentcopy if ( backgroundImage !== "" && backgroundImage !== "Keine" ) { context.write("\r\n\t\r\n\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t\r\n\t\t\t\t\t\"\"\r\n\t\t\r\n\t\t\t\t\t"); var descriptionSlide1, altText1, encodedDescription1, imageSlide1; for ( var indexSlide1=0; indexSlide1 < images.count; ++indexSlide1 ) { imageSlide1 = images.item(indexSlide1); imageSlide1.skipContentCopy(); // keine contentCopy erzeugen, da überflüssig weil gleich groß wie workingCopy descriptionSlide1 = system.htmlEncode(system.removeHtmlTags(imageSlide1.description)); encodedDescription1 = system.htmlEncode(imageSlide1.description); altText1 = system.htmlEncode(system.removeHtmlTags(imageSlide1.altText)); if ( imageSlide1.createThumb(thumbnailWidth, thumbnailHeight) ) { if ( system.preview ){ system.log(" Erstelle Vorschaubild " + imageSlide1.thumbPath(thumbnailWidth, thumbnailHeight).split("/").pop()); } } context.write("\r\n\t\t\t\r\n\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\"");\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t"); if ( titleShow == "1" && imageSlide1.description !== "" ) { context.write("\r\n\t\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\t"); context.write( imageSlide1.description ); context.write("\r\n\t\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t
    \r\n\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\r\n\t\t"); } // Slideshow ohne Hintergrundbild (Nur Bild), ohne Contentcopy else { context.write("\r\n\r\n\t\t\t"); var maxThumbnailHeight = 0; var maxThumbnailWidth = 0; for (var indexThumbnailHeight=0; indexThumbnailHeight < images.count; ++indexThumbnailHeight ) { var imageThumbnailHeight = images.item(indexThumbnailHeight); imageThumbnailHeight.skipContentCopy(); var currentThumbnailHeight = imageThumbnailHeight.createThumbWithInfo(columnWidth); if ( currentThumbnailHeight.created ) { if ( system.preview ){ system.log(" Erstelle Vorschaubild " + imageThumbnailHeight.thumbPath(columnWidth).split("/").pop()); } } if ( currentThumbnailHeight.height > maxThumbnailHeight ) { maxThumbnailHeight = currentThumbnailHeight.height; } if ( currentThumbnailHeight.width > maxThumbnailWidth ) { maxThumbnailWidth = currentThumbnailHeight.width; } } context.write("\r\n\t\t\t\r\n\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t\t\t"); var descriptionSlide2, encodedDescription2, imageSlide2; for ( var indexSlide2=0; indexSlide2 < images.count; ++indexSlide2 ) { imageSlide2 = images.item(indexSlide2); imageSlide2.skipContentCopy(); descriptionSlide2 = system.htmlEncode(system.removeHtmlTags(imageSlide2.description)); encodedDescription2 = system.htmlEncode(imageSlide2.description); altText2 = system.htmlEncode(system.removeHtmlTags(imageSlide2.altText)); var tni = imageSlide2.createThumbWithInfo(columnWidth); if ( tni.created ) { if ( system.preview ){ system.log(" Erstelle Vorschaubild " + imageSlide2.thumbPath(columnWidth).split("/").pop()); } } var tmpWidth = parseInt(tni.ThumbnailWidth); var tmpHeight = parseInt(tni.ThumbnailHeight); var tmpSrc = imageSlide2.thumbPath(columnWidth); context.write("\r\n\t\t\t\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\"");\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( titleShow == "1" && imageSlide2.description !== "" ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t"); context.write( imageSlide2.description ); context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\r\n\t\t"); } context.write("\r\n\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\r\n\t"); context.write( system.partial("article-end.html") ); context.write("\r\n\r\n"); } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\bilderalbumv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570441751803().executeScript(); 2020-07-14 20:57:24,273 [19] INFO - --------- 2020-07-14 20:57:24,273 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1318. 2020-07-14 20:57:24,273 [19] INFO - --------- 2020-07-14 20:57:24,315 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,315 [19] INFO - --------- 2020-07-14 20:57:24,315 [19] INFO - function SE637303570443151884() {} SE637303570443151884.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570443151884().executeScript(); 2020-07-14 20:57:24,316 [19] INFO - --------- 2020-07-14 20:57:24,318 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,318 [19] INFO - --------- 2020-07-14 20:57:24,319 [19] INFO - function SE637303570443181885() {} SE637303570443181885.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 SE637303570443181885().executeScript(); 2020-07-14 20:57:24,319 [19] INFO - --------- 2020-07-14 20:57:24,329 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,330 [19] INFO - --------- 2020-07-14 20:57:24,330 [19] INFO - function SE637303570443181885() {} SE637303570443181885.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 SE637303570443181885().executeScript(); 2020-07-14 20:57:24,331 [19] INFO - --------- 2020-07-14 20:57:24,331 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1319. 2020-07-14 20:57:24,331 [19] INFO - --------- 2020-07-14 20:57:24,332 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,332 [19] INFO - --------- 2020-07-14 20:57:24,333 [19] INFO - function SE637303570443321893() {} SE637303570443321893.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570443321893().executeScript(); 2020-07-14 20:57:24,333 [19] INFO - --------- 2020-07-14 20:57:24,335 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,335 [19] INFO - --------- 2020-07-14 20:57:24,336 [19] INFO - function SE637303570443321893() {} SE637303570443321893.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570443321893().executeScript(); 2020-07-14 20:57:24,336 [19] INFO - --------- 2020-07-14 20:57:24,336 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1320. 2020-07-14 20:57:24,337 [19] INFO - --------- 2020-07-14 20:57:24,338 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,339 [19] INFO - --------- 2020-07-14 20:57:24,339 [19] INFO - function SE637303570443151884() {} SE637303570443151884.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570443151884().executeScript(); 2020-07-14 20:57:24,340 [19] INFO - --------- 2020-07-14 20:57:24,340 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1321. 2020-07-14 20:57:24,340 [19] INFO - --------- 2020-07-14 20:57:24,351 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,351 [19] INFO - --------- 2020-07-14 20:57:24,352 [19] INFO - function SE637303570443511904() {} SE637303570443511904.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570443511904().executeScript(); 2020-07-14 20:57:24,352 [19] INFO - --------- 2020-07-14 20:57:24,354 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,354 [19] INFO - --------- 2020-07-14 20:57:24,355 [19] INFO - function SE637303570443541906() {} SE637303570443541906.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 SE637303570443541906().executeScript(); 2020-07-14 20:57:24,355 [19] INFO - --------- 2020-07-14 20:57:24,366 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,366 [19] INFO - --------- 2020-07-14 20:57:24,366 [19] INFO - function SE637303570443541906() {} SE637303570443541906.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 SE637303570443541906().executeScript(); 2020-07-14 20:57:24,367 [19] INFO - --------- 2020-07-14 20:57:24,367 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1322. 2020-07-14 20:57:24,368 [19] INFO - --------- 2020-07-14 20:57:24,368 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,369 [19] INFO - --------- 2020-07-14 20:57:24,369 [19] INFO - function SE637303570443681914() {} SE637303570443681914.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570443681914().executeScript(); 2020-07-14 20:57:24,370 [19] INFO - --------- 2020-07-14 20:57:24,371 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,372 [19] INFO - --------- 2020-07-14 20:57:24,372 [19] INFO - function SE637303570443681914() {} SE637303570443681914.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570443681914().executeScript(); 2020-07-14 20:57:24,372 [19] INFO - --------- 2020-07-14 20:57:24,373 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1323. 2020-07-14 20:57:24,373 [19] INFO - --------- 2020-07-14 20:57:24,374 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,374 [19] INFO - --------- 2020-07-14 20:57:24,375 [19] INFO - function SE637303570443511904() {} SE637303570443511904.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570443511904().executeScript(); 2020-07-14 20:57:24,375 [19] INFO - --------- 2020-07-14 20:57:24,375 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1324. 2020-07-14 20:57:24,376 [19] INFO - --------- 2020-07-14 20:57:24,386 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,386 [19] INFO - --------- 2020-07-14 20:57:24,387 [19] INFO - function SE637303570443861924() {} SE637303570443861924.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570443861924().executeScript(); 2020-07-14 20:57:24,387 [19] INFO - --------- 2020-07-14 20:57:24,390 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,390 [19] INFO - --------- 2020-07-14 20:57:24,390 [19] INFO - function SE637303570443901926() {} SE637303570443901926.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 SE637303570443901926().executeScript(); 2020-07-14 20:57:24,391 [19] INFO - --------- 2020-07-14 20:57:24,401 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,402 [19] INFO - --------- 2020-07-14 20:57:24,402 [19] INFO - function SE637303570443901926() {} SE637303570443901926.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 SE637303570443901926().executeScript(); 2020-07-14 20:57:24,403 [19] INFO - --------- 2020-07-14 20:57:24,403 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1325. 2020-07-14 20:57:24,403 [19] INFO - --------- 2020-07-14 20:57:24,404 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,404 [19] INFO - --------- 2020-07-14 20:57:24,405 [19] INFO - function SE637303570444041934() {} SE637303570444041934.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570444041934().executeScript(); 2020-07-14 20:57:24,405 [19] INFO - --------- 2020-07-14 20:57:24,410 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,414 [19] INFO - --------- 2020-07-14 20:57:24,414 [19] INFO - function SE637303570444041934() {} SE637303570444041934.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. var fieldName = context.param(0, "url"); var target = context.param(1, article.value(fieldName + '_target')); var nofollow = context.param(2, article.value(fieldName + '_nofollow')); var rel = ""; if ( nofollow ){ rel += "nofollow "; } if ( target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } // fix links in case someone uses an anchor (only) as additional url parameter var finalUrl = article.valueExpanded(fieldName).replace('?#', '#'); context.write("href=\""); context.write( finalUrl ); context.write("\""); context.write( target.length > 0 ? ' target="' + target + '"' : '' ); context.write( rel ); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zplink-expanded.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570444041934().executeScript(); 2020-07-14 20:57:24,414 [19] INFO - --------- 2020-07-14 20:57:24,415 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1326. 2020-07-14 20:57:24,415 [19] INFO - --------- 2020-07-14 20:57:24,416 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,417 [19] INFO - --------- 2020-07-14 20:57:24,417 [19] INFO - function SE637303570443861924() {} SE637303570443861924.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\buttonv12\standard.html'. var cssClass = article.cssClass || ""; var inlineCss = article.inlineCss || ""; if ( cssClass ) { cssClass = "button " + cssClass; } else { cssClass = "button"; } if ( inlineCss ) { inlineCss = ' style="' + inlineCss + '"'; } var borderRadius = article.value('borderRadius', -1); var bgcolorInactive = article.value('bgcolor-inactive', ''); var textcolorInactive = article.value('textcolor-inactive', ''); var bordercolorInactive = article.value('bordercolor-inactive', ''); var fontweightInactive = article.value('fontweight-inactive', 'default'); var bgcolorHover = article.value('bgcolor-hover', ''); var textcolorHover = article.value('textcolor-hover', ''); var bordercolorHover = article.value('bordercolor-hover', ''); var fontweightHover = article.value('fontweight-hover', 'default'); var borderWidthInactive = article.value('borderWidthInactive', -1); var borderWidthActive = article.value('borderWidthActive', -1); var cssselector = '#a' + article.id + '.zpwButton '; var headstyle = cssselector + "p{text-align: " + article.value('align') + ";}\n"; if ( parseInt(borderWidthInactive) >= 0 ){ headstyle += cssselector + "a.button{border-style: solid; border-width: " + borderWidthInactive + "px !important;}\n"; } if ( parseInt(borderWidthActive) >= 0 ){ headstyle += cssselector + "a.button:hover{border-style: solid; border-width: " + borderWidthActive + "px !important;}\n"; } if ( parseInt(borderRadius) >= 0 ){ headstyle += cssselector + "a.button{border-radius: " + borderRadius + "px !important;}\n"; } if ( bgcolorInactive !== "" ){ headstyle += cssselector + "a.button{background: " + bgcolorInactive + " !important;}\n"; } if ( textcolorInactive !== "" ){ headstyle += cssselector + "a.button{color: " + textcolorInactive + " !important;}\n"; } if ( bordercolorInactive !== "" ){ headstyle += cssselector + "a.button{border-color: " + bordercolorInactive + " !important;}\n"; } if ( fontweightInactive !== "" && fontweightInactive !== "default" ){ headstyle += cssselector + "a.button{font-weight: " + fontweightInactive + " !important;}\n"; } if ( bgcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{background: " + bgcolorHover + " !important;}\n"; } if ( textcolorHover !== "" ){ headstyle += cssselector + "a.button:hover{color: " + textcolorHover + " !important;}\n"; } if ( bordercolorHover !== "" ){ headstyle += cssselector + "a.button:hover{border-color: " + bordercolorHover + " !important;}\n"; } if ( fontweightHover !== "" && fontweightHover !== "default" ){ headstyle += cssselector + "a.button:hover{font-weight: " + fontweightHover + " !important;}\n"; } system.addHtmlHeadElement("\n" + headstyle + "\n"); context.write("\r\n"); context.write( system.partial("article-begin.html", "", "", "", false) ); context.write("\r\n\t

    \r\n\t\t\r\n\t\t\t"); context.write( article.value('text') ); context.write("\r\n\t\t\r\n\t

    \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\buttonv12\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570443861924().executeScript(); 2020-07-14 20:57:24,418 [19] INFO - --------- 2020-07-14 20:57:24,418 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1327. 2020-07-14 20:57:24,418 [19] INFO - --------- 2020-07-14 20:57:24,422 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,422 [19] INFO - --------- 2020-07-14 20:57:24,422 [19] INFO - function SE637303570437011532() {} SE637303570437011532.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
    \n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
    \n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
    \n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
    \n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
    \n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570437011532().executeScript(); 2020-07-14 20:57:24,426 [19] INFO - --------- 2020-07-14 20:57:24,426 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1328. 2020-07-14 20:57:24,426 [19] INFO - --------- 2020-07-14 20:57:24,427 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,428 [19] INFO - --------- 2020-07-14 20:57:24,428 [19] INFO - function SE637303570444271948() {} SE637303570444271948.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=2 ) { return; } context.write("\r\n\r\n\r\n\t"); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n\t\t\t"); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n\t\t\t "); context.write( system.partial("submenu1.html", p.id, 2) ); context.write("\r\n\t\t\t"); } context.write("\r\n\r\n\t"); } } context.write("\r\n\r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570444271948().executeScript(); 2020-07-14 20:57:24,428 [19] INFO - --------- 2020-07-14 20:57:24,437 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,437 [19] INFO - --------- 2020-07-14 20:57:24,438 [19] INFO - function SE637303570444371953() {} SE637303570444371953.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=1 ) { return; } context.write("\r\n
    \r\n\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu1-aktiv.html", p.id, 2) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu1.html", p.id, 2) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t
    \r\n
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570444371953().executeScript(); 2020-07-14 20:57:24,438 [19] INFO - --------- 2020-07-14 20:57:24,442 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,443 [19] INFO - --------- 2020-07-14 20:57:24,443 [19] INFO - function SE637303570444421956() {} SE637303570444421956.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570444421956().executeScript(); 2020-07-14 20:57:24,443 [19] INFO - --------- 2020-07-14 20:57:24,445 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,445 [19] INFO - --------- 2020-07-14 20:57:24,446 [19] INFO - function SE637303570444421956() {} SE637303570444421956.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570444421956().executeScript(); 2020-07-14 20:57:24,446 [19] INFO - --------- 2020-07-14 20:57:24,446 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1329. 2020-07-14 20:57:24,447 [19] INFO - --------- 2020-07-14 20:57:24,448 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,449 [19] INFO - --------- 2020-07-14 20:57:24,449 [19] INFO - function SE637303570444481960() {} SE637303570444481960.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570444481960().executeScript(); 2020-07-14 20:57:24,449 [19] INFO - --------- 2020-07-14 20:57:24,451 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,452 [19] INFO - --------- 2020-07-14 20:57:24,452 [19] INFO - function SE637303570444481960() {} SE637303570444481960.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570444481960().executeScript(); 2020-07-14 20:57:24,452 [19] INFO - --------- 2020-07-14 20:57:24,453 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1330. 2020-07-14 20:57:24,453 [19] INFO - --------- 2020-07-14 20:57:24,454 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,455 [19] INFO - --------- 2020-07-14 20:57:24,455 [19] INFO - function SE637303570444541963() {} SE637303570444541963.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("\r\n"); context.write( system.partial("submenu2.html", p.id) ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570444541963().executeScript(); 2020-07-14 20:57:24,455 [19] INFO - --------- 2020-07-14 20:57:24,457 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,458 [19] INFO - --------- 2020-07-14 20:57:24,458 [19] INFO - function SE637303570444571965() {} SE637303570444571965.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } //if ( !isNull(p) && p.level!=3 ) { return; } context.write("\r\n\t\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu2-aktiv.html", p.id, 3) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu2.html", p.id, 3) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t\t
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570444571965().executeScript(); 2020-07-14 20:57:24,458 [19] INFO - --------- 2020-07-14 20:57:24,460 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,460 [19] INFO - --------- 2020-07-14 20:57:24,460 [19] INFO - function SE637303570444571965() {} SE637303570444571965.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } //if ( !isNull(p) && p.level!=3 ) { return; } context.write("\r\n\t\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu2-aktiv.html", p.id, 3) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu2.html", p.id, 3) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t\t
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570444571965().executeScript(); 2020-07-14 20:57:24,461 [19] INFO - --------- 2020-07-14 20:57:24,461 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1331. 2020-07-14 20:57:24,462 [19] INFO - --------- 2020-07-14 20:57:24,463 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,463 [19] INFO - --------- 2020-07-14 20:57:24,463 [19] INFO - function SE637303570444541963() {} SE637303570444541963.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n
  • "); context.write( p.name ); context.write("\r\n"); context.write( system.partial("submenu2.html", p.id) ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570444541963().executeScript(); 2020-07-14 20:57:24,464 [19] INFO - --------- 2020-07-14 20:57:24,464 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1332. 2020-07-14 20:57:24,464 [19] INFO - --------- 2020-07-14 20:57:24,466 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,466 [19] INFO - --------- 2020-07-14 20:57:24,467 [19] INFO - function SE637303570444661970() {} SE637303570444661970.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570444661970().executeScript(); 2020-07-14 20:57:24,467 [19] INFO - --------- 2020-07-14 20:57:24,469 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,469 [19] INFO - --------- 2020-07-14 20:57:24,470 [19] INFO - function SE637303570444661970() {} SE637303570444661970.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t
  • "); context.write( p.name ); context.write("
  • \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570444661970().executeScript(); 2020-07-14 20:57:24,470 [19] INFO - --------- 2020-07-14 20:57:24,470 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1333. 2020-07-14 20:57:24,471 [19] INFO - --------- 2020-07-14 20:57:24,471 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,472 [19] INFO - --------- 2020-07-14 20:57:24,472 [19] INFO - function SE637303570444371953() {} SE637303570444371953.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=1 ) { return; } context.write("\r\n
    \r\n\t
      \r\n\r\n\r\n "); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n "); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n "); context.write( system.partial("item-submenu1-aktiv.html", p.id, 2) ); context.write("\r\n "); } else { context.write("\r\n "); context.write( system.partial("item-submenu1.html", p.id, 2) ); context.write("\r\n "); } context.write("\r\n\r\n "); } } context.write("\r\n\r\n\t
    \r\n
    \r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu1.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570444371953().executeScript(); 2020-07-14 20:57:24,472 [19] INFO - --------- 2020-07-14 20:57:24,473 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1334. 2020-07-14 20:57:24,473 [19] INFO - --------- 2020-07-14 20:57:24,485 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,485 [19] INFO - --------- 2020-07-14 20:57:24,486 [19] INFO - function SE637303570444271948() {} SE637303570444271948.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. var pageId = context.param(0, 0); var level = context.param(1, 1); var p = project.getPage(pageId); var childPages = isNull(p) ? page.projectFolder.pages : p.pages; if ( childPages.count<=0 || (!isNull(p) && !hasVisibleChildPages(p.id)) ) { return; } if ( !isNull(p) && p.level!=2 ) { return; } context.write("\r\n\r\n\r\n\t"); for ( var i = 0; i < childPages.count; ++i ) { var p = childPages.item(i); if ( p.visible && p.active ) { context.write("\r\n\r\n\t\t\t"); if ( p.id==page.id || hasActiveChildPage(p.id) ) { context.write("\r\n\t\t\t "); context.write( system.partial("submenu1.html", p.id, 2) ); context.write("\r\n\t\t\t"); } context.write("\r\n\r\n\t"); } } context.write("\r\n\r\n\r\n "); function hasActiveChildPage(pageId) { var p = project.getPage(pageId); var childPages = p.pages; for ( var i = 0; i < childPages.count; ++i ) { var childPage = childPages.item(i); if ( childPage.id === page.id || hasActiveChildPage(childPage.id) ) { return true; } } return false; } function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\submenu-layout.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570444271948().executeScript(); 2020-07-14 20:57:24,486 [19] INFO - --------- 2020-07-14 20:57:24,486 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1335. 2020-07-14 20:57:24,487 [19] INFO - --------- 2020-07-14 20:57:24,489 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,489 [19] INFO - --------- 2020-07-14 20:57:24,489 [19] INFO - function SE637303570444891983() {} SE637303570444891983.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
    \n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
    \n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
    \n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
    \n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
    \n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570444891983().executeScript(); 2020-07-14 20:57:24,491 [19] INFO - --------- 2020-07-14 20:57:24,501 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,501 [19] INFO - --------- 2020-07-14 20:57:24,502 [19] INFO - function SE637303570444891983() {} SE637303570444891983.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. var areaName = context.param(0, "Standard"); var areaNameLc = areaName.toLowerCase(); var maxColumns = context.param(1, "0"); var cssRowClass = context.param(2, ""); var displayNumColumns = context.param(3, "12"); // number of columns to display. We always calculate with 12, but can display less var cssAreaClass = context.param(4, ""); var noBreakoutWithNews = context.param(5, true); var hideIeForArea = context.param(6, false); var canContainer = project.canContainer; var showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas); var hasNews = page.hasArea("News") && (page.anyAreaArticles("News") || showEmptyArticleAreas); var hasNonSymlinkContainer = false; var lastContainerIsSymlink = false; if ( maxColumns == "1" ){ if ( cssRowClass == "" || cssRowClass == "noresize" ){ cssRowClass = "noresize"; } else{ cssRowClass += " noresize"; } } var intPreviewData = ''; if ( system.preview ){ // if internal preview, we add some additional data-attributes to the area // for access in JS (non internal scripting) intPreviewData += ' data-showemptyarticleareas="' + showEmptyArticleAreas + '"'; } context.write("\n\n
    \n\t"); var containers = page.containers(areaName); var firstC = 0; var lastC = containers.count-1; //system.log("last: " + lastC + " of " + containers.count); if ( lastC > firstC && !containers.item(lastC).hasArticles ){ // last container has no articles and is not rendered, so find last visible one for ( var ilcon = lastC; ilcon > 1; --ilcon ){ var lastContainer = containers.item(ilcon); if ( lastContainer.hasArticles ){ lastC = ilcon; break; } } } for ( var icon = 0; icon < containers.count; ++icon ){ var container = containers.item(icon); // if current container doesn't contain any articles, we skip this loop // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content if ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ firstC++; continue; } // append container styles to head via css var cid = container.id; var output = ""; var isSection = container.value("issection") == "1"; var isStyled = false; if ( container.value("fontcolor", "") !== "" && container.value("fontcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output = cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + container.value("fontcolor") + ";"; output += "}\n"; } if ( container.value("linkcolor", "") !== "" && container.value("linkcolor") !== "transparent" ){ var cssSelector = "#container_" + cid; output += "\n\n" + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)"; output += ", " + cssSelector + " a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{"; output += "color: " + container.value("linkcolor") + ";"; output += "}\n"; } if ( container.value("margin", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("margin-top") ){ output += "margin-top: " + container.value("margin-top") + " !important;"; } if ( container.value("margin-bottom") ){ output += "margin-bottom: " + container.value("margin-bottom") + " !important;" ; } output += "}\n"; } if ( container.value("padding", "") !== "" ){ var cssSelector = "#container_" + cid; output += cssSelector + "{"; if ( container.value("padding-top") ){ output += "padding-top: " + container.value("padding-top") + " !important;"; } if ( container.value("padding-bottom") ){ output += "padding-bottom: " + container.value("padding-bottom") + " !important;"; } if ( container.value("padding-left") ){ output += "padding-left: " + container.value("padding-left") + " !important;"; } if ( container.value("padding-right") ){ output += "padding-right: " + container.value("padding-right") + " !important;"; } output += "}\n"; } if ( container.value("bgcolor", "") !== "" && container.value("bgcolor", "") !== "transparent" ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-color: " + container.value("bgcolor") + " !important;"; output += "}\n"; } var image = container.cssBackgroundImage("bgimage"); if ( image.imageUrl ){ isStyled = true; var cssSelector = "#container_" + cid; output += cssSelector + "{"; output += "background-image: url(" + image.imageUrl + ") !important;"; output += "background-repeat: " + image.repeat + " !important;"; output += "background-size: " + image.size + " !important;"; output += "background-position: " + (image.position !== "" ? image.position : "center center") + " !important;"; output += "background-attachment: " + (image.attachment !== "" ? image.attachment : "scroll") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var containerstyle = container.inlineCss || ""; containerstyle = containerstyle.toString().replace(/^\s+|\s+$/gm,''); // trim() // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( containerstyle && containerstyle.slice(-1) !== ";" ){ containerstyle += ";"; } var initialContainerstyle = containerstyle; containerstyle = containerstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( containerstyle ){ containerstyle = ' style="' + containerstyle + '"'; } if ( noBreakoutWithNews && system.preview && container.value("breakout") == "1" && hasNews ){ system.warn("Die 'Randlos-Option' für einen Container kann nicht berücksichtigt werden, weil der 'Einfügen-Schalter' auf an steht oder die Seite auch Artikel im News-Bereich enthält."); } var containerTag = "div"; if ( isSection ){ containerTag = "section"; } var containerIsSymlink = container.symlink ? true : false; if ( !containerIsSymlink ){ hasNonSymlinkContainer = true; } else if ( icon == containers.count-1 ){ lastContainerIsSymlink = true; } context.write("\n\t\t\t<"); context.write( containerTag ); context.write(" id=\"container_"); context.write( container.id ); context.write("\" class=\"zpContainer"); if (icon==firstC){ context.write(" first"); } if (icon==lastC){ context.write(" last"); } if( container.value("animate", "") !== "" && container.value("animate") !== "off" ){ context.write(" zpanimate "); context.write( container.value("animate")); } if( isStyled ){ context.write(" styled"); } context.write(" "); if ( container.value("breakout") == "1" ){ context.write("zpBreakout "); } if( noBreakoutWithNews && hasNews ) { context.write(" hasNews"); } context.write(" "); context.write( container.cssClass ); context.write("\""); context.write( containerstyle ); context.write(" \n\t\t\t\t data-zpeleel=\"container\" data-zpleid=\""); context.write( container.id ); context.write("\">\n\t\t\t"); var paragraphs = container.paragraphs; for ( var ipar = 0; ipar < paragraphs.count; ++ipar ){ var additionalRowClass = ""; var paragraph = paragraphs.item(ipar); var columns = paragraph.columns; // if current paragraph doesn't contain articles, we skip the loop, so we don't print empty paragraphs // we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content var articleCount = paragraph.articles.count; if ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage("legal")) ){ continue; } else if ( articleCount > 0 ){ // set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired var firstWidgetName = paragraph.articles.item(0).widgetName; switch(firstWidgetName) { case "Info-Banner": additionalRowClass = " alertbanner"; break; case "Quelltext": additionalRowClass = " quelltext"; break; case "Slider": additionalRowClass = " zpwSlider"; break; case "Carousel": additionalRowClass = " zpwCarousel"; break; case "Navigationsmenü": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Navigationsmenü manuell": if ( paragraph.articles.item(0).value("menufixed") ){ additionalRowClass = " zpwNavmenu zpwNavmenuFixed"; } else{ additionalRowClass = " zpwNavmenu"; } break; case "Video-Hintergrund": additionalRowClass = " zpvideobg"; break; } // append row styles to head via css var rid = paragraph.id; var output = ""; if ( paragraph.value("margin", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("margin-top") ){ output += "margin-top: " + paragraph.value("margin-top", "initial") + " !important;"; } if ( paragraph.value("margin-bottom") ){ output += "margin-bottom: " + paragraph.value("margin-bottom", "initial") + " !important;" ; } output += "}\n"; } if ( paragraph.value("padding", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; if ( paragraph.value("padding-top") ){ output += "padding-top: " + paragraph.value("padding-top") + " !important;"; } if ( paragraph.value("padding-bottom") ){ output += "padding-bottom: " + paragraph.value("padding-bottom") + " !important;"; } if ( paragraph.value("padding-left") ){ output += "padding-left: " + paragraph.value("padding-left") + " !important;"; } if ( paragraph.value("padding-right") ){ output += "padding-right: " + paragraph.value("padding-right") + " !important;"; } output += "}\n"; } if ( paragraph.value("bgcolor", "") !== "" && paragraph.value("bgcolor", "") !== "transparent" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-color: " + paragraph.value("bgcolor") + " !important;"; output += "}\n"; } var pimage = paragraph.cssBackgroundImage("bgimage"); if ( pimage.imageUrl ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "background-image: url(" + pimage.imageUrl + ") !important;"; output += "background-repeat: " + pimage.repeat + " !important;"; output += "background-size: " + pimage.size + " !important;"; output += "background-position: " + (pimage.position !== "" ? pimage.position : "center center") + " !important;"; output += "background-attachment: " + (pimage.attachment !== "" ? pimage.attachment : "scroll") + ";"; output += "}\n"; } if ( paragraph.value("justifycontent", "") !== "" ){ var cssSelector = ".zpRow[data-row-id=\"" + rid + "\"]"; output += cssSelector + "{"; output += "justify-content: " + paragraph.value("justifycontent") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } // paragraph styles var rowstyle = paragraph.inlineCss || ""; rowstyle = rowstyle.toString().replace(/^\s+|\s+$/gm,''); // trim(); // make sure the users inlineCss properly ends with a semicolon as we attach more styles later below if ( rowstyle && rowstyle.slice(-1) !== ";" ){ rowstyle += ";"; } context.write("\n\t\t\n\t\t\t\t\t"); if ( paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t"); rowstyle = " width: 100%; margin: 0 auto; float: none;"; } rowstyle.replace(/^\s+|\s+$/gm,''); // trim() if ( rowstyle ){ rowstyle = ' style="' + rowstyle + '"'; } } context.write("\n\t\t\t\t\t
    \n\t\t\t\t\t>\n\t\t\n\t\t\t\t\t"); var evenodd = "even"; for ( var icol = 0; icol < columns.count; ++icol ){ var column = columns.item(icol); var articles = column.articles; var coid = column.id; var output = ""; var isStyled = false; var selectorPrefix = "#container_" + cid + " "; if ( column.value("bgcolor", "") !== "" && column.value("bgcolor", "") !== "transparent" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "background-color: " + column.value("bgcolor") + ";"; output += "padding-top: 15px;"; output += "padding-bottom: 15px;"; output += "}\n"; isStyled = true; } if ( column.value("fontcolor", "") !== "" && column.value("fontcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector; output += ", " + cssSelector + " p"; output += ", " + cssSelector + " h1"; output += ", " + cssSelector + " h2"; output += ", " + cssSelector + " h3{"; output += "color: " + column.value("fontcolor") + ";"; output += "}\n"; } if ( column.value("linkcolor", "") !== "" && column.value("linkcolor") !== "transparent" ){ var cssSelector = selectorPrefix + "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += "\n\n" + cssSelector + " a:not(.button)"; output += ", " + cssSelector + " a:not(.button):hover{"; output += "color: " + column.value("linkcolor") + ";"; output += "}\n"; } if ( column.value("align-self", "") !== "" ){ var cssSelector = "div.zpRow .zpColumn[data-column-id='" + coid + "']"; output += cssSelector + "{"; output += "align-self: " + column.value("align-self") + ";"; output += "}\n"; } if ( output !== "" ){ system.addHtmlHeadElement("\n" + output.replace(/^\s+|\s+$/gm,'') + "\n"); } var clearCss = column.value("clearLeft") ? "clear: left;" : ""; if ( column.articles.count > 0 ){ var firstWidgetName = articles.item(0).widgetName; } else{ var firstWidgetName = ""; } // used in a className, alternate between even and odd, not taking into account zpSpacer-Columns if( firstWidgetName !== "Spacer" ){ if( evenodd === "even" ){ evenodd = "odd"; } else{ evenodd = "even"; } var additionalColumnClass = " " + evenodd; } else{ var additionalColumnClass = ""; } // if a spacer-widget is alone in a column, we set a class .zpSpacer, so we can set the width of spacer-widgets responsively in zpgrid.less accordingly if ( firstWidgetName == "Spacer" && column.articles.count < 2 ){ additionalColumnClass += " zpSpacer"; } else if ( firstWidgetName == "Navigationsmenü" ){ additionalColumnClass += " zpnavmenu"; } // TODO move adding of missing classes to converter and remove next 4 lines var columnCssClass = column.cssClass; if ( !column.cssClass || !column.cssClass.match(/\bc[1-9][0-2]?\b/) ){ columnCssClass = "c" + String(Math.round(12 / columns.count - 0.1)) ; } if ( column.value("clearLeft") ){ context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t>\n\t\t\t\n\t\t\t\t\t\t\t"); for ( var iart = 0; iart < articles.count; ++iart ){ var a = articles.item(iart); context.write(a.render()); } context.write("\n\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\n\t\t\t\t\t\t"); } // insert zp-ad-box in last row of last container on impressum pages if ( system.isFreeware && areaName.toLowerCase() == "standard" && page.isSpecialPage("legal") && icon == containers.count-1 && ipar == paragraphs.count-1 ){ context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t"); context.write( system.partial("zpinfolegal.html") ); context.write("\n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t"); } context.write("\n\n\t\t\t\t\t
    \n\t\t\t\t"); if ( articleCount > 0 && paragraph.value("breakout") == "1" ){ context.write("\n\t\t\t\t
    \n\t\t\t\t"); } context.write("\n\t\t\n\t\t\t\t"); } context.write(""); } context.write("\n\t"); if ( !hideIeForArea ) { context.write("\n\t\t\n\t"); } context.write("\n
    \n\n"); // insert overlay on startpage if ( !system.preview && system.isFreeware && areaName.toLowerCase() == "standard" && projectFolder.startPage && projectFolder.startPage.id == page.id ){ context.write("\n\t\t"); context.write( system.partial("zpinfooverlay.html") ); context.write("\n\t\t"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\area.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570444891983().executeScript(); 2020-07-14 20:57:24,503 [19] INFO - --------- 2020-07-14 20:57:24,504 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1336. 2020-07-14 20:57:24,504 [19] INFO - --------- 2020-07-14 20:57:24,505 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,505 [19] INFO - --------- 2020-07-14 20:57:24,505 [19] INFO - function SE637303570445051992() {} SE637303570445051992.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. var args = context.param(0, {}); var wraptag = args["wraptag"] || "div"; var menuid = args["menuid"] || "xmenu"; var menuclass = args["menuclass"] || ""; var listwrapper = args["listwrapper"] || ["",""]; var itemwrapper = args["itemwrapper"] || ["",""]; var areaname = args["areaname"] || "Footer"; context.write("\r\n"); if ( page.attribute("show_extra_menu") ) { var extraMenu = page.extraMenu; context.write("\r\n\t<"); context.write( wraptag ); context.write(" id=\""); context.write( menuid ); context.write("\" class=\""); context.write( menuclass ); context.write("\" "); context.write( system.partial("inline-editing-xmenu.html", areaname) ); context.write(">\r\n\t\t"); context.write( listwrapper[0] ); context.write("\r\n\t\t"); for ( var mi = 0; mi < extraMenu.menuItems.count; ++mi ) { var menuItem = extraMenu.menuItems.item(mi); var rel = ""; if ( menuItem.nofollow ){ rel += "nofollow "; } if ( menuItem.target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } context.write("\r\n\t\t\t"); context.write( itemwrapper[0] ); context.write(""); context.write(menuItem.name); context.write(""); context.write( itemwrapper[1] ); context.write("\r\n\t\t"); } context.write("\r\n\t\t\t"); var output = ""; // Special case for Top Responsive which can add entries via attribute if ( page.attribute("add_extramenu") ) { output += page.attribute("add_extramenu"); } if ( page.attribute("show_language_menu") ){ // language selection var pf = project.projectFolders; if ( pf.count > 0 ){ output += itemwrapper[0] + '' + itemwrapper[1]; } } if ( output !== "" ){ context.write(output); } context.write("\r\n\t\t\t\r\n\t\t"); context.write( listwrapper[1] ); context.write("\r\n\t\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570445051992().executeScript(); 2020-07-14 20:57:24,506 [19] INFO - --------- 2020-07-14 20:57:24,508 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,508 [19] INFO - --------- 2020-07-14 20:57:24,508 [19] INFO - function SE637303570445081994() {} SE637303570445081994.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570445081994().executeScript(); 2020-07-14 20:57:24,509 [19] INFO - --------- 2020-07-14 20:57:24,510 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,510 [19] INFO - --------- 2020-07-14 20:57:24,510 [19] INFO - function SE637303570445081994() {} SE637303570445081994.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-xmenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570445081994().executeScript(); 2020-07-14 20:57:24,511 [19] INFO - --------- 2020-07-14 20:57:24,511 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1337. 2020-07-14 20:57:24,511 [19] INFO - --------- 2020-07-14 20:57:24,580 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,580 [19] INFO - --------- 2020-07-14 20:57:24,580 [19] INFO - function SE637303570445051992() {} SE637303570445051992.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. var args = context.param(0, {}); var wraptag = args["wraptag"] || "div"; var menuid = args["menuid"] || "xmenu"; var menuclass = args["menuclass"] || ""; var listwrapper = args["listwrapper"] || ["",""]; var itemwrapper = args["itemwrapper"] || ["",""]; var areaname = args["areaname"] || "Footer"; context.write("\r\n"); if ( page.attribute("show_extra_menu") ) { var extraMenu = page.extraMenu; context.write("\r\n\t<"); context.write( wraptag ); context.write(" id=\""); context.write( menuid ); context.write("\" class=\""); context.write( menuclass ); context.write("\" "); context.write( system.partial("inline-editing-xmenu.html", areaname) ); context.write(">\r\n\t\t"); context.write( listwrapper[0] ); context.write("\r\n\t\t"); for ( var mi = 0; mi < extraMenu.menuItems.count; ++mi ) { var menuItem = extraMenu.menuItems.item(mi); var rel = ""; if ( menuItem.nofollow ){ rel += "nofollow "; } if ( menuItem.target == "_blank"){ rel += "noopener "; } rel = rel.trim(); if ( rel !== "" ){ rel = ' rel="' + rel + '"'; } context.write("\r\n\t\t\t"); context.write( itemwrapper[0] ); context.write(""); context.write(menuItem.name); context.write(""); context.write( itemwrapper[1] ); context.write("\r\n\t\t"); } context.write("\r\n\t\t\t"); var output = ""; // Special case for Top Responsive which can add entries via attribute if ( page.attribute("add_extramenu") ) { output += page.attribute("add_extramenu"); } if ( page.attribute("show_language_menu") ){ // language selection var pf = project.projectFolders; if ( pf.count > 0 ){ output += itemwrapper[0] + '' + itemwrapper[1]; } } if ( output !== "" ){ context.write(output); } context.write("\r\n\t\t\t\r\n\t\t"); context.write( listwrapper[1] ); context.write("\r\n\t\r\n"); } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\zpextramenu.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570445051992().executeScript(); 2020-07-14 20:57:24,581 [19] INFO - --------- 2020-07-14 20:57:24,581 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1338. 2020-07-14 20:57:24,581 [19] INFO - --------- 2020-07-14 20:57:24,587 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,588 [19] INFO - --------- 2020-07-14 20:57:24,588 [19] INFO - function SE637303570445872039() {} SE637303570445872039.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570445872039().executeScript(); 2020-07-14 20:57:24,588 [19] INFO - --------- 2020-07-14 20:57:24,590 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,590 [19] INFO - --------- 2020-07-14 20:57:24,590 [19] INFO - function SE637303570445872039() {} SE637303570445872039.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-copyright.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570445872039().executeScript(); 2020-07-14 20:57:24,591 [19] INFO - --------- 2020-07-14 20:57:24,591 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1339. 2020-07-14 20:57:24,591 [19] INFO - --------- 2020-07-14 20:57:24,594 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,595 [19] INFO - --------- 2020-07-14 20:57:24,595 [19] INFO - function SE637303570416450356() {} SE637303570416450356.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. context.write("\r\n\r\n\r\n\t"); context.write( page.title ); context.write("\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); if ( "../assets/favicon.ico" !== "" ) { context.write(""); } context.write("\r\n\t\r\n\t"); if ( parseInt(page.attribute("webfonts-deactivate", 0)) !== 1 ){context.write(project.webFonts())} context.write("\r\n\r\n\t"); context.write( project.bundleCss() ); context.write("\r\n\r\n\t\r\n\r\n\t"); var additionalCss = page.attribute("additional_css"); if ( additionalCss ) { context.write("\r\n\t\t"); context.write( additionalCss ); context.write("\r\n\t"); } context.write(" \r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( project.bundleJs() ); context.write("\r\n\t\r\n\t\r\n\t"); if ( page.attribute("search_field_visible") ) { context.write("\r\n\t\t\r\n\t"); } context.write("\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( system.partial("rss.html") ); context.write("\r\n\t\r\n\t"); var header = page.anyAreaArticles("Header") || (system.preview && system.showEmptyPreviewAreas) var news = page.anyAreaArticles("News") || (system.preview && system.showEmptyPreviewAreas) function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } var sidebar = hasVisibleChildPages(page.id) || page.level >= 2 || news; context.write("\r\n\r\n\t\r\n\t\r\n\r\n\r\n\t\r\n\t\r\n\t
    \r\n\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Banner") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Banner", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t\t
    \r\n\t\t\t\t"); if ( page.attribute("search_field_visible") ) { context.write("
    \" method=\"get\">
    "); } context.write("\r\n\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\"");\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t"); if ( page.attribute("web_name_slogan") ) { context.write("\r\n\t\t\t\t\t\t\t\t\t
    Vom Gerätewagen der Schweizer Feuerwehr zum Expeditionsmobil \"Willi\"
    \r\n\t\t\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( header ) { context.write("\r\n\t\t\t\t"); context.write( system.partial("header.html") ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\t\r\n\t\t\t"); context.write( system.partial("hauptmenu.html") ); context.write("\t\t\t\t\t\r\n\t\t\t\r\n\t\t\t"); if ( page.attribute("show_breadcrumb") ) { context.write("
    \r\n\t\t\t\t"); context.write( system.partial("breadcrumbs.html", (page.attribute("breadcrumb")||"").replace(/"/g, """), (page.attribute("breadcrumb_separator")||"").replace(/"/g, """) ) ); context.write("\r\n\t\t\t
    "); } context.write("\r\n\t\t\t\r\n\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "top" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Standard", 0, null, null, "zpgrid") ); context.write("
    \r\n\t\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "bottom" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "News", 1, "news") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\t"); context.write( system.partial('zpextramenu.html') ); context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( page.attribute("show_copyright") || project.showCreatorText ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); if ( page.attribute("show_copyright") ) { context.write("\r\n\t\t\t\t\t\t\t© 2018 Willi"); if ( project.showCreatorText ) { context.write(". "); } context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( project.showCreatorText ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write(project.creatorText); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Footer") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Footer", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t
    \r\n\t
    \t\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\t\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570416450356().executeScript(); 2020-07-14 20:57:24,596 [19] INFO - --------- 2020-07-14 20:57:24,596 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1340. 2020-07-14 20:57:24,597 [19] INFO - --------- 2020-07-14 20:57:24,597 [19] INFO - Closing the script engine. 2020-07-14 20:57:24,598 [19] INFO - --------- 2020-07-14 20:57:24,598 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1340. 2020-07-14 20:57:24,598 [19] INFO - --------- 2020-07-14 20:57:24,655 [19] INFO - Script engine constructed. 2020-07-14 20:57:24,655 [19] INFO - Script engine initialized. 2020-07-14 20:57:24,656 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,656 [19] INFO - --------- 2020-07-14 20:57:24,656 [19] INFO - /* ------------- {{OmitSourceOutput:Begin}} -------------- */ context.write("\r\n\r\n"); function isNumeric(n) { return !isNaN(parseFloat(n)) && isFinite(n); } function isNull(obj) { return obj === undefined || obj == null || !obj || 0 === obj.length; } String.prototype.format = function() { var args = arguments; return this.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; String.format = function(format) { var args = Array.prototype.slice.call(arguments, 1); return format.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; // trim() polyfill - https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/String/Trim if (!String.prototype.trim) { String.prototype.trim = function () { return this.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ''); }; } // // var vbCrLf = "\r\n"; // // function less(lessString) { // return _context.Less(lessString); // } // // function HtmlEncode(obj){ // return system.htmlEncode(obj); // } // // // helps convert some ZP string values to a bool. // function IsTrue(obj){ // return (obj == "True" || obj === true || obj == 1 ); // } // // // Prüfen, ob leer. // function IsEmpty(str) { // return (!str || 0 === str.length); // } // // // Prüfen, ob leer oder nur Whitespaces enthalten. // function IsBlank(str) { // return (!str || /^\s*$/.test(str)); // } // // // Prüfen, ob leer. // String.prototype.IsEmpty = function() { // return (this.length === 0 || !this.trim()); // }; // // // Prüfen ob NULL oder undefined. // function isNull(obj) { // return obj === undefined || obj == null || !obj // } // // // Eigene Format-Funktion. // // Beispiel: "Dies ist {0} Test.".Format("ein"); // if (!String.prototype.Format) { // String.prototype.Format = function() { // var args = arguments; // return this.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // // Alternative Schreibweise für Format-Funktion. // // Beispiel: String.Format("Dies ist {0} Test.", "ein"); // if (!String.Format) { // String.Format = function(format) { // var args = Array.prototype.slice.call(arguments, 1); // return format.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // /* // // HTML-Attribut ausgeben, nur wenn auch Inhalt hat. // function htmlAttr(attrName, attrValue) { // if ( IsBlank(attrValue) ) { // return ""; // } else { // return '{0}="{1}"'.Format( attrName, attrValue ); // } // } // // // HTML-Attribut ausgeben wenn condition == true. // function htmlAttrIf(condition, attrName, attrValue) { // if ( ! IsTrue(condition) ) { // return ""; // } else { // return htmlAttr(attrName, attrValue); // } // } // */ // // // Ersatz für die VBSkript isNumeric Funktion -> http://stackoverflow.com/questions/18082/validate-decimal-numbers-in-javascript-isnumeric // function isNumeric(n) { // return !isNaN(parseFloat(n)) && isFinite(n); // } // // // Einfacher Ersatz für VBScript Replace() - die "count" und "compare" Parameter von VBScript werden nicht unterstützt! // function Replace(searchstring, find, replace) { // return searchstring.replace(find, replace); // } // // // diverse String helper. Quelle: http://www.4guysfromrolla.com/webtech/vb2java.shtml // function Left(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // return String(str).substring(0,n); // } // } // // function Right(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // var iLen = String(str).length; // return String(str).substring(iLen, iLen - n); // } // } // // function Mid(str, start, len) { // // this is using ONE-Based strongs to mimic vbscript! // // // Make sure start and len are within proper bounds // if (start <= 0 || len < 0){ // return ""; // } // // var iEnd, iLen = String(str).length; // if (start + len > iLen){ // iEnd = iLen; // } // else { // iEnd = (start - 1) + len; // } // return String(str).substring(start-1,iEnd); // } // context.write("\r\n"); /* ------------- {{OmitSourceOutput:End}} -------------- */ context.write("\r\n"); /* Shortcuts. */ var article = null; var page = null; var projectFolder = null; var project = null; var system = null; 2020-07-14 20:57:24,657 [19] INFO - --------- 2020-07-14 20:57:24,657 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,658 [19] INFO - --------- 2020-07-14 20:57:24,658 [19] INFO - /* ------------- {{OmitSourceOutput:Begin}} -------------- */ context.write("\r\n\r\n"); function isNumeric(n) { return !isNaN(parseFloat(n)) && isFinite(n); } function isNull(obj) { return obj === undefined || obj == null || !obj || 0 === obj.length; } String.prototype.format = function() { var args = arguments; return this.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; String.format = function(format) { var args = Array.prototype.slice.call(arguments, 1); return format.replace(/{(\d+)}/g, function(match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); }; // trim() polyfill - https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/String/Trim if (!String.prototype.trim) { String.prototype.trim = function () { return this.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ''); }; } // // var vbCrLf = "\r\n"; // // function less(lessString) { // return _context.Less(lessString); // } // // function HtmlEncode(obj){ // return system.htmlEncode(obj); // } // // // helps convert some ZP string values to a bool. // function IsTrue(obj){ // return (obj == "True" || obj === true || obj == 1 ); // } // // // Prüfen, ob leer. // function IsEmpty(str) { // return (!str || 0 === str.length); // } // // // Prüfen, ob leer oder nur Whitespaces enthalten. // function IsBlank(str) { // return (!str || /^\s*$/.test(str)); // } // // // Prüfen, ob leer. // String.prototype.IsEmpty = function() { // return (this.length === 0 || !this.trim()); // }; // // // Prüfen ob NULL oder undefined. // function isNull(obj) { // return obj === undefined || obj == null || !obj // } // // // Eigene Format-Funktion. // // Beispiel: "Dies ist {0} Test.".Format("ein"); // if (!String.prototype.Format) { // String.prototype.Format = function() { // var args = arguments; // return this.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // // Alternative Schreibweise für Format-Funktion. // // Beispiel: String.Format("Dies ist {0} Test.", "ein"); // if (!String.Format) { // String.Format = function(format) { // var args = Array.prototype.slice.call(arguments, 1); // return format.replace(/{(\d+)}/g, function(match, number) { // return typeof args[number] != 'undefined' // ? args[number] // : match // ; // }); // }; // } // // /* // // HTML-Attribut ausgeben, nur wenn auch Inhalt hat. // function htmlAttr(attrName, attrValue) { // if ( IsBlank(attrValue) ) { // return ""; // } else { // return '{0}="{1}"'.Format( attrName, attrValue ); // } // } // // // HTML-Attribut ausgeben wenn condition == true. // function htmlAttrIf(condition, attrName, attrValue) { // if ( ! IsTrue(condition) ) { // return ""; // } else { // return htmlAttr(attrName, attrValue); // } // } // */ // // // Ersatz für die VBSkript isNumeric Funktion -> http://stackoverflow.com/questions/18082/validate-decimal-numbers-in-javascript-isnumeric // function isNumeric(n) { // return !isNaN(parseFloat(n)) && isFinite(n); // } // // // Einfacher Ersatz für VBScript Replace() - die "count" und "compare" Parameter von VBScript werden nicht unterstützt! // function Replace(searchstring, find, replace) { // return searchstring.replace(find, replace); // } // // // diverse String helper. Quelle: http://www.4guysfromrolla.com/webtech/vb2java.shtml // function Left(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // return String(str).substring(0,n); // } // } // // function Right(str, n) { // if (n <= 0){ // Invalid bound, return blank string // return ""; // } // else if (n > String(str).length){ // Invalid bound, return // return str; // entire string // } // else { // Valid bound, return appropriate substring // var iLen = String(str).length; // return String(str).substring(iLen, iLen - n); // } // } // // function Mid(str, start, len) { // // this is using ONE-Based strongs to mimic vbscript! // // // Make sure start and len are within proper bounds // if (start <= 0 || len < 0){ // return ""; // } // // var iEnd, iLen = String(str).length; // if (start + len > iLen){ // iEnd = iLen; // } // else { // iEnd = (start - 1) + len; // } // return String(str).substring(start-1,iEnd); // } // context.write("\r\n"); /* ------------- {{OmitSourceOutput:End}} -------------- */ context.write("\r\n"); /* Shortcuts. */ var article = null; var page = null; var projectFolder = null; var project = null; var system = null; 2020-07-14 20:57:24,659 [19] INFO - --------- 2020-07-14 20:57:24,659 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1341. 2020-07-14 20:57:24,659 [19] INFO - --------- 2020-07-14 20:57:24,660 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,660 [19] INFO - --------- 2020-07-14 20:57:24,660 [19] INFO - function SE637303570446542077() {} SE637303570446542077.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. if (shop.active) { var basketPageUrl = null; var currentProjectFolderId = page.projectFolder.id; var projectFolderBasketArticle; var foundItems = project.getArticlesWithStyle("basket"); for ( var g=0; g < foundItems.count; ++g ) { var foundItem = foundItems.item(g); if ( foundItem.active ) { if ( isNull(firstBasketArticle) ){ var firstBasketArticle = foundItem.page.url; } if ( project.getPage(foundItem.page.id).projectFolder.id == currentProjectFolderId ){ projectFolderBasketArticle = foundItem.page.url; } } } var basketPageUrl = projectFolderBasketArticle || firstBasketArticle; context.write("\n\t"); if ( basketPageUrl && page.url !== basketPageUrl ){ context.write("\n\t\n\t\n\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570446542077().executeScript(); 2020-07-14 20:57:24,661 [19] INFO - --------- 2020-07-14 20:57:24,662 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,663 [19] INFO - --------- 2020-07-14 20:57:24,663 [19] INFO - function SE637303570446542077() {} SE637303570446542077.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. if (shop.active) { var basketPageUrl = null; var currentProjectFolderId = page.projectFolder.id; var projectFolderBasketArticle; var foundItems = project.getArticlesWithStyle("basket"); for ( var g=0; g < foundItems.count; ++g ) { var foundItem = foundItems.item(g); if ( foundItem.active ) { if ( isNull(firstBasketArticle) ){ var firstBasketArticle = foundItem.page.url; } if ( project.getPage(foundItem.page.id).projectFolder.id == currentProjectFolderId ){ projectFolderBasketArticle = foundItem.page.url; } } } var basketPageUrl = projectFolderBasketArticle || firstBasketArticle; context.write("\n\t"); if ( basketPageUrl && page.url !== basketPageUrl ){ context.write("\n\t\n\t\n\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570446542077().executeScript(); 2020-07-14 20:57:24,663 [19] INFO - --------- 2020-07-14 20:57:24,664 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1342. 2020-07-14 20:57:24,664 [19] INFO - --------- 2020-07-14 20:57:24,665 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,665 [19] INFO - --------- 2020-07-14 20:57:24,666 [19] INFO - function SE637303570446652084() {} SE637303570446652084.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. context.write("\r\n\r\n\r\n\t"); context.write( page.title ); context.write("\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); if ( "../assets/favicon.ico" !== "" ) { context.write(""); } context.write("\r\n\t\r\n\t"); if ( parseInt(page.attribute("webfonts-deactivate", 0)) !== 1 ){context.write(project.webFonts())} context.write("\r\n\r\n\t"); context.write( project.bundleCss() ); context.write("\r\n\r\n\t\r\n\r\n\t"); var additionalCss = page.attribute("additional_css"); if ( additionalCss ) { context.write("\r\n\t\t"); context.write( additionalCss ); context.write("\r\n\t"); } context.write(" \r\n\t\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( project.bundleJs() ); context.write("\r\n\t\r\n\t\r\n\t"); if ( page.attribute("search_field_visible") ) { context.write("\r\n\t\t\r\n\t"); } context.write("\r\n\t\r\n\t\r\n\t\r\n\t"); context.write( system.partial("rss.html") ); context.write("\r\n\t\r\n\t"); var header = page.anyAreaArticles("Header") || (system.preview && system.showEmptyPreviewAreas) var news = page.anyAreaArticles("News") || (system.preview && system.showEmptyPreviewAreas) function hasVisibleChildPages(pageId) { var p = project.getPage(pageId); if ( !isNull(p) ) { var cps = p.pages; for ( var i = 0; i < cps.count; ++i ) { var cp = cps.item(i); if ( cp.visible && cp.active ) { return true; } } } return false; } var sidebar = hasVisibleChildPages(page.id) || page.level >= 2 || news; context.write("\r\n\r\n\t\r\n\t\r\n\r\n\r\n\t\r\n\t\r\n\t
    \r\n\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Banner") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Banner", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t\t
    \r\n\t\t\t\t"); if ( page.attribute("search_field_visible") ) { context.write("
    \" method=\"get\">
    "); } context.write("\r\n\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\"");\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t"); if ( page.attribute("show_web_name") ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t"); if ( page.attribute("web_name_slogan") ) { context.write("\r\n\t\t\t\t\t\t\t\t\t
    Vom Gerätewagen der Schweizer Feuerwehr zum Expeditionsmobil \"Willi\"
    \r\n\t\t\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( (page.attribute("show_web_logo") && "../assets/willi.png" !== "") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( header ) { context.write("\r\n\t\t\t\t"); context.write( system.partial("header.html") ); context.write("\r\n\t\t\t"); } context.write("\r\n\t\t\t\r\n\t\t\t"); context.write( system.partial("hauptmenu.html") ); context.write("\t\t\t\t\t\r\n\t\t\t\r\n\t\t\t"); if ( page.attribute("show_breadcrumb") ) { context.write("
    \r\n\t\t\t\t"); context.write( system.partial("breadcrumbs.html", (page.attribute("breadcrumb")||"").replace(/"/g, """), (page.attribute("breadcrumb_separator")||"").replace(/"/g, """) ) ); context.write("\r\n\t\t\t
    "); } context.write("\r\n\t\t\t\r\n\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "top" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Standard", 0, null, null, "zpgrid") ); context.write("
    \r\n\t\t\t\t
    \r\n\t\t\t\t"); if ( "bottom" == "bottom" ){ context.write("\r\n\t\t\t\t\t"); context.write( system.partial("submenu-layout.html") ); context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t"); context.write( system.partial("area.html", "News", 1, "news") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\t"); context.write( system.partial('zpextramenu.html') ); context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( page.attribute("show_copyright") || project.showCreatorText ) { context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t"); if ( page.attribute("show_copyright") ) { context.write("\r\n\t\t\t\t\t\t\t© 2018 Willi"); if ( project.showCreatorText ) { context.write(". "); } context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); if ( project.showCreatorText ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write(project.creatorText); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
    \r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t
    \r\n\t\t\t
    \r\n\t\t\t\r\n\t\t\t"); if ( page.anyAreaArticles("Footer") || (system.preview && system.showEmptyPreviewAreas) ) { context.write("\r\n\t\t\t\t
    \r\n\t\t\t\t\t"); context.write( system.partial("area.html", "Footer", 0, null, null, "zpgrid") ); context.write("\r\n\t\t\t\t
    \r\n\t\t\t"); } context.write("\r\n\t\t
    \r\n\t
    \t\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\t\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\pages\default.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570446652084().executeScript(); 2020-07-14 20:57:24,668 [19] INFO - --------- 2020-07-14 20:57:24,684 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,685 [19] INFO - --------- 2020-07-14 20:57:24,685 [19] INFO - function SE637303570446842095() {} SE637303570446842095.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. if ( project.rss ) { var feeds = projectFolder.rssFeeds; for ( var i=0; i\r\n\t\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570446842095().executeScript(); 2020-07-14 20:57:24,685 [19] INFO - --------- 2020-07-14 20:57:24,686 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,687 [19] INFO - --------- 2020-07-14 20:57:24,687 [19] INFO - function SE637303570446842095() {} SE637303570446842095.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. if ( project.rss ) { var feeds = projectFolder.rssFeeds; for ( var i=0; i\r\n\t\t"); } } // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\rss.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570446842095().executeScript(); 2020-07-14 20:57:24,687 [19] INFO - --------- 2020-07-14 20:57:24,688 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1343. 2020-07-14 20:57:24,688 [19] INFO - --------- 2020-07-14 20:57:24,694 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,694 [19] INFO - --------- 2020-07-14 20:57:24,694 [19] INFO - function SE637303570446942100() {} SE637303570446942100.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570446942100().executeScript(); 2020-07-14 20:57:24,695 [19] INFO - --------- 2020-07-14 20:57:24,696 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,696 [19] INFO - --------- 2020-07-14 20:57:24,696 [19] INFO - function SE637303570446942100() {} SE637303570446942100.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-search.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570446942100().executeScript(); 2020-07-14 20:57:24,697 [19] INFO - --------- 2020-07-14 20:57:24,697 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1344. 2020-07-14 20:57:24,697 [19] INFO - --------- 2020-07-14 20:57:24,699 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,699 [19] INFO - --------- 2020-07-14 20:57:24,700 [19] INFO - function SE637303570446992103() {} SE637303570446992103.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570446992103().executeScript(); 2020-07-14 20:57:24,700 [19] INFO - --------- 2020-07-14 20:57:24,701 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,701 [19] INFO - --------- 2020-07-14 20:57:24,702 [19] INFO - function SE637303570446992103() {} SE637303570446992103.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-logo.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570446992103().executeScript(); 2020-07-14 20:57:24,702 [19] INFO - --------- 2020-07-14 20:57:24,702 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1345. 2020-07-14 20:57:24,703 [19] INFO - --------- 2020-07-14 20:57:24,705 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,705 [19] INFO - --------- 2020-07-14 20:57:24,705 [19] INFO - function SE637303570447052107() {} SE637303570447052107.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570447052107().executeScript(); 2020-07-14 20:57:24,706 [19] INFO - --------- 2020-07-14 20:57:24,707 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,707 [19] INFO - --------- 2020-07-14 20:57:24,708 [19] INFO - function SE637303570447052107() {} SE637303570447052107.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-webtitle.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570447052107().executeScript(); 2020-07-14 20:57:24,708 [19] INFO - --------- 2020-07-14 20:57:24,708 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1346. 2020-07-14 20:57:24,709 [19] INFO - --------- 2020-07-14 20:57:24,710 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,710 [19] INFO - --------- 2020-07-14 20:57:24,711 [19] INFO - function SE637303570447102109() {} SE637303570447102109.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\header.html'. var areaName = "Header"; var headers = page.articlesInArea(areaName); var headerShown = false; for ( var ihead = 0; ihead < headers.count; ++ihead ){ // in a header-area, we only render the first active container/row/article if ( headerShown && ihead > 0 ){ break; } context.write(headers.item(ihead).render()); headerShown = true; } context.write("\r\n\r\n\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570447102109().executeScript(); 2020-07-14 20:57:24,711 [19] INFO - --------- 2020-07-14 20:57:24,714 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,714 [19] INFO - --------- 2020-07-14 20:57:24,714 [19] INFO - function SE637303570447142112() {} SE637303570447142112.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. var cssClass = article.cssClass || ""; if ( cssClass ){ cssClass = " " + cssClass; } var inlineCss = article.inlineCss || ""; if ( inlineCss ){ inlineCss = ' style="' + inlineCss + '"'; } if ( "950" !== "" && "250" !== "" ){ var ratio = (parseInt("250") / parseInt("950")) * 100; } else{ var ratio = 30; } var wrapperStyles = ' style="height: 0; padding-bottom: ' + ratio + '%;"'; context.write("\r\n\r\n
    \r\n\t
    \r\n\t\t
      \r\n\t\t"); var numHeaders = article.value("header-count"); for ( var i = 1; i <= numHeaders; ++i ) { var headerTitle = article.valueExpanded("header-title-" + i, ""); var headerDescription = article.valueExpanded("header-description-" + i, ""); var headerImage = article.value("header-image-" + i); var image = project.getImage(headerImage); if ( image ){ image.skipContentCopy(); } var clickHref = ""; if ( article.value("header-image-clickurl-" + i, "") ) { clickHref = system.partial("zplink-expanded.html", "header-image-clickurl-" + i); } var linkDataAttributes = ""; var clickUrl = article.value("header-image-clickurl-" + i, ""); var clickTarget = article.value("header-image-clickurl-" + i + "_target", ""); if ( clickUrl !== "" ){ linkDataAttributes += ' data-clickurl="' + clickUrl + '"'; } if ( clickTarget !== "" ){ linkDataAttributes += ' data-clicktarget="' + clickTarget + '"'; } context.write("\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t"); if ( image ) { context.write("\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\"");\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( headerTitle || headerDescription ) { context.write("\r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t\t"); if ( headerTitle ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write( system.partial("header-headline.html", i) ); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); context.write( headerDescription ); context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\r\n\r\n\t\t"); } context.write("\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n"); var nextText = system.htmlEncode(page.attribute("header_next_text")) || "weiter"; var prevText = system.htmlEncode(page.attribute("header_prev_text")) || "zurück"; var inlineEditingInitDelay = 50; var useSmoothHeight = "true" === "false" ? "false" : "true"; if ( useSmoothHeight === "true" ){ inlineEditingInitDelay = 1000; } context.write("\r\n\r\n"); if ( numHeaders > 0 ) { context.write("\r\n\t\r\n"); } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570447142112().executeScript(); 2020-07-14 20:57:24,715 [19] INFO - --------- 2020-07-14 20:57:24,717 [19] INFO - About to execute the following script: 2020-07-14 20:57:24,718 [19] INFO - --------- 2020-07-14 20:57:24,718 [19] INFO - function SE637303570447172114() {} SE637303570447172114.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. context.write(" \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570447172114().executeScript(); 2020-07-14 20:57:24,718 [19] INFO - --------- 2020-07-14 20:57:24,726 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,727 [19] INFO - --------- 2020-07-14 20:57:24,728 [19] INFO - function SE637303570447172114() {} SE637303570447172114.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. context.write(" \r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\inline-editing-header.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570447172114().executeScript(); 2020-07-14 20:57:24,728 [19] INFO - --------- 2020-07-14 20:57:24,728 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 1347. 2020-07-14 20:57:24,729 [19] INFO - --------- 2020-07-14 20:57:24,743 [19] INFO - Finished executing the following script: 2020-07-14 20:57:24,744 [19] INFO - --------- 2020-07-14 20:57:24,744 [19] INFO - function SE637303570447142112() {} SE637303570447142112.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. var cssClass = article.cssClass || ""; if ( cssClass ){ cssClass = " " + cssClass; } var inlineCss = article.inlineCss || ""; if ( inlineCss ){ inlineCss = ' style="' + inlineCss + '"'; } if ( "950" !== "" && "250" !== "" ){ var ratio = (parseInt("250") / parseInt("950")) * 100; } else{ var ratio = 30; } var wrapperStyles = ' style="height: 0; padding-bottom: ' + ratio + '%;"'; context.write("\r\n\r\n
    \r\n\t
    \r\n\t\t
      \r\n\t\t"); var numHeaders = article.value("header-count"); for ( var i = 1; i <= numHeaders; ++i ) { var headerTitle = article.valueExpanded("header-title-" + i, ""); var headerDescription = article.valueExpanded("header-description-" + i, ""); var headerImage = article.value("header-image-" + i); var image = project.getImage(headerImage); if ( image ){ image.skipContentCopy(); } var clickHref = ""; if ( article.value("header-image-clickurl-" + i, "") ) { clickHref = system.partial("zplink-expanded.html", "header-image-clickurl-" + i); } var linkDataAttributes = ""; var clickUrl = article.value("header-image-clickurl-" + i, ""); var clickTarget = article.value("header-image-clickurl-" + i + "_target", ""); if ( clickUrl !== "" ){ linkDataAttributes += ' data-clickurl="' + clickUrl + '"'; } if ( clickTarget !== "" ){ linkDataAttributes += ' data-clicktarget="' + clickTarget + '"'; } context.write("\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t"); if ( image ) { context.write("\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\"");\r\n\t\t\t\t\t"); if ( clickHref ){ context.write("\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\t\r\n\t\t\t\t"); if ( headerTitle || headerDescription ) { context.write("\r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t\t"); if ( headerTitle ) { context.write("\r\n\t\t\t\t\t\t\t"); context.write( system.partial("header-headline.html", i) ); context.write("\r\n\t\t\t\t\t\t"); } context.write("\r\n\t\t\t\t\t\t"); context.write( headerDescription ); context.write("\r\n\t\t\t\t\t
      \r\n\t\t\t\t\t"); if ( !image ){ context.write("\r\n\t\t\t\t\t\t
      \r\n\t\t\t\t\t"); } context.write("\r\n\t\t\t\t"); } context.write("\r\n\t\t\t\r\n\r\n\t\t"); } context.write("\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n"); var nextText = system.htmlEncode(page.attribute("header_next_text")) || "weiter"; var prevText = system.htmlEncode(page.attribute("header_prev_text")) || "zurück"; var inlineEditingInitDelay = 50; var useSmoothHeight = "true" === "false" ? "false" : "true"; if ( useSmoothHeight === "true" ){ inlineEditingInitDelay = 1000; } context.write("\r\n\r\n"); if ( numHeaders > 0 ) { context.write("\r\n\t\r\n"); } context.write("\r\n"); // End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleheader\standard.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570447142112().executeScript(); ----------------------------------------