---------------------------------------- 2020-07-14 20:56:55,788 [19] INFO - --------- 2020-07-14 20:56:57,970 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 514. 2020-07-14 20:56:57,971 [19] INFO - --------- 2020-07-14 20:56:57,972 [19] INFO - About to execute the following script: 2020-07-14 20:56:57,972 [19] INFO - --------- 2020-07-14 20:56:57,973 [19] INFO - function SE637303570179726817() {} SE637303570179726817.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 SE637303570179726817().executeScript(); 2020-07-14 20:56:57,973 [19] INFO - --------- 2020-07-14 20:56:57,977 [19] INFO - About to execute the following script: 2020-07-14 20:56:57,978 [19] INFO - --------- 2020-07-14 20:56:57,978 [19] INFO - function SE637303570179776819() {} SE637303570179776819.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 "); 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 SE637303570179776819().executeScript(); 2020-07-14 20:56:57,979 [19] INFO - --------- 2020-07-14 20:56:57,982 [19] INFO - About to execute the following script: 2020-07-14 20:56:57,983 [19] INFO - --------- 2020-07-14 20:56:57,983 [19] INFO - function SE637303570179826822() {} SE637303570179826822.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 SE637303570179826822().executeScript(); 2020-07-14 20:56:57,983 [19] INFO - --------- 2020-07-14 20:56:57,985 [19] INFO - About to execute the following script: 2020-07-14 20:56:57,986 [19] INFO - --------- 2020-07-14 20:56:57,986 [19] INFO - function SE637303570179856824() {} SE637303570179856824.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 "); 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 SE637303570179856824().executeScript(); 2020-07-14 20:56:57,987 [19] INFO - --------- 2020-07-14 20:56:57,990 [19] INFO - About to execute the following script: 2020-07-14 20:56:57,990 [19] INFO - --------- 2020-07-14 20:56:57,991 [19] INFO - function SE637303570179906827() {} SE637303570179906827.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570179906827().executeScript(); 2020-07-14 20:56:57,991 [19] INFO - --------- 2020-07-14 20:56:57,993 [19] INFO - Finished executing the following script: 2020-07-14 20:56:57,993 [19] INFO - --------- 2020-07-14 20:56:57,993 [19] INFO - function SE637303570179906827() {} SE637303570179906827.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570179906827().executeScript(); 2020-07-14 20:56:57,994 [19] INFO - --------- 2020-07-14 20:56:57,994 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 515. 2020-07-14 20:56:57,994 [19] INFO - --------- 2020-07-14 20:56:57,996 [19] INFO - About to execute the following script: 2020-07-14 20:56:57,997 [19] INFO - --------- 2020-07-14 20:56:57,997 [19] INFO - function SE637303570179966830() {} SE637303570179966830.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570179966830().executeScript(); 2020-07-14 20:56:57,997 [19] INFO - --------- 2020-07-14 20:56:58,000 [19] INFO - Finished executing the following script: 2020-07-14 20:56:58,000 [19] INFO - --------- 2020-07-14 20:56:58,000 [19] INFO - function SE637303570179966830() {} SE637303570179966830.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570179966830().executeScript(); 2020-07-14 20:56:58,001 [19] INFO - --------- 2020-07-14 20:56:58,001 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 516. 2020-07-14 20:56:58,001 [19] INFO - --------- 2020-07-14 20:56:58,003 [19] INFO - About to execute the following script: 2020-07-14 20:56:58,004 [19] INFO - --------- 2020-07-14 20:56:58,004 [19] INFO - function SE637303570180036834() {} SE637303570180036834.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570180036834().executeScript(); 2020-07-14 20:56:58,004 [19] INFO - --------- 2020-07-14 20:56:58,006 [19] INFO - Finished executing the following script: 2020-07-14 20:56:58,006 [19] INFO - --------- 2020-07-14 20:56:58,007 [19] INFO - function SE637303570180036834() {} SE637303570180036834.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570180036834().executeScript(); 2020-07-14 20:56:58,007 [19] INFO - --------- 2020-07-14 20:56:58,007 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 517. 2020-07-14 20:56:58,008 [19] INFO - --------- 2020-07-14 20:56:58,010 [19] INFO - About to execute the following script: 2020-07-14 20:56:58,010 [19] INFO - --------- 2020-07-14 20:56:58,010 [19] INFO - function SE637303570180106838() {} SE637303570180106838.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570180106838().executeScript(); 2020-07-14 20:56:58,011 [19] INFO - --------- 2020-07-14 20:56:58,012 [19] INFO - Finished executing the following script: 2020-07-14 20:56:58,013 [19] INFO - --------- 2020-07-14 20:56:58,013 [19] INFO - function SE637303570180106838() {} SE637303570180106838.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570180106838().executeScript(); 2020-07-14 20:56:58,013 [19] INFO - --------- 2020-07-14 20:56:58,014 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 518. 2020-07-14 20:56:58,014 [19] INFO - --------- 2020-07-14 20:56:58,015 [19] INFO - Finished executing the following script: 2020-07-14 20:56:58,015 [19] INFO - --------- 2020-07-14 20:56:58,016 [19] INFO - function SE637303570179856824() {} SE637303570179856824.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 "); 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 SE637303570179856824().executeScript(); 2020-07-14 20:56:58,016 [19] INFO - --------- 2020-07-14 20:56:58,016 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 519. 2020-07-14 20:56:58,017 [19] INFO - --------- 2020-07-14 20:56:58,017 [19] INFO - Finished executing the following script: 2020-07-14 20:56:58,018 [19] INFO - --------- 2020-07-14 20:56:58,018 [19] INFO - function SE637303570179826822() {} SE637303570179826822.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 SE637303570179826822().executeScript(); 2020-07-14 20:56:58,018 [19] INFO - --------- 2020-07-14 20:56:58,019 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 520. 2020-07-14 20:56:58,019 [19] INFO - --------- 2020-07-14 20:56:58,020 [19] INFO - Finished executing the following script: 2020-07-14 20:56:58,020 [19] INFO - --------- 2020-07-14 20:56:58,020 [19] INFO - function SE637303570179776819() {} SE637303570179776819.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 "); 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 SE637303570179776819().executeScript(); 2020-07-14 20:56:58,021 [19] INFO - --------- 2020-07-14 20:56:58,021 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 521. 2020-07-14 20:56:58,022 [19] INFO - --------- 2020-07-14 20:56:58,038 [19] INFO - Finished executing the following script: 2020-07-14 20:56:58,039 [19] INFO - --------- 2020-07-14 20:56:58,039 [19] INFO - function SE637303570179726817() {} SE637303570179726817.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 SE637303570179726817().executeScript(); 2020-07-14 20:56:58,040 [19] INFO - --------- 2020-07-14 20:56:58,040 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 522. 2020-07-14 20:56:58,040 [19] INFO - --------- 2020-07-14 20:56:58,043 [19] INFO - About to execute the following script: 2020-07-14 20:56:58,043 [19] INFO - --------- 2020-07-14 20:56:58,044 [19] INFO - function SE637303570180436857() {} SE637303570180436857.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 SE637303570180436857().executeScript(); 2020-07-14 20:56:58,045 [19] INFO - --------- 2020-07-14 20:56:58,054 [19] INFO - Finished executing the following script: 2020-07-14 20:56:58,054 [19] INFO - --------- 2020-07-14 20:56:58,055 [19] INFO - function SE637303570180436857() {} SE637303570180436857.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 SE637303570180436857().executeScript(); 2020-07-14 20:56:58,057 [19] INFO - --------- 2020-07-14 20:56:58,057 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 523. 2020-07-14 20:56:58,057 [19] INFO - --------- 2020-07-14 20:56:58,059 [19] INFO - About to execute the following script: 2020-07-14 20:56:58,059 [19] INFO - --------- 2020-07-14 20:56:58,059 [19] INFO - function SE637303570180586866() {} SE637303570180586866.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 SE637303570180586866().executeScript(); 2020-07-14 20:56:58,060 [19] INFO - --------- 2020-07-14 20:56:58,061 [19] INFO - About to execute the following script: 2020-07-14 20:56:58,062 [19] INFO - --------- 2020-07-14 20:56:58,062 [19] INFO - function SE637303570180616867() {} SE637303570180616867.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 SE637303570180616867().executeScript(); 2020-07-14 20:56:58,062 [19] INFO - --------- 2020-07-14 20:56:58,064 [19] INFO - Finished executing the following script: 2020-07-14 20:56:58,064 [19] INFO - --------- 2020-07-14 20:56:58,064 [19] INFO - function SE637303570180616867() {} SE637303570180616867.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 SE637303570180616867().executeScript(); 2020-07-14 20:56:58,065 [19] INFO - --------- 2020-07-14 20:56:58,065 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 524. 2020-07-14 20:56:58,065 [19] INFO - --------- 2020-07-14 20:56:58,071 [19] INFO - Finished executing the following script: 2020-07-14 20:56:58,071 [19] INFO - --------- 2020-07-14 20:56:58,072 [19] INFO - function SE637303570180586866() {} SE637303570180586866.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 SE637303570180586866().executeScript(); 2020-07-14 20:56:58,072 [19] INFO - --------- 2020-07-14 20:56:58,072 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 525. 2020-07-14 20:56:58,073 [19] INFO - --------- 2020-07-14 20:56:58,076 [19] INFO - About to execute the following script: 2020-07-14 20:56:58,076 [19] INFO - --------- 2020-07-14 20:56:58,076 [19] INFO - function SE637303570180766876() {} SE637303570180766876.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 SE637303570180766876().executeScript(); 2020-07-14 20:56:58,077 [19] INFO - --------- 2020-07-14 20:56:58,078 [19] INFO - Finished executing the following script: 2020-07-14 20:56:58,078 [19] INFO - --------- 2020-07-14 20:56:58,079 [19] INFO - function SE637303570180766876() {} SE637303570180766876.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 SE637303570180766876().executeScript(); 2020-07-14 20:56:58,079 [19] INFO - --------- 2020-07-14 20:56:58,079 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 526. 2020-07-14 20:56:58,080 [19] INFO - --------- 2020-07-14 20:56:58,082 [19] INFO - Finished executing the following script: 2020-07-14 20:56:58,083 [19] INFO - --------- 2020-07-14 20:56:58,083 [19] INFO - function SE637303570154585378() {} SE637303570154585378.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 SE637303570154585378().executeScript(); 2020-07-14 20:56:58,085 [19] INFO - --------- 2020-07-14 20:56:58,085 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 527. 2020-07-14 20:56:58,085 [19] INFO - --------- 2020-07-14 20:56:58,086 [19] INFO - Closing the script engine. 2020-07-14 20:56:58,087 [19] INFO - --------- 2020-07-14 20:56:58,087 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 527. 2020-07-14 20:56:58,087 [19] INFO - --------- 2020-07-14 20:56:58,191 [19] INFO - Script engine constructed. 2020-07-14 20:56:58,191 [19] INFO - Script engine initialized. 2020-07-14 20:56:58,192 [19] INFO - About to execute the following script: 2020-07-14 20:56:58,192 [19] INFO - --------- 2020-07-14 20:56:58,192 [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:56:59,827 [19] INFO - --------- 2020-07-14 20:56:59,828 [19] INFO - Finished executing the following script: 2020-07-14 20:56:59,828 [19] INFO - --------- 2020-07-14 20:56:59,829 [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:56:59,829 [19] INFO - --------- 2020-07-14 20:56:59,830 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 528. 2020-07-14 20:56:59,830 [19] INFO - --------- 2020-07-14 20:56:59,830 [19] INFO - About to execute the following script: 2020-07-14 20:56:59,831 [19] INFO - --------- 2020-07-14 20:56:59,831 [19] INFO - function SE637303570181906941() {} SE637303570181906941.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\t\n\t\t\t \n\t\t\t0\n\t\t\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 SE637303570181906941().executeScript(); 2020-07-14 20:56:59,831 [19] INFO - --------- 2020-07-14 20:56:59,833 [19] INFO - Finished executing the following script: 2020-07-14 20:56:59,833 [19] INFO - --------- 2020-07-14 20:56:59,834 [19] INFO - function SE637303570181906941() {} SE637303570181906941.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\t\n\t\t\t \n\t\t\t0\n\t\t\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 SE637303570181906941().executeScript(); 2020-07-14 20:56:59,834 [19] INFO - --------- 2020-07-14 20:56:59,835 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 529. 2020-07-14 20:56:59,835 [19] INFO - --------- 2020-07-14 20:56:59,836 [19] INFO - About to execute the following script: 2020-07-14 20:56:59,836 [19] INFO - --------- 2020-07-14 20:56:59,837 [19] INFO - function SE637303570198367883() {} SE637303570198367883.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 SE637303570198367883().executeScript(); 2020-07-14 20:56:59,838 [19] INFO - --------- 2020-07-14 20:56:59,865 [19] INFO - About to execute the following script: 2020-07-14 20:56:59,866 [19] INFO - --------- 2020-07-14 20:56:59,866 [19] INFO - function SE637303570198657899() {} SE637303570198657899.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 SE637303570198657899().executeScript(); 2020-07-14 20:56:59,866 [19] INFO - --------- 2020-07-14 20:56:59,868 [19] INFO - Finished executing the following script: 2020-07-14 20:56:59,868 [19] INFO - --------- 2020-07-14 20:56:59,868 [19] INFO - function SE637303570198657899() {} SE637303570198657899.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 SE637303570198657899().executeScript(); 2020-07-14 20:56:59,869 [19] INFO - --------- 2020-07-14 20:56:59,869 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 530. 2020-07-14 20:56:59,869 [19] INFO - --------- 2020-07-14 20:56:59,886 [19] INFO - About to execute the following script: 2020-07-14 20:56:59,887 [19] INFO - --------- 2020-07-14 20:56:59,887 [19] INFO - function SE637303570198867911() {} SE637303570198867911.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 SE637303570198867911().executeScript(); 2020-07-14 20:56:59,887 [19] INFO - --------- 2020-07-14 20:56:59,889 [19] INFO - Finished executing the following script: 2020-07-14 20:56:59,889 [19] INFO - --------- 2020-07-14 20:56:59,889 [19] INFO - function SE637303570198867911() {} SE637303570198867911.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 SE637303570198867911().executeScript(); 2020-07-14 20:56:59,890 [19] INFO - --------- 2020-07-14 20:56:59,890 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 531. 2020-07-14 20:56:59,890 [19] INFO - --------- 2020-07-14 20:56:59,891 [19] INFO - About to execute the following script: 2020-07-14 20:56:59,891 [19] INFO - --------- 2020-07-14 20:56:59,892 [19] INFO - function SE637303570198917914() {} SE637303570198917914.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 SE637303570198917914().executeScript(); 2020-07-14 20:56:59,892 [19] INFO - --------- 2020-07-14 20:56:59,893 [19] INFO - Finished executing the following script: 2020-07-14 20:56:59,894 [19] INFO - --------- 2020-07-14 20:56:59,895 [19] INFO - function SE637303570198917914() {} SE637303570198917914.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 SE637303570198917914().executeScript(); 2020-07-14 20:56:59,895 [19] INFO - --------- 2020-07-14 20:56:59,895 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 532. 2020-07-14 20:56:59,896 [19] INFO - --------- 2020-07-14 20:56:59,898 [19] INFO - About to execute the following script: 2020-07-14 20:56:59,899 [19] INFO - --------- 2020-07-14 20:56:59,899 [19] INFO - function SE637303570198987918() {} SE637303570198987918.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 SE637303570198987918().executeScript(); 2020-07-14 20:56:59,899 [19] INFO - --------- 2020-07-14 20:56:59,901 [19] INFO - Finished executing the following script: 2020-07-14 20:56:59,901 [19] INFO - --------- 2020-07-14 20:56:59,902 [19] INFO - function SE637303570198987918() {} SE637303570198987918.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 SE637303570198987918().executeScript(); 2020-07-14 20:56:59,902 [19] INFO - --------- 2020-07-14 20:56:59,902 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 533. 2020-07-14 20:56:59,902 [19] INFO - --------- 2020-07-14 20:56:59,904 [19] INFO - About to execute the following script: 2020-07-14 20:56:59,904 [19] INFO - --------- 2020-07-14 20:56:59,905 [19] INFO - function SE637303570199047922() {} SE637303570199047922.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 SE637303570199047922().executeScript(); 2020-07-14 20:56:59,905 [19] INFO - --------- 2020-07-14 20:56:59,914 [19] INFO - About to execute the following script: 2020-07-14 20:56:59,914 [19] INFO - --------- 2020-07-14 20:56:59,915 [19] INFO - function SE637303570199147927() {} SE637303570199147927.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 SE637303570199147927().executeScript(); 2020-07-14 20:56:59,916 [19] INFO - --------- 2020-07-14 20:56:59,918 [19] INFO - About to execute the following script: 2020-07-14 20:56:59,918 [19] INFO - --------- 2020-07-14 20:56:59,918 [19] INFO - function SE637303570199187930() {} SE637303570199187930.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 SE637303570199187930().executeScript(); 2020-07-14 20:56:59,919 [19] INFO - --------- 2020-07-14 20:56:59,931 [19] INFO - Finished executing the following script: 2020-07-14 20:56:59,931 [19] INFO - --------- 2020-07-14 20:56:59,932 [19] INFO - function SE637303570199187930() {} SE637303570199187930.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 SE637303570199187930().executeScript(); 2020-07-14 20:56:59,932 [19] INFO - --------- 2020-07-14 20:56:59,932 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 534. 2020-07-14 20:56:59,933 [19] INFO - --------- 2020-07-14 20:56:59,946 [19] INFO - Finished executing the following script: 2020-07-14 20:56:59,946 [19] INFO - --------- 2020-07-14 20:56:59,947 [19] INFO - function SE637303570199147927() {} SE637303570199147927.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 SE637303570199147927().executeScript(); 2020-07-14 20:56:59,947 [19] INFO - --------- 2020-07-14 20:56:59,948 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 535. 2020-07-14 20:56:59,948 [19] INFO - --------- 2020-07-14 20:56:59,949 [19] INFO - Finished executing the following script: 2020-07-14 20:56:59,950 [19] INFO - --------- 2020-07-14 20:56:59,951 [19] INFO - function SE637303570199047922() {} SE637303570199047922.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 SE637303570199047922().executeScript(); 2020-07-14 20:56:59,951 [19] INFO - --------- 2020-07-14 20:56:59,951 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 536. 2020-07-14 20:56:59,952 [19] INFO - --------- 2020-07-14 20:56:59,953 [19] INFO - About to execute the following script: 2020-07-14 20:56:59,953 [19] INFO - --------- 2020-07-14 20:56:59,953 [19] INFO - function SE637303570199527949() {} SE637303570199527949.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 SE637303570199527949().executeScript(); 2020-07-14 20:56:59,954 [19] INFO - --------- 2020-07-14 20:56:59,958 [19] INFO - About to execute the following script: 2020-07-14 20:56:59,958 [19] INFO - --------- 2020-07-14 20:56:59,958 [19] INFO - function SE637303570199587952() {} SE637303570199587952.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 SE637303570199587952().executeScript(); 2020-07-14 20:56:59,959 [19] INFO - --------- 2020-07-14 20:56:59,960 [19] INFO - Finished executing the following script: 2020-07-14 20:56:59,961 [19] INFO - --------- 2020-07-14 20:56:59,961 [19] INFO - function SE637303570199587952() {} SE637303570199587952.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 SE637303570199587952().executeScript(); 2020-07-14 20:56:59,961 [19] INFO - --------- 2020-07-14 20:56:59,962 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 537. 2020-07-14 20:56:59,963 [19] INFO - --------- 2020-07-14 20:56:59,967 [19] INFO - About to execute the following script: 2020-07-14 20:56:59,968 [19] INFO - --------- 2020-07-14 20:56:59,968 [19] INFO - function SE637303570199677958() {} SE637303570199677958.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 SE637303570199677958().executeScript(); 2020-07-14 20:56:59,968 [19] INFO - --------- 2020-07-14 20:56:59,970 [19] INFO - Finished executing the following script: 2020-07-14 20:56:59,971 [19] INFO - --------- 2020-07-14 20:56:59,971 [19] INFO - function SE637303570199677958() {} SE637303570199677958.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 SE637303570199677958().executeScript(); 2020-07-14 20:56:59,971 [19] INFO - --------- 2020-07-14 20:56:59,972 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 538. 2020-07-14 20:56:59,972 [19] INFO - --------- 2020-07-14 20:56:59,980 [19] INFO - About to execute the following script: 2020-07-14 20:56:59,981 [19] INFO - --------- 2020-07-14 20:56:59,981 [19] INFO - function SE637303570199807965() {} SE637303570199807965.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 SE637303570199807965().executeScript(); 2020-07-14 20:56:59,981 [19] INFO - --------- 2020-07-14 20:56:59,983 [19] INFO - Finished executing the following script: 2020-07-14 20:56:59,983 [19] INFO - --------- 2020-07-14 20:56:59,984 [19] INFO - function SE637303570199807965() {} SE637303570199807965.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 SE637303570199807965().executeScript(); 2020-07-14 20:56:59,984 [19] INFO - --------- 2020-07-14 20:56:59,985 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 539. 2020-07-14 20:56:59,985 [19] INFO - --------- 2020-07-14 20:56:59,987 [19] INFO - About to execute the following script: 2020-07-14 20:56:59,987 [19] INFO - --------- 2020-07-14 20:56:59,987 [19] INFO - function SE637303570199877969() {} SE637303570199877969.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 SE637303570199877969().executeScript(); 2020-07-14 20:56:59,988 [19] INFO - --------- 2020-07-14 20:56:59,990 [19] INFO - Finished executing the following script: 2020-07-14 20:56:59,990 [19] INFO - --------- 2020-07-14 20:56:59,990 [19] INFO - function SE637303570199877969() {} SE637303570199877969.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 SE637303570199877969().executeScript(); 2020-07-14 20:56:59,990 [19] INFO - --------- 2020-07-14 20:56:59,991 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 540. 2020-07-14 20:56:59,991 [19] INFO - --------- 2020-07-14 20:56:59,994 [19] INFO - About to execute the following script: 2020-07-14 20:56:59,994 [19] INFO - --------- 2020-07-14 20:56:59,994 [19] INFO - function SE637303570199947973() {} SE637303570199947973.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 SE637303570199947973().executeScript(); 2020-07-14 20:56:59,995 [19] INFO - --------- 2020-07-14 20:56:59,996 [19] INFO - Finished executing the following script: 2020-07-14 20:56:59,997 [19] INFO - --------- 2020-07-14 20:56:59,997 [19] INFO - function SE637303570199947973() {} SE637303570199947973.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 SE637303570199947973().executeScript(); 2020-07-14 20:56:59,997 [19] INFO - --------- 2020-07-14 20:56:59,998 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 541. 2020-07-14 20:56:59,998 [19] INFO - --------- 2020-07-14 20:57:00,000 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,000 [19] INFO - --------- 2020-07-14 20:57:00,001 [19] INFO - function SE637303570200007977() {} SE637303570200007977.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 SE637303570200007977().executeScript(); 2020-07-14 20:57:00,001 [19] INFO - --------- 2020-07-14 20:57:00,003 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,003 [19] INFO - --------- 2020-07-14 20:57:00,003 [19] INFO - function SE637303570200007977() {} SE637303570200007977.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 SE637303570200007977().executeScript(); 2020-07-14 20:57:00,004 [19] INFO - --------- 2020-07-14 20:57:00,004 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 542. 2020-07-14 20:57:00,004 [19] INFO - --------- 2020-07-14 20:57:00,006 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,006 [19] INFO - --------- 2020-07-14 20:57:00,007 [19] INFO - function SE637303570200067980() {} SE637303570200067980.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 SE637303570200067980().executeScript(); 2020-07-14 20:57:00,008 [19] INFO - --------- 2020-07-14 20:57:00,009 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,010 [19] INFO - --------- 2020-07-14 20:57:00,010 [19] INFO - function SE637303570200067980() {} SE637303570200067980.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 SE637303570200067980().executeScript(); 2020-07-14 20:57:00,010 [19] INFO - --------- 2020-07-14 20:57:00,011 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 543. 2020-07-14 20:57:00,011 [19] INFO - --------- 2020-07-14 20:57:00,017 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,018 [19] INFO - --------- 2020-07-14 20:57:00,018 [19] INFO - function SE637303570199527949() {} SE637303570199527949.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 SE637303570199527949().executeScript(); 2020-07-14 20:57:00,018 [19] INFO - --------- 2020-07-14 20:57:00,019 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 544. 2020-07-14 20:57:00,019 [19] INFO - --------- 2020-07-14 20:57:00,020 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,020 [19] INFO - --------- 2020-07-14 20:57:00,021 [19] INFO - function SE637303570200207988() {} SE637303570200207988.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 SE637303570200207988().executeScript(); 2020-07-14 20:57:00,021 [19] INFO - --------- 2020-07-14 20:57:00,022 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,023 [19] INFO - --------- 2020-07-14 20:57:00,023 [19] INFO - function SE637303570200207988() {} SE637303570200207988.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 SE637303570200207988().executeScript(); 2020-07-14 20:57:00,023 [19] INFO - --------- 2020-07-14 20:57:00,024 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 545. 2020-07-14 20:57:00,024 [19] INFO - --------- 2020-07-14 20:57:00,025 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,026 [19] INFO - --------- 2020-07-14 20:57:00,026 [19] INFO - function SE637303570200257991() {} SE637303570200257991.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 SE637303570200257991().executeScript(); 2020-07-14 20:57:00,027 [19] INFO - --------- 2020-07-14 20:57:00,034 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,034 [19] INFO - --------- 2020-07-14 20:57:00,034 [19] INFO - function SE637303570200257991() {} SE637303570200257991.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 SE637303570200257991().executeScript(); 2020-07-14 20:57:00,035 [19] INFO - --------- 2020-07-14 20:57:00,035 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 546. 2020-07-14 20:57:00,035 [19] INFO - --------- 2020-07-14 20:57:00,037 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,037 [19] INFO - --------- 2020-07-14 20:57:00,038 [19] INFO - function SE637303570200377998() {} SE637303570200377998.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 SE637303570200377998().executeScript(); 2020-07-14 20:57:00,040 [19] INFO - --------- 2020-07-14 20:57:00,170 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,170 [19] INFO - --------- 2020-07-14 20:57:00,170 [19] INFO - function SE637303570201708074() {} SE637303570201708074.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 SE637303570201708074().executeScript(); 2020-07-14 20:57:00,171 [19] INFO - --------- 2020-07-14 20:57:00,172 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,172 [19] INFO - --------- 2020-07-14 20:57:00,173 [19] INFO - function SE637303570201728075() {} SE637303570201728075.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 SE637303570201728075().executeScript(); 2020-07-14 20:57:00,173 [19] INFO - --------- 2020-07-14 20:57:00,183 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,183 [19] INFO - --------- 2020-07-14 20:57:00,184 [19] INFO - function SE637303570201728075() {} SE637303570201728075.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 SE637303570201728075().executeScript(); 2020-07-14 20:57:00,184 [19] INFO - --------- 2020-07-14 20:57:00,185 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 547. 2020-07-14 20:57:00,185 [19] INFO - --------- 2020-07-14 20:57:00,186 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,186 [19] INFO - --------- 2020-07-14 20:57:00,186 [19] INFO - function SE637303570201868083() {} SE637303570201868083.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 SE637303570201868083().executeScript(); 2020-07-14 20:57:00,187 [19] INFO - --------- 2020-07-14 20:57:00,191 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,191 [19] INFO - --------- 2020-07-14 20:57:00,192 [19] INFO - function SE637303570201868083() {} SE637303570201868083.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 SE637303570201868083().executeScript(); 2020-07-14 20:57:00,192 [19] INFO - --------- 2020-07-14 20:57:00,192 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 548. 2020-07-14 20:57:00,192 [19] INFO - --------- 2020-07-14 20:57:00,193 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,194 [19] INFO - --------- 2020-07-14 20:57:00,194 [19] INFO - function SE637303570201938087() {} SE637303570201938087.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 SE637303570201938087().executeScript(); 2020-07-14 20:57:00,194 [19] INFO - --------- 2020-07-14 20:57:00,197 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,197 [19] INFO - --------- 2020-07-14 20:57:00,197 [19] INFO - function SE637303570201938087() {} SE637303570201938087.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 SE637303570201938087().executeScript(); 2020-07-14 20:57:00,198 [19] INFO - --------- 2020-07-14 20:57:00,198 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 549. 2020-07-14 20:57:00,198 [19] INFO - --------- 2020-07-14 20:57:00,199 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,199 [19] INFO - --------- 2020-07-14 20:57:00,199 [19] INFO - function SE637303570201998090() {} SE637303570201998090.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 SE637303570201998090().executeScript(); 2020-07-14 20:57:00,200 [19] INFO - --------- 2020-07-14 20:57:00,201 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,201 [19] INFO - --------- 2020-07-14 20:57:00,202 [19] INFO - function SE637303570201998090() {} SE637303570201998090.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 SE637303570201998090().executeScript(); 2020-07-14 20:57:00,202 [19] INFO - --------- 2020-07-14 20:57:00,202 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 550. 2020-07-14 20:57:00,203 [19] INFO - --------- 2020-07-14 20:57:00,204 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,204 [19] INFO - --------- 2020-07-14 20:57:00,204 [19] INFO - function SE637303570201708074() {} SE637303570201708074.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 SE637303570201708074().executeScript(); 2020-07-14 20:57:00,205 [19] INFO - --------- 2020-07-14 20:57:00,205 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 551. 2020-07-14 20:57:00,205 [19] INFO - --------- 2020-07-14 20:57:00,234 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,234 [19] INFO - --------- 2020-07-14 20:57:00,234 [19] INFO - function SE637303570202348110() {} SE637303570202348110.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 SE637303570202348110().executeScript(); 2020-07-14 20:57:00,235 [19] INFO - --------- 2020-07-14 20:57:00,238 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,238 [19] INFO - --------- 2020-07-14 20:57:00,239 [19] INFO - function SE637303570202388113() {} SE637303570202388113.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 SE637303570202388113().executeScript(); 2020-07-14 20:57:00,239 [19] INFO - --------- 2020-07-14 20:57:00,249 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,249 [19] INFO - --------- 2020-07-14 20:57:00,250 [19] INFO - function SE637303570202388113() {} SE637303570202388113.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 SE637303570202388113().executeScript(); 2020-07-14 20:57:00,250 [19] INFO - --------- 2020-07-14 20:57:00,250 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 552. 2020-07-14 20:57:00,251 [19] INFO - --------- 2020-07-14 20:57:00,252 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,252 [19] INFO - --------- 2020-07-14 20:57:00,252 [19] INFO - function SE637303570202528121() {} SE637303570202528121.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 SE637303570202528121().executeScript(); 2020-07-14 20:57:00,253 [19] INFO - --------- 2020-07-14 20:57:00,255 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,255 [19] INFO - --------- 2020-07-14 20:57:00,256 [19] INFO - function SE637303570202528121() {} SE637303570202528121.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 SE637303570202528121().executeScript(); 2020-07-14 20:57:00,256 [19] INFO - --------- 2020-07-14 20:57:00,256 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 553. 2020-07-14 20:57:00,257 [19] INFO - --------- 2020-07-14 20:57:00,260 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,260 [19] INFO - --------- 2020-07-14 20:57:00,261 [19] INFO - function SE637303570202348110() {} SE637303570202348110.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 SE637303570202348110().executeScript(); 2020-07-14 20:57:00,261 [19] INFO - --------- 2020-07-14 20:57:00,261 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 554. 2020-07-14 20:57:00,262 [19] INFO - --------- 2020-07-14 20:57:00,273 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,273 [19] INFO - --------- 2020-07-14 20:57:00,273 [19] INFO - function SE637303570202738133() {} SE637303570202738133.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 SE637303570202738133().executeScript(); 2020-07-14 20:57:00,274 [19] INFO - --------- 2020-07-14 20:57:00,276 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,276 [19] INFO - --------- 2020-07-14 20:57:00,277 [19] INFO - function SE637303570202768134() {} SE637303570202768134.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 SE637303570202768134().executeScript(); 2020-07-14 20:57:00,277 [19] INFO - --------- 2020-07-14 20:57:00,288 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,288 [19] INFO - --------- 2020-07-14 20:57:00,289 [19] INFO - function SE637303570202768134() {} SE637303570202768134.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 SE637303570202768134().executeScript(); 2020-07-14 20:57:00,289 [19] INFO - --------- 2020-07-14 20:57:00,289 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 555. 2020-07-14 20:57:00,290 [19] INFO - --------- 2020-07-14 20:57:00,290 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,291 [19] INFO - --------- 2020-07-14 20:57:00,291 [19] INFO - function SE637303570202908142() {} SE637303570202908142.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 SE637303570202908142().executeScript(); 2020-07-14 20:57:00,291 [19] INFO - --------- 2020-07-14 20:57:00,293 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,293 [19] INFO - --------- 2020-07-14 20:57:00,294 [19] INFO - function SE637303570202908142() {} SE637303570202908142.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 SE637303570202908142().executeScript(); 2020-07-14 20:57:00,294 [19] INFO - --------- 2020-07-14 20:57:00,294 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 556. 2020-07-14 20:57:00,295 [19] INFO - --------- 2020-07-14 20:57:00,296 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,296 [19] INFO - --------- 2020-07-14 20:57:00,296 [19] INFO - function SE637303570202738133() {} SE637303570202738133.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 SE637303570202738133().executeScript(); 2020-07-14 20:57:00,297 [19] INFO - --------- 2020-07-14 20:57:00,297 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 557. 2020-07-14 20:57:00,297 [19] INFO - --------- 2020-07-14 20:57:00,307 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,308 [19] INFO - --------- 2020-07-14 20:57:00,308 [19] INFO - function SE637303570203078152() {} SE637303570203078152.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 SE637303570203078152().executeScript(); 2020-07-14 20:57:00,308 [19] INFO - --------- 2020-07-14 20:57:00,311 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,311 [19] INFO - --------- 2020-07-14 20:57:00,311 [19] INFO - function SE637303570203108154() {} SE637303570203108154.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 SE637303570203108154().executeScript(); 2020-07-14 20:57:00,312 [19] INFO - --------- 2020-07-14 20:57:00,324 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,324 [19] INFO - --------- 2020-07-14 20:57:00,325 [19] INFO - function SE637303570203108154() {} SE637303570203108154.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 SE637303570203108154().executeScript(); 2020-07-14 20:57:00,325 [19] INFO - --------- 2020-07-14 20:57:00,326 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 558. 2020-07-14 20:57:00,326 [19] INFO - --------- 2020-07-14 20:57:00,327 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,327 [19] INFO - --------- 2020-07-14 20:57:00,328 [19] INFO - function SE637303570203278164() {} SE637303570203278164.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 SE637303570203278164().executeScript(); 2020-07-14 20:57:00,328 [19] INFO - --------- 2020-07-14 20:57:00,333 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,333 [19] INFO - --------- 2020-07-14 20:57:00,334 [19] INFO - function SE637303570203278164() {} SE637303570203278164.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 SE637303570203278164().executeScript(); 2020-07-14 20:57:00,334 [19] INFO - --------- 2020-07-14 20:57:00,334 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 559. 2020-07-14 20:57:00,335 [19] INFO - --------- 2020-07-14 20:57:00,336 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,336 [19] INFO - --------- 2020-07-14 20:57:00,337 [19] INFO - function SE637303570203078152() {} SE637303570203078152.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 SE637303570203078152().executeScript(); 2020-07-14 20:57:00,338 [19] INFO - --------- 2020-07-14 20:57:00,338 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 560. 2020-07-14 20:57:00,339 [19] INFO - --------- 2020-07-14 20:57:00,341 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,342 [19] INFO - --------- 2020-07-14 20:57:00,342 [19] INFO - function SE637303570200377998() {} SE637303570200377998.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 SE637303570200377998().executeScript(); 2020-07-14 20:57:00,344 [19] INFO - --------- 2020-07-14 20:57:00,344 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 561. 2020-07-14 20:57:00,345 [19] INFO - --------- 2020-07-14 20:57:00,346 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,346 [19] INFO - --------- 2020-07-14 20:57:00,346 [19] INFO - function SE637303570203468174() {} SE637303570203468174.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 SE637303570203468174().executeScript(); 2020-07-14 20:57:00,347 [19] INFO - --------- 2020-07-14 20:57:00,351 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,352 [19] INFO - --------- 2020-07-14 20:57:00,352 [19] INFO - function SE637303570203518177() {} SE637303570203518177.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 SE637303570203518177().executeScript(); 2020-07-14 20:57:00,353 [19] INFO - --------- 2020-07-14 20:57:00,356 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,357 [19] INFO - --------- 2020-07-14 20:57:00,357 [19] INFO - function SE637303570203568180() {} SE637303570203568180.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 SE637303570203568180().executeScript(); 2020-07-14 20:57:00,357 [19] INFO - --------- 2020-07-14 20:57:00,359 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,360 [19] INFO - --------- 2020-07-14 20:57:00,360 [19] INFO - function SE637303570203598182() {} SE637303570203598182.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 SE637303570203598182().executeScript(); 2020-07-14 20:57:00,360 [19] INFO - --------- 2020-07-14 20:57:00,386 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,387 [19] INFO - --------- 2020-07-14 20:57:00,387 [19] INFO - function SE637303570203868197() {} SE637303570203868197.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2-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-submenu2-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570203868197().executeScript(); 2020-07-14 20:57:00,387 [19] INFO - --------- 2020-07-14 20:57:00,389 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,390 [19] INFO - --------- 2020-07-14 20:57:00,390 [19] INFO - function SE637303570203898199() {} SE637303570203898199.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 SE637303570203898199().executeScript(); 2020-07-14 20:57:00,390 [19] INFO - --------- 2020-07-14 20:57:00,392 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,392 [19] INFO - --------- 2020-07-14 20:57:00,393 [19] INFO - function SE637303570203898199() {} SE637303570203898199.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 SE637303570203898199().executeScript(); 2020-07-14 20:57:00,393 [19] INFO - --------- 2020-07-14 20:57:00,394 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 562. 2020-07-14 20:57:00,394 [19] INFO - --------- 2020-07-14 20:57:00,395 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,395 [19] INFO - --------- 2020-07-14 20:57:00,395 [19] INFO - function SE637303570203868197() {} SE637303570203868197.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2-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-submenu2-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570203868197().executeScript(); 2020-07-14 20:57:00,396 [19] INFO - --------- 2020-07-14 20:57:00,396 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 563. 2020-07-14 20:57:00,396 [19] INFO - --------- 2020-07-14 20:57:00,398 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,398 [19] INFO - --------- 2020-07-14 20:57:00,399 [19] INFO - function SE637303570203988204() {} SE637303570203988204.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570203988204().executeScript(); 2020-07-14 20:57:00,399 [19] INFO - --------- 2020-07-14 20:57:00,401 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,402 [19] INFO - --------- 2020-07-14 20:57:00,402 [19] INFO - function SE637303570203988204() {} SE637303570203988204.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570203988204().executeScript(); 2020-07-14 20:57:00,402 [19] INFO - --------- 2020-07-14 20:57:00,403 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 564. 2020-07-14 20:57:00,403 [19] INFO - --------- 2020-07-14 20:57:00,405 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,405 [19] INFO - --------- 2020-07-14 20:57:00,406 [19] INFO - function SE637303570204058208() {} SE637303570204058208.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570204058208().executeScript(); 2020-07-14 20:57:00,406 [19] INFO - --------- 2020-07-14 20:57:00,409 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,409 [19] INFO - --------- 2020-07-14 20:57:00,409 [19] INFO - function SE637303570204058208() {} SE637303570204058208.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570204058208().executeScript(); 2020-07-14 20:57:00,410 [19] INFO - --------- 2020-07-14 20:57:00,410 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 565. 2020-07-14 20:57:00,410 [19] INFO - --------- 2020-07-14 20:57:00,413 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,413 [19] INFO - --------- 2020-07-14 20:57:00,414 [19] INFO - function SE637303570204138213() {} SE637303570204138213.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570204138213().executeScript(); 2020-07-14 20:57:00,414 [19] INFO - --------- 2020-07-14 20:57:00,416 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,416 [19] INFO - --------- 2020-07-14 20:57:00,417 [19] INFO - function SE637303570204138213() {} SE637303570204138213.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570204138213().executeScript(); 2020-07-14 20:57:00,417 [19] INFO - --------- 2020-07-14 20:57:00,417 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 566. 2020-07-14 20:57:00,418 [19] INFO - --------- 2020-07-14 20:57:00,418 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,419 [19] INFO - --------- 2020-07-14 20:57:00,419 [19] INFO - function SE637303570203598182() {} SE637303570203598182.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 SE637303570203598182().executeScript(); 2020-07-14 20:57:00,419 [19] INFO - --------- 2020-07-14 20:57:00,420 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 567. 2020-07-14 20:57:00,420 [19] INFO - --------- 2020-07-14 20:57:00,421 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,421 [19] INFO - --------- 2020-07-14 20:57:00,421 [19] INFO - function SE637303570203568180() {} SE637303570203568180.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 SE637303570203568180().executeScript(); 2020-07-14 20:57:00,422 [19] INFO - --------- 2020-07-14 20:57:00,422 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 568. 2020-07-14 20:57:00,422 [19] INFO - --------- 2020-07-14 20:57:00,423 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,423 [19] INFO - --------- 2020-07-14 20:57:00,424 [19] INFO - function SE637303570203518177() {} SE637303570203518177.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 SE637303570203518177().executeScript(); 2020-07-14 20:57:00,424 [19] INFO - --------- 2020-07-14 20:57:00,424 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 569. 2020-07-14 20:57:00,425 [19] INFO - --------- 2020-07-14 20:57:00,442 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,442 [19] INFO - --------- 2020-07-14 20:57:00,442 [19] INFO - function SE637303570203468174() {} SE637303570203468174.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 SE637303570203468174().executeScript(); 2020-07-14 20:57:00,443 [19] INFO - --------- 2020-07-14 20:57:00,443 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 570. 2020-07-14 20:57:00,443 [19] INFO - --------- 2020-07-14 20:57:00,445 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,446 [19] INFO - --------- 2020-07-14 20:57:00,450 [19] INFO - function SE637303570204458231() {} SE637303570204458231.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 SE637303570204458231().executeScript(); 2020-07-14 20:57:00,452 [19] INFO - --------- 2020-07-14 20:57:00,460 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,461 [19] INFO - --------- 2020-07-14 20:57:00,461 [19] INFO - function SE637303570204458231() {} SE637303570204458231.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 SE637303570204458231().executeScript(); 2020-07-14 20:57:00,464 [19] INFO - --------- 2020-07-14 20:57:00,464 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 571. 2020-07-14 20:57:00,464 [19] INFO - --------- 2020-07-14 20:57:00,465 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,466 [19] INFO - --------- 2020-07-14 20:57:00,466 [19] INFO - function SE637303570204658243() {} SE637303570204658243.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 SE637303570204658243().executeScript(); 2020-07-14 20:57:00,466 [19] INFO - --------- 2020-07-14 20:57:00,468 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,469 [19] INFO - --------- 2020-07-14 20:57:00,469 [19] INFO - function SE637303570204688244() {} SE637303570204688244.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 SE637303570204688244().executeScript(); 2020-07-14 20:57:00,470 [19] INFO - --------- 2020-07-14 20:57:00,471 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,471 [19] INFO - --------- 2020-07-14 20:57:00,472 [19] INFO - function SE637303570204688244() {} SE637303570204688244.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 SE637303570204688244().executeScript(); 2020-07-14 20:57:00,472 [19] INFO - --------- 2020-07-14 20:57:00,472 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 572. 2020-07-14 20:57:00,473 [19] INFO - --------- 2020-07-14 20:57:00,519 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,520 [19] INFO - --------- 2020-07-14 20:57:00,520 [19] INFO - function SE637303570204658243() {} SE637303570204658243.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 SE637303570204658243().executeScript(); 2020-07-14 20:57:00,520 [19] INFO - --------- 2020-07-14 20:57:00,520 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 573. 2020-07-14 20:57:00,520 [19] INFO - --------- 2020-07-14 20:57:00,522 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,522 [19] INFO - --------- 2020-07-14 20:57:00,522 [19] INFO - function SE637303570205228275() {} SE637303570205228275.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 SE637303570205228275().executeScript(); 2020-07-14 20:57:00,522 [19] INFO - --------- 2020-07-14 20:57:00,523 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,523 [19] INFO - --------- 2020-07-14 20:57:00,523 [19] INFO - function SE637303570205228275() {} SE637303570205228275.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 SE637303570205228275().executeScript(); 2020-07-14 20:57:00,523 [19] INFO - --------- 2020-07-14 20:57:00,523 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 574. 2020-07-14 20:57:00,523 [19] INFO - --------- 2020-07-14 20:57:00,526 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,526 [19] INFO - --------- 2020-07-14 20:57:00,526 [19] INFO - function SE637303570198367883() {} SE637303570198367883.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 SE637303570198367883().executeScript(); 2020-07-14 20:57:00,526 [19] INFO - --------- 2020-07-14 20:57:00,526 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 575. 2020-07-14 20:57:00,527 [19] INFO - --------- 2020-07-14 20:57:00,527 [19] INFO - Closing the script engine. 2020-07-14 20:57:00,527 [19] INFO - --------- 2020-07-14 20:57:00,527 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 575. 2020-07-14 20:57:00,527 [19] INFO - --------- 2020-07-14 20:57:00,588 [19] INFO - Script engine constructed. 2020-07-14 20:57:00,588 [19] INFO - Script engine initialized. 2020-07-14 20:57:00,588 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,589 [19] INFO - --------- 2020-07-14 20:57:00,589 [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:00,590 [19] INFO - --------- 2020-07-14 20:57:00,590 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,590 [19] INFO - --------- 2020-07-14 20:57:00,591 [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:00,591 [19] INFO - --------- 2020-07-14 20:57:00,592 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 576. 2020-07-14 20:57:00,592 [19] INFO - --------- 2020-07-14 20:57:00,592 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,595 [19] INFO - --------- 2020-07-14 20:57:00,595 [19] INFO - function SE637303570205878312() {} SE637303570205878312.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 SE637303570205878312().executeScript(); 2020-07-14 20:57:00,596 [19] INFO - --------- 2020-07-14 20:57:00,597 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,598 [19] INFO - --------- 2020-07-14 20:57:00,599 [19] INFO - function SE637303570205878312() {} SE637303570205878312.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 SE637303570205878312().executeScript(); 2020-07-14 20:57:00,600 [19] INFO - --------- 2020-07-14 20:57:00,600 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 577. 2020-07-14 20:57:00,602 [19] INFO - --------- 2020-07-14 20:57:00,603 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,603 [19] INFO - --------- 2020-07-14 20:57:00,603 [19] INFO - function SE637303570206038321() {} SE637303570206038321.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 SE637303570206038321().executeScript(); 2020-07-14 20:57:00,604 [19] INFO - --------- 2020-07-14 20:57:00,622 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,622 [19] INFO - --------- 2020-07-14 20:57:00,623 [19] INFO - function SE637303570206228332() {} SE637303570206228332.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 SE637303570206228332().executeScript(); 2020-07-14 20:57:00,623 [19] INFO - --------- 2020-07-14 20:57:00,624 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,625 [19] INFO - --------- 2020-07-14 20:57:00,625 [19] INFO - function SE637303570206228332() {} SE637303570206228332.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 SE637303570206228332().executeScript(); 2020-07-14 20:57:00,625 [19] INFO - --------- 2020-07-14 20:57:00,626 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 578. 2020-07-14 20:57:00,626 [19] INFO - --------- 2020-07-14 20:57:00,631 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,631 [19] INFO - --------- 2020-07-14 20:57:00,632 [19] INFO - function SE637303570206318337() {} SE637303570206318337.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 SE637303570206318337().executeScript(); 2020-07-14 20:57:00,632 [19] INFO - --------- 2020-07-14 20:57:00,633 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,633 [19] INFO - --------- 2020-07-14 20:57:00,634 [19] INFO - function SE637303570206318337() {} SE637303570206318337.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 SE637303570206318337().executeScript(); 2020-07-14 20:57:00,634 [19] INFO - --------- 2020-07-14 20:57:00,634 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 579. 2020-07-14 20:57:00,635 [19] INFO - --------- 2020-07-14 20:57:00,635 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,636 [19] INFO - --------- 2020-07-14 20:57:00,636 [19] INFO - function SE637303570206358340() {} SE637303570206358340.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 SE637303570206358340().executeScript(); 2020-07-14 20:57:00,636 [19] INFO - --------- 2020-07-14 20:57:00,638 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,639 [19] INFO - --------- 2020-07-14 20:57:00,639 [19] INFO - function SE637303570206358340() {} SE637303570206358340.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 SE637303570206358340().executeScript(); 2020-07-14 20:57:00,639 [19] INFO - --------- 2020-07-14 20:57:00,640 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 580. 2020-07-14 20:57:00,640 [19] INFO - --------- 2020-07-14 20:57:00,642 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,643 [19] INFO - --------- 2020-07-14 20:57:00,643 [19] INFO - function SE637303570206428344() {} SE637303570206428344.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 SE637303570206428344().executeScript(); 2020-07-14 20:57:00,643 [19] INFO - --------- 2020-07-14 20:57:00,644 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,645 [19] INFO - --------- 2020-07-14 20:57:00,645 [19] INFO - function SE637303570206428344() {} SE637303570206428344.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 SE637303570206428344().executeScript(); 2020-07-14 20:57:00,645 [19] INFO - --------- 2020-07-14 20:57:00,646 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 581. 2020-07-14 20:57:00,646 [19] INFO - --------- 2020-07-14 20:57:00,648 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,648 [19] INFO - --------- 2020-07-14 20:57:00,649 [19] INFO - function SE637303570206488347() {} SE637303570206488347.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 SE637303570206488347().executeScript(); 2020-07-14 20:57:00,649 [19] INFO - --------- 2020-07-14 20:57:00,652 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,652 [19] INFO - --------- 2020-07-14 20:57:00,653 [19] INFO - function SE637303570206528349() {} SE637303570206528349.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 SE637303570206528349().executeScript(); 2020-07-14 20:57:00,654 [19] INFO - --------- 2020-07-14 20:57:00,656 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,656 [19] INFO - --------- 2020-07-14 20:57:00,657 [19] INFO - function SE637303570206568352() {} SE637303570206568352.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 SE637303570206568352().executeScript(); 2020-07-14 20:57:00,657 [19] INFO - --------- 2020-07-14 20:57:00,660 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,660 [19] INFO - --------- 2020-07-14 20:57:00,661 [19] INFO - function SE637303570206568352() {} SE637303570206568352.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 SE637303570206568352().executeScript(); 2020-07-14 20:57:00,661 [19] INFO - --------- 2020-07-14 20:57:00,661 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 582. 2020-07-14 20:57:00,662 [19] INFO - --------- 2020-07-14 20:57:00,674 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,675 [19] INFO - --------- 2020-07-14 20:57:00,675 [19] INFO - function SE637303570206528349() {} SE637303570206528349.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 SE637303570206528349().executeScript(); 2020-07-14 20:57:00,677 [19] INFO - --------- 2020-07-14 20:57:00,677 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 583. 2020-07-14 20:57:00,678 [19] INFO - --------- 2020-07-14 20:57:00,679 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,680 [19] INFO - --------- 2020-07-14 20:57:00,681 [19] INFO - function SE637303570206488347() {} SE637303570206488347.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 SE637303570206488347().executeScript(); 2020-07-14 20:57:00,681 [19] INFO - --------- 2020-07-14 20:57:00,681 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 584. 2020-07-14 20:57:00,682 [19] INFO - --------- 2020-07-14 20:57:00,683 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,683 [19] INFO - --------- 2020-07-14 20:57:00,684 [19] INFO - function SE637303570206838367() {} SE637303570206838367.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 SE637303570206838367().executeScript(); 2020-07-14 20:57:00,684 [19] INFO - --------- 2020-07-14 20:57:00,689 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,689 [19] INFO - --------- 2020-07-14 20:57:00,690 [19] INFO - function SE637303570206898371() {} SE637303570206898371.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 SE637303570206898371().executeScript(); 2020-07-14 20:57:00,690 [19] INFO - --------- 2020-07-14 20:57:00,692 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,692 [19] INFO - --------- 2020-07-14 20:57:00,693 [19] INFO - function SE637303570206898371() {} SE637303570206898371.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 SE637303570206898371().executeScript(); 2020-07-14 20:57:00,693 [19] INFO - --------- 2020-07-14 20:57:00,693 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 585. 2020-07-14 20:57:00,693 [19] INFO - --------- 2020-07-14 20:57:00,698 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,698 [19] INFO - --------- 2020-07-14 20:57:00,699 [19] INFO - function SE637303570206988376() {} SE637303570206988376.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 SE637303570206988376().executeScript(); 2020-07-14 20:57:00,699 [19] INFO - --------- 2020-07-14 20:57:00,701 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,701 [19] INFO - --------- 2020-07-14 20:57:00,701 [19] INFO - function SE637303570206988376() {} SE637303570206988376.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 SE637303570206988376().executeScript(); 2020-07-14 20:57:00,702 [19] INFO - --------- 2020-07-14 20:57:00,702 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 586. 2020-07-14 20:57:00,702 [19] INFO - --------- 2020-07-14 20:57:00,710 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,711 [19] INFO - --------- 2020-07-14 20:57:00,711 [19] INFO - function SE637303570207108383() {} SE637303570207108383.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 SE637303570207108383().executeScript(); 2020-07-14 20:57:00,712 [19] INFO - --------- 2020-07-14 20:57:00,715 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,715 [19] INFO - --------- 2020-07-14 20:57:00,715 [19] INFO - function SE637303570207108383() {} SE637303570207108383.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 SE637303570207108383().executeScript(); 2020-07-14 20:57:00,716 [19] INFO - --------- 2020-07-14 20:57:00,716 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 587. 2020-07-14 20:57:00,716 [19] INFO - --------- 2020-07-14 20:57:00,718 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,718 [19] INFO - --------- 2020-07-14 20:57:00,719 [19] INFO - function SE637303570207188387() {} SE637303570207188387.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 SE637303570207188387().executeScript(); 2020-07-14 20:57:00,719 [19] INFO - --------- 2020-07-14 20:57:00,721 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,721 [19] INFO - --------- 2020-07-14 20:57:00,721 [19] INFO - function SE637303570207188387() {} SE637303570207188387.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 SE637303570207188387().executeScript(); 2020-07-14 20:57:00,722 [19] INFO - --------- 2020-07-14 20:57:00,722 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 588. 2020-07-14 20:57:00,722 [19] INFO - --------- 2020-07-14 20:57:00,726 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,726 [19] INFO - --------- 2020-07-14 20:57:00,726 [19] INFO - function SE637303570207268392() {} SE637303570207268392.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 SE637303570207268392().executeScript(); 2020-07-14 20:57:00,727 [19] INFO - --------- 2020-07-14 20:57:00,728 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,729 [19] INFO - --------- 2020-07-14 20:57:00,729 [19] INFO - function SE637303570207268392() {} SE637303570207268392.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 SE637303570207268392().executeScript(); 2020-07-14 20:57:00,729 [19] INFO - --------- 2020-07-14 20:57:00,730 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 589. 2020-07-14 20:57:00,730 [19] INFO - --------- 2020-07-14 20:57:00,732 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,732 [19] INFO - --------- 2020-07-14 20:57:00,732 [19] INFO - function SE637303570207328395() {} SE637303570207328395.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 SE637303570207328395().executeScript(); 2020-07-14 20:57:00,733 [19] INFO - --------- 2020-07-14 20:57:00,734 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,735 [19] INFO - --------- 2020-07-14 20:57:00,735 [19] INFO - function SE637303570207328395() {} SE637303570207328395.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 SE637303570207328395().executeScript(); 2020-07-14 20:57:00,735 [19] INFO - --------- 2020-07-14 20:57:00,736 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 590. 2020-07-14 20:57:00,736 [19] INFO - --------- 2020-07-14 20:57:00,738 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,738 [19] INFO - --------- 2020-07-14 20:57:00,738 [19] INFO - function SE637303570207388399() {} SE637303570207388399.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 SE637303570207388399().executeScript(); 2020-07-14 20:57:00,739 [19] INFO - --------- 2020-07-14 20:57:00,740 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,741 [19] INFO - --------- 2020-07-14 20:57:00,741 [19] INFO - function SE637303570207388399() {} SE637303570207388399.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 SE637303570207388399().executeScript(); 2020-07-14 20:57:00,741 [19] INFO - --------- 2020-07-14 20:57:00,742 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 591. 2020-07-14 20:57:00,742 [19] INFO - --------- 2020-07-14 20:57:00,743 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,743 [19] INFO - --------- 2020-07-14 20:57:00,743 [19] INFO - function SE637303570206838367() {} SE637303570206838367.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 SE637303570206838367().executeScript(); 2020-07-14 20:57:00,744 [19] INFO - --------- 2020-07-14 20:57:00,744 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 592. 2020-07-14 20:57:00,744 [19] INFO - --------- 2020-07-14 20:57:00,745 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,745 [19] INFO - --------- 2020-07-14 20:57:00,746 [19] INFO - function SE637303570207458403() {} SE637303570207458403.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 SE637303570207458403().executeScript(); 2020-07-14 20:57:00,746 [19] INFO - --------- 2020-07-14 20:57:00,747 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,747 [19] INFO - --------- 2020-07-14 20:57:00,748 [19] INFO - function SE637303570207458403() {} SE637303570207458403.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 SE637303570207458403().executeScript(); 2020-07-14 20:57:00,748 [19] INFO - --------- 2020-07-14 20:57:00,748 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 593. 2020-07-14 20:57:00,749 [19] INFO - --------- 2020-07-14 20:57:00,750 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,750 [19] INFO - --------- 2020-07-14 20:57:00,750 [19] INFO - function SE637303570207508406() {} SE637303570207508406.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 SE637303570207508406().executeScript(); 2020-07-14 20:57:00,752 [19] INFO - --------- 2020-07-14 20:57:00,758 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,758 [19] INFO - --------- 2020-07-14 20:57:00,758 [19] INFO - function SE637303570207508406() {} SE637303570207508406.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 SE637303570207508406().executeScript(); 2020-07-14 20:57:00,759 [19] INFO - --------- 2020-07-14 20:57:00,759 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 594. 2020-07-14 20:57:00,759 [19] INFO - --------- 2020-07-14 20:57:00,761 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,761 [19] INFO - --------- 2020-07-14 20:57:00,762 [19] INFO - function SE637303570207618412() {} SE637303570207618412.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 SE637303570207618412().executeScript(); 2020-07-14 20:57:00,764 [19] INFO - --------- 2020-07-14 20:57:00,779 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,781 [19] INFO - --------- 2020-07-14 20:57:00,781 [19] INFO - function SE637303570207798422() {} SE637303570207798422.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 SE637303570207798422().executeScript(); 2020-07-14 20:57:00,781 [19] INFO - --------- 2020-07-14 20:57:00,782 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,782 [19] INFO - --------- 2020-07-14 20:57:00,782 [19] INFO - function SE637303570207828424() {} SE637303570207828424.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 SE637303570207828424().executeScript(); 2020-07-14 20:57:00,783 [19] INFO - --------- 2020-07-14 20:57:00,788 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,788 [19] INFO - --------- 2020-07-14 20:57:00,789 [19] INFO - function SE637303570207828424() {} SE637303570207828424.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 SE637303570207828424().executeScript(); 2020-07-14 20:57:00,790 [19] INFO - --------- 2020-07-14 20:57:00,790 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 595. 2020-07-14 20:57:00,790 [19] INFO - --------- 2020-07-14 20:57:00,791 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,791 [19] INFO - --------- 2020-07-14 20:57:00,792 [19] INFO - function SE637303570207918429() {} SE637303570207918429.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 SE637303570207918429().executeScript(); 2020-07-14 20:57:00,792 [19] INFO - --------- 2020-07-14 20:57:00,795 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,796 [19] INFO - --------- 2020-07-14 20:57:00,797 [19] INFO - function SE637303570207918429() {} SE637303570207918429.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 SE637303570207918429().executeScript(); 2020-07-14 20:57:00,797 [19] INFO - --------- 2020-07-14 20:57:00,798 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 596. 2020-07-14 20:57:00,798 [19] INFO - --------- 2020-07-14 20:57:00,799 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,799 [19] INFO - --------- 2020-07-14 20:57:00,799 [19] INFO - function SE637303570207998434() {} SE637303570207998434.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 SE637303570207998434().executeScript(); 2020-07-14 20:57:00,800 [19] INFO - --------- 2020-07-14 20:57:00,802 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,802 [19] INFO - --------- 2020-07-14 20:57:00,803 [19] INFO - function SE637303570207998434() {} SE637303570207998434.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 SE637303570207998434().executeScript(); 2020-07-14 20:57:00,803 [19] INFO - --------- 2020-07-14 20:57:00,803 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 597. 2020-07-14 20:57:00,804 [19] INFO - --------- 2020-07-14 20:57:00,804 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,805 [19] INFO - --------- 2020-07-14 20:57:00,805 [19] INFO - function SE637303570208048436() {} SE637303570208048436.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 SE637303570208048436().executeScript(); 2020-07-14 20:57:00,805 [19] INFO - --------- 2020-07-14 20:57:00,806 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,807 [19] INFO - --------- 2020-07-14 20:57:00,807 [19] INFO - function SE637303570208048436() {} SE637303570208048436.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 SE637303570208048436().executeScript(); 2020-07-14 20:57:00,807 [19] INFO - --------- 2020-07-14 20:57:00,808 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 598. 2020-07-14 20:57:00,808 [19] INFO - --------- 2020-07-14 20:57:00,809 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,809 [19] INFO - --------- 2020-07-14 20:57:00,809 [19] INFO - function SE637303570207798422() {} SE637303570207798422.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 SE637303570207798422().executeScript(); 2020-07-14 20:57:00,810 [19] INFO - --------- 2020-07-14 20:57:00,810 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 599. 2020-07-14 20:57:00,810 [19] INFO - --------- 2020-07-14 20:57:00,821 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,821 [19] INFO - --------- 2020-07-14 20:57:00,821 [19] INFO - function SE637303570208218446() {} SE637303570208218446.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 SE637303570208218446().executeScript(); 2020-07-14 20:57:00,822 [19] INFO - --------- 2020-07-14 20:57:00,824 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,824 [19] INFO - --------- 2020-07-14 20:57:00,825 [19] INFO - function SE637303570208248448() {} SE637303570208248448.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 SE637303570208248448().executeScript(); 2020-07-14 20:57:00,825 [19] INFO - --------- 2020-07-14 20:57:00,830 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,831 [19] INFO - --------- 2020-07-14 20:57:00,831 [19] INFO - function SE637303570208248448() {} SE637303570208248448.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 SE637303570208248448().executeScript(); 2020-07-14 20:57:00,832 [19] INFO - --------- 2020-07-14 20:57:00,832 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 600. 2020-07-14 20:57:00,832 [19] INFO - --------- 2020-07-14 20:57:00,833 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,833 [19] INFO - --------- 2020-07-14 20:57:00,834 [19] INFO - function SE637303570208338453() {} SE637303570208338453.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 SE637303570208338453().executeScript(); 2020-07-14 20:57:00,834 [19] INFO - --------- 2020-07-14 20:57:00,836 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,836 [19] INFO - --------- 2020-07-14 20:57:00,836 [19] INFO - function SE637303570208338453() {} SE637303570208338453.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 SE637303570208338453().executeScript(); 2020-07-14 20:57:00,837 [19] INFO - --------- 2020-07-14 20:57:00,838 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 601. 2020-07-14 20:57:00,838 [19] INFO - --------- 2020-07-14 20:57:00,839 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,840 [19] INFO - --------- 2020-07-14 20:57:00,840 [19] INFO - function SE637303570208218446() {} SE637303570208218446.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 SE637303570208218446().executeScript(); 2020-07-14 20:57:00,840 [19] INFO - --------- 2020-07-14 20:57:00,841 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 602. 2020-07-14 20:57:00,841 [19] INFO - --------- 2020-07-14 20:57:00,847 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,848 [19] INFO - --------- 2020-07-14 20:57:00,848 [19] INFO - function SE637303570208478461() {} SE637303570208478461.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 SE637303570208478461().executeScript(); 2020-07-14 20:57:00,848 [19] INFO - --------- 2020-07-14 20:57:00,851 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,851 [19] INFO - --------- 2020-07-14 20:57:00,851 [19] INFO - function SE637303570208518463() {} SE637303570208518463.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 SE637303570208518463().executeScript(); 2020-07-14 20:57:00,852 [19] INFO - --------- 2020-07-14 20:57:00,857 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,857 [19] INFO - --------- 2020-07-14 20:57:00,858 [19] INFO - function SE637303570208518463() {} SE637303570208518463.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 SE637303570208518463().executeScript(); 2020-07-14 20:57:00,858 [19] INFO - --------- 2020-07-14 20:57:00,859 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 603. 2020-07-14 20:57:00,859 [19] INFO - --------- 2020-07-14 20:57:00,860 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,860 [19] INFO - --------- 2020-07-14 20:57:00,860 [19] INFO - function SE637303570208608468() {} SE637303570208608468.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 SE637303570208608468().executeScript(); 2020-07-14 20:57:00,861 [19] INFO - --------- 2020-07-14 20:57:00,862 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,863 [19] INFO - --------- 2020-07-14 20:57:00,863 [19] INFO - function SE637303570208608468() {} SE637303570208608468.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 SE637303570208608468().executeScript(); 2020-07-14 20:57:00,863 [19] INFO - --------- 2020-07-14 20:57:00,864 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 604. 2020-07-14 20:57:00,864 [19] INFO - --------- 2020-07-14 20:57:00,865 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,866 [19] INFO - --------- 2020-07-14 20:57:00,866 [19] INFO - function SE637303570208478461() {} SE637303570208478461.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 SE637303570208478461().executeScript(); 2020-07-14 20:57:00,867 [19] INFO - --------- 2020-07-14 20:57:00,867 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 605. 2020-07-14 20:57:00,867 [19] INFO - --------- 2020-07-14 20:57:00,872 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,872 [19] INFO - --------- 2020-07-14 20:57:00,873 [19] INFO - function SE637303570208728475() {} SE637303570208728475.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 SE637303570208728475().executeScript(); 2020-07-14 20:57:00,874 [19] INFO - --------- 2020-07-14 20:57:00,876 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,876 [19] INFO - --------- 2020-07-14 20:57:00,877 [19] INFO - function SE637303570208768478() {} SE637303570208768478.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 SE637303570208768478().executeScript(); 2020-07-14 20:57:00,877 [19] INFO - --------- 2020-07-14 20:57:00,883 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,884 [19] INFO - --------- 2020-07-14 20:57:00,884 [19] INFO - function SE637303570208768478() {} SE637303570208768478.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 SE637303570208768478().executeScript(); 2020-07-14 20:57:00,885 [19] INFO - --------- 2020-07-14 20:57:00,885 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 606. 2020-07-14 20:57:00,885 [19] INFO - --------- 2020-07-14 20:57:00,886 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,886 [19] INFO - --------- 2020-07-14 20:57:00,887 [19] INFO - function SE637303570208868483() {} SE637303570208868483.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 SE637303570208868483().executeScript(); 2020-07-14 20:57:00,887 [19] INFO - --------- 2020-07-14 20:57:00,889 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,889 [19] INFO - --------- 2020-07-14 20:57:00,890 [19] INFO - function SE637303570208868483() {} SE637303570208868483.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 SE637303570208868483().executeScript(); 2020-07-14 20:57:00,890 [19] INFO - --------- 2020-07-14 20:57:00,890 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 607. 2020-07-14 20:57:00,891 [19] INFO - --------- 2020-07-14 20:57:00,892 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,892 [19] INFO - --------- 2020-07-14 20:57:00,893 [19] INFO - function SE637303570208728475() {} SE637303570208728475.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 SE637303570208728475().executeScript(); 2020-07-14 20:57:00,893 [19] INFO - --------- 2020-07-14 20:57:00,893 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 608. 2020-07-14 20:57:00,894 [19] INFO - --------- 2020-07-14 20:57:00,898 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,899 [19] INFO - --------- 2020-07-14 20:57:00,900 [19] INFO - function SE637303570207618412() {} SE637303570207618412.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 SE637303570207618412().executeScript(); 2020-07-14 20:57:00,902 [19] INFO - --------- 2020-07-14 20:57:00,902 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 609. 2020-07-14 20:57:00,902 [19] INFO - --------- 2020-07-14 20:57:00,903 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,904 [19] INFO - --------- 2020-07-14 20:57:00,904 [19] INFO - function SE637303570209038493() {} SE637303570209038493.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 SE637303570209038493().executeScript(); 2020-07-14 20:57:00,905 [19] INFO - --------- 2020-07-14 20:57:00,908 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,909 [19] INFO - --------- 2020-07-14 20:57:00,909 [19] INFO - function SE637303570209088496() {} SE637303570209088496.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 SE637303570209088496().executeScript(); 2020-07-14 20:57:00,910 [19] INFO - --------- 2020-07-14 20:57:00,915 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,915 [19] INFO - --------- 2020-07-14 20:57:00,915 [19] INFO - function SE637303570209158500() {} SE637303570209158500.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 SE637303570209158500().executeScript(); 2020-07-14 20:57:00,916 [19] INFO - --------- 2020-07-14 20:57:00,918 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,918 [19] INFO - --------- 2020-07-14 20:57:00,919 [19] INFO - function SE637303570209188502() {} SE637303570209188502.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 SE637303570209188502().executeScript(); 2020-07-14 20:57:00,919 [19] INFO - --------- 2020-07-14 20:57:00,922 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,922 [19] INFO - --------- 2020-07-14 20:57:00,923 [19] INFO - function SE637303570209228504() {} SE637303570209228504.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2-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-submenu2-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570209228504().executeScript(); 2020-07-14 20:57:00,923 [19] INFO - --------- 2020-07-14 20:57:00,925 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,925 [19] INFO - --------- 2020-07-14 20:57:00,926 [19] INFO - function SE637303570209258506() {} SE637303570209258506.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 SE637303570209258506().executeScript(); 2020-07-14 20:57:00,926 [19] INFO - --------- 2020-07-14 20:57:00,927 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,928 [19] INFO - --------- 2020-07-14 20:57:00,928 [19] INFO - function SE637303570209258506() {} SE637303570209258506.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 SE637303570209258506().executeScript(); 2020-07-14 20:57:00,929 [19] INFO - --------- 2020-07-14 20:57:00,929 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 610. 2020-07-14 20:57:00,929 [19] INFO - --------- 2020-07-14 20:57:00,930 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,930 [19] INFO - --------- 2020-07-14 20:57:00,931 [19] INFO - function SE637303570209228504() {} SE637303570209228504.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2-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-submenu2-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570209228504().executeScript(); 2020-07-14 20:57:00,931 [19] INFO - --------- 2020-07-14 20:57:00,931 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 611. 2020-07-14 20:57:00,932 [19] INFO - --------- 2020-07-14 20:57:00,934 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,934 [19] INFO - --------- 2020-07-14 20:57:00,934 [19] INFO - function SE637303570209348511() {} SE637303570209348511.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570209348511().executeScript(); 2020-07-14 20:57:00,935 [19] INFO - --------- 2020-07-14 20:57:00,937 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,937 [19] INFO - --------- 2020-07-14 20:57:00,937 [19] INFO - function SE637303570209348511() {} SE637303570209348511.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570209348511().executeScript(); 2020-07-14 20:57:00,939 [19] INFO - --------- 2020-07-14 20:57:00,939 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 612. 2020-07-14 20:57:00,939 [19] INFO - --------- 2020-07-14 20:57:00,941 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,941 [19] INFO - --------- 2020-07-14 20:57:00,941 [19] INFO - function SE637303570209418515() {} SE637303570209418515.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570209418515().executeScript(); 2020-07-14 20:57:00,941 [19] INFO - --------- 2020-07-14 20:57:00,943 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,943 [19] INFO - --------- 2020-07-14 20:57:00,943 [19] INFO - function SE637303570209418515() {} SE637303570209418515.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570209418515().executeScript(); 2020-07-14 20:57:00,943 [19] INFO - --------- 2020-07-14 20:57:00,943 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 613. 2020-07-14 20:57:00,943 [19] INFO - --------- 2020-07-14 20:57:00,946 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,946 [19] INFO - --------- 2020-07-14 20:57:00,947 [19] INFO - function SE637303570209468518() {} SE637303570209468518.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570209468518().executeScript(); 2020-07-14 20:57:00,947 [19] INFO - --------- 2020-07-14 20:57:00,949 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,949 [19] INFO - --------- 2020-07-14 20:57:00,949 [19] INFO - function SE637303570209468518() {} SE637303570209468518.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570209468518().executeScript(); 2020-07-14 20:57:00,950 [19] INFO - --------- 2020-07-14 20:57:00,950 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 614. 2020-07-14 20:57:00,950 [19] INFO - --------- 2020-07-14 20:57:00,951 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,951 [19] INFO - --------- 2020-07-14 20:57:00,952 [19] INFO - function SE637303570209188502() {} SE637303570209188502.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 SE637303570209188502().executeScript(); 2020-07-14 20:57:00,952 [19] INFO - --------- 2020-07-14 20:57:00,953 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 615. 2020-07-14 20:57:00,953 [19] INFO - --------- 2020-07-14 20:57:00,954 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,954 [19] INFO - --------- 2020-07-14 20:57:00,954 [19] INFO - function SE637303570209158500() {} SE637303570209158500.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 SE637303570209158500().executeScript(); 2020-07-14 20:57:00,955 [19] INFO - --------- 2020-07-14 20:57:00,955 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 616. 2020-07-14 20:57:00,955 [19] INFO - --------- 2020-07-14 20:57:00,956 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,956 [19] INFO - --------- 2020-07-14 20:57:00,956 [19] INFO - function SE637303570209088496() {} SE637303570209088496.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 SE637303570209088496().executeScript(); 2020-07-14 20:57:00,957 [19] INFO - --------- 2020-07-14 20:57:00,957 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 617. 2020-07-14 20:57:00,957 [19] INFO - --------- 2020-07-14 20:57:00,974 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,974 [19] INFO - --------- 2020-07-14 20:57:00,975 [19] INFO - function SE637303570209038493() {} SE637303570209038493.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 SE637303570209038493().executeScript(); 2020-07-14 20:57:00,975 [19] INFO - --------- 2020-07-14 20:57:00,975 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 618. 2020-07-14 20:57:00,976 [19] INFO - --------- 2020-07-14 20:57:00,977 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,978 [19] INFO - --------- 2020-07-14 20:57:00,978 [19] INFO - function SE637303570209778535() {} SE637303570209778535.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 SE637303570209778535().executeScript(); 2020-07-14 20:57:00,981 [19] INFO - --------- 2020-07-14 20:57:00,987 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,988 [19] INFO - --------- 2020-07-14 20:57:00,988 [19] INFO - function SE637303570209778535() {} SE637303570209778535.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 SE637303570209778535().executeScript(); 2020-07-14 20:57:00,990 [19] INFO - --------- 2020-07-14 20:57:00,991 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 619. 2020-07-14 20:57:00,991 [19] INFO - --------- 2020-07-14 20:57:00,992 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,992 [19] INFO - --------- 2020-07-14 20:57:00,993 [19] INFO - function SE637303570209928544() {} SE637303570209928544.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 SE637303570209928544().executeScript(); 2020-07-14 20:57:00,993 [19] INFO - --------- 2020-07-14 20:57:00,995 [19] INFO - About to execute the following script: 2020-07-14 20:57:00,995 [19] INFO - --------- 2020-07-14 20:57:00,995 [19] INFO - function SE637303570209958546() {} SE637303570209958546.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 SE637303570209958546().executeScript(); 2020-07-14 20:57:00,996 [19] INFO - --------- 2020-07-14 20:57:00,997 [19] INFO - Finished executing the following script: 2020-07-14 20:57:00,997 [19] INFO - --------- 2020-07-14 20:57:00,998 [19] INFO - function SE637303570209958546() {} SE637303570209958546.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 SE637303570209958546().executeScript(); 2020-07-14 20:57:00,998 [19] INFO - --------- 2020-07-14 20:57:00,998 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 620. 2020-07-14 20:57:00,999 [19] INFO - --------- 2020-07-14 20:57:01,004 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,004 [19] INFO - --------- 2020-07-14 20:57:01,005 [19] INFO - function SE637303570209928544() {} SE637303570209928544.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 SE637303570209928544().executeScript(); 2020-07-14 20:57:01,005 [19] INFO - --------- 2020-07-14 20:57:01,005 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 621. 2020-07-14 20:57:01,006 [19] INFO - --------- 2020-07-14 20:57:01,008 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,008 [19] INFO - --------- 2020-07-14 20:57:01,008 [19] INFO - function SE637303570210088553() {} SE637303570210088553.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 SE637303570210088553().executeScript(); 2020-07-14 20:57:01,009 [19] INFO - --------- 2020-07-14 20:57:01,010 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,010 [19] INFO - --------- 2020-07-14 20:57:01,010 [19] INFO - function SE637303570210088553() {} SE637303570210088553.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 SE637303570210088553().executeScript(); 2020-07-14 20:57:01,011 [19] INFO - --------- 2020-07-14 20:57:01,011 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 622. 2020-07-14 20:57:01,011 [19] INFO - --------- 2020-07-14 20:57:01,014 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,015 [19] INFO - --------- 2020-07-14 20:57:01,015 [19] INFO - function SE637303570206038321() {} SE637303570206038321.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 SE637303570206038321().executeScript(); 2020-07-14 20:57:01,016 [19] INFO - --------- 2020-07-14 20:57:01,016 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 623. 2020-07-14 20:57:01,016 [19] INFO - --------- 2020-07-14 20:57:01,017 [19] INFO - Closing the script engine. 2020-07-14 20:57:01,017 [19] INFO - --------- 2020-07-14 20:57:01,018 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 623. 2020-07-14 20:57:01,018 [19] INFO - --------- 2020-07-14 20:57:01,109 [19] INFO - Script engine constructed. 2020-07-14 20:57:01,109 [19] INFO - Script engine initialized. 2020-07-14 20:57:01,110 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,110 [19] INFO - --------- 2020-07-14 20:57:01,110 [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:01,111 [19] INFO - --------- 2020-07-14 20:57:01,112 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,112 [19] INFO - --------- 2020-07-14 20:57:01,112 [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:01,113 [19] INFO - --------- 2020-07-14 20:57:01,113 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 624. 2020-07-14 20:57:01,113 [19] INFO - --------- 2020-07-14 20:57:01,114 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,114 [19] INFO - --------- 2020-07-14 20:57:01,114 [19] INFO - function SE637303570211088610() {} SE637303570211088610.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 SE637303570211088610().executeScript(); 2020-07-14 20:57:01,115 [19] INFO - --------- 2020-07-14 20:57:01,116 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,117 [19] INFO - --------- 2020-07-14 20:57:01,117 [19] INFO - function SE637303570211088610() {} SE637303570211088610.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 SE637303570211088610().executeScript(); 2020-07-14 20:57:01,118 [19] INFO - --------- 2020-07-14 20:57:01,118 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 625. 2020-07-14 20:57:01,118 [19] INFO - --------- 2020-07-14 20:57:01,119 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,119 [19] INFO - --------- 2020-07-14 20:57:01,120 [19] INFO - function SE637303570211198617() {} SE637303570211198617.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 SE637303570211198617().executeScript(); 2020-07-14 20:57:01,121 [19] INFO - --------- 2020-07-14 20:57:01,140 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,140 [19] INFO - --------- 2020-07-14 20:57:01,141 [19] INFO - function SE637303570211408629() {} SE637303570211408629.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 SE637303570211408629().executeScript(); 2020-07-14 20:57:01,141 [19] INFO - --------- 2020-07-14 20:57:01,142 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,143 [19] INFO - --------- 2020-07-14 20:57:01,143 [19] INFO - function SE637303570211408629() {} SE637303570211408629.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 SE637303570211408629().executeScript(); 2020-07-14 20:57:01,143 [19] INFO - --------- 2020-07-14 20:57:01,144 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 626. 2020-07-14 20:57:01,144 [19] INFO - --------- 2020-07-14 20:57:01,155 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,156 [19] INFO - --------- 2020-07-14 20:57:01,156 [19] INFO - function SE637303570211558637() {} SE637303570211558637.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 SE637303570211558637().executeScript(); 2020-07-14 20:57:01,156 [19] INFO - --------- 2020-07-14 20:57:01,158 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,158 [19] INFO - --------- 2020-07-14 20:57:01,158 [19] INFO - function SE637303570211558637() {} SE637303570211558637.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 SE637303570211558637().executeScript(); 2020-07-14 20:57:01,159 [19] INFO - --------- 2020-07-14 20:57:01,159 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 627. 2020-07-14 20:57:01,159 [19] INFO - --------- 2020-07-14 20:57:01,160 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,160 [19] INFO - --------- 2020-07-14 20:57:01,161 [19] INFO - function SE637303570211608640() {} SE637303570211608640.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 SE637303570211608640().executeScript(); 2020-07-14 20:57:01,161 [19] INFO - --------- 2020-07-14 20:57:01,162 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,162 [19] INFO - --------- 2020-07-14 20:57:01,163 [19] INFO - function SE637303570211608640() {} SE637303570211608640.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 SE637303570211608640().executeScript(); 2020-07-14 20:57:01,163 [19] INFO - --------- 2020-07-14 20:57:01,163 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 628. 2020-07-14 20:57:01,164 [19] INFO - --------- 2020-07-14 20:57:01,166 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,166 [19] INFO - --------- 2020-07-14 20:57:01,167 [19] INFO - function SE637303570211668643() {} SE637303570211668643.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 SE637303570211668643().executeScript(); 2020-07-14 20:57:01,167 [19] INFO - --------- 2020-07-14 20:57:01,168 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,168 [19] INFO - --------- 2020-07-14 20:57:01,169 [19] INFO - function SE637303570211668643() {} SE637303570211668643.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 SE637303570211668643().executeScript(); 2020-07-14 20:57:01,169 [19] INFO - --------- 2020-07-14 20:57:01,170 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 629. 2020-07-14 20:57:01,170 [19] INFO - --------- 2020-07-14 20:57:01,172 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,172 [19] INFO - --------- 2020-07-14 20:57:01,172 [19] INFO - function SE637303570211728647() {} SE637303570211728647.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 SE637303570211728647().executeScript(); 2020-07-14 20:57:01,173 [19] INFO - --------- 2020-07-14 20:57:01,180 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,181 [19] INFO - --------- 2020-07-14 20:57:01,181 [19] INFO - function SE637303570211808651() {} SE637303570211808651.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 SE637303570211808651().executeScript(); 2020-07-14 20:57:01,182 [19] INFO - --------- 2020-07-14 20:57:01,184 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,184 [19] INFO - --------- 2020-07-14 20:57:01,185 [19] INFO - function SE637303570211848654() {} SE637303570211848654.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 SE637303570211848654().executeScript(); 2020-07-14 20:57:01,185 [19] INFO - --------- 2020-07-14 20:57:01,197 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,197 [19] INFO - --------- 2020-07-14 20:57:01,198 [19] INFO - function SE637303570211848654() {} SE637303570211848654.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 SE637303570211848654().executeScript(); 2020-07-14 20:57:01,198 [19] INFO - --------- 2020-07-14 20:57:01,198 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 630. 2020-07-14 20:57:01,199 [19] INFO - --------- 2020-07-14 20:57:01,217 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,218 [19] INFO - --------- 2020-07-14 20:57:01,218 [19] INFO - function SE637303570211808651() {} SE637303570211808651.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 SE637303570211808651().executeScript(); 2020-07-14 20:57:01,219 [19] INFO - --------- 2020-07-14 20:57:01,219 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 631. 2020-07-14 20:57:01,220 [19] INFO - --------- 2020-07-14 20:57:01,221 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,222 [19] INFO - --------- 2020-07-14 20:57:01,222 [19] INFO - function SE637303570211728647() {} SE637303570211728647.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 SE637303570211728647().executeScript(); 2020-07-14 20:57:01,223 [19] INFO - --------- 2020-07-14 20:57:01,223 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 632. 2020-07-14 20:57:01,223 [19] INFO - --------- 2020-07-14 20:57:01,225 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,225 [19] INFO - --------- 2020-07-14 20:57:01,225 [19] INFO - function SE637303570212258677() {} SE637303570212258677.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 SE637303570212258677().executeScript(); 2020-07-14 20:57:01,227 [19] INFO - --------- 2020-07-14 20:57:01,231 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,232 [19] INFO - --------- 2020-07-14 20:57:01,232 [19] INFO - function SE637303570212318681() {} SE637303570212318681.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 SE637303570212318681().executeScript(); 2020-07-14 20:57:01,232 [19] INFO - --------- 2020-07-14 20:57:01,234 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,234 [19] INFO - --------- 2020-07-14 20:57:01,235 [19] INFO - function SE637303570212318681() {} SE637303570212318681.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 SE637303570212318681().executeScript(); 2020-07-14 20:57:01,235 [19] INFO - --------- 2020-07-14 20:57:01,235 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 633. 2020-07-14 20:57:01,236 [19] INFO - --------- 2020-07-14 20:57:01,241 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,242 [19] INFO - --------- 2020-07-14 20:57:01,242 [19] INFO - function SE637303570212418686() {} SE637303570212418686.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 SE637303570212418686().executeScript(); 2020-07-14 20:57:01,242 [19] INFO - --------- 2020-07-14 20:57:01,244 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,245 [19] INFO - --------- 2020-07-14 20:57:01,245 [19] INFO - function SE637303570212418686() {} SE637303570212418686.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 SE637303570212418686().executeScript(); 2020-07-14 20:57:01,245 [19] INFO - --------- 2020-07-14 20:57:01,246 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 634. 2020-07-14 20:57:01,246 [19] INFO - --------- 2020-07-14 20:57:01,256 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,256 [19] INFO - --------- 2020-07-14 20:57:01,257 [19] INFO - function SE637303570212568695() {} SE637303570212568695.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 SE637303570212568695().executeScript(); 2020-07-14 20:57:01,257 [19] INFO - --------- 2020-07-14 20:57:01,259 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,259 [19] INFO - --------- 2020-07-14 20:57:01,260 [19] INFO - function SE637303570212568695() {} SE637303570212568695.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 SE637303570212568695().executeScript(); 2020-07-14 20:57:01,260 [19] INFO - --------- 2020-07-14 20:57:01,261 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 635. 2020-07-14 20:57:01,261 [19] INFO - --------- 2020-07-14 20:57:01,264 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,264 [19] INFO - --------- 2020-07-14 20:57:01,264 [19] INFO - function SE637303570212648700() {} SE637303570212648700.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 SE637303570212648700().executeScript(); 2020-07-14 20:57:01,265 [19] INFO - --------- 2020-07-14 20:57:01,267 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,267 [19] INFO - --------- 2020-07-14 20:57:01,267 [19] INFO - function SE637303570212648700() {} SE637303570212648700.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 SE637303570212648700().executeScript(); 2020-07-14 20:57:01,268 [19] INFO - --------- 2020-07-14 20:57:01,268 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 636. 2020-07-14 20:57:01,268 [19] INFO - --------- 2020-07-14 20:57:01,271 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,271 [19] INFO - --------- 2020-07-14 20:57:01,272 [19] INFO - function SE637303570212718704() {} SE637303570212718704.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 SE637303570212718704().executeScript(); 2020-07-14 20:57:01,272 [19] INFO - --------- 2020-07-14 20:57:01,274 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,274 [19] INFO - --------- 2020-07-14 20:57:01,275 [19] INFO - function SE637303570212718704() {} SE637303570212718704.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 SE637303570212718704().executeScript(); 2020-07-14 20:57:01,275 [19] INFO - --------- 2020-07-14 20:57:01,275 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 637. 2020-07-14 20:57:01,276 [19] INFO - --------- 2020-07-14 20:57:01,278 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,279 [19] INFO - --------- 2020-07-14 20:57:01,279 [19] INFO - function SE637303570212788708() {} SE637303570212788708.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 SE637303570212788708().executeScript(); 2020-07-14 20:57:01,279 [19] INFO - --------- 2020-07-14 20:57:01,281 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,281 [19] INFO - --------- 2020-07-14 20:57:01,282 [19] INFO - function SE637303570212788708() {} SE637303570212788708.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 SE637303570212788708().executeScript(); 2020-07-14 20:57:01,282 [19] INFO - --------- 2020-07-14 20:57:01,282 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 638. 2020-07-14 20:57:01,283 [19] INFO - --------- 2020-07-14 20:57:01,285 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,285 [19] INFO - --------- 2020-07-14 20:57:01,285 [19] INFO - function SE637303570212858712() {} SE637303570212858712.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 SE637303570212858712().executeScript(); 2020-07-14 20:57:01,286 [19] INFO - --------- 2020-07-14 20:57:01,288 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,289 [19] INFO - --------- 2020-07-14 20:57:01,289 [19] INFO - function SE637303570212858712() {} SE637303570212858712.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 SE637303570212858712().executeScript(); 2020-07-14 20:57:01,289 [19] INFO - --------- 2020-07-14 20:57:01,290 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 639. 2020-07-14 20:57:01,290 [19] INFO - --------- 2020-07-14 20:57:01,291 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,291 [19] INFO - --------- 2020-07-14 20:57:01,291 [19] INFO - function SE637303570212258677() {} SE637303570212258677.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 SE637303570212258677().executeScript(); 2020-07-14 20:57:01,292 [19] INFO - --------- 2020-07-14 20:57:01,292 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 640. 2020-07-14 20:57:01,293 [19] INFO - --------- 2020-07-14 20:57:01,293 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,294 [19] INFO - --------- 2020-07-14 20:57:01,294 [19] INFO - function SE637303570212938716() {} SE637303570212938716.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 SE637303570212938716().executeScript(); 2020-07-14 20:57:01,294 [19] INFO - --------- 2020-07-14 20:57:01,296 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,296 [19] INFO - --------- 2020-07-14 20:57:01,296 [19] INFO - function SE637303570212938716() {} SE637303570212938716.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 SE637303570212938716().executeScript(); 2020-07-14 20:57:01,297 [19] INFO - --------- 2020-07-14 20:57:01,297 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 641. 2020-07-14 20:57:01,297 [19] INFO - --------- 2020-07-14 20:57:01,298 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,299 [19] INFO - --------- 2020-07-14 20:57:01,299 [19] INFO - function SE637303570212988719() {} SE637303570212988719.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 SE637303570212988719().executeScript(); 2020-07-14 20:57:01,300 [19] INFO - --------- 2020-07-14 20:57:01,312 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,312 [19] INFO - --------- 2020-07-14 20:57:01,312 [19] INFO - function SE637303570212988719() {} SE637303570212988719.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 SE637303570212988719().executeScript(); 2020-07-14 20:57:01,313 [19] INFO - --------- 2020-07-14 20:57:01,314 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 642. 2020-07-14 20:57:01,314 [19] INFO - --------- 2020-07-14 20:57:01,316 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,316 [19] INFO - --------- 2020-07-14 20:57:01,316 [19] INFO - function SE637303570213168729() {} SE637303570213168729.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 SE637303570213168729().executeScript(); 2020-07-14 20:57:01,317 [19] INFO - --------- 2020-07-14 20:57:01,437 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,438 [19] INFO - --------- 2020-07-14 20:57:01,438 [19] INFO - function SE637303570214378798() {} SE637303570214378798.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 SE637303570214378798().executeScript(); 2020-07-14 20:57:01,438 [19] INFO - --------- 2020-07-14 20:57:01,440 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,440 [19] INFO - --------- 2020-07-14 20:57:01,441 [19] INFO - function SE637303570214408800() {} SE637303570214408800.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 SE637303570214408800().executeScript(); 2020-07-14 20:57:01,442 [19] INFO - --------- 2020-07-14 20:57:01,453 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,453 [19] INFO - --------- 2020-07-14 20:57:01,453 [19] INFO - function SE637303570214408800() {} SE637303570214408800.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 SE637303570214408800().executeScript(); 2020-07-14 20:57:01,454 [19] INFO - --------- 2020-07-14 20:57:01,454 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 643. 2020-07-14 20:57:01,455 [19] INFO - --------- 2020-07-14 20:57:01,456 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,456 [19] INFO - --------- 2020-07-14 20:57:01,456 [19] INFO - function SE637303570214568809() {} SE637303570214568809.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 SE637303570214568809().executeScript(); 2020-07-14 20:57:01,457 [19] INFO - --------- 2020-07-14 20:57:01,460 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,460 [19] INFO - --------- 2020-07-14 20:57:01,461 [19] INFO - function SE637303570214568809() {} SE637303570214568809.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 SE637303570214568809().executeScript(); 2020-07-14 20:57:01,461 [19] INFO - --------- 2020-07-14 20:57:01,461 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 644. 2020-07-14 20:57:01,462 [19] INFO - --------- 2020-07-14 20:57:01,463 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,463 [19] INFO - --------- 2020-07-14 20:57:01,463 [19] INFO - function SE637303570214638813() {} SE637303570214638813.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 SE637303570214638813().executeScript(); 2020-07-14 20:57:01,464 [19] INFO - --------- 2020-07-14 20:57:01,466 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,466 [19] INFO - --------- 2020-07-14 20:57:01,467 [19] INFO - function SE637303570214638813() {} SE637303570214638813.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 SE637303570214638813().executeScript(); 2020-07-14 20:57:01,467 [19] INFO - --------- 2020-07-14 20:57:01,467 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 645. 2020-07-14 20:57:01,468 [19] INFO - --------- 2020-07-14 20:57:01,468 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,469 [19] INFO - --------- 2020-07-14 20:57:01,469 [19] INFO - function SE637303570214688816() {} SE637303570214688816.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 SE637303570214688816().executeScript(); 2020-07-14 20:57:01,469 [19] INFO - --------- 2020-07-14 20:57:01,470 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,471 [19] INFO - --------- 2020-07-14 20:57:01,471 [19] INFO - function SE637303570214688816() {} SE637303570214688816.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 SE637303570214688816().executeScript(); 2020-07-14 20:57:01,471 [19] INFO - --------- 2020-07-14 20:57:01,472 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 646. 2020-07-14 20:57:01,472 [19] INFO - --------- 2020-07-14 20:57:01,473 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,473 [19] INFO - --------- 2020-07-14 20:57:01,474 [19] INFO - function SE637303570214378798() {} SE637303570214378798.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 SE637303570214378798().executeScript(); 2020-07-14 20:57:01,474 [19] INFO - --------- 2020-07-14 20:57:01,474 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 647. 2020-07-14 20:57:01,475 [19] INFO - --------- 2020-07-14 20:57:01,504 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,505 [19] INFO - --------- 2020-07-14 20:57:01,505 [19] INFO - function SE637303570215048837() {} SE637303570215048837.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 SE637303570215048837().executeScript(); 2020-07-14 20:57:01,507 [19] INFO - --------- 2020-07-14 20:57:01,530 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,530 [19] INFO - --------- 2020-07-14 20:57:01,530 [19] INFO - function SE637303570215308852() {} SE637303570215308852.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 SE637303570215308852().executeScript(); 2020-07-14 20:57:01,531 [19] INFO - --------- 2020-07-14 20:57:01,540 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,541 [19] INFO - --------- 2020-07-14 20:57:01,541 [19] INFO - function SE637303570215308852() {} SE637303570215308852.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 SE637303570215308852().executeScript(); 2020-07-14 20:57:01,542 [19] INFO - --------- 2020-07-14 20:57:01,542 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 648. 2020-07-14 20:57:01,542 [19] INFO - --------- 2020-07-14 20:57:01,543 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,544 [19] INFO - --------- 2020-07-14 20:57:01,544 [19] INFO - function SE637303570215438859() {} SE637303570215438859.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 SE637303570215438859().executeScript(); 2020-07-14 20:57:01,544 [19] INFO - --------- 2020-07-14 20:57:01,548 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,548 [19] INFO - --------- 2020-07-14 20:57:01,549 [19] INFO - function SE637303570215438859() {} SE637303570215438859.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 SE637303570215438859().executeScript(); 2020-07-14 20:57:01,549 [19] INFO - --------- 2020-07-14 20:57:01,549 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 649. 2020-07-14 20:57:01,550 [19] INFO - --------- 2020-07-14 20:57:01,595 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,595 [19] INFO - --------- 2020-07-14 20:57:01,597 [19] INFO - function SE637303570215048837() {} SE637303570215048837.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 SE637303570215048837().executeScript(); 2020-07-14 20:57:01,599 [19] INFO - --------- 2020-07-14 20:57:01,599 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 650. 2020-07-14 20:57:01,600 [19] INFO - --------- 2020-07-14 20:57:01,629 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,629 [19] INFO - --------- 2020-07-14 20:57:01,629 [19] INFO - function SE637303570216298908() {} SE637303570216298908.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 SE637303570216298908().executeScript(); 2020-07-14 20:57:01,630 [19] INFO - --------- 2020-07-14 20:57:01,632 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,632 [19] INFO - --------- 2020-07-14 20:57:01,633 [19] INFO - function SE637303570216328910() {} SE637303570216328910.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 SE637303570216328910().executeScript(); 2020-07-14 20:57:01,635 [19] INFO - --------- 2020-07-14 20:57:01,645 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,645 [19] INFO - --------- 2020-07-14 20:57:01,646 [19] INFO - function SE637303570216328910() {} SE637303570216328910.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 SE637303570216328910().executeScript(); 2020-07-14 20:57:01,647 [19] INFO - --------- 2020-07-14 20:57:01,647 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 651. 2020-07-14 20:57:01,647 [19] INFO - --------- 2020-07-14 20:57:01,648 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,648 [19] INFO - --------- 2020-07-14 20:57:01,649 [19] INFO - function SE637303570216488919() {} SE637303570216488919.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 SE637303570216488919().executeScript(); 2020-07-14 20:57:01,649 [19] INFO - --------- 2020-07-14 20:57:01,653 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,653 [19] INFO - --------- 2020-07-14 20:57:01,653 [19] INFO - function SE637303570216488919() {} SE637303570216488919.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 SE637303570216488919().executeScript(); 2020-07-14 20:57:01,654 [19] INFO - --------- 2020-07-14 20:57:01,654 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 652. 2020-07-14 20:57:01,654 [19] INFO - --------- 2020-07-14 20:57:01,656 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,656 [19] INFO - --------- 2020-07-14 20:57:01,657 [19] INFO - function SE637303570216298908() {} SE637303570216298908.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 SE637303570216298908().executeScript(); 2020-07-14 20:57:01,657 [19] INFO - --------- 2020-07-14 20:57:01,657 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 653. 2020-07-14 20:57:01,658 [19] INFO - --------- 2020-07-14 20:57:01,671 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,671 [19] INFO - --------- 2020-07-14 20:57:01,672 [19] INFO - function SE637303570216718932() {} SE637303570216718932.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 SE637303570216718932().executeScript(); 2020-07-14 20:57:01,672 [19] INFO - --------- 2020-07-14 20:57:01,674 [19] INFO - About to execute the following script: 2020-07-14 20:57:01,675 [19] INFO - --------- 2020-07-14 20:57:01,675 [19] INFO - function SE637303570216748934() {} SE637303570216748934.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 SE637303570216748934().executeScript(); 2020-07-14 20:57:01,675 [19] INFO - --------- 2020-07-14 20:57:01,686 [19] INFO - Finished executing the following script: 2020-07-14 20:57:01,686 [19] INFO - --------- 2020-07-14 20:57:01,686 [19] INFO - function SE637303570216748934() {} SE637303570216748934.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 SE637303570216748934().executeScript(); 2020-07-14 20:57:01,688 [19] INFO - --------- 2020-07-14 20:57:02,869 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 654. 2020-07-14 20:57:02,869 [19] INFO - --------- 2020-07-14 20:57:02,870 [19] INFO - About to execute the following script: 2020-07-14 20:57:02,870 [19] INFO - --------- 2020-07-14 20:57:02,871 [19] INFO - function SE637303570228709618() {} SE637303570228709618.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 SE637303570228709618().executeScript(); 2020-07-14 20:57:02,871 [19] INFO - --------- 2020-07-14 20:57:02,873 [19] INFO - Finished executing the following script: 2020-07-14 20:57:02,874 [19] INFO - --------- 2020-07-14 20:57:02,874 [19] INFO - function SE637303570228709618() {} SE637303570228709618.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 SE637303570228709618().executeScript(); 2020-07-14 20:57:02,874 [19] INFO - --------- 2020-07-14 20:57:02,875 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 655. 2020-07-14 20:57:02,875 [19] INFO - --------- 2020-07-14 20:57:02,876 [19] INFO - Finished executing the following script: 2020-07-14 20:57:02,876 [19] INFO - --------- 2020-07-14 20:57:02,877 [19] INFO - function SE637303570216718932() {} SE637303570216718932.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 SE637303570216718932().executeScript(); 2020-07-14 20:57:02,878 [19] INFO - --------- 2020-07-14 20:57:02,878 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 656. 2020-07-14 20:57:02,878 [19] INFO - --------- 2020-07-14 20:57:02,890 [19] INFO - About to execute the following script: 2020-07-14 20:57:02,891 [19] INFO - --------- 2020-07-14 20:57:02,891 [19] INFO - function SE637303570228909630() {} SE637303570228909630.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 SE637303570228909630().executeScript(); 2020-07-14 20:57:02,892 [19] INFO - --------- 2020-07-14 20:57:02,894 [19] INFO - About to execute the following script: 2020-07-14 20:57:02,894 [19] INFO - --------- 2020-07-14 20:57:02,895 [19] INFO - function SE637303570228949632() {} SE637303570228949632.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 SE637303570228949632().executeScript(); 2020-07-14 20:57:02,895 [19] INFO - --------- 2020-07-14 20:57:02,906 [19] INFO - Finished executing the following script: 2020-07-14 20:57:02,906 [19] INFO - --------- 2020-07-14 20:57:02,906 [19] INFO - function SE637303570228949632() {} SE637303570228949632.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 SE637303570228949632().executeScript(); 2020-07-14 20:57:02,907 [19] INFO - --------- 2020-07-14 20:57:02,907 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 657. 2020-07-14 20:57:02,907 [19] INFO - --------- 2020-07-14 20:57:02,908 [19] INFO - About to execute the following script: 2020-07-14 20:57:02,909 [19] INFO - --------- 2020-07-14 20:57:02,909 [19] INFO - function SE637303570229089640() {} SE637303570229089640.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 SE637303570229089640().executeScript(); 2020-07-14 20:57:02,909 [19] INFO - --------- 2020-07-14 20:57:02,915 [19] INFO - Finished executing the following script: 2020-07-14 20:57:02,915 [19] INFO - --------- 2020-07-14 20:57:02,915 [19] INFO - function SE637303570229089640() {} SE637303570229089640.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 SE637303570229089640().executeScript(); 2020-07-14 20:57:02,916 [19] INFO - --------- 2020-07-14 20:57:02,916 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 658. 2020-07-14 20:57:02,916 [19] INFO - --------- 2020-07-14 20:57:02,917 [19] INFO - Finished executing the following script: 2020-07-14 20:57:02,918 [19] INFO - --------- 2020-07-14 20:57:02,918 [19] INFO - function SE637303570228909630() {} SE637303570228909630.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 SE637303570228909630().executeScript(); 2020-07-14 20:57:02,918 [19] INFO - --------- 2020-07-14 20:57:02,919 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 659. 2020-07-14 20:57:02,919 [19] INFO - --------- 2020-07-14 20:57:02,922 [19] INFO - Finished executing the following script: 2020-07-14 20:57:02,922 [19] INFO - --------- 2020-07-14 20:57:02,923 [19] INFO - function SE637303570213168729() {} SE637303570213168729.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 SE637303570213168729().executeScript(); 2020-07-14 20:57:02,924 [19] INFO - --------- 2020-07-14 20:57:02,925 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 660. 2020-07-14 20:57:02,925 [19] INFO - --------- 2020-07-14 20:57:02,926 [19] INFO - About to execute the following script: 2020-07-14 20:57:02,926 [19] INFO - --------- 2020-07-14 20:57:02,927 [19] INFO - function SE637303570229269650() {} SE637303570229269650.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 SE637303570229269650().executeScript(); 2020-07-14 20:57:02,927 [19] INFO - --------- 2020-07-14 20:57:02,932 [19] INFO - About to execute the following script: 2020-07-14 20:57:02,932 [19] INFO - --------- 2020-07-14 20:57:02,932 [19] INFO - function SE637303570229329654() {} SE637303570229329654.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 SE637303570229329654().executeScript(); 2020-07-14 20:57:02,933 [19] INFO - --------- 2020-07-14 20:57:02,937 [19] INFO - About to execute the following script: 2020-07-14 20:57:02,938 [19] INFO - --------- 2020-07-14 20:57:02,938 [19] INFO - function SE637303570229379656() {} SE637303570229379656.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 SE637303570229379656().executeScript(); 2020-07-14 20:57:02,938 [19] INFO - --------- 2020-07-14 20:57:02,940 [19] INFO - About to execute the following script: 2020-07-14 20:57:02,941 [19] INFO - --------- 2020-07-14 20:57:02,941 [19] INFO - function SE637303570229409658() {} SE637303570229409658.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 SE637303570229409658().executeScript(); 2020-07-14 20:57:02,941 [19] INFO - --------- 2020-07-14 20:57:02,945 [19] INFO - About to execute the following script: 2020-07-14 20:57:02,945 [19] INFO - --------- 2020-07-14 20:57:02,945 [19] INFO - function SE637303570229459661() {} SE637303570229459661.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570229459661().executeScript(); 2020-07-14 20:57:02,946 [19] INFO - --------- 2020-07-14 20:57:02,948 [19] INFO - Finished executing the following script: 2020-07-14 20:57:02,948 [19] INFO - --------- 2020-07-14 20:57:02,948 [19] INFO - function SE637303570229459661() {} SE637303570229459661.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570229459661().executeScript(); 2020-07-14 20:57:02,949 [19] INFO - --------- 2020-07-14 20:57:02,949 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 661. 2020-07-14 20:57:02,949 [19] INFO - --------- 2020-07-14 20:57:02,951 [19] INFO - About to execute the following script: 2020-07-14 20:57:02,951 [19] INFO - --------- 2020-07-14 20:57:02,952 [19] INFO - function SE637303570229519664() {} SE637303570229519664.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2-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-submenu2-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570229519664().executeScript(); 2020-07-14 20:57:02,952 [19] INFO - --------- 2020-07-14 20:57:02,954 [19] INFO - About to execute the following script: 2020-07-14 20:57:02,955 [19] INFO - --------- 2020-07-14 20:57:02,955 [19] INFO - function SE637303570229549666() {} SE637303570229549666.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 SE637303570229549666().executeScript(); 2020-07-14 20:57:02,955 [19] INFO - --------- 2020-07-14 20:57:02,957 [19] INFO - Finished executing the following script: 2020-07-14 20:57:02,957 [19] INFO - --------- 2020-07-14 20:57:02,957 [19] INFO - function SE637303570229549666() {} SE637303570229549666.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 SE637303570229549666().executeScript(); 2020-07-14 20:57:02,958 [19] INFO - --------- 2020-07-14 20:57:02,958 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 662. 2020-07-14 20:57:02,958 [19] INFO - --------- 2020-07-14 20:57:02,959 [19] INFO - Finished executing the following script: 2020-07-14 20:57:02,959 [19] INFO - --------- 2020-07-14 20:57:02,960 [19] INFO - function SE637303570229519664() {} SE637303570229519664.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2-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-submenu2-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570229519664().executeScript(); 2020-07-14 20:57:02,960 [19] INFO - --------- 2020-07-14 20:57:02,960 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 663. 2020-07-14 20:57:02,961 [19] INFO - --------- 2020-07-14 20:57:02,963 [19] INFO - About to execute the following script: 2020-07-14 20:57:02,965 [19] INFO - --------- 2020-07-14 20:57:02,965 [19] INFO - function SE637303570229639671() {} SE637303570229639671.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570229639671().executeScript(); 2020-07-14 20:57:02,965 [19] INFO - --------- 2020-07-14 20:57:02,967 [19] INFO - Finished executing the following script: 2020-07-14 20:57:02,967 [19] INFO - --------- 2020-07-14 20:57:02,967 [19] INFO - function SE637303570229639671() {} SE637303570229639671.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570229639671().executeScript(); 2020-07-14 20:57:02,967 [19] INFO - --------- 2020-07-14 20:57:02,967 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 664. 2020-07-14 20:57:02,967 [19] INFO - --------- 2020-07-14 20:57:02,969 [19] INFO - About to execute the following script: 2020-07-14 20:57:02,969 [19] INFO - --------- 2020-07-14 20:57:02,970 [19] INFO - function SE637303570229699675() {} SE637303570229699675.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570229699675().executeScript(); 2020-07-14 20:57:02,970 [19] INFO - --------- 2020-07-14 20:57:02,972 [19] INFO - Finished executing the following script: 2020-07-14 20:57:02,972 [19] INFO - --------- 2020-07-14 20:57:02,973 [19] INFO - function SE637303570229699675() {} SE637303570229699675.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570229699675().executeScript(); 2020-07-14 20:57:02,973 [19] INFO - --------- 2020-07-14 20:57:02,973 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 665. 2020-07-14 20:57:02,973 [19] INFO - --------- 2020-07-14 20:57:02,974 [19] INFO - Finished executing the following script: 2020-07-14 20:57:02,974 [19] INFO - --------- 2020-07-14 20:57:02,975 [19] INFO - function SE637303570229409658() {} SE637303570229409658.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 SE637303570229409658().executeScript(); 2020-07-14 20:57:02,975 [19] INFO - --------- 2020-07-14 20:57:02,976 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 666. 2020-07-14 20:57:02,976 [19] INFO - --------- 2020-07-14 20:57:02,976 [19] INFO - Finished executing the following script: 2020-07-14 20:57:02,977 [19] INFO - --------- 2020-07-14 20:57:02,977 [19] INFO - function SE637303570229379656() {} SE637303570229379656.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 SE637303570229379656().executeScript(); 2020-07-14 20:57:02,977 [19] INFO - --------- 2020-07-14 20:57:02,978 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 667. 2020-07-14 20:57:02,978 [19] INFO - --------- 2020-07-14 20:57:02,979 [19] INFO - Finished executing the following script: 2020-07-14 20:57:02,979 [19] INFO - --------- 2020-07-14 20:57:02,979 [19] INFO - function SE637303570229329654() {} SE637303570229329654.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 SE637303570229329654().executeScript(); 2020-07-14 20:57:02,980 [19] INFO - --------- 2020-07-14 20:57:02,980 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 668. 2020-07-14 20:57:02,980 [19] INFO - --------- 2020-07-14 20:57:02,997 [19] INFO - Finished executing the following script: 2020-07-14 20:57:02,998 [19] INFO - --------- 2020-07-14 20:57:02,998 [19] INFO - function SE637303570229269650() {} SE637303570229269650.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 SE637303570229269650().executeScript(); 2020-07-14 20:57:02,998 [19] INFO - --------- 2020-07-14 20:57:02,999 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 669. 2020-07-14 20:57:02,999 [19] INFO - --------- 2020-07-14 20:57:03,001 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,001 [19] INFO - --------- 2020-07-14 20:57:03,002 [19] INFO - function SE637303570230019693() {} SE637303570230019693.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 SE637303570230019693().executeScript(); 2020-07-14 20:57:03,006 [19] INFO - --------- 2020-07-14 20:57:03,015 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,016 [19] INFO - --------- 2020-07-14 20:57:03,016 [19] INFO - function SE637303570230019693() {} SE637303570230019693.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 SE637303570230019693().executeScript(); 2020-07-14 20:57:03,018 [19] INFO - --------- 2020-07-14 20:57:03,019 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 670. 2020-07-14 20:57:03,019 [19] INFO - --------- 2020-07-14 20:57:03,020 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,020 [19] INFO - --------- 2020-07-14 20:57:03,020 [19] INFO - function SE637303570230209704() {} SE637303570230209704.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 SE637303570230209704().executeScript(); 2020-07-14 20:57:03,021 [19] INFO - --------- 2020-07-14 20:57:03,023 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,023 [19] INFO - --------- 2020-07-14 20:57:03,023 [19] INFO - function SE637303570230239706() {} SE637303570230239706.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 SE637303570230239706().executeScript(); 2020-07-14 20:57:03,024 [19] INFO - --------- 2020-07-14 20:57:03,025 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,025 [19] INFO - --------- 2020-07-14 20:57:03,025 [19] INFO - function SE637303570230239706() {} SE637303570230239706.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 SE637303570230239706().executeScript(); 2020-07-14 20:57:03,026 [19] INFO - --------- 2020-07-14 20:57:03,026 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 671. 2020-07-14 20:57:03,026 [19] INFO - --------- 2020-07-14 20:57:03,087 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,087 [19] INFO - --------- 2020-07-14 20:57:03,088 [19] INFO - function SE637303570230209704() {} SE637303570230209704.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 SE637303570230209704().executeScript(); 2020-07-14 20:57:03,088 [19] INFO - --------- 2020-07-14 20:57:03,089 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 672. 2020-07-14 20:57:03,089 [19] INFO - --------- 2020-07-14 20:57:03,092 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,092 [19] INFO - --------- 2020-07-14 20:57:03,093 [19] INFO - function SE637303570230929745() {} SE637303570230929745.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 SE637303570230929745().executeScript(); 2020-07-14 20:57:03,093 [19] INFO - --------- 2020-07-14 20:57:03,094 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,095 [19] INFO - --------- 2020-07-14 20:57:03,095 [19] INFO - function SE637303570230929745() {} SE637303570230929745.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 SE637303570230929745().executeScript(); 2020-07-14 20:57:03,095 [19] INFO - --------- 2020-07-14 20:57:03,095 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 673. 2020-07-14 20:57:03,096 [19] INFO - --------- 2020-07-14 20:57:03,098 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,099 [19] INFO - --------- 2020-07-14 20:57:03,099 [19] INFO - function SE637303570211198617() {} SE637303570211198617.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 SE637303570211198617().executeScript(); 2020-07-14 20:57:03,100 [19] INFO - --------- 2020-07-14 20:57:03,100 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 674. 2020-07-14 20:57:03,101 [19] INFO - --------- 2020-07-14 20:57:03,101 [19] INFO - Closing the script engine. 2020-07-14 20:57:03,102 [19] INFO - --------- 2020-07-14 20:57:03,102 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 674. 2020-07-14 20:57:03,102 [19] INFO - --------- 2020-07-14 20:57:03,164 [19] INFO - Script engine constructed. 2020-07-14 20:57:03,165 [19] INFO - Script engine initialized. 2020-07-14 20:57:03,165 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,166 [19] INFO - --------- 2020-07-14 20:57:03,166 [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:03,167 [19] INFO - --------- 2020-07-14 20:57:03,167 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,168 [19] INFO - --------- 2020-07-14 20:57:03,168 [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:03,168 [19] INFO - --------- 2020-07-14 20:57:03,169 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 675. 2020-07-14 20:57:03,169 [19] INFO - --------- 2020-07-14 20:57:03,169 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,170 [19] INFO - --------- 2020-07-14 20:57:03,170 [19] INFO - function SE637303570231649786() {} SE637303570231649786.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 SE637303570231649786().executeScript(); 2020-07-14 20:57:03,171 [19] INFO - --------- 2020-07-14 20:57:03,172 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,173 [19] INFO - --------- 2020-07-14 20:57:03,173 [19] INFO - function SE637303570231649786() {} SE637303570231649786.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 SE637303570231649786().executeScript(); 2020-07-14 20:57:03,173 [19] INFO - --------- 2020-07-14 20:57:03,174 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 676. 2020-07-14 20:57:03,174 [19] INFO - --------- 2020-07-14 20:57:03,175 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,175 [19] INFO - --------- 2020-07-14 20:57:03,176 [19] INFO - function SE637303570231759793() {} SE637303570231759793.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 SE637303570231759793().executeScript(); 2020-07-14 20:57:03,176 [19] INFO - --------- 2020-07-14 20:57:03,194 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,194 [19] INFO - --------- 2020-07-14 20:57:03,195 [19] INFO - function SE637303570231949803() {} SE637303570231949803.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 SE637303570231949803().executeScript(); 2020-07-14 20:57:03,195 [19] INFO - --------- 2020-07-14 20:57:03,196 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,197 [19] INFO - --------- 2020-07-14 20:57:03,197 [19] INFO - function SE637303570231949803() {} SE637303570231949803.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 SE637303570231949803().executeScript(); 2020-07-14 20:57:03,197 [19] INFO - --------- 2020-07-14 20:57:03,198 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 677. 2020-07-14 20:57:03,198 [19] INFO - --------- 2020-07-14 20:57:03,203 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,203 [19] INFO - --------- 2020-07-14 20:57:03,203 [19] INFO - function SE637303570232039809() {} SE637303570232039809.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 SE637303570232039809().executeScript(); 2020-07-14 20:57:03,204 [19] INFO - --------- 2020-07-14 20:57:03,205 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,205 [19] INFO - --------- 2020-07-14 20:57:03,205 [19] INFO - function SE637303570232039809() {} SE637303570232039809.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 SE637303570232039809().executeScript(); 2020-07-14 20:57:03,206 [19] INFO - --------- 2020-07-14 20:57:03,206 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 678. 2020-07-14 20:57:03,206 [19] INFO - --------- 2020-07-14 20:57:03,207 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,208 [19] INFO - --------- 2020-07-14 20:57:03,208 [19] INFO - function SE637303570232079811() {} SE637303570232079811.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 SE637303570232079811().executeScript(); 2020-07-14 20:57:03,208 [19] INFO - --------- 2020-07-14 20:57:03,209 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,210 [19] INFO - --------- 2020-07-14 20:57:03,210 [19] INFO - function SE637303570232079811() {} SE637303570232079811.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 SE637303570232079811().executeScript(); 2020-07-14 20:57:03,210 [19] INFO - --------- 2020-07-14 20:57:03,210 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 679. 2020-07-14 20:57:03,211 [19] INFO - --------- 2020-07-14 20:57:03,214 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,214 [19] INFO - --------- 2020-07-14 20:57:03,214 [19] INFO - function SE637303570232149815() {} SE637303570232149815.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 SE637303570232149815().executeScript(); 2020-07-14 20:57:03,215 [19] INFO - --------- 2020-07-14 20:57:03,216 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,216 [19] INFO - --------- 2020-07-14 20:57:03,217 [19] INFO - function SE637303570232149815() {} SE637303570232149815.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 SE637303570232149815().executeScript(); 2020-07-14 20:57:03,217 [19] INFO - --------- 2020-07-14 20:57:03,217 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 680. 2020-07-14 20:57:03,218 [19] INFO - --------- 2020-07-14 20:57:03,219 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,219 [19] INFO - --------- 2020-07-14 20:57:03,220 [19] INFO - function SE637303570232199818() {} SE637303570232199818.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 SE637303570232199818().executeScript(); 2020-07-14 20:57:03,220 [19] INFO - --------- 2020-07-14 20:57:03,223 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,223 [19] INFO - --------- 2020-07-14 20:57:03,224 [19] INFO - function SE637303570232239820() {} SE637303570232239820.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 SE637303570232239820().executeScript(); 2020-07-14 20:57:03,224 [19] INFO - --------- 2020-07-14 20:57:03,226 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,227 [19] INFO - --------- 2020-07-14 20:57:03,228 [19] INFO - function SE637303570232269822() {} SE637303570232269822.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 SE637303570232269822().executeScript(); 2020-07-14 20:57:03,228 [19] INFO - --------- 2020-07-14 20:57:03,231 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,232 [19] INFO - --------- 2020-07-14 20:57:03,232 [19] INFO - function SE637303570232269822() {} SE637303570232269822.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 SE637303570232269822().executeScript(); 2020-07-14 20:57:03,232 [19] INFO - --------- 2020-07-14 20:57:03,233 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 681. 2020-07-14 20:57:03,233 [19] INFO - --------- 2020-07-14 20:57:03,250 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,250 [19] INFO - --------- 2020-07-14 20:57:03,250 [19] INFO - function SE637303570232239820() {} SE637303570232239820.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 SE637303570232239820().executeScript(); 2020-07-14 20:57:03,251 [19] INFO - --------- 2020-07-14 20:57:03,251 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 682. 2020-07-14 20:57:03,252 [19] INFO - --------- 2020-07-14 20:57:03,253 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,254 [19] INFO - --------- 2020-07-14 20:57:03,254 [19] INFO - function SE637303570232199818() {} SE637303570232199818.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 SE637303570232199818().executeScript(); 2020-07-14 20:57:03,254 [19] INFO - --------- 2020-07-14 20:57:03,255 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 683. 2020-07-14 20:57:03,255 [19] INFO - --------- 2020-07-14 20:57:03,256 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,256 [19] INFO - --------- 2020-07-14 20:57:03,257 [19] INFO - function SE637303570232569839() {} SE637303570232569839.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 SE637303570232569839().executeScript(); 2020-07-14 20:57:03,257 [19] INFO - --------- 2020-07-14 20:57:03,262 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,262 [19] INFO - --------- 2020-07-14 20:57:03,262 [19] INFO - function SE637303570232619842() {} SE637303570232619842.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 SE637303570232619842().executeScript(); 2020-07-14 20:57:03,263 [19] INFO - --------- 2020-07-14 20:57:03,264 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,265 [19] INFO - --------- 2020-07-14 20:57:03,265 [19] INFO - function SE637303570232619842() {} SE637303570232619842.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 SE637303570232619842().executeScript(); 2020-07-14 20:57:03,265 [19] INFO - --------- 2020-07-14 20:57:03,266 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 684. 2020-07-14 20:57:03,266 [19] INFO - --------- 2020-07-14 20:57:03,271 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,271 [19] INFO - --------- 2020-07-14 20:57:03,271 [19] INFO - function SE637303570232719848() {} SE637303570232719848.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 SE637303570232719848().executeScript(); 2020-07-14 20:57:03,272 [19] INFO - --------- 2020-07-14 20:57:03,273 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,274 [19] INFO - --------- 2020-07-14 20:57:03,274 [19] INFO - function SE637303570232719848() {} SE637303570232719848.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 SE637303570232719848().executeScript(); 2020-07-14 20:57:03,274 [19] INFO - --------- 2020-07-14 20:57:03,275 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 685. 2020-07-14 20:57:03,276 [19] INFO - --------- 2020-07-14 20:57:03,284 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,284 [19] INFO - --------- 2020-07-14 20:57:03,284 [19] INFO - function SE637303570232849855() {} SE637303570232849855.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 SE637303570232849855().executeScript(); 2020-07-14 20:57:03,285 [19] INFO - --------- 2020-07-14 20:57:03,286 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,287 [19] INFO - --------- 2020-07-14 20:57:03,287 [19] INFO - function SE637303570232849855() {} SE637303570232849855.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 SE637303570232849855().executeScript(); 2020-07-14 20:57:03,287 [19] INFO - --------- 2020-07-14 20:57:03,287 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 686. 2020-07-14 20:57:03,288 [19] INFO - --------- 2020-07-14 20:57:03,290 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,290 [19] INFO - --------- 2020-07-14 20:57:03,290 [19] INFO - function SE637303570232909858() {} SE637303570232909858.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 SE637303570232909858().executeScript(); 2020-07-14 20:57:03,291 [19] INFO - --------- 2020-07-14 20:57:03,292 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,293 [19] INFO - --------- 2020-07-14 20:57:03,293 [19] INFO - function SE637303570232909858() {} SE637303570232909858.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 SE637303570232909858().executeScript(); 2020-07-14 20:57:03,293 [19] INFO - --------- 2020-07-14 20:57:03,294 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 687. 2020-07-14 20:57:03,294 [19] INFO - --------- 2020-07-14 20:57:03,296 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,297 [19] INFO - --------- 2020-07-14 20:57:03,297 [19] INFO - function SE637303570232969862() {} SE637303570232969862.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 SE637303570232969862().executeScript(); 2020-07-14 20:57:03,297 [19] INFO - --------- 2020-07-14 20:57:03,299 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,299 [19] INFO - --------- 2020-07-14 20:57:03,300 [19] INFO - function SE637303570232969862() {} SE637303570232969862.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 SE637303570232969862().executeScript(); 2020-07-14 20:57:03,300 [19] INFO - --------- 2020-07-14 20:57:03,300 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 688. 2020-07-14 20:57:03,301 [19] INFO - --------- 2020-07-14 20:57:03,302 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,303 [19] INFO - --------- 2020-07-14 20:57:03,303 [19] INFO - function SE637303570233029865() {} SE637303570233029865.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 SE637303570233029865().executeScript(); 2020-07-14 20:57:03,303 [19] INFO - --------- 2020-07-14 20:57:03,305 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,306 [19] INFO - --------- 2020-07-14 20:57:03,306 [19] INFO - function SE637303570233029865() {} SE637303570233029865.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 SE637303570233029865().executeScript(); 2020-07-14 20:57:03,306 [19] INFO - --------- 2020-07-14 20:57:03,307 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 689. 2020-07-14 20:57:03,307 [19] INFO - --------- 2020-07-14 20:57:03,309 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,309 [19] INFO - --------- 2020-07-14 20:57:03,309 [19] INFO - function SE637303570233099869() {} SE637303570233099869.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 SE637303570233099869().executeScript(); 2020-07-14 20:57:03,310 [19] INFO - --------- 2020-07-14 20:57:03,311 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,312 [19] INFO - --------- 2020-07-14 20:57:03,312 [19] INFO - function SE637303570233099869() {} SE637303570233099869.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 SE637303570233099869().executeScript(); 2020-07-14 20:57:03,312 [19] INFO - --------- 2020-07-14 20:57:03,313 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 690. 2020-07-14 20:57:03,313 [19] INFO - --------- 2020-07-14 20:57:03,314 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,315 [19] INFO - --------- 2020-07-14 20:57:03,315 [19] INFO - function SE637303570232569839() {} SE637303570232569839.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 SE637303570232569839().executeScript(); 2020-07-14 20:57:03,315 [19] INFO - --------- 2020-07-14 20:57:03,316 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 691. 2020-07-14 20:57:03,316 [19] INFO - --------- 2020-07-14 20:57:03,317 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,317 [19] INFO - --------- 2020-07-14 20:57:03,318 [19] INFO - function SE637303570233179874() {} SE637303570233179874.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 SE637303570233179874().executeScript(); 2020-07-14 20:57:03,318 [19] INFO - --------- 2020-07-14 20:57:03,319 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,319 [19] INFO - --------- 2020-07-14 20:57:03,320 [19] INFO - function SE637303570233179874() {} SE637303570233179874.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 SE637303570233179874().executeScript(); 2020-07-14 20:57:03,320 [19] INFO - --------- 2020-07-14 20:57:03,320 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 692. 2020-07-14 20:57:03,321 [19] INFO - --------- 2020-07-14 20:57:03,322 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,322 [19] INFO - --------- 2020-07-14 20:57:03,322 [19] INFO - function SE637303570233229877() {} SE637303570233229877.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 SE637303570233229877().executeScript(); 2020-07-14 20:57:03,323 [19] INFO - --------- 2020-07-14 20:57:03,329 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,330 [19] INFO - --------- 2020-07-14 20:57:03,330 [19] INFO - function SE637303570233229877() {} SE637303570233229877.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 SE637303570233229877().executeScript(); 2020-07-14 20:57:03,331 [19] INFO - --------- 2020-07-14 20:57:03,331 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 693. 2020-07-14 20:57:03,331 [19] INFO - --------- 2020-07-14 20:57:03,344 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,345 [19] INFO - --------- 2020-07-14 20:57:03,345 [19] INFO - function SE637303570233449889() {} SE637303570233449889.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 SE637303570233449889().executeScript(); 2020-07-14 20:57:03,347 [19] INFO - --------- 2020-07-14 20:57:03,363 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,363 [19] INFO - --------- 2020-07-14 20:57:03,364 [19] INFO - function SE637303570233639900() {} SE637303570233639900.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 SE637303570233639900().executeScript(); 2020-07-14 20:57:03,364 [19] INFO - --------- 2020-07-14 20:57:03,365 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,366 [19] INFO - --------- 2020-07-14 20:57:03,366 [19] INFO - function SE637303570233659901() {} SE637303570233659901.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 SE637303570233659901().executeScript(); 2020-07-14 20:57:03,367 [19] INFO - --------- 2020-07-14 20:57:03,372 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,372 [19] INFO - --------- 2020-07-14 20:57:03,373 [19] INFO - function SE637303570233659901() {} SE637303570233659901.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 SE637303570233659901().executeScript(); 2020-07-14 20:57:03,373 [19] INFO - --------- 2020-07-14 20:57:03,374 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 694. 2020-07-14 20:57:03,374 [19] INFO - --------- 2020-07-14 20:57:03,375 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,375 [19] INFO - --------- 2020-07-14 20:57:03,375 [19] INFO - function SE637303570233759907() {} SE637303570233759907.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 SE637303570233759907().executeScript(); 2020-07-14 20:57:03,376 [19] INFO - --------- 2020-07-14 20:57:03,380 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,380 [19] INFO - --------- 2020-07-14 20:57:03,381 [19] INFO - function SE637303570233759907() {} SE637303570233759907.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 SE637303570233759907().executeScript(); 2020-07-14 20:57:03,381 [19] INFO - --------- 2020-07-14 20:57:03,381 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 695. 2020-07-14 20:57:03,382 [19] INFO - --------- 2020-07-14 20:57:03,382 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,383 [19] INFO - --------- 2020-07-14 20:57:03,383 [19] INFO - function SE637303570233829911() {} SE637303570233829911.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 SE637303570233829911().executeScript(); 2020-07-14 20:57:03,383 [19] INFO - --------- 2020-07-14 20:57:03,386 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,386 [19] INFO - --------- 2020-07-14 20:57:03,387 [19] INFO - function SE637303570233829911() {} SE637303570233829911.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 SE637303570233829911().executeScript(); 2020-07-14 20:57:03,387 [19] INFO - --------- 2020-07-14 20:57:03,387 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 696. 2020-07-14 20:57:03,387 [19] INFO - --------- 2020-07-14 20:57:03,388 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,389 [19] INFO - --------- 2020-07-14 20:57:03,389 [19] INFO - function SE637303570233889914() {} SE637303570233889914.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 SE637303570233889914().executeScript(); 2020-07-14 20:57:03,389 [19] INFO - --------- 2020-07-14 20:57:03,390 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,391 [19] INFO - --------- 2020-07-14 20:57:03,391 [19] INFO - function SE637303570233889914() {} SE637303570233889914.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 SE637303570233889914().executeScript(); 2020-07-14 20:57:03,391 [19] INFO - --------- 2020-07-14 20:57:03,392 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 697. 2020-07-14 20:57:03,392 [19] INFO - --------- 2020-07-14 20:57:03,394 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,394 [19] INFO - --------- 2020-07-14 20:57:03,394 [19] INFO - function SE637303570233639900() {} SE637303570233639900.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 SE637303570233639900().executeScript(); 2020-07-14 20:57:03,395 [19] INFO - --------- 2020-07-14 20:57:03,395 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 698. 2020-07-14 20:57:03,395 [19] INFO - --------- 2020-07-14 20:57:03,406 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,406 [19] INFO - --------- 2020-07-14 20:57:03,406 [19] INFO - function SE637303570234059924() {} SE637303570234059924.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 SE637303570234059924().executeScript(); 2020-07-14 20:57:03,408 [19] INFO - --------- 2020-07-14 20:57:03,416 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,417 [19] INFO - --------- 2020-07-14 20:57:03,417 [19] INFO - function SE637303570234169930() {} SE637303570234169930.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 SE637303570234169930().executeScript(); 2020-07-14 20:57:03,418 [19] INFO - --------- 2020-07-14 20:57:03,423 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,423 [19] INFO - --------- 2020-07-14 20:57:03,423 [19] INFO - function SE637303570234169930() {} SE637303570234169930.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 SE637303570234169930().executeScript(); 2020-07-14 20:57:03,424 [19] INFO - --------- 2020-07-14 20:57:03,424 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 699. 2020-07-14 20:57:03,424 [19] INFO - --------- 2020-07-14 20:57:03,425 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,425 [19] INFO - --------- 2020-07-14 20:57:03,426 [19] INFO - function SE637303570234259936() {} SE637303570234259936.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 SE637303570234259936().executeScript(); 2020-07-14 20:57:03,426 [19] INFO - --------- 2020-07-14 20:57:03,430 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,430 [19] INFO - --------- 2020-07-14 20:57:03,431 [19] INFO - function SE637303570234259936() {} SE637303570234259936.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 SE637303570234259936().executeScript(); 2020-07-14 20:57:03,431 [19] INFO - --------- 2020-07-14 20:57:03,431 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 700. 2020-07-14 20:57:03,432 [19] INFO - --------- 2020-07-14 20:57:03,557 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,557 [19] INFO - --------- 2020-07-14 20:57:03,558 [19] INFO - function SE637303570234059924() {} SE637303570234059924.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 SE637303570234059924().executeScript(); 2020-07-14 20:57:03,560 [19] INFO - --------- 2020-07-14 20:57:03,560 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 701. 2020-07-14 20:57:03,560 [19] INFO - --------- 2020-07-14 20:57:03,570 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,571 [19] INFO - --------- 2020-07-14 20:57:03,571 [19] INFO - function SE637303570235700018() {} SE637303570235700018.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 SE637303570235700018().executeScript(); 2020-07-14 20:57:03,571 [19] INFO - --------- 2020-07-14 20:57:03,574 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,574 [19] INFO - --------- 2020-07-14 20:57:03,574 [19] INFO - function SE637303570235730020() {} SE637303570235730020.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 SE637303570235730020().executeScript(); 2020-07-14 20:57:03,575 [19] INFO - --------- 2020-07-14 20:57:03,580 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,580 [19] INFO - --------- 2020-07-14 20:57:03,581 [19] INFO - function SE637303570235730020() {} SE637303570235730020.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 SE637303570235730020().executeScript(); 2020-07-14 20:57:03,581 [19] INFO - --------- 2020-07-14 20:57:03,582 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 702. 2020-07-14 20:57:03,582 [19] INFO - --------- 2020-07-14 20:57:03,583 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,583 [19] INFO - --------- 2020-07-14 20:57:03,583 [19] INFO - function SE637303570235830025() {} SE637303570235830025.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 SE637303570235830025().executeScript(); 2020-07-14 20:57:03,584 [19] INFO - --------- 2020-07-14 20:57:03,585 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,586 [19] INFO - --------- 2020-07-14 20:57:03,586 [19] INFO - function SE637303570235830025() {} SE637303570235830025.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 SE637303570235830025().executeScript(); 2020-07-14 20:57:03,586 [19] INFO - --------- 2020-07-14 20:57:03,587 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 703. 2020-07-14 20:57:03,587 [19] INFO - --------- 2020-07-14 20:57:03,588 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,589 [19] INFO - --------- 2020-07-14 20:57:03,589 [19] INFO - function SE637303570235700018() {} SE637303570235700018.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 SE637303570235700018().executeScript(); 2020-07-14 20:57:03,590 [19] INFO - --------- 2020-07-14 20:57:03,590 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 704. 2020-07-14 20:57:03,590 [19] INFO - --------- 2020-07-14 20:57:03,595 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,596 [19] INFO - --------- 2020-07-14 20:57:03,596 [19] INFO - function SE637303570235950032() {} SE637303570235950032.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 SE637303570235950032().executeScript(); 2020-07-14 20:57:03,597 [19] INFO - --------- 2020-07-14 20:57:03,599 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,599 [19] INFO - --------- 2020-07-14 20:57:03,599 [19] INFO - function SE637303570235990035() {} SE637303570235990035.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 SE637303570235990035().executeScript(); 2020-07-14 20:57:03,600 [19] INFO - --------- 2020-07-14 20:57:03,605 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,605 [19] INFO - --------- 2020-07-14 20:57:03,606 [19] INFO - function SE637303570235990035() {} SE637303570235990035.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 SE637303570235990035().executeScript(); 2020-07-14 20:57:03,606 [19] INFO - --------- 2020-07-14 20:57:03,607 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 705. 2020-07-14 20:57:03,607 [19] INFO - --------- 2020-07-14 20:57:03,608 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,608 [19] INFO - --------- 2020-07-14 20:57:03,608 [19] INFO - function SE637303570236080040() {} SE637303570236080040.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 SE637303570236080040().executeScript(); 2020-07-14 20:57:03,609 [19] INFO - --------- 2020-07-14 20:57:03,610 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,611 [19] INFO - --------- 2020-07-14 20:57:03,611 [19] INFO - function SE637303570236080040() {} SE637303570236080040.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 SE637303570236080040().executeScript(); 2020-07-14 20:57:03,611 [19] INFO - --------- 2020-07-14 20:57:03,612 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 706. 2020-07-14 20:57:03,612 [19] INFO - --------- 2020-07-14 20:57:03,613 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,614 [19] INFO - --------- 2020-07-14 20:57:03,614 [19] INFO - function SE637303570235950032() {} SE637303570235950032.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 SE637303570235950032().executeScript(); 2020-07-14 20:57:03,615 [19] INFO - --------- 2020-07-14 20:57:03,615 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 707. 2020-07-14 20:57:03,615 [19] INFO - --------- 2020-07-14 20:57:03,621 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,621 [19] INFO - --------- 2020-07-14 20:57:03,621 [19] INFO - function SE637303570236210047() {} SE637303570236210047.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 SE637303570236210047().executeScript(); 2020-07-14 20:57:03,622 [19] INFO - --------- 2020-07-14 20:57:03,624 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,624 [19] INFO - --------- 2020-07-14 20:57:03,625 [19] INFO - function SE637303570236240049() {} SE637303570236240049.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 SE637303570236240049().executeScript(); 2020-07-14 20:57:03,625 [19] INFO - --------- 2020-07-14 20:57:03,631 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,631 [19] INFO - --------- 2020-07-14 20:57:03,631 [19] INFO - function SE637303570236240049() {} SE637303570236240049.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 SE637303570236240049().executeScript(); 2020-07-14 20:57:03,632 [19] INFO - --------- 2020-07-14 20:57:03,632 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 708. 2020-07-14 20:57:03,632 [19] INFO - --------- 2020-07-14 20:57:03,633 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,634 [19] INFO - --------- 2020-07-14 20:57:03,634 [19] INFO - function SE637303570236330054() {} SE637303570236330054.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 SE637303570236330054().executeScript(); 2020-07-14 20:57:03,634 [19] INFO - --------- 2020-07-14 20:57:03,636 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,636 [19] INFO - --------- 2020-07-14 20:57:03,637 [19] INFO - function SE637303570236330054() {} SE637303570236330054.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 SE637303570236330054().executeScript(); 2020-07-14 20:57:03,637 [19] INFO - --------- 2020-07-14 20:57:03,637 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 709. 2020-07-14 20:57:03,638 [19] INFO - --------- 2020-07-14 20:57:03,639 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,640 [19] INFO - --------- 2020-07-14 20:57:03,640 [19] INFO - function SE637303570236210047() {} SE637303570236210047.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 SE637303570236210047().executeScript(); 2020-07-14 20:57:03,640 [19] INFO - --------- 2020-07-14 20:57:03,641 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 710. 2020-07-14 20:57:03,641 [19] INFO - --------- 2020-07-14 20:57:03,645 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,646 [19] INFO - --------- 2020-07-14 20:57:03,646 [19] INFO - function SE637303570233449889() {} SE637303570233449889.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 SE637303570233449889().executeScript(); 2020-07-14 20:57:03,648 [19] INFO - --------- 2020-07-14 20:57:03,648 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 711. 2020-07-14 20:57:03,649 [19] INFO - --------- 2020-07-14 20:57:03,650 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,650 [19] INFO - --------- 2020-07-14 20:57:03,650 [19] INFO - function SE637303570236500064() {} SE637303570236500064.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 SE637303570236500064().executeScript(); 2020-07-14 20:57:03,651 [19] INFO - --------- 2020-07-14 20:57:03,656 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,656 [19] INFO - --------- 2020-07-14 20:57:03,656 [19] INFO - function SE637303570236550067() {} SE637303570236550067.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 SE637303570236550067().executeScript(); 2020-07-14 20:57:03,657 [19] INFO - --------- 2020-07-14 20:57:03,661 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,662 [19] INFO - --------- 2020-07-14 20:57:03,662 [19] INFO - function SE637303570236610070() {} SE637303570236610070.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 SE637303570236610070().executeScript(); 2020-07-14 20:57:03,662 [19] INFO - --------- 2020-07-14 20:57:03,665 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,665 [19] INFO - --------- 2020-07-14 20:57:03,665 [19] INFO - function SE637303570236650072() {} SE637303570236650072.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 SE637303570236650072().executeScript(); 2020-07-14 20:57:03,666 [19] INFO - --------- 2020-07-14 20:57:03,669 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,669 [19] INFO - --------- 2020-07-14 20:57:03,670 [19] INFO - function SE637303570236690075() {} SE637303570236690075.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570236690075().executeScript(); 2020-07-14 20:57:03,670 [19] INFO - --------- 2020-07-14 20:57:03,672 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,672 [19] INFO - --------- 2020-07-14 20:57:03,672 [19] INFO - function SE637303570236690075() {} SE637303570236690075.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570236690075().executeScript(); 2020-07-14 20:57:03,673 [19] INFO - --------- 2020-07-14 20:57:03,673 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 712. 2020-07-14 20:57:03,673 [19] INFO - --------- 2020-07-14 20:57:03,676 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,676 [19] INFO - --------- 2020-07-14 20:57:03,677 [19] INFO - function SE637303570236760079() {} SE637303570236760079.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2-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-submenu2-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570236760079().executeScript(); 2020-07-14 20:57:03,677 [19] INFO - --------- 2020-07-14 20:57:03,679 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,679 [19] INFO - --------- 2020-07-14 20:57:03,680 [19] INFO - function SE637303570236790080() {} SE637303570236790080.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 SE637303570236790080().executeScript(); 2020-07-14 20:57:03,680 [19] INFO - --------- 2020-07-14 20:57:03,682 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,682 [19] INFO - --------- 2020-07-14 20:57:03,682 [19] INFO - function SE637303570236790080() {} SE637303570236790080.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 SE637303570236790080().executeScript(); 2020-07-14 20:57:03,683 [19] INFO - --------- 2020-07-14 20:57:03,683 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 713. 2020-07-14 20:57:03,684 [19] INFO - --------- 2020-07-14 20:57:03,684 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,685 [19] INFO - --------- 2020-07-14 20:57:03,685 [19] INFO - function SE637303570236760079() {} SE637303570236760079.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2-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-submenu2-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570236760079().executeScript(); 2020-07-14 20:57:03,685 [19] INFO - --------- 2020-07-14 20:57:03,686 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 714. 2020-07-14 20:57:03,686 [19] INFO - --------- 2020-07-14 20:57:03,688 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,688 [19] INFO - --------- 2020-07-14 20:57:03,689 [19] INFO - function SE637303570236880085() {} SE637303570236880085.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570236880085().executeScript(); 2020-07-14 20:57:03,690 [19] INFO - --------- 2020-07-14 20:57:03,692 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,693 [19] INFO - --------- 2020-07-14 20:57:03,693 [19] INFO - function SE637303570236880085() {} SE637303570236880085.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570236880085().executeScript(); 2020-07-14 20:57:03,693 [19] INFO - --------- 2020-07-14 20:57:03,694 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 715. 2020-07-14 20:57:03,694 [19] INFO - --------- 2020-07-14 20:57:03,696 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,696 [19] INFO - --------- 2020-07-14 20:57:03,697 [19] INFO - function SE637303570236960090() {} SE637303570236960090.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570236960090().executeScript(); 2020-07-14 20:57:03,697 [19] INFO - --------- 2020-07-14 20:57:03,698 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,699 [19] INFO - --------- 2020-07-14 20:57:03,699 [19] INFO - function SE637303570236960090() {} SE637303570236960090.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570236960090().executeScript(); 2020-07-14 20:57:03,700 [19] INFO - --------- 2020-07-14 20:57:03,700 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 716. 2020-07-14 20:57:03,700 [19] INFO - --------- 2020-07-14 20:57:03,701 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,701 [19] INFO - --------- 2020-07-14 20:57:03,701 [19] INFO - function SE637303570236650072() {} SE637303570236650072.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 SE637303570236650072().executeScript(); 2020-07-14 20:57:03,702 [19] INFO - --------- 2020-07-14 20:57:03,702 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 717. 2020-07-14 20:57:03,703 [19] INFO - --------- 2020-07-14 20:57:03,703 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,704 [19] INFO - --------- 2020-07-14 20:57:03,704 [19] INFO - function SE637303570236610070() {} SE637303570236610070.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 SE637303570236610070().executeScript(); 2020-07-14 20:57:03,704 [19] INFO - --------- 2020-07-14 20:57:03,705 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 718. 2020-07-14 20:57:03,705 [19] INFO - --------- 2020-07-14 20:57:03,706 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,706 [19] INFO - --------- 2020-07-14 20:57:03,706 [19] INFO - function SE637303570236550067() {} SE637303570236550067.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 SE637303570236550067().executeScript(); 2020-07-14 20:57:03,707 [19] INFO - --------- 2020-07-14 20:57:03,707 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 719. 2020-07-14 20:57:03,707 [19] INFO - --------- 2020-07-14 20:57:03,723 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,724 [19] INFO - --------- 2020-07-14 20:57:03,724 [19] INFO - function SE637303570236500064() {} SE637303570236500064.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 SE637303570236500064().executeScript(); 2020-07-14 20:57:03,725 [19] INFO - --------- 2020-07-14 20:57:03,725 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 720. 2020-07-14 20:57:03,725 [19] INFO - --------- 2020-07-14 20:57:03,727 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,727 [19] INFO - --------- 2020-07-14 20:57:03,728 [19] INFO - function SE637303570237270108() {} SE637303570237270108.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 SE637303570237270108().executeScript(); 2020-07-14 20:57:03,730 [19] INFO - --------- 2020-07-14 20:57:03,736 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,736 [19] INFO - --------- 2020-07-14 20:57:03,736 [19] INFO - function SE637303570237270108() {} SE637303570237270108.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 SE637303570237270108().executeScript(); 2020-07-14 20:57:03,739 [19] INFO - --------- 2020-07-14 20:57:03,740 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 721. 2020-07-14 20:57:03,740 [19] INFO - --------- 2020-07-14 20:57:03,741 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,741 [19] INFO - --------- 2020-07-14 20:57:03,742 [19] INFO - function SE637303570237410116() {} SE637303570237410116.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 SE637303570237410116().executeScript(); 2020-07-14 20:57:03,742 [19] INFO - --------- 2020-07-14 20:57:03,744 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,745 [19] INFO - --------- 2020-07-14 20:57:03,745 [19] INFO - function SE637303570237440118() {} SE637303570237440118.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 SE637303570237440118().executeScript(); 2020-07-14 20:57:03,746 [19] INFO - --------- 2020-07-14 20:57:03,747 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,747 [19] INFO - --------- 2020-07-14 20:57:03,747 [19] INFO - function SE637303570237440118() {} SE637303570237440118.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 SE637303570237440118().executeScript(); 2020-07-14 20:57:03,748 [19] INFO - --------- 2020-07-14 20:57:03,748 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 722. 2020-07-14 20:57:03,748 [19] INFO - --------- 2020-07-14 20:57:03,754 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,754 [19] INFO - --------- 2020-07-14 20:57:03,754 [19] INFO - function SE637303570237410116() {} SE637303570237410116.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 SE637303570237410116().executeScript(); 2020-07-14 20:57:03,755 [19] INFO - --------- 2020-07-14 20:57:03,755 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 723. 2020-07-14 20:57:03,756 [19] INFO - --------- 2020-07-14 20:57:03,758 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,758 [19] INFO - --------- 2020-07-14 20:57:03,758 [19] INFO - function SE637303570237580126() {} SE637303570237580126.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 SE637303570237580126().executeScript(); 2020-07-14 20:57:03,759 [19] INFO - --------- 2020-07-14 20:57:03,760 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,760 [19] INFO - --------- 2020-07-14 20:57:03,760 [19] INFO - function SE637303570237580126() {} SE637303570237580126.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 SE637303570237580126().executeScript(); 2020-07-14 20:57:03,761 [19] INFO - --------- 2020-07-14 20:57:03,761 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 724. 2020-07-14 20:57:03,761 [19] INFO - --------- 2020-07-14 20:57:03,764 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,765 [19] INFO - --------- 2020-07-14 20:57:03,765 [19] INFO - function SE637303570231759793() {} SE637303570231759793.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 SE637303570231759793().executeScript(); 2020-07-14 20:57:03,766 [19] INFO - --------- 2020-07-14 20:57:03,766 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 725. 2020-07-14 20:57:03,766 [19] INFO - --------- 2020-07-14 20:57:03,767 [19] INFO - Closing the script engine. 2020-07-14 20:57:03,768 [19] INFO - --------- 2020-07-14 20:57:03,768 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 725. 2020-07-14 20:57:03,768 [19] INFO - --------- 2020-07-14 20:57:03,871 [19] INFO - Script engine constructed. 2020-07-14 20:57:03,871 [19] INFO - Script engine initialized. 2020-07-14 20:57:03,872 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,872 [19] INFO - --------- 2020-07-14 20:57:03,873 [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:03,873 [19] INFO - --------- 2020-07-14 20:57:03,874 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,874 [19] INFO - --------- 2020-07-14 20:57:03,875 [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:03,875 [19] INFO - --------- 2020-07-14 20:57:03,875 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 726. 2020-07-14 20:57:03,876 [19] INFO - --------- 2020-07-14 20:57:03,876 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,876 [19] INFO - --------- 2020-07-14 20:57:03,877 [19] INFO - function SE637303570238710190() {} SE637303570238710190.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 SE637303570238710190().executeScript(); 2020-07-14 20:57:03,877 [19] INFO - --------- 2020-07-14 20:57:03,879 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,880 [19] INFO - --------- 2020-07-14 20:57:03,880 [19] INFO - function SE637303570238710190() {} SE637303570238710190.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 SE637303570238710190().executeScript(); 2020-07-14 20:57:03,881 [19] INFO - --------- 2020-07-14 20:57:03,881 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 727. 2020-07-14 20:57:03,881 [19] INFO - --------- 2020-07-14 20:57:03,882 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,882 [19] INFO - --------- 2020-07-14 20:57:03,883 [19] INFO - function SE637303570238820196() {} SE637303570238820196.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 SE637303570238820196().executeScript(); 2020-07-14 20:57:03,884 [19] INFO - --------- 2020-07-14 20:57:03,904 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,904 [19] INFO - --------- 2020-07-14 20:57:03,904 [19] INFO - function SE637303570239040209() {} SE637303570239040209.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 SE637303570239040209().executeScript(); 2020-07-14 20:57:03,905 [19] INFO - --------- 2020-07-14 20:57:03,906 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,906 [19] INFO - --------- 2020-07-14 20:57:03,907 [19] INFO - function SE637303570239040209() {} SE637303570239040209.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 SE637303570239040209().executeScript(); 2020-07-14 20:57:03,907 [19] INFO - --------- 2020-07-14 20:57:03,907 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 728. 2020-07-14 20:57:03,907 [19] INFO - --------- 2020-07-14 20:57:03,918 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,919 [19] INFO - --------- 2020-07-14 20:57:03,919 [19] INFO - function SE637303570239180217() {} SE637303570239180217.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 SE637303570239180217().executeScript(); 2020-07-14 20:57:03,920 [19] INFO - --------- 2020-07-14 20:57:03,921 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,921 [19] INFO - --------- 2020-07-14 20:57:03,921 [19] INFO - function SE637303570239180217() {} SE637303570239180217.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 SE637303570239180217().executeScript(); 2020-07-14 20:57:03,922 [19] INFO - --------- 2020-07-14 20:57:03,922 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 729. 2020-07-14 20:57:03,922 [19] INFO - --------- 2020-07-14 20:57:03,923 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,923 [19] INFO - --------- 2020-07-14 20:57:03,924 [19] INFO - function SE637303570239230220() {} SE637303570239230220.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 SE637303570239230220().executeScript(); 2020-07-14 20:57:03,924 [19] INFO - --------- 2020-07-14 20:57:03,925 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,926 [19] INFO - --------- 2020-07-14 20:57:03,926 [19] INFO - function SE637303570239230220() {} SE637303570239230220.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 SE637303570239230220().executeScript(); 2020-07-14 20:57:03,926 [19] INFO - --------- 2020-07-14 20:57:03,926 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 730. 2020-07-14 20:57:03,927 [19] INFO - --------- 2020-07-14 20:57:03,929 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,930 [19] INFO - --------- 2020-07-14 20:57:03,930 [19] INFO - function SE637303570239290223() {} SE637303570239290223.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 SE637303570239290223().executeScript(); 2020-07-14 20:57:03,930 [19] INFO - --------- 2020-07-14 20:57:03,932 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,932 [19] INFO - --------- 2020-07-14 20:57:03,932 [19] INFO - function SE637303570239290223() {} SE637303570239290223.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 SE637303570239290223().executeScript(); 2020-07-14 20:57:03,932 [19] INFO - --------- 2020-07-14 20:57:03,933 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 731. 2020-07-14 20:57:03,933 [19] INFO - --------- 2020-07-14 20:57:03,935 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,935 [19] INFO - --------- 2020-07-14 20:57:03,935 [19] INFO - function SE637303570239350227() {} SE637303570239350227.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 SE637303570239350227().executeScript(); 2020-07-14 20:57:03,936 [19] INFO - --------- 2020-07-14 20:57:03,944 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,944 [19] INFO - --------- 2020-07-14 20:57:03,944 [19] INFO - function SE637303570239440232() {} SE637303570239440232.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 SE637303570239440232().executeScript(); 2020-07-14 20:57:03,945 [19] INFO - --------- 2020-07-14 20:57:03,947 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,947 [19] INFO - --------- 2020-07-14 20:57:03,948 [19] INFO - function SE637303570239470234() {} SE637303570239470234.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 SE637303570239470234().executeScript(); 2020-07-14 20:57:03,948 [19] INFO - --------- 2020-07-14 20:57:03,959 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,960 [19] INFO - --------- 2020-07-14 20:57:03,960 [19] INFO - function SE637303570239470234() {} SE637303570239470234.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 SE637303570239470234().executeScript(); 2020-07-14 20:57:03,961 [19] INFO - --------- 2020-07-14 20:57:03,961 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 732. 2020-07-14 20:57:03,961 [19] INFO - --------- 2020-07-14 20:57:03,981 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,982 [19] INFO - --------- 2020-07-14 20:57:03,982 [19] INFO - function SE637303570239440232() {} SE637303570239440232.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 SE637303570239440232().executeScript(); 2020-07-14 20:57:03,983 [19] INFO - --------- 2020-07-14 20:57:03,983 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 733. 2020-07-14 20:57:03,983 [19] INFO - --------- 2020-07-14 20:57:03,985 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,986 [19] INFO - --------- 2020-07-14 20:57:03,986 [19] INFO - function SE637303570239350227() {} SE637303570239350227.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 SE637303570239350227().executeScript(); 2020-07-14 20:57:03,986 [19] INFO - --------- 2020-07-14 20:57:03,987 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 734. 2020-07-14 20:57:03,987 [19] INFO - --------- 2020-07-14 20:57:03,988 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,989 [19] INFO - --------- 2020-07-14 20:57:03,989 [19] INFO - function SE637303570239880257() {} SE637303570239880257.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 SE637303570239880257().executeScript(); 2020-07-14 20:57:03,990 [19] INFO - --------- 2020-07-14 20:57:03,995 [19] INFO - About to execute the following script: 2020-07-14 20:57:03,995 [19] INFO - --------- 2020-07-14 20:57:03,995 [19] INFO - function SE637303570239940261() {} SE637303570239940261.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 SE637303570239940261().executeScript(); 2020-07-14 20:57:03,996 [19] INFO - --------- 2020-07-14 20:57:03,997 [19] INFO - Finished executing the following script: 2020-07-14 20:57:03,998 [19] INFO - --------- 2020-07-14 20:57:03,999 [19] INFO - function SE637303570239940261() {} SE637303570239940261.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 SE637303570239940261().executeScript(); 2020-07-14 20:57:03,999 [19] INFO - --------- 2020-07-14 20:57:03,999 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 735. 2020-07-14 20:57:04,001 [19] INFO - --------- 2020-07-14 20:57:04,006 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,006 [19] INFO - --------- 2020-07-14 20:57:04,007 [19] INFO - function SE637303570240060267() {} SE637303570240060267.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 SE637303570240060267().executeScript(); 2020-07-14 20:57:04,007 [19] INFO - --------- 2020-07-14 20:57:04,009 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,009 [19] INFO - --------- 2020-07-14 20:57:04,010 [19] INFO - function SE637303570240060267() {} SE637303570240060267.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 SE637303570240060267().executeScript(); 2020-07-14 20:57:04,010 [19] INFO - --------- 2020-07-14 20:57:04,010 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 736. 2020-07-14 20:57:04,011 [19] INFO - --------- 2020-07-14 20:57:04,019 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,019 [19] INFO - --------- 2020-07-14 20:57:04,019 [19] INFO - function SE637303570240190275() {} SE637303570240190275.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 SE637303570240190275().executeScript(); 2020-07-14 20:57:04,020 [19] INFO - --------- 2020-07-14 20:57:04,022 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,022 [19] INFO - --------- 2020-07-14 20:57:04,022 [19] INFO - function SE637303570240190275() {} SE637303570240190275.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 SE637303570240190275().executeScript(); 2020-07-14 20:57:04,023 [19] INFO - --------- 2020-07-14 20:57:04,023 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 737. 2020-07-14 20:57:04,023 [19] INFO - --------- 2020-07-14 20:57:04,025 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,025 [19] INFO - --------- 2020-07-14 20:57:04,026 [19] INFO - function SE637303570240250278() {} SE637303570240250278.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 SE637303570240250278().executeScript(); 2020-07-14 20:57:04,026 [19] INFO - --------- 2020-07-14 20:57:04,028 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,028 [19] INFO - --------- 2020-07-14 20:57:04,028 [19] INFO - function SE637303570240250278() {} SE637303570240250278.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 SE637303570240250278().executeScript(); 2020-07-14 20:57:04,029 [19] INFO - --------- 2020-07-14 20:57:04,029 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 738. 2020-07-14 20:57:04,030 [19] INFO - --------- 2020-07-14 20:57:04,032 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,033 [19] INFO - --------- 2020-07-14 20:57:04,033 [19] INFO - function SE637303570240320282() {} SE637303570240320282.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 SE637303570240320282().executeScript(); 2020-07-14 20:57:04,033 [19] INFO - --------- 2020-07-14 20:57:04,035 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,036 [19] INFO - --------- 2020-07-14 20:57:04,036 [19] INFO - function SE637303570240320282() {} SE637303570240320282.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 SE637303570240320282().executeScript(); 2020-07-14 20:57:04,036 [19] INFO - --------- 2020-07-14 20:57:04,036 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 739. 2020-07-14 20:57:04,037 [19] INFO - --------- 2020-07-14 20:57:04,039 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,039 [19] INFO - --------- 2020-07-14 20:57:04,040 [19] INFO - function SE637303570240390286() {} SE637303570240390286.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 SE637303570240390286().executeScript(); 2020-07-14 20:57:04,040 [19] INFO - --------- 2020-07-14 20:57:04,042 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,042 [19] INFO - --------- 2020-07-14 20:57:04,042 [19] INFO - function SE637303570240390286() {} SE637303570240390286.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 SE637303570240390286().executeScript(); 2020-07-14 20:57:04,043 [19] INFO - --------- 2020-07-14 20:57:04,043 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 740. 2020-07-14 20:57:04,043 [19] INFO - --------- 2020-07-14 20:57:04,045 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,046 [19] INFO - --------- 2020-07-14 20:57:04,046 [19] INFO - function SE637303570240450290() {} SE637303570240450290.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 SE637303570240450290().executeScript(); 2020-07-14 20:57:04,046 [19] INFO - --------- 2020-07-14 20:57:04,048 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,048 [19] INFO - --------- 2020-07-14 20:57:04,049 [19] INFO - function SE637303570240450290() {} SE637303570240450290.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 SE637303570240450290().executeScript(); 2020-07-14 20:57:04,049 [19] INFO - --------- 2020-07-14 20:57:04,049 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 741. 2020-07-14 20:57:04,050 [19] INFO - --------- 2020-07-14 20:57:04,050 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,051 [19] INFO - --------- 2020-07-14 20:57:04,051 [19] INFO - function SE637303570239880257() {} SE637303570239880257.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 SE637303570239880257().executeScript(); 2020-07-14 20:57:04,051 [19] INFO - --------- 2020-07-14 20:57:04,052 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 742. 2020-07-14 20:57:04,052 [19] INFO - --------- 2020-07-14 20:57:04,053 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,053 [19] INFO - --------- 2020-07-14 20:57:04,053 [19] INFO - function SE637303570240530294() {} SE637303570240530294.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 SE637303570240530294().executeScript(); 2020-07-14 20:57:04,054 [19] INFO - --------- 2020-07-14 20:57:04,055 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,055 [19] INFO - --------- 2020-07-14 20:57:04,056 [19] INFO - function SE637303570240530294() {} SE637303570240530294.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 SE637303570240530294().executeScript(); 2020-07-14 20:57:04,056 [19] INFO - --------- 2020-07-14 20:57:04,056 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 743. 2020-07-14 20:57:04,057 [19] INFO - --------- 2020-07-14 20:57:04,058 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,058 [19] INFO - --------- 2020-07-14 20:57:04,058 [19] INFO - function SE637303570240580297() {} SE637303570240580297.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 SE637303570240580297().executeScript(); 2020-07-14 20:57:04,059 [19] INFO - --------- 2020-07-14 20:57:04,066 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,066 [19] INFO - --------- 2020-07-14 20:57:04,067 [19] INFO - function SE637303570240580297() {} SE637303570240580297.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 SE637303570240580297().executeScript(); 2020-07-14 20:57:04,067 [19] INFO - --------- 2020-07-14 20:57:04,067 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 744. 2020-07-14 20:57:04,068 [19] INFO - --------- 2020-07-14 20:57:04,069 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,070 [19] INFO - --------- 2020-07-14 20:57:04,070 [19] INFO - function SE637303570240690303() {} SE637303570240690303.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 SE637303570240690303().executeScript(); 2020-07-14 20:57:04,072 [19] INFO - --------- 2020-07-14 20:57:04,186 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,186 [19] INFO - --------- 2020-07-14 20:57:04,187 [19] INFO - function SE637303570241860370() {} SE637303570241860370.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 SE637303570241860370().executeScript(); 2020-07-14 20:57:04,187 [19] INFO - --------- 2020-07-14 20:57:04,189 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,189 [19] INFO - --------- 2020-07-14 20:57:04,189 [19] INFO - function SE637303570241890372() {} SE637303570241890372.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 SE637303570241890372().executeScript(); 2020-07-14 20:57:04,190 [19] INFO - --------- 2020-07-14 20:57:04,200 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,200 [19] INFO - --------- 2020-07-14 20:57:04,200 [19] INFO - function SE637303570241890372() {} SE637303570241890372.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 SE637303570241890372().executeScript(); 2020-07-14 20:57:04,201 [19] INFO - --------- 2020-07-14 20:57:04,201 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 745. 2020-07-14 20:57:04,201 [19] INFO - --------- 2020-07-14 20:57:04,202 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,203 [19] INFO - --------- 2020-07-14 20:57:04,203 [19] INFO - function SE637303570242020379() {} SE637303570242020379.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 SE637303570242020379().executeScript(); 2020-07-14 20:57:04,203 [19] INFO - --------- 2020-07-14 20:57:04,207 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,207 [19] INFO - --------- 2020-07-14 20:57:04,208 [19] INFO - function SE637303570242020379() {} SE637303570242020379.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 SE637303570242020379().executeScript(); 2020-07-14 20:57:04,208 [19] INFO - --------- 2020-07-14 20:57:04,208 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 746. 2020-07-14 20:57:04,209 [19] INFO - --------- 2020-07-14 20:57:04,209 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,210 [19] INFO - --------- 2020-07-14 20:57:04,210 [19] INFO - function SE637303570242090383() {} SE637303570242090383.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 SE637303570242090383().executeScript(); 2020-07-14 20:57:04,210 [19] INFO - --------- 2020-07-14 20:57:04,213 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,214 [19] INFO - --------- 2020-07-14 20:57:04,214 [19] INFO - function SE637303570242090383() {} SE637303570242090383.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 SE637303570242090383().executeScript(); 2020-07-14 20:57:04,214 [19] INFO - --------- 2020-07-14 20:57:04,215 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 747. 2020-07-14 20:57:04,215 [19] INFO - --------- 2020-07-14 20:57:04,216 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,216 [19] INFO - --------- 2020-07-14 20:57:04,216 [19] INFO - function SE637303570242160388() {} SE637303570242160388.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 SE637303570242160388().executeScript(); 2020-07-14 20:57:04,217 [19] INFO - --------- 2020-07-14 20:57:04,218 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,218 [19] INFO - --------- 2020-07-14 20:57:04,218 [19] INFO - function SE637303570242160388() {} SE637303570242160388.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 SE637303570242160388().executeScript(); 2020-07-14 20:57:04,219 [19] INFO - --------- 2020-07-14 20:57:04,219 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 748. 2020-07-14 20:57:04,219 [19] INFO - --------- 2020-07-14 20:57:04,221 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,221 [19] INFO - --------- 2020-07-14 20:57:04,221 [19] INFO - function SE637303570241860370() {} SE637303570241860370.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 SE637303570241860370().executeScript(); 2020-07-14 20:57:04,222 [19] INFO - --------- 2020-07-14 20:57:04,222 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 749. 2020-07-14 20:57:04,222 [19] INFO - --------- 2020-07-14 20:57:04,223 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,223 [19] INFO - --------- 2020-07-14 20:57:04,223 [19] INFO - function SE637303570242230392() {} SE637303570242230392.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 SE637303570242230392().executeScript(); 2020-07-14 20:57:04,224 [19] INFO - --------- 2020-07-14 20:57:04,225 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,226 [19] INFO - --------- 2020-07-14 20:57:04,226 [19] INFO - function SE637303570242250393() {} SE637303570242250393.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 SE637303570242250393().executeScript(); 2020-07-14 20:57:04,226 [19] INFO - --------- 2020-07-14 20:57:04,235 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,235 [19] INFO - --------- 2020-07-14 20:57:04,235 [19] INFO - function SE637303570242250393() {} SE637303570242250393.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 SE637303570242250393().executeScript(); 2020-07-14 20:57:04,236 [19] INFO - --------- 2020-07-14 20:57:04,236 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 750. 2020-07-14 20:57:04,236 [19] INFO - --------- 2020-07-14 20:57:04,238 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,238 [19] INFO - --------- 2020-07-14 20:57:04,238 [19] INFO - function SE637303570242380400() {} SE637303570242380400.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 SE637303570242380400().executeScript(); 2020-07-14 20:57:04,239 [19] INFO - --------- 2020-07-14 20:57:04,242 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,243 [19] INFO - --------- 2020-07-14 20:57:04,243 [19] INFO - function SE637303570242380400() {} SE637303570242380400.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 SE637303570242380400().executeScript(); 2020-07-14 20:57:04,243 [19] INFO - --------- 2020-07-14 20:57:04,244 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 751. 2020-07-14 20:57:04,244 [19] INFO - --------- 2020-07-14 20:57:04,245 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,245 [19] INFO - --------- 2020-07-14 20:57:04,245 [19] INFO - function SE637303570242450404() {} SE637303570242450404.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 SE637303570242450404().executeScript(); 2020-07-14 20:57:04,246 [19] INFO - --------- 2020-07-14 20:57:04,248 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,248 [19] INFO - --------- 2020-07-14 20:57:04,249 [19] INFO - function SE637303570242450404() {} SE637303570242450404.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 SE637303570242450404().executeScript(); 2020-07-14 20:57:04,249 [19] INFO - --------- 2020-07-14 20:57:04,249 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 752. 2020-07-14 20:57:04,250 [19] INFO - --------- 2020-07-14 20:57:04,250 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,251 [19] INFO - --------- 2020-07-14 20:57:04,251 [19] INFO - function SE637303570242500407() {} SE637303570242500407.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 SE637303570242500407().executeScript(); 2020-07-14 20:57:04,251 [19] INFO - --------- 2020-07-14 20:57:04,253 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,253 [19] INFO - --------- 2020-07-14 20:57:04,253 [19] INFO - function SE637303570242500407() {} SE637303570242500407.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 SE637303570242500407().executeScript(); 2020-07-14 20:57:04,254 [19] INFO - --------- 2020-07-14 20:57:04,254 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 753. 2020-07-14 20:57:04,254 [19] INFO - --------- 2020-07-14 20:57:04,255 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,256 [19] INFO - --------- 2020-07-14 20:57:04,256 [19] INFO - function SE637303570242230392() {} SE637303570242230392.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 SE637303570242230392().executeScript(); 2020-07-14 20:57:04,256 [19] INFO - --------- 2020-07-14 20:57:04,257 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 754. 2020-07-14 20:57:04,257 [19] INFO - --------- 2020-07-14 20:57:04,262 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,262 [19] INFO - --------- 2020-07-14 20:57:04,263 [19] INFO - function SE637303570242620414() {} SE637303570242620414.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write("\r\n
    \r\n\t
    \r\n class=\"articlearea zpwText\" \r\n\t\r\n\t>\r\n\t\r\n\t\r\n\t\t\t\r\n\r\n\t

    \r\n\t data-zpfieldname=\"headline\">VOLVO C303

    \r\n\r\n\t\t\t\r\n\r\n\r\n

    Irgendwie passte der so garn nicht in das ürsprüngliche Zielbild.

    \r\n

    \"");

    \r\n

    Über einen Arbeitskollegen waren wir auf ein solches Gefährt gestoßen. \r\nInteressant, aber schied sehr schnell aus der Liste der Begehrlichkeiten wieder \r\naus.

    \r\n\r\n\r\n\t\r\n\r\n\t
    \r\n
    \r\n\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 SE637303570242620414().executeScript(); 2020-07-14 20:57:04,263 [19] INFO - --------- 2020-07-14 20:57:04,270 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,271 [19] INFO - --------- 2020-07-14 20:57:04,271 [19] INFO - function SE637303570242620414() {} SE637303570242620414.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write("\r\n
    \r\n\t
    \r\n class=\"articlearea zpwText\" \r\n\t\r\n\t>\r\n\t\r\n\t\r\n\t\t\t\r\n\r\n\t

    \r\n\t data-zpfieldname=\"headline\">VOLVO C303

    \r\n\r\n\t\t\t\r\n\r\n\r\n

    Irgendwie passte der so garn nicht in das ürsprüngliche Zielbild.

    \r\n

    \"");

    \r\n

    Über einen Arbeitskollegen waren wir auf ein solches Gefährt gestoßen. \r\nInteressant, aber schied sehr schnell aus der Liste der Begehrlichkeiten wieder \r\naus.

    \r\n\r\n\r\n\t\r\n\r\n\t
    \r\n
    \r\n\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 SE637303570242620414().executeScript(); 2020-07-14 20:57:04,272 [19] INFO - --------- 2020-07-14 20:57:04,272 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 755. 2020-07-14 20:57:04,272 [19] INFO - --------- 2020-07-14 20:57:04,298 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,299 [19] INFO - --------- 2020-07-14 20:57:04,299 [19] INFO - function SE637303570242980434() {} SE637303570242980434.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 SE637303570242980434().executeScript(); 2020-07-14 20:57:04,299 [19] INFO - --------- 2020-07-14 20:57:04,301 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,301 [19] INFO - --------- 2020-07-14 20:57:04,301 [19] INFO - function SE637303570243010436() {} SE637303570243010436.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 SE637303570243010436().executeScript(); 2020-07-14 20:57:04,302 [19] INFO - --------- 2020-07-14 20:57:04,312 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,312 [19] INFO - --------- 2020-07-14 20:57:04,313 [19] INFO - function SE637303570243010436() {} SE637303570243010436.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 SE637303570243010436().executeScript(); 2020-07-14 20:57:04,313 [19] INFO - --------- 2020-07-14 20:57:04,314 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 756. 2020-07-14 20:57:04,314 [19] INFO - --------- 2020-07-14 20:57:04,315 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,315 [19] INFO - --------- 2020-07-14 20:57:04,315 [19] INFO - function SE637303570243150444() {} SE637303570243150444.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 SE637303570243150444().executeScript(); 2020-07-14 20:57:04,316 [19] INFO - --------- 2020-07-14 20:57:04,319 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,319 [19] INFO - --------- 2020-07-14 20:57:04,320 [19] INFO - function SE637303570243150444() {} SE637303570243150444.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 SE637303570243150444().executeScript(); 2020-07-14 20:57:04,320 [19] INFO - --------- 2020-07-14 20:57:04,320 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 757. 2020-07-14 20:57:04,321 [19] INFO - --------- 2020-07-14 20:57:04,322 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,322 [19] INFO - --------- 2020-07-14 20:57:04,322 [19] INFO - function SE637303570243220448() {} SE637303570243220448.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 SE637303570243220448().executeScript(); 2020-07-14 20:57:04,323 [19] INFO - --------- 2020-07-14 20:57:04,325 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,325 [19] INFO - --------- 2020-07-14 20:57:04,326 [19] INFO - function SE637303570243220448() {} SE637303570243220448.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 SE637303570243220448().executeScript(); 2020-07-14 20:57:04,326 [19] INFO - --------- 2020-07-14 20:57:04,326 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 758. 2020-07-14 20:57:04,327 [19] INFO - --------- 2020-07-14 20:57:04,327 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,328 [19] INFO - --------- 2020-07-14 20:57:04,328 [19] INFO - function SE637303570243270451() {} SE637303570243270451.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 SE637303570243270451().executeScript(); 2020-07-14 20:57:04,328 [19] INFO - --------- 2020-07-14 20:57:04,329 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,330 [19] INFO - --------- 2020-07-14 20:57:04,330 [19] INFO - function SE637303570243270451() {} SE637303570243270451.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 SE637303570243270451().executeScript(); 2020-07-14 20:57:04,330 [19] INFO - --------- 2020-07-14 20:57:04,331 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 759. 2020-07-14 20:57:04,331 [19] INFO - --------- 2020-07-14 20:57:04,332 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,332 [19] INFO - --------- 2020-07-14 20:57:04,333 [19] INFO - function SE637303570242980434() {} SE637303570242980434.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 SE637303570242980434().executeScript(); 2020-07-14 20:57:04,333 [19] INFO - --------- 2020-07-14 20:57:04,333 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 760. 2020-07-14 20:57:04,334 [19] INFO - --------- 2020-07-14 20:57:04,338 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,338 [19] INFO - --------- 2020-07-14 20:57:04,339 [19] INFO - function SE637303570243380457() {} SE637303570243380457.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write("\r\n
    \r\n\t
    \r\n class=\"articlearea zpwText\" \r\n\t\r\n\t>\r\n\t\r\n\t\r\n\t\t\t\r\n\r\n\t

    \r\n\t data-zpfieldname=\"headline\">W50 / L60

    \r\n\r\n\t\t\t\r\n\r\n\r\n

    Im Netz fanden sich im Sommer 2017 noch diverse IFA Modelle, \r\nwelche bereits als Fernreisemobil (teil-)umgebaut waren. Auch haben wir 3 \r\ninteressante W50 in Mitteldeutschland gefunden, welche sich zum Ausbau bestens \r\ngeeignet hätten.

    \r\n

    \"");

    \r\n\r\n\r\n\t\r\n\r\n\t
    \r\n
    \r\n\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 SE637303570243380457().executeScript(); 2020-07-14 20:57:04,339 [19] INFO - --------- 2020-07-14 20:57:04,344 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,344 [19] INFO - --------- 2020-07-14 20:57:04,345 [19] INFO - function SE637303570243380457() {} SE637303570243380457.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\text\standard.html'. context.write("\r\n
    \r\n\t
    \r\n class=\"articlearea zpwText\" \r\n\t\r\n\t>\r\n\t\r\n\t\r\n\t\t\t\r\n\r\n\t

    \r\n\t data-zpfieldname=\"headline\">W50 / L60

    \r\n\r\n\t\t\t\r\n\r\n\r\n

    Im Netz fanden sich im Sommer 2017 noch diverse IFA Modelle, \r\nwelche bereits als Fernreisemobil (teil-)umgebaut waren. Auch haben wir 3 \r\ninteressante W50 in Mitteldeutschland gefunden, welche sich zum Ausbau bestens \r\ngeeignet hätten.

    \r\n

    \"");

    \r\n\r\n\r\n\t\r\n\r\n\t
    \r\n
    \r\n\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 SE637303570243380457().executeScript(); 2020-07-14 20:57:04,345 [19] INFO - --------- 2020-07-14 20:57:04,345 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 761. 2020-07-14 20:57:04,346 [19] INFO - --------- 2020-07-14 20:57:04,375 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,375 [19] INFO - --------- 2020-07-14 20:57:04,376 [19] INFO - function SE637303570243750478() {} SE637303570243750478.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 SE637303570243750478().executeScript(); 2020-07-14 20:57:04,376 [19] INFO - --------- 2020-07-14 20:57:04,378 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,378 [19] INFO - --------- 2020-07-14 20:57:04,378 [19] INFO - function SE637303570243780480() {} SE637303570243780480.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 SE637303570243780480().executeScript(); 2020-07-14 20:57:04,379 [19] INFO - --------- 2020-07-14 20:57:04,390 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,390 [19] INFO - --------- 2020-07-14 20:57:04,391 [19] INFO - function SE637303570243780480() {} SE637303570243780480.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 SE637303570243780480().executeScript(); 2020-07-14 20:57:04,391 [19] INFO - --------- 2020-07-14 20:57:04,391 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 762. 2020-07-14 20:57:04,392 [19] INFO - --------- 2020-07-14 20:57:04,393 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,393 [19] INFO - --------- 2020-07-14 20:57:04,393 [19] INFO - function SE637303570243930489() {} SE637303570243930489.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 SE637303570243930489().executeScript(); 2020-07-14 20:57:04,394 [19] INFO - --------- 2020-07-14 20:57:04,397 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,398 [19] INFO - --------- 2020-07-14 20:57:04,398 [19] INFO - function SE637303570243930489() {} SE637303570243930489.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 SE637303570243930489().executeScript(); 2020-07-14 20:57:04,398 [19] INFO - --------- 2020-07-14 20:57:04,399 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 763. 2020-07-14 20:57:04,399 [19] INFO - --------- 2020-07-14 20:57:04,400 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,400 [19] INFO - --------- 2020-07-14 20:57:04,401 [19] INFO - function SE637303570244000493() {} SE637303570244000493.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 SE637303570244000493().executeScript(); 2020-07-14 20:57:04,401 [19] INFO - --------- 2020-07-14 20:57:04,403 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,404 [19] INFO - --------- 2020-07-14 20:57:04,404 [19] INFO - function SE637303570244000493() {} SE637303570244000493.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 SE637303570244000493().executeScript(); 2020-07-14 20:57:04,405 [19] INFO - --------- 2020-07-14 20:57:04,405 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 764. 2020-07-14 20:57:04,405 [19] INFO - --------- 2020-07-14 20:57:04,406 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,406 [19] INFO - --------- 2020-07-14 20:57:04,407 [19] INFO - function SE637303570244060496() {} SE637303570244060496.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 SE637303570244060496().executeScript(); 2020-07-14 20:57:04,407 [19] INFO - --------- 2020-07-14 20:57:04,409 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,409 [19] INFO - --------- 2020-07-14 20:57:04,410 [19] INFO - function SE637303570244060496() {} SE637303570244060496.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 SE637303570244060496().executeScript(); 2020-07-14 20:57:04,410 [19] INFO - --------- 2020-07-14 20:57:04,410 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 765. 2020-07-14 20:57:04,411 [19] INFO - --------- 2020-07-14 20:57:04,412 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,412 [19] INFO - --------- 2020-07-14 20:57:04,413 [19] INFO - function SE637303570243750478() {} SE637303570243750478.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 SE637303570243750478().executeScript(); 2020-07-14 20:57:04,413 [19] INFO - --------- 2020-07-14 20:57:04,414 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 766. 2020-07-14 20:57:04,414 [19] INFO - --------- 2020-07-14 20:57:04,443 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,443 [19] INFO - --------- 2020-07-14 20:57:04,443 [19] INFO - function SE637303570244430517() {} SE637303570244430517.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 SE637303570244430517().executeScript(); 2020-07-14 20:57:04,444 [19] INFO - --------- 2020-07-14 20:57:04,446 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,446 [19] INFO - --------- 2020-07-14 20:57:04,447 [19] INFO - function SE637303570244460519() {} SE637303570244460519.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 SE637303570244460519().executeScript(); 2020-07-14 20:57:04,447 [19] INFO - --------- 2020-07-14 20:57:04,457 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,457 [19] INFO - --------- 2020-07-14 20:57:04,457 [19] INFO - function SE637303570244460519() {} SE637303570244460519.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 SE637303570244460519().executeScript(); 2020-07-14 20:57:04,458 [19] INFO - --------- 2020-07-14 20:57:04,458 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 767. 2020-07-14 20:57:04,459 [19] INFO - --------- 2020-07-14 20:57:04,459 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,460 [19] INFO - --------- 2020-07-14 20:57:04,460 [19] INFO - function SE637303570244590526() {} SE637303570244590526.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 SE637303570244590526().executeScript(); 2020-07-14 20:57:04,460 [19] INFO - --------- 2020-07-14 20:57:04,463 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,463 [19] INFO - --------- 2020-07-14 20:57:04,464 [19] INFO - function SE637303570244590526() {} SE637303570244590526.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 SE637303570244590526().executeScript(); 2020-07-14 20:57:04,464 [19] INFO - --------- 2020-07-14 20:57:04,464 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 768. 2020-07-14 20:57:04,465 [19] INFO - --------- 2020-07-14 20:57:04,466 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,466 [19] INFO - --------- 2020-07-14 20:57:04,467 [19] INFO - function SE637303570244430517() {} SE637303570244430517.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 SE637303570244430517().executeScript(); 2020-07-14 20:57:04,467 [19] INFO - --------- 2020-07-14 20:57:04,467 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 769. 2020-07-14 20:57:04,468 [19] INFO - --------- 2020-07-14 20:57:04,478 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,479 [19] INFO - --------- 2020-07-14 20:57:04,479 [19] INFO - function SE637303570244780537() {} SE637303570244780537.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 SE637303570244780537().executeScript(); 2020-07-14 20:57:04,480 [19] INFO - --------- 2020-07-14 20:57:04,482 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,482 [19] INFO - --------- 2020-07-14 20:57:04,482 [19] INFO - function SE637303570244820540() {} SE637303570244820540.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 SE637303570244820540().executeScript(); 2020-07-14 20:57:04,483 [19] INFO - --------- 2020-07-14 20:57:04,494 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,494 [19] INFO - --------- 2020-07-14 20:57:04,494 [19] INFO - function SE637303570244820540() {} SE637303570244820540.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 SE637303570244820540().executeScript(); 2020-07-14 20:57:04,495 [19] INFO - --------- 2020-07-14 20:57:04,495 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 770. 2020-07-14 20:57:04,496 [19] INFO - --------- 2020-07-14 20:57:04,496 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,497 [19] INFO - --------- 2020-07-14 20:57:04,497 [19] INFO - function SE637303570244960548() {} SE637303570244960548.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 SE637303570244960548().executeScript(); 2020-07-14 20:57:04,497 [19] INFO - --------- 2020-07-14 20:57:04,499 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,500 [19] INFO - --------- 2020-07-14 20:57:04,500 [19] INFO - function SE637303570244960548() {} SE637303570244960548.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 SE637303570244960548().executeScript(); 2020-07-14 20:57:04,501 [19] INFO - --------- 2020-07-14 20:57:04,501 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 771. 2020-07-14 20:57:04,501 [19] INFO - --------- 2020-07-14 20:57:04,502 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,503 [19] INFO - --------- 2020-07-14 20:57:04,503 [19] INFO - function SE637303570244780537() {} SE637303570244780537.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 SE637303570244780537().executeScript(); 2020-07-14 20:57:04,504 [19] INFO - --------- 2020-07-14 20:57:04,504 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 772. 2020-07-14 20:57:04,504 [19] INFO - --------- 2020-07-14 20:57:04,515 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,515 [19] INFO - --------- 2020-07-14 20:57:04,516 [19] INFO - function SE637303570245150559() {} SE637303570245150559.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 SE637303570245150559().executeScript(); 2020-07-14 20:57:04,516 [19] INFO - --------- 2020-07-14 20:57:04,518 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,519 [19] INFO - --------- 2020-07-14 20:57:04,519 [19] INFO - function SE637303570245180560() {} SE637303570245180560.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 SE637303570245180560().executeScript(); 2020-07-14 20:57:04,520 [19] INFO - --------- 2020-07-14 20:57:04,530 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,530 [19] INFO - --------- 2020-07-14 20:57:04,530 [19] INFO - function SE637303570245180560() {} SE637303570245180560.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 SE637303570245180560().executeScript(); 2020-07-14 20:57:04,533 [19] INFO - --------- 2020-07-14 20:57:04,533 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 773. 2020-07-14 20:57:04,534 [19] INFO - --------- 2020-07-14 20:57:04,535 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,535 [19] INFO - --------- 2020-07-14 20:57:04,535 [19] INFO - function SE637303570245350570() {} SE637303570245350570.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 SE637303570245350570().executeScript(); 2020-07-14 20:57:04,536 [19] INFO - --------- 2020-07-14 20:57:04,541 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,542 [19] INFO - --------- 2020-07-14 20:57:04,542 [19] INFO - function SE637303570245350570() {} SE637303570245350570.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 SE637303570245350570().executeScript(); 2020-07-14 20:57:04,542 [19] INFO - --------- 2020-07-14 20:57:04,543 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 774. 2020-07-14 20:57:04,543 [19] INFO - --------- 2020-07-14 20:57:04,544 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,544 [19] INFO - --------- 2020-07-14 20:57:04,545 [19] INFO - function SE637303570245150559() {} SE637303570245150559.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 SE637303570245150559().executeScript(); 2020-07-14 20:57:04,545 [19] INFO - --------- 2020-07-14 20:57:04,546 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 775. 2020-07-14 20:57:04,546 [19] INFO - --------- 2020-07-14 20:57:04,549 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,549 [19] INFO - --------- 2020-07-14 20:57:04,550 [19] INFO - function SE637303570240690303() {} SE637303570240690303.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 SE637303570240690303().executeScript(); 2020-07-14 20:57:04,552 [19] INFO - --------- 2020-07-14 20:57:04,552 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 776. 2020-07-14 20:57:04,552 [19] INFO - --------- 2020-07-14 20:57:04,553 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,554 [19] INFO - --------- 2020-07-14 20:57:04,554 [19] INFO - function SE637303570245530580() {} SE637303570245530580.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 SE637303570245530580().executeScript(); 2020-07-14 20:57:04,554 [19] INFO - --------- 2020-07-14 20:57:04,560 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,561 [19] INFO - --------- 2020-07-14 20:57:04,561 [19] INFO - function SE637303570245600584() {} SE637303570245600584.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 SE637303570245600584().executeScript(); 2020-07-14 20:57:04,561 [19] INFO - --------- 2020-07-14 20:57:04,566 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,567 [19] INFO - --------- 2020-07-14 20:57:04,567 [19] INFO - function SE637303570245660588() {} SE637303570245660588.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 SE637303570245660588().executeScript(); 2020-07-14 20:57:04,568 [19] INFO - --------- 2020-07-14 20:57:04,570 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,570 [19] INFO - --------- 2020-07-14 20:57:04,572 [19] INFO - function SE637303570245700590() {} SE637303570245700590.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 SE637303570245700590().executeScript(); 2020-07-14 20:57:04,572 [19] INFO - --------- 2020-07-14 20:57:04,576 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,577 [19] INFO - --------- 2020-07-14 20:57:04,577 [19] INFO - function SE637303570245760593() {} SE637303570245760593.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570245760593().executeScript(); 2020-07-14 20:57:04,577 [19] INFO - --------- 2020-07-14 20:57:04,579 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,580 [19] INFO - --------- 2020-07-14 20:57:04,580 [19] INFO - function SE637303570245760593() {} SE637303570245760593.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570245760593().executeScript(); 2020-07-14 20:57:04,580 [19] INFO - --------- 2020-07-14 20:57:04,581 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 777. 2020-07-14 20:57:04,581 [19] INFO - --------- 2020-07-14 20:57:04,583 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,583 [19] INFO - --------- 2020-07-14 20:57:04,583 [19] INFO - function SE637303570245830597() {} SE637303570245830597.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570245830597().executeScript(); 2020-07-14 20:57:04,584 [19] INFO - --------- 2020-07-14 20:57:04,586 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,586 [19] INFO - --------- 2020-07-14 20:57:04,586 [19] INFO - function SE637303570245830597() {} SE637303570245830597.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570245830597().executeScript(); 2020-07-14 20:57:04,587 [19] INFO - --------- 2020-07-14 20:57:04,587 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 778. 2020-07-14 20:57:04,588 [19] INFO - --------- 2020-07-14 20:57:04,590 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,590 [19] INFO - --------- 2020-07-14 20:57:04,590 [19] INFO - function SE637303570245900601() {} SE637303570245900601.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2-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-submenu2-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570245900601().executeScript(); 2020-07-14 20:57:04,591 [19] INFO - --------- 2020-07-14 20:57:04,593 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,593 [19] INFO - --------- 2020-07-14 20:57:04,593 [19] INFO - function SE637303570245930603() {} SE637303570245930603.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 SE637303570245930603().executeScript(); 2020-07-14 20:57:04,594 [19] INFO - --------- 2020-07-14 20:57:04,595 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,595 [19] INFO - --------- 2020-07-14 20:57:04,596 [19] INFO - function SE637303570245930603() {} SE637303570245930603.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 SE637303570245930603().executeScript(); 2020-07-14 20:57:04,596 [19] INFO - --------- 2020-07-14 20:57:04,596 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 779. 2020-07-14 20:57:04,597 [19] INFO - --------- 2020-07-14 20:57:04,597 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,598 [19] INFO - --------- 2020-07-14 20:57:04,598 [19] INFO - function SE637303570245900601() {} SE637303570245900601.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2-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-submenu2-aktiv.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570245900601().executeScript(); 2020-07-14 20:57:04,598 [19] INFO - --------- 2020-07-14 20:57:04,598 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 780. 2020-07-14 20:57:04,599 [19] INFO - --------- 2020-07-14 20:57:04,601 [19] INFO - About to execute the following script: 2020-07-14 20:57:04,601 [19] INFO - --------- 2020-07-14 20:57:04,601 [19] INFO - function SE637303570246010608() {} SE637303570246010608.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570246010608().executeScript(); 2020-07-14 20:57:04,602 [19] INFO - --------- 2020-07-14 20:57:04,603 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,604 [19] INFO - --------- 2020-07-14 20:57:04,604 [19] INFO - function SE637303570246010608() {} SE637303570246010608.prototype.executeScript = function(){ // Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive\templates\partials\item-submenu2.html'. var pageId = context.param(0, 0); var p = project.getPage(pageId); context.write("\r\n\r\n\t\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-submenu2.html'. }; /* Shortcuts. */ article = context.article; page = context.page; projectFolder = context.projectFolder; project = context.project; system = context.system; new SE637303570246010608().executeScript(); 2020-07-14 20:57:04,605 [19] INFO - --------- 2020-07-14 20:57:04,605 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 781. 2020-07-14 20:57:04,605 [19] INFO - --------- 2020-07-14 20:57:04,606 [19] INFO - Finished executing the following script: 2020-07-14 20:57:04,606 [19] INFO - --------- 2020-07-14 20:57:04,606 [19] INFO - function SE637303570245700590() {} SE637303570245700590.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 SE637303570245700590().executeScript(); 2020-07-14 20:57:05,777 [19] INFO - --------- 2020-07-14 20:57:05,778 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 782. 2020-07-14 20:57:05,778 [19] INFO - --------- 2020-07-14 20:57:05,779 [19] INFO - Finished executing the following script: 2020-07-14 20:57:05,779 [19] INFO - --------- 2020-07-14 20:57:05,779 [19] INFO - function SE637303570245660588() {} SE637303570245660588.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 SE637303570245660588().executeScript(); 2020-07-14 20:57:05,780 [19] INFO - --------- 2020-07-14 20:57:05,781 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 783. 2020-07-14 20:57:05,781 [19] INFO - --------- 2020-07-14 20:57:05,782 [19] INFO - Finished executing the following script: 2020-07-14 20:57:05,782 [19] INFO - --------- 2020-07-14 20:57:05,782 [19] INFO - function SE637303570245600584() {} SE637303570245600584.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 SE637303570245600584().executeScript(); 2020-07-14 20:57:05,783 [19] INFO - --------- 2020-07-14 20:57:05,783 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 784. 2020-07-14 20:57:05,784 [19] INFO - --------- 2020-07-14 20:57:05,800 [19] INFO - Finished executing the following script: 2020-07-14 20:57:05,800 [19] INFO - --------- 2020-07-14 20:57:05,801 [19] INFO - function SE637303570245530580() {} SE637303570245530580.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 SE637303570245530580().executeScript(); 2020-07-14 20:57:05,801 [19] INFO - --------- 2020-07-14 20:57:05,802 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 785. 2020-07-14 20:57:05,802 [19] INFO - --------- 2020-07-14 20:57:05,804 [19] INFO - About to execute the following script: 2020-07-14 20:57:05,804 [19] INFO - --------- 2020-07-14 20:57:05,805 [19] INFO - function SE637303570258031295() {} SE637303570258031295.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 SE637303570258031295().executeScript(); 2020-07-14 20:57:05,807 [19] INFO - --------- 2020-07-14 20:57:05,818 [19] INFO - Finished executing the following script: 2020-07-14 20:57:05,819 [19] INFO - --------- 2020-07-14 20:57:05,819 [19] INFO - function SE637303570258031295() {} SE637303570258031295.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 SE637303570258031295().executeScript(); 2020-07-14 20:57:05,821 [19] INFO - --------- 2020-07-14 20:57:05,821 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 786. 2020-07-14 20:57:05,822 [19] INFO - --------- 2020-07-14 20:57:05,823 [19] INFO - About to execute the following script: 2020-07-14 20:57:05,823 [19] INFO - --------- 2020-07-14 20:57:05,824 [19] INFO - function SE637303570258231307() {} SE637303570258231307.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 SE637303570258231307().executeScript(); 2020-07-14 20:57:05,824 [19] INFO - --------- 2020-07-14 20:57:05,826 [19] INFO - About to execute the following script: 2020-07-14 20:57:05,826 [19] INFO - --------- 2020-07-14 20:57:05,827 [19] INFO - function SE637303570258261308() {} SE637303570258261308.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 SE637303570258261308().executeScript(); 2020-07-14 20:57:05,827 [19] INFO - --------- 2020-07-14 20:57:05,828 [19] INFO - Finished executing the following script: 2020-07-14 20:57:05,829 [19] INFO - --------- 2020-07-14 20:57:05,829 [19] INFO - function SE637303570258261308() {} SE637303570258261308.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 SE637303570258261308().executeScript(); 2020-07-14 20:57:05,829 [19] INFO - --------- 2020-07-14 20:57:05,830 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 787. 2020-07-14 20:57:05,831 [19] INFO - --------- 2020-07-14 20:57:05,892 [19] INFO - Finished executing the following script: 2020-07-14 20:57:05,892 [19] INFO - --------- 2020-07-14 20:57:05,893 [19] INFO - function SE637303570258231307() {} SE637303570258231307.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 SE637303570258231307().executeScript(); 2020-07-14 20:57:05,893 [19] INFO - --------- 2020-07-14 20:57:05,893 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 788. 2020-07-14 20:57:05,894 [19] INFO - --------- 2020-07-14 20:57:05,896 [19] INFO - About to execute the following script: 2020-07-14 20:57:05,896 [19] INFO - --------- 2020-07-14 20:57:05,897 [19] INFO - function SE637303570258961348() {} SE637303570258961348.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 SE637303570258961348().executeScript(); 2020-07-14 20:57:05,897 [19] INFO - --------- 2020-07-14 20:57:05,898 [19] INFO - Finished executing the following script: 2020-07-14 20:57:05,899 [19] INFO - --------- 2020-07-14 20:57:05,900 [19] INFO - function SE637303570258961348() {} SE637303570258961348.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 SE637303570258961348().executeScript(); 2020-07-14 20:57:05,900 [19] INFO - --------- 2020-07-14 20:57:05,901 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 789. 2020-07-14 20:57:05,901 [19] INFO - --------- 2020-07-14 20:57:05,904 [19] INFO - Finished executing the following script: 2020-07-14 20:57:05,904 [19] INFO - --------- 2020-07-14 20:57:05,904 [19] INFO - function SE637303570238820196() {} SE637303570238820196.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 SE637303570238820196().executeScript(); ----------------------------------------