----------------------------------------
2020-07-14 20:58:45,266 [19] INFO - ---------
2020-07-14 20:58:45,288 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,330 [19] INFO - Information: 0 :
2020-07-14 20:58:46,330 [19] INFO - ---------
2020-07-14 20:58:46,332 [19] INFO - About to execute the following script:
2020-07-14 20:58:46,332 [19] INFO - Information: 0 :
2020-07-14 20:58:46,332 [19] INFO - About to execute the following script:
2020-07-14 20:58:46,332 [19] INFO - ---------
2020-07-14 20:58:46,332 [19] INFO - Information: 0 :
2020-07-14 20:58:46,333 [19] INFO - ---------
2020-07-14 20:58:46,333 [19] INFO - function SE637303571263328795() {}
SE637303571263328795.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 SE637303571263328795().executeScript();
2020-07-14 20:58:46,333 [19] INFO - Information: 0 :
2020-07-14 20:58:46,333 [19] INFO - function SE637303571263328795() {}
SE637303571263328795.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 SE637303571263328795().executeScript();
2020-07-14 20:58:46,333 [19] INFO - ---------
2020-07-14 20:58:46,334 [19] INFO - Information: 0 :
2020-07-14 20:58:46,334 [19] INFO - ---------
2020-07-14 20:58:46,338 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,340 [19] INFO - Information: 0 :
2020-07-14 20:58:46,340 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:46,341 [19] INFO - Information: 0 :
2020-07-14 20:58:46,341 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:46,342 [19] INFO - Information: 0 :
2020-07-14 20:58:46,342 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:46,343 [19] INFO - Finished executing the following script:
2020-07-14 20:58:46,344 [19] INFO - Information: 0 :
2020-07-14 20:58:46,344 [19] INFO - Finished executing the following script:
2020-07-14 20:58:46,344 [19] INFO - ---------
2020-07-14 20:58:46,344 [19] INFO - Information: 0 :
2020-07-14 20:58:46,344 [19] INFO - ---------
2020-07-14 20:58:46,344 [19] INFO - function SE637303571263328795() {}
SE637303571263328795.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 SE637303571263328795().executeScript();
2020-07-14 20:58:46,344 [19] INFO - Information: 0 :
2020-07-14 20:58:46,345 [19] INFO - function SE637303571263328795() {}
SE637303571263328795.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 SE637303571263328795().executeScript();
2020-07-14 20:58:46,345 [19] INFO - ---------
2020-07-14 20:58:46,345 [19] INFO - Information: 0 :
2020-07-14 20:58:46,345 [19] INFO - ---------
2020-07-14 20:58:46,345 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2317.
2020-07-14 20:58:46,345 [19] INFO - Information: 0 :
2020-07-14 20:58:46,345 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2317.
2020-07-14 20:58:46,345 [19] INFO - ---------
2020-07-14 20:58:46,346 [19] INFO - Information: 0 :
2020-07-14 20:58:46,346 [19] INFO - ---------
2020-07-14 20:58:46,346 [19] INFO - [system.partial] „article-begin.html“ 14 ms „“
2020-07-14 20:58:46,346 [19] INFO - Information: 0 :
2020-07-14 20:58:46,346 [19] INFO - [system.partial] „article-begin.html“ 14 ms „“
2020-07-14 20:58:46,347 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,347 [19] INFO - About to execute the following script:
2020-07-14 20:58:46,347 [19] INFO - Information: 0 :
2020-07-14 20:58:46,347 [19] INFO - About to execute the following script:
2020-07-14 20:58:46,347 [19] INFO - ---------
2020-07-14 20:58:46,347 [19] INFO - Information: 0 :
2020-07-14 20:58:46,347 [19] INFO - ---------
2020-07-14 20:58:46,348 [19] INFO - function SE637303571263478804() {}
SE637303571263478804.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("");
context.write( article.headlineLevel );
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 SE637303571263478804().executeScript();
2020-07-14 20:58:46,348 [19] INFO - Information: 0 :
2020-07-14 20:58:46,348 [19] INFO - function SE637303571263478804() {}
SE637303571263478804.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("");
context.write( article.headlineLevel );
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 SE637303571263478804().executeScript();
2020-07-14 20:58:46,348 [19] INFO - ---------
2020-07-14 20:58:46,348 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,350 [19] INFO - Finished executing the following script:
2020-07-14 20:58:46,350 [19] INFO - Information: 0 :
2020-07-14 20:58:46,350 [19] INFO - Finished executing the following script:
2020-07-14 20:58:46,350 [19] INFO - ---------
2020-07-14 20:58:46,350 [19] INFO - Information: 0 :
2020-07-14 20:58:46,350 [19] INFO - ---------
2020-07-14 20:58:46,350 [19] INFO - function SE637303571263478804() {}
SE637303571263478804.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("");
context.write( article.headlineLevel );
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 SE637303571263478804().executeScript();
2020-07-14 20:58:46,350 [19] INFO - Information: 0 :
2020-07-14 20:58:46,351 [19] INFO - function SE637303571263478804() {}
SE637303571263478804.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("");
context.write( article.headlineLevel );
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 SE637303571263478804().executeScript();
2020-07-14 20:58:46,351 [19] INFO - ---------
2020-07-14 20:58:46,351 [19] INFO - Information: 0 :
2020-07-14 20:58:46,351 [19] INFO - ---------
2020-07-14 20:58:46,351 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2318.
2020-07-14 20:58:46,351 [19] INFO - Information: 0 :
2020-07-14 20:58:46,351 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2318.
2020-07-14 20:58:46,351 [19] INFO - ---------
2020-07-14 20:58:46,351 [19] INFO - Information: 0 :
2020-07-14 20:58:46,352 [19] INFO - ---------
2020-07-14 20:58:46,352 [19] INFO - [system.partial] „article-headline.html“ 5 ms „“
2020-07-14 20:58:46,352 [19] INFO - Information: 0 :
2020-07-14 20:58:46,352 [19] INFO - [system.partial] „article-headline.html“ 5 ms „“
2020-07-14 20:58:46,352 [19] INFO - About to execute the following script:
2020-07-14 20:58:46,352 [19] INFO - Information: 0 :
2020-07-14 20:58:46,352 [19] INFO - About to execute the following script:
2020-07-14 20:58:46,352 [19] INFO - ---------
2020-07-14 20:58:46,353 [19] INFO - Information: 0 :
2020-07-14 20:58:46,353 [19] INFO - ---------
2020-07-14 20:58:46,353 [19] INFO - function SE637303571263528806() {}
SE637303571263528806.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 SE637303571263528806().executeScript();
2020-07-14 20:58:46,353 [19] INFO - Information: 0 :
2020-07-14 20:58:46,353 [19] INFO - function SE637303571263528806() {}
SE637303571263528806.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 SE637303571263528806().executeScript();
2020-07-14 20:58:46,353 [19] INFO - ---------
2020-07-14 20:58:46,353 [19] INFO - Information: 0 :
2020-07-14 20:58:46,353 [19] INFO - ---------
2020-07-14 20:58:46,356 [19] INFO - Finished executing the following script:
2020-07-14 20:58:46,356 [19] INFO - Information: 0 :
2020-07-14 20:58:46,356 [19] INFO - Finished executing the following script:
2020-07-14 20:58:46,356 [19] INFO - ---------
2020-07-14 20:58:46,356 [19] INFO - Information: 0 :
2020-07-14 20:58:46,356 [19] INFO - ---------
2020-07-14 20:58:46,356 [19] INFO - function SE637303571263528806() {}
SE637303571263528806.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 SE637303571263528806().executeScript();
2020-07-14 20:58:46,356 [19] INFO - Information: 0 :
2020-07-14 20:58:46,356 [19] INFO - function SE637303571263528806() {}
SE637303571263528806.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 SE637303571263528806().executeScript();
2020-07-14 20:58:46,357 [19] INFO - ---------
2020-07-14 20:58:46,357 [19] INFO - Information: 0 :
2020-07-14 20:58:46,357 [19] INFO - ---------
2020-07-14 20:58:46,357 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2319.
2020-07-14 20:58:46,357 [19] INFO - Information: 0 :
2020-07-14 20:58:46,357 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2319.
2020-07-14 20:58:46,357 [19] INFO - ---------
2020-07-14 20:58:46,357 [19] INFO - Information: 0 :
2020-07-14 20:58:46,357 [19] INFO - ---------
2020-07-14 20:58:46,357 [19] INFO - [system.partial] „inline-editor-start.html“ 5 ms „“
2020-07-14 20:58:46,358 [19] INFO - Information: 0 :
2020-07-14 20:58:46,358 [19] INFO - [system.partial] „inline-editor-start.html“ 5 ms „“
2020-07-14 20:58:46,358 [19] INFO - About to execute the following script:
2020-07-14 20:58:46,358 [19] INFO - Information: 0 :
2020-07-14 20:58:46,358 [19] INFO - About to execute the following script:
2020-07-14 20:58:46,358 [19] INFO - ---------
2020-07-14 20:58:46,359 [19] INFO - Information: 0 :
2020-07-14 20:58:46,359 [19] INFO - ---------
2020-07-14 20:58:46,359 [19] INFO - function SE637303571263588810() {}
SE637303571263588810.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 SE637303571263588810().executeScript();
2020-07-14 20:58:46,359 [19] INFO - Information: 0 :
2020-07-14 20:58:46,359 [19] INFO - function SE637303571263588810() {}
SE637303571263588810.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 SE637303571263588810().executeScript();
2020-07-14 20:58:46,359 [19] INFO - ---------
2020-07-14 20:58:46,359 [19] INFO - Information: 0 :
2020-07-14 20:58:46,359 [19] INFO - ---------
2020-07-14 20:58:46,360 [19] INFO - Finished executing the following script:
2020-07-14 20:58:46,360 [19] INFO - Information: 0 :
2020-07-14 20:58:46,360 [19] INFO - Finished executing the following script:
2020-07-14 20:58:46,361 [19] INFO - ---------
2020-07-14 20:58:46,361 [19] INFO - Information: 0 :
2020-07-14 20:58:46,361 [19] INFO - ---------
2020-07-14 20:58:46,361 [19] INFO - function SE637303571263588810() {}
SE637303571263588810.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 SE637303571263588810().executeScript();
2020-07-14 20:58:46,361 [19] INFO - Information: 0 :
2020-07-14 20:58:46,361 [19] INFO - function SE637303571263588810() {}
SE637303571263588810.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 SE637303571263588810().executeScript();
2020-07-14 20:58:46,361 [19] INFO - ---------
2020-07-14 20:58:46,361 [19] INFO - Information: 0 :
2020-07-14 20:58:46,361 [19] INFO - ---------
2020-07-14 20:58:46,361 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2320.
2020-07-14 20:58:46,362 [19] INFO - Information: 0 :
2020-07-14 20:58:46,362 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2320.
2020-07-14 20:58:46,362 [19] INFO - ---------
2020-07-14 20:58:46,362 [19] INFO - Information: 0 :
2020-07-14 20:58:46,362 [19] INFO - ---------
2020-07-14 20:58:46,362 [19] INFO - [system.partial] „inline-editor-end.html“ 4 ms „“
2020-07-14 20:58:46,362 [19] INFO - Information: 0 :
2020-07-14 20:58:46,362 [19] INFO - [system.partial] „inline-editor-end.html“ 4 ms „“
2020-07-14 20:58:46,363 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:46,363 [19] INFO - Information: 0 :
2020-07-14 20:58:46,363 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:46,363 [19] INFO - Finished executing the following script:
2020-07-14 20:58:46,363 [19] INFO - Information: 0 :
2020-07-14 20:58:46,363 [19] INFO - Finished executing the following script:
2020-07-14 20:58:46,363 [19] INFO - ---------
2020-07-14 20:58:46,363 [19] INFO - Information: 0 :
2020-07-14 20:58:46,363 [19] INFO - ---------
2020-07-14 20:58:46,364 [19] INFO - function SE637303571252648184() {}
SE637303571252648184.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");
} 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 SE637303571252648184().executeScript();
2020-07-14 20:58:46,364 [19] INFO - ---------
2020-07-14 20:58:46,364 [19] INFO - Information: 0 :
2020-07-14 20:58:46,364 [19] INFO - ---------
2020-07-14 20:58:46,364 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2321.
2020-07-14 20:58:46,364 [19] INFO - Information: 0 :
2020-07-14 20:58:46,364 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2321.
2020-07-14 20:58:46,365 [19] INFO - ---------
2020-07-14 20:58:46,365 [19] INFO - Information: 0 :
2020-07-14 20:58:46,365 [19] INFO - ---------
2020-07-14 20:58:46,366 [19] INFO - Information: 0 :
2020-07-14 20:58:46,366 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:46,368 [19] INFO - Information: 0 :
2020-07-14 20:58:46,368 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:46,369 [19] INFO - Information: 0 :
2020-07-14 20:58:46,369 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:46,371 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,372 [19] INFO - Information: 0 :
2020-07-14 20:58:46,372 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:46,373 [19] INFO - Information: 0 :
2020-07-14 20:58:46,374 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:46,374 [19] INFO - Information: 0 :
2020-07-14 20:58:46,374 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:46,375 [19] INFO - Information: 0 :
2020-07-14 20:58:46,375 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:46,377 [19] INFO - Information: 0 :
2020-07-14 20:58:46,377 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:46,377 [19] INFO - Information: 0 :
2020-07-14 20:58:46,377 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:46,378 [19] INFO - Information: 0 :
2020-07-14 20:58:46,378 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:46,380 [19] INFO - Information: 0 :
2020-07-14 20:58:46,380 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:46,380 [19] INFO - Information: 0 :
2020-07-14 20:58:46,380 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:46,380 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,383 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,383 [19] INFO - Information: 0 :
2020-07-14 20:58:46,383 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:46,385 [19] INFO - Information: 0 :
2020-07-14 20:58:46,385 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:46,386 [19] INFO - Information: 0 :
2020-07-14 20:58:46,386 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:46,386 [19] INFO - About to execute the following script:
2020-07-14 20:58:46,387 [19] INFO - Information: 0 :
2020-07-14 20:58:46,387 [19] INFO - About to execute the following script:
2020-07-14 20:58:46,387 [19] INFO - ---------
2020-07-14 20:58:46,387 [19] INFO - Information: 0 :
2020-07-14 20:58:46,387 [19] INFO - ---------
2020-07-14 20:58:46,387 [19] INFO - function SE637303571263868826() {}
SE637303571263868826.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");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else if ( lightBox == "off" ) {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\r\n\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( clickURL !== "" ) {
context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
}
context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
}
context.write("\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571264348853().executeScript();
2020-07-14 20:58:46,436 [19] INFO - ---------
2020-07-14 20:58:46,436 [19] INFO - Information: 0 :
2020-07-14 20:58:46,436 [19] INFO - ---------
2020-07-14 20:58:46,438 [19] INFO - Information: 0 :
2020-07-14 20:58:46,438 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:46,439 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,441 [19] INFO - Information: 0 :
2020-07-14 20:58:46,441 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:46,441 [19] INFO - Information: 0 :
2020-07-14 20:58:46,441 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:46,441 [19] INFO - [SetContentCopyImageSizeInPixel] 506 x 285 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:46,442 [19] INFO - Entering 'ensureContentCopy' for image 436, article 1453, size 506.
2020-07-14 20:58:46,443 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1453, image ID = 436, maxWidthInPixel = 506.
2020-07-14 20:58:46,443 [19] INFO - [CreateContentCopy] Create content copy für Asset ID 436, max. Breite 506. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“.
2020-07-14 20:58:46,444 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\ff692be954f04f289b38d9b14b16b49e.jpg“ (22.01.2019 19:23:22) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180216_164949.jpg“ (22.01.2019 19:23:22). Delta last write time is 0 seconds. Is source file newer: False.
2020-07-14 20:58:46,444 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,456 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,460 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,469 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,481 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,492 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,506 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,517 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,525 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,535 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,540 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,554 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,572 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,589 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,595 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,633 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,641 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-335dbb8c9b1b4ef0b714f2c2fbb412b1\13f51e3bcfe546d28876778a324d4e64.png'...
2020-07-14 20:58:46,645 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,663 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,691 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,723 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,753 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,783 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,795 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,815 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,818 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,853 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,855 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,867 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,881 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,891 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,903 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,911 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,940 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,943 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,951 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,972 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:46,976 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,001 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,035 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,065 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,095 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,128 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-335dbb8c9b1b4ef0b714f2c2fbb412b1\13f51e3bcfe546d28876778a324d4e64.png'.
2020-07-14 20:58:47,133 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,142 [19] INFO - About to call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-335dbb8c9b1b4ef0b714f2c2fbb412b1\13f51e3bcfe546d28876778a324d4e64.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-335dbb8c9b1b4ef0b714f2c2fbb412b1\e10e9eeb2b4b4b19969b26fe85fc0fda.png" --ecm="false" --width=506 --height=0 --mode="prop-x"'
2020-07-14 20:58:47,165 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,193 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,222 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,250 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,284 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,313 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,351 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,383 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,413 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,441 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,474 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,502 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,532 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,567 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,597 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,626 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,642 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,662 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,693 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,719 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,740 [19] INFO - Returning exit code 0.
2020-07-14 20:58:47,740 [19] INFO -
2020-07-14 20:58:47,743 [19] INFO - Exit code of '0' for call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-335dbb8c9b1b4ef0b714f2c2fbb412b1\13f51e3bcfe546d28876778a324d4e64.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-335dbb8c9b1b4ef0b714f2c2fbb412b1\e10e9eeb2b4b4b19969b26fe85fc0fda.png" --ecm="false" --width=506 --height=0 --mode="prop-x"'
2020-07-14 20:58:47,757 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,774 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,776 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180216_164949.jpg'...
2020-07-14 20:58:47,783 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,788 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180216_164949.jpg'.
2020-07-14 20:58:47,797 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,815 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,822 [19] INFO - [SetContentCopyImageSizeInPixel] 506 x 285 pixels for output flavor „Output“. Innerhalb von [CreateContentCopy] (1). Reason: source file „ff692be954f04f289b38d9b14b16b49e.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1453“. ? need = no, because source „ff692be954f04f289b38d9b14b16b49e.jpg“ (22.01.2019 19:23:22) is older or equal age than dst „img_20180216_164949.jpg“ (22.01.2019 19:23:22). ? width of 2048 pixels must be reduced to match 506 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180216_164949.jpg“. ? need create. ? actually sizing to „506“. ? remembering content copy size of 506×285 pixels because output flavor is Output.
2020-07-14 20:58:47,823 [19] INFO - Information: 0 :
2020-07-14 20:58:47,823 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:47,830 [19] INFO - Information: 0 :
2020-07-14 20:58:47,830 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:47,830 [19] INFO - Information: 0 :
2020-07-14 20:58:47,830 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:47,831 [19] INFO - Information: 0 :
2020-07-14 20:58:47,831 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:47,835 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:47,838 [19] INFO - Information: 0 :
2020-07-14 20:58:47,838 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:47,839 [19] INFO - Information: 0 :
2020-07-14 20:58:47,839 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:47,839 [19] INFO - Information: 0 :
2020-07-14 20:58:47,839 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:47,844 [19] INFO - Information: 0 :
2020-07-14 20:58:47,844 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:47,845 [19] INFO - Information: 0 :
2020-07-14 20:58:47,845 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:47,845 [19] INFO - [CreateContentCopy] Finished creating content copy für Asset ID 436, max. Breite 506. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“. Anything created: „True“. Anything pseudo-created: „False“. Reasons während des Vorgangs: source file „ff692be954f04f289b38d9b14b16b49e.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1453“. ? need = no, because source „ff692be954f04f289b38d9b14b16b49e.jpg“ (22.01.2019 19:23:22) is older or equal age than dst „img_20180216_164949.jpg“ (22.01.2019 19:23:22). ? width of 2048 pixels must be reduced to match 506 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180216_164949.jpg“. ? need create. ? actually sizing to „506“. ? remembering content copy size of 506×285 pixels because output flavor is Output. ? remembering previously used max content copy width 506 pixels because output flavor is Output. ? something created. ? nothing pseudo-created..
2020-07-14 20:58:47,845 [19] INFO - 'createContentCopy': Content copy WAS created (source file „ff692be954f04f289b38d9b14b16b49e.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1453“. ? need = no, because source „ff692be954f04f289b38d9b14b16b49e.jpg“ (22.01.2019 19:23:22) is older or equal age than dst „img_20180216_164949.jpg“ (22.01.2019 19:23:22). ? width of 2048 pixels must be reduced to match 506 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180216_164949.jpg“. ? need create. ? actually sizing to „506“. ? remembering content copy size of 506×285 pixels because output flavor is Output. ? remembering previously used max content copy width 506 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.).
2020-07-14 20:58:47,845 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 436.
2020-07-14 20:58:47,845 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 436.
2020-07-14 20:58:47,846 [19] INFO - Removing 1 job in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:47,846 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:47,846 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 436.
2020-07-14 20:58:47,847 [19] INFO - Leaving 'ensureContentCopy' for image 436, article 1453, size „506“, reason = created (source file „ff692be954f04f289b38d9b14b16b49e.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1453“. ? need = no, because source „ff692be954f04f289b38d9b14b16b49e.jpg“ (22.01.2019 19:23:22) is older or equal age than dst „img_20180216_164949.jpg“ (22.01.2019 19:23:22). ? width of 2048 pixels must be reduced to match 506 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180216_164949.jpg“. ? need create. ? actually sizing to „506“. ? remembering content copy size of 506×285 pixels because output flavor is Output. ? remembering previously used max content copy width 506 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.)
2020-07-14 20:58:47,847 [19] INFO - [GetImageSizeInPixel - C] getting image size 506x285 for predefined content copy size (working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\ff692be954f04f289b38d9b14b16b49e.jpg“).
2020-07-14 20:58:47,847 [19] INFO - Returning live-calculated image size for image with ID 436, file version „ContentCopy“ of 506×285 pixels.
2020-07-14 20:58:47,848 [19] INFO - Returning cached image size for image with ID 436, file version „ContentCopy“ of 506×285 pixels.
2020-07-14 20:58:47,849 [19] INFO - About to execute the following script:
2020-07-14 20:58:47,849 [19] INFO - Information: 0 :
2020-07-14 20:58:47,850 [19] INFO - About to execute the following script:
2020-07-14 20:58:47,850 [19] INFO - ---------
2020-07-14 20:58:47,850 [19] INFO - Information: 0 :
2020-07-14 20:58:47,850 [19] INFO - ---------
2020-07-14 20:58:47,850 [19] INFO - function SE637303571278499663() {}
SE637303571278499663.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 SE637303571278499663().executeScript();
2020-07-14 20:58:47,850 [19] INFO - Information: 0 :
2020-07-14 20:58:47,850 [19] INFO - function SE637303571278499663() {}
SE637303571278499663.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 SE637303571278499663().executeScript();
2020-07-14 20:58:47,851 [19] INFO - ---------
2020-07-14 20:58:47,851 [19] INFO - Information: 0 :
2020-07-14 20:58:47,851 [19] INFO - ---------
2020-07-14 20:58:47,855 [19] INFO - Information: 0 :
2020-07-14 20:58:47,855 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:47,858 [19] INFO - Information: 0 :
2020-07-14 20:58:47,858 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:47,858 [19] INFO - Information: 0 :
2020-07-14 20:58:47,858 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:47,859 [19] INFO - Finished executing the following script:
2020-07-14 20:58:47,859 [19] INFO - Information: 0 :
2020-07-14 20:58:47,859 [19] INFO - Finished executing the following script:
2020-07-14 20:58:47,859 [19] INFO - ---------
2020-07-14 20:58:47,859 [19] INFO - Information: 0 :
2020-07-14 20:58:47,859 [19] INFO - ---------
2020-07-14 20:58:47,859 [19] INFO - function SE637303571278499663() {}
SE637303571278499663.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 SE637303571278499663().executeScript();
2020-07-14 20:58:47,860 [19] INFO - Information: 0 :
2020-07-14 20:58:47,860 [19] INFO - function SE637303571278499663() {}
SE637303571278499663.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 SE637303571278499663().executeScript();
2020-07-14 20:58:47,860 [19] INFO - ---------
2020-07-14 20:58:47,860 [19] INFO - Information: 0 :
2020-07-14 20:58:47,860 [19] INFO - ---------
2020-07-14 20:58:47,860 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2327.
2020-07-14 20:58:47,860 [19] INFO - Information: 0 :
2020-07-14 20:58:47,860 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2327.
2020-07-14 20:58:47,861 [19] INFO - ---------
2020-07-14 20:58:47,861 [19] INFO - Information: 0 :
2020-07-14 20:58:47,861 [19] INFO - ---------
2020-07-14 20:58:47,861 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“
2020-07-14 20:58:47,861 [19] INFO - Information: 0 :
2020-07-14 20:58:47,861 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“
2020-07-14 20:58:47,863 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:47,863 [19] INFO - Information: 0 :
2020-07-14 20:58:47,863 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:47,863 [19] INFO - Finished executing the following script:
2020-07-14 20:58:47,863 [19] INFO - Information: 0 :
2020-07-14 20:58:47,863 [19] INFO - Finished executing the following script:
2020-07-14 20:58:47,863 [19] INFO - ---------
2020-07-14 20:58:47,864 [19] INFO - Information: 0 :
2020-07-14 20:58:47,864 [19] INFO - ---------
2020-07-14 20:58:47,864 [19] INFO - function SE637303571264348853() {}
SE637303571264348853.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
var image = project.getImage(article.value("image"));
var contentImageWidth = "890";
var defaultImageWidth = 960;
var cssClass = article.cssClass || "";
var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false;
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
// minimum width needed for 100% width display on 1-column breakpoint
var minwidth = parseInt(479 - columnMargin);
var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth;
if ( minwidth > contentCopyWidth ){
contentCopyWidth = minwidth;
}
//system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")");
var imageError = false;
if ( !isNull(image) ) {
if ( isBreakout ){
contentCopyWidth = image.workingCopyWidth;
}
try {
var iresult = image.ensureContentCopy(article, contentCopyWidth);
var thumbImageWidth = image.contentCopyWidth;
var thumbImageHeight = image.contentCopyHeight;
var description = image.description;
var altText = system.htmlEncode(system.removeHtmlTags(image.altText));
var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", "")));
if ( altText == "" && oldAltText !== "" ){
altText = oldAltText;
}
var encodedDescription = system.htmlEncode(image.description);
var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description));
// strip
-Tags from description as
is not valid inside SPAN
description = description.toString().replace(/
/g,"");
description = description.toString().replace(/<\/p>/g," ");
//system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult);
}
catch(err) {
imageError = true;
}
}
if ( stripDescription !== "" ) {
var showCaption = "1";
}
else {
var showCaption = "0";
}
var lightBox = article.value("lightbox", "lightbox");
var clickURL = article.value("clickurl");
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
context.write("\r\n\r\n");
if ( isNull(image) || imageError ) {
context.write("\r\n\t");
if ( system.preview ) {
context.write("\r\n\t\t
\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t\r\n\t\t
\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else if ( lightBox == "off" ) {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\r\n\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( clickURL !== "" ) {
context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
}
context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
}
context.write("\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571278759678().executeScript();
2020-07-14 20:58:47,877 [19] INFO - ---------
2020-07-14 20:58:47,877 [19] INFO - Information: 0 :
2020-07-14 20:58:47,878 [19] INFO - ---------
2020-07-14 20:58:47,879 [19] INFO - Information: 0 :
2020-07-14 20:58:47,879 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:47,882 [19] INFO - Information: 0 :
2020-07-14 20:58:47,882 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:47,882 [19] INFO - Information: 0 :
2020-07-14 20:58:47,882 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:47,882 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 337 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:47,883 [19] INFO - Information: 0 :
2020-07-14 20:58:47,883 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:47,884 [19] INFO - Information: 0 :
2020-07-14 20:58:47,884 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:47,885 [19] INFO - Information: 0 :
2020-07-14 20:58:47,885 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:47,885 [19] INFO - Entering 'ensureContentCopy' for image 437, article 1454, size 449.
2020-07-14 20:58:47,886 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1454, image ID = 437, maxWidthInPixel = 449.
2020-07-14 20:58:47,886 [19] INFO - [CreateContentCopy] Create content copy für Asset ID 437, max. Breite 449. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“.
2020-07-14 20:58:47,888 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\ccd21215f73145c1804ba7b25b2b3f97.jpg“ (22.01.2019 19:23:20) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6739.jpg“ (22.01.2019 19:23:20). Delta last write time is 0 seconds. Is source file newer: False.
2020-07-14 20:58:47,900 [Zeta Producer 15 main thread] INFO - Before updating current focus state for control „ZetaProducer.Main.Main.LeftPageSection.CorePageTreeControl“.
2020-07-14 20:58:47,900 [Zeta Producer 15 main thread] INFO - After updating current focus state for control „ZetaProducer.Main.Main.LeftPageSection.MainPageTreeUserControl“.
2020-07-14 20:58:48,051 [Zeta Producer 15 main thread] INFO - Before updating current focus state for control „ZetaProducer.Main.Main.LeftPageSection.CorePageTreeControl“.
2020-07-14 20:58:48,051 [Zeta Producer 15 main thread] INFO - After updating current focus state for control „ZetaProducer.Main.Main.LeftPageSection.MainPageTreeUserControl“.
2020-07-14 20:58:48,085 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:48,085 [Zeta Producer 15 main thread] INFO - [TH] Index = 0, X = {rect.X}, width = {rect.Width}, text width = {info.CoreTextWidth}, text X = {rt.X}, text width = {rt.Width}.
2020-07-14 20:58:48,086 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:48,086 [Zeta Producer 15 main thread] INFO - [TH] Index = 1, X = {rect.X}, width = {rect.Width}, text width = {info.CoreTextWidth}, text X = {rt.X}, text width = {rt.Width}.
2020-07-14 20:58:48,087 [Zeta Producer 15 main thread] INFO - Before updating UI.
2020-07-14 20:58:48,088 [Zeta Producer 15 main thread] INFO - After updating UI.
2020-07-14 20:58:48,088 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,100 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,128 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,158 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,190 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,212 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-5c2817a2e405446ba3249bc91dd3b253\495da68de2414e26acbe08a22cbc00f1.png'...
2020-07-14 20:58:48,219 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,251 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,281 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,313 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,347 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,359 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,377 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,405 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,443 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,475 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,504 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,533 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,565 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,594 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,595 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-5c2817a2e405446ba3249bc91dd3b253\495da68de2414e26acbe08a22cbc00f1.png'.
2020-07-14 20:58:48,598 [19] INFO - About to call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-5c2817a2e405446ba3249bc91dd3b253\495da68de2414e26acbe08a22cbc00f1.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-5c2817a2e405446ba3249bc91dd3b253\3926874ba77c4498890c25afb22ff0df.png" --ecm="false" --width=449 --height=0 --mode="prop-x"'
2020-07-14 20:58:48,625 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,664 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,694 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,722 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,752 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,786 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,815 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,844 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,873 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,912 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,913 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,925 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,936 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,942 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,949 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,961 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,972 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,973 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,985 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:48,998 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,003 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,011 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,021 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,029 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,035 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,046 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,062 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,092 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,127 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,159 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,188 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,220 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,251 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,280 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,296 [19] INFO - Returning exit code 0.
2020-07-14 20:58:49,296 [19] INFO -
2020-07-14 20:58:49,298 [19] INFO - Exit code of '0' for call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-5c2817a2e405446ba3249bc91dd3b253\495da68de2414e26acbe08a22cbc00f1.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-5c2817a2e405446ba3249bc91dd3b253\3926874ba77c4498890c25afb22ff0df.png" --ecm="false" --width=449 --height=0 --mode="prop-x"'
2020-07-14 20:58:49,314 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,318 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6739.jpg'...
2020-07-14 20:58:49,332 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6739.jpg'.
2020-07-14 20:58:49,346 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,354 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 337 pixels for output flavor „Output“. Innerhalb von [CreateContentCopy] (1). Reason: source file „ccd21215f73145c1804ba7b25b2b3f97.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1454“. ? need = no, because source „ccd21215f73145c1804ba7b25b2b3f97.jpg“ (22.01.2019 19:23:20) is older or equal age than dst „dscn6739.jpg“ (22.01.2019 19:23:20). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6739.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output.
2020-07-14 20:58:49,354 [19] INFO - Information: 0 :
2020-07-14 20:58:49,354 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:49,362 [19] INFO - Information: 0 :
2020-07-14 20:58:49,363 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:49,363 [19] INFO - Information: 0 :
2020-07-14 20:58:49,363 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:49,363 [19] INFO - Information: 0 :
2020-07-14 20:58:49,363 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:49,370 [19] INFO - Information: 0 :
2020-07-14 20:58:49,370 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:49,370 [19] INFO - Information: 0 :
2020-07-14 20:58:49,370 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:49,370 [19] INFO - Information: 0 :
2020-07-14 20:58:49,370 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:49,375 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,377 [19] INFO - Information: 0 :
2020-07-14 20:58:49,377 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:49,377 [19] INFO - Information: 0 :
2020-07-14 20:58:49,378 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:49,378 [19] INFO - [CreateContentCopy] Finished creating content copy für Asset ID 437, max. Breite 449. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“. Anything created: „True“. Anything pseudo-created: „False“. Reasons während des Vorgangs: source file „ccd21215f73145c1804ba7b25b2b3f97.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1454“. ? need = no, because source „ccd21215f73145c1804ba7b25b2b3f97.jpg“ (22.01.2019 19:23:20) is older or equal age than dst „dscn6739.jpg“ (22.01.2019 19:23:20). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6739.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output. ? remembering previously used max content copy width 449 pixels because output flavor is Output. ? something created. ? nothing pseudo-created..
2020-07-14 20:58:49,378 [19] INFO - 'createContentCopy': Content copy WAS created (source file „ccd21215f73145c1804ba7b25b2b3f97.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1454“. ? need = no, because source „ccd21215f73145c1804ba7b25b2b3f97.jpg“ (22.01.2019 19:23:20) is older or equal age than dst „dscn6739.jpg“ (22.01.2019 19:23:20). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6739.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output. ? remembering previously used max content copy width 449 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.).
2020-07-14 20:58:49,378 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 437.
2020-07-14 20:58:49,378 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 437.
2020-07-14 20:58:49,379 [19] INFO - Removing 1 job in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:49,379 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:49,379 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 437.
2020-07-14 20:58:49,379 [19] INFO - Leaving 'ensureContentCopy' for image 437, article 1454, size „449“, reason = created (source file „ccd21215f73145c1804ba7b25b2b3f97.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1454“. ? need = no, because source „ccd21215f73145c1804ba7b25b2b3f97.jpg“ (22.01.2019 19:23:20) is older or equal age than dst „dscn6739.jpg“ (22.01.2019 19:23:20). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6739.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output. ? remembering previously used max content copy width 449 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.)
2020-07-14 20:58:49,380 [19] INFO - [GetImageSizeInPixel - C] getting image size 449x337 for predefined content copy size (working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\ccd21215f73145c1804ba7b25b2b3f97.jpg“).
2020-07-14 20:58:49,380 [19] INFO - Returning live-calculated image size for image with ID 437, file version „ContentCopy“ of 449×337 pixels.
2020-07-14 20:58:49,380 [19] INFO - Returning cached image size for image with ID 437, file version „ContentCopy“ of 449×337 pixels.
2020-07-14 20:58:49,381 [19] INFO - About to execute the following script:
2020-07-14 20:58:49,381 [19] INFO - Information: 0 :
2020-07-14 20:58:49,381 [19] INFO - About to execute the following script:
2020-07-14 20:58:49,382 [19] INFO - ---------
2020-07-14 20:58:49,382 [19] INFO - Information: 0 :
2020-07-14 20:58:49,382 [19] INFO - ---------
2020-07-14 20:58:49,382 [19] INFO - function SE637303571293810538() {}
SE637303571293810538.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 SE637303571293810538().executeScript();
2020-07-14 20:58:49,382 [19] INFO - Information: 0 :
2020-07-14 20:58:49,382 [19] INFO - function SE637303571293810538() {}
SE637303571293810538.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 SE637303571293810538().executeScript();
2020-07-14 20:58:49,383 [19] INFO - ---------
2020-07-14 20:58:49,383 [19] INFO - Information: 0 :
2020-07-14 20:58:49,383 [19] INFO - ---------
2020-07-14 20:58:49,388 [19] INFO - Finished executing the following script:
2020-07-14 20:58:49,388 [19] INFO - Information: 0 :
2020-07-14 20:58:49,388 [19] INFO - Finished executing the following script:
2020-07-14 20:58:49,388 [19] INFO - ---------
2020-07-14 20:58:49,388 [19] INFO - Information: 0 :
2020-07-14 20:58:49,388 [19] INFO - ---------
2020-07-14 20:58:49,389 [19] INFO - function SE637303571293810538() {}
SE637303571293810538.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 SE637303571293810538().executeScript();
2020-07-14 20:58:49,389 [19] INFO - Information: 0 :
2020-07-14 20:58:49,389 [19] INFO - function SE637303571293810538() {}
SE637303571293810538.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 SE637303571293810538().executeScript();
2020-07-14 20:58:49,389 [19] INFO - ---------
2020-07-14 20:58:49,389 [19] INFO - Information: 0 :
2020-07-14 20:58:49,389 [19] INFO - ---------
2020-07-14 20:58:49,389 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2329.
2020-07-14 20:58:49,390 [19] INFO - Information: 0 :
2020-07-14 20:58:49,390 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2329.
2020-07-14 20:58:49,390 [19] INFO - ---------
2020-07-14 20:58:49,390 [19] INFO - Information: 0 :
2020-07-14 20:58:49,390 [19] INFO - ---------
2020-07-14 20:58:49,390 [19] INFO - [system.partial] „article-begin.html“ 9 ms „[0, popupimage]“
2020-07-14 20:58:49,390 [19] INFO - Information: 0 :
2020-07-14 20:58:49,390 [19] INFO - [system.partial] „article-begin.html“ 9 ms „[0, popupimage]“
2020-07-14 20:58:49,392 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:49,392 [19] INFO - Information: 0 :
2020-07-14 20:58:49,392 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:49,392 [19] INFO - Finished executing the following script:
2020-07-14 20:58:49,392 [19] INFO - Information: 0 :
2020-07-14 20:58:49,392 [19] INFO - Finished executing the following script:
2020-07-14 20:58:49,392 [19] INFO - ---------
2020-07-14 20:58:49,393 [19] INFO - Information: 0 :
2020-07-14 20:58:49,393 [19] INFO - ---------
2020-07-14 20:58:49,393 [19] INFO - function SE637303571278759678() {}
SE637303571278759678.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
var image = project.getImage(article.value("image"));
var contentImageWidth = "890";
var defaultImageWidth = 960;
var cssClass = article.cssClass || "";
var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false;
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
// minimum width needed for 100% width display on 1-column breakpoint
var minwidth = parseInt(479 - columnMargin);
var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth;
if ( minwidth > contentCopyWidth ){
contentCopyWidth = minwidth;
}
//system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")");
var imageError = false;
if ( !isNull(image) ) {
if ( isBreakout ){
contentCopyWidth = image.workingCopyWidth;
}
try {
var iresult = image.ensureContentCopy(article, contentCopyWidth);
var thumbImageWidth = image.contentCopyWidth;
var thumbImageHeight = image.contentCopyHeight;
var description = image.description;
var altText = system.htmlEncode(system.removeHtmlTags(image.altText));
var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", "")));
if ( altText == "" && oldAltText !== "" ){
altText = oldAltText;
}
var encodedDescription = system.htmlEncode(image.description);
var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description));
// strip
-Tags from description as
is not valid inside SPAN
description = description.toString().replace(/
/g,"");
description = description.toString().replace(/<\/p>/g," ");
//system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult);
}
catch(err) {
imageError = true;
}
}
if ( stripDescription !== "" ) {
var showCaption = "1";
}
else {
var showCaption = "0";
}
var lightBox = article.value("lightbox", "lightbox");
var clickURL = article.value("clickurl");
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
context.write("\r\n\r\n");
if ( isNull(image) || imageError ) {
context.write("\r\n\t");
if ( system.preview ) {
context.write("\r\n\t\t
\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t\r\n\t\t
\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else if ( lightBox == "off" ) {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\r\n\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( clickURL !== "" ) {
context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
}
context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
}
context.write("\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571295300624().executeScript();
2020-07-14 20:58:49,533 [19] INFO - ---------
2020-07-14 20:58:49,533 [19] INFO - Information: 0 :
2020-07-14 20:58:49,533 [19] INFO - ---------
2020-07-14 20:58:49,535 [19] INFO - Information: 0 :
2020-07-14 20:58:49,535 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:49,536 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,543 [19] INFO - Information: 0 :
2020-07-14 20:58:49,543 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:49,543 [19] INFO - Information: 0 :
2020-07-14 20:58:49,543 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:49,543 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 337 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:49,544 [19] INFO - Entering 'ensureContentCopy' for image 438, article 1457, size 449.
2020-07-14 20:58:49,545 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1457, image ID = 438, maxWidthInPixel = 449.
2020-07-14 20:58:49,545 [19] INFO - [CreateContentCopy] Create content copy für Asset ID 438, max. Breite 449. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“.
2020-07-14 20:58:49,546 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\fd6386b40bd44eb6888f1379ecd451be.jpg“ (22.01.2019 19:23:28) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6722.jpg“ (22.01.2019 19:23:28). Delta last write time is 0 seconds. Is source file newer: False.
2020-07-14 20:58:49,554 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,565 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,568 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,578 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,590 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,598 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,602 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,614 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,626 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,648 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,651 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,658 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,662 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,674 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,687 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,717 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,748 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,766 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,784 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,811 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-b294ba28e094411aac23b6cdc8226b0a\11427e9dd5184e0eb5e0ecbd5597b382.png'...
2020-07-14 20:58:49,812 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,841 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,875 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,905 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,934 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:49,972 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,004 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,034 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,063 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,093 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,122 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,160 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,190 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,222 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,250 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,279 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,309 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,310 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-b294ba28e094411aac23b6cdc8226b0a\11427e9dd5184e0eb5e0ecbd5597b382.png'.
2020-07-14 20:58:50,319 [19] INFO - About to call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-b294ba28e094411aac23b6cdc8226b0a\11427e9dd5184e0eb5e0ecbd5597b382.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-b294ba28e094411aac23b6cdc8226b0a\2909797b0b8446b6ab3d9d9346e5ce89.png" --ecm="false" --width=449 --height=0 --mode="prop-x"'
2020-07-14 20:58:50,349 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,375 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,376 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,388 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,403 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,406 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,412 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,420 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,425 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,438 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,450 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,461 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,468 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,473 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,486 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,498 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,506 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,509 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,521 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,529 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,557 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,558 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,607 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,624 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,642 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,656 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,679 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,688 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,717 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,749 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,779 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,809 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,812 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,845 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,875 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,885 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,896 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,904 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,909 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,921 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,933 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,945 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:50,965 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,000 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,029 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,054 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,057 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,090 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,120 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,160 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,182 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,207 [19] INFO - Returning exit code 0.
2020-07-14 20:58:51,208 [19] INFO -
2020-07-14 20:58:51,211 [19] INFO - Exit code of '0' for call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-b294ba28e094411aac23b6cdc8226b0a\11427e9dd5184e0eb5e0ecbd5597b382.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-b294ba28e094411aac23b6cdc8226b0a\2909797b0b8446b6ab3d9d9346e5ce89.png" --ecm="false" --width=449 --height=0 --mode="prop-x"'
2020-07-14 20:58:51,220 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,231 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6722.jpg'...
2020-07-14 20:58:51,243 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6722.jpg'.
2020-07-14 20:58:51,248 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,264 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 337 pixels for output flavor „Output“. Innerhalb von [CreateContentCopy] (1). Reason: source file „fd6386b40bd44eb6888f1379ecd451be.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1457“. ? need = no, because source „fd6386b40bd44eb6888f1379ecd451be.jpg“ (22.01.2019 19:23:28) is older or equal age than dst „dscn6722.jpg“ (22.01.2019 19:23:28). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6722.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output.
2020-07-14 20:58:51,264 [19] INFO - Information: 0 :
2020-07-14 20:58:51,264 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:51,271 [19] INFO - Information: 0 :
2020-07-14 20:58:51,271 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:51,271 [19] INFO - Information: 0 :
2020-07-14 20:58:51,271 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:51,272 [19] INFO - Information: 0 :
2020-07-14 20:58:51,272 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:51,278 [19] INFO - Information: 0 :
2020-07-14 20:58:51,278 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:51,278 [19] INFO - Information: 0 :
2020-07-14 20:58:51,279 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:51,279 [19] INFO - Information: 0 :
2020-07-14 20:58:51,279 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:51,284 [19] INFO - Information: 0 :
2020-07-14 20:58:51,284 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:51,284 [19] INFO - Information: 0 :
2020-07-14 20:58:51,284 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:51,284 [19] INFO - [CreateContentCopy] Finished creating content copy für Asset ID 438, max. Breite 449. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“. Anything created: „True“. Anything pseudo-created: „False“. Reasons während des Vorgangs: source file „fd6386b40bd44eb6888f1379ecd451be.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1457“. ? need = no, because source „fd6386b40bd44eb6888f1379ecd451be.jpg“ (22.01.2019 19:23:28) is older or equal age than dst „dscn6722.jpg“ (22.01.2019 19:23:28). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6722.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output. ? remembering previously used max content copy width 449 pixels because output flavor is Output. ? something created. ? nothing pseudo-created..
2020-07-14 20:58:51,284 [19] INFO - 'createContentCopy': Content copy WAS created (source file „fd6386b40bd44eb6888f1379ecd451be.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1457“. ? need = no, because source „fd6386b40bd44eb6888f1379ecd451be.jpg“ (22.01.2019 19:23:28) is older or equal age than dst „dscn6722.jpg“ (22.01.2019 19:23:28). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6722.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output. ? remembering previously used max content copy width 449 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.).
2020-07-14 20:58:51,284 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 438.
2020-07-14 20:58:51,284 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 438.
2020-07-14 20:58:51,285 [19] INFO - Removing 1 job in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:51,285 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:51,285 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 438.
2020-07-14 20:58:51,286 [19] INFO - Leaving 'ensureContentCopy' for image 438, article 1457, size „449“, reason = created (source file „fd6386b40bd44eb6888f1379ecd451be.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1457“. ? need = no, because source „fd6386b40bd44eb6888f1379ecd451be.jpg“ (22.01.2019 19:23:28) is older or equal age than dst „dscn6722.jpg“ (22.01.2019 19:23:28). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6722.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output. ? remembering previously used max content copy width 449 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.)
2020-07-14 20:58:51,286 [19] INFO - [GetImageSizeInPixel - C] getting image size 449x337 for predefined content copy size (working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\fd6386b40bd44eb6888f1379ecd451be.jpg“).
2020-07-14 20:58:51,286 [19] INFO - Returning live-calculated image size for image with ID 438, file version „ContentCopy“ of 449×337 pixels.
2020-07-14 20:58:51,286 [19] INFO - Returning cached image size for image with ID 438, file version „ContentCopy“ of 449×337 pixels.
2020-07-14 20:58:51,288 [19] INFO - About to execute the following script:
2020-07-14 20:58:51,288 [19] INFO - Information: 0 :
2020-07-14 20:58:51,288 [19] INFO - About to execute the following script:
2020-07-14 20:58:51,288 [19] INFO - ---------
2020-07-14 20:58:51,288 [19] INFO - Information: 0 :
2020-07-14 20:58:51,288 [19] INFO - ---------
2020-07-14 20:58:51,288 [19] INFO - function SE637303571312881629() {}
SE637303571312881629.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 SE637303571312881629().executeScript();
2020-07-14 20:58:51,289 [19] INFO - Information: 0 :
2020-07-14 20:58:51,289 [19] INFO - function SE637303571312881629() {}
SE637303571312881629.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 SE637303571312881629().executeScript();
2020-07-14 20:58:51,289 [19] INFO - ---------
2020-07-14 20:58:51,289 [19] INFO - Information: 0 :
2020-07-14 20:58:51,289 [19] INFO - ---------
2020-07-14 20:58:51,293 [19] INFO - Information: 0 :
2020-07-14 20:58:51,294 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:51,296 [19] INFO - Information: 0 :
2020-07-14 20:58:51,296 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:51,296 [19] INFO - Information: 0 :
2020-07-14 20:58:51,296 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:51,297 [19] INFO - Finished executing the following script:
2020-07-14 20:58:51,297 [19] INFO - Information: 0 :
2020-07-14 20:58:51,297 [19] INFO - Finished executing the following script:
2020-07-14 20:58:51,297 [19] INFO - ---------
2020-07-14 20:58:51,297 [19] INFO - Information: 0 :
2020-07-14 20:58:51,298 [19] INFO - ---------
2020-07-14 20:58:51,298 [19] INFO - function SE637303571312881629() {}
SE637303571312881629.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 SE637303571312881629().executeScript();
2020-07-14 20:58:51,298 [19] INFO - Information: 0 :
2020-07-14 20:58:51,298 [19] INFO - function SE637303571312881629() {}
SE637303571312881629.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 SE637303571312881629().executeScript();
2020-07-14 20:58:51,298 [19] INFO - ---------
2020-07-14 20:58:51,298 [19] INFO - Information: 0 :
2020-07-14 20:58:51,298 [19] INFO - ---------
2020-07-14 20:58:51,299 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2341.
2020-07-14 20:58:51,299 [19] INFO - Information: 0 :
2020-07-14 20:58:51,299 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2341.
2020-07-14 20:58:51,299 [19] INFO - ---------
2020-07-14 20:58:51,299 [19] INFO - Information: 0 :
2020-07-14 20:58:51,299 [19] INFO - ---------
2020-07-14 20:58:51,299 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“
2020-07-14 20:58:51,299 [19] INFO - Information: 0 :
2020-07-14 20:58:51,299 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“
2020-07-14 20:58:51,301 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:51,301 [19] INFO - Information: 0 :
2020-07-14 20:58:51,301 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:51,301 [19] INFO - Finished executing the following script:
2020-07-14 20:58:51,302 [19] INFO - Information: 0 :
2020-07-14 20:58:51,302 [19] INFO - Finished executing the following script:
2020-07-14 20:58:51,302 [19] INFO - ---------
2020-07-14 20:58:51,302 [19] INFO - Information: 0 :
2020-07-14 20:58:51,302 [19] INFO - ---------
2020-07-14 20:58:51,302 [19] INFO - function SE637303571295300624() {}
SE637303571295300624.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
var image = project.getImage(article.value("image"));
var contentImageWidth = "890";
var defaultImageWidth = 960;
var cssClass = article.cssClass || "";
var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false;
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
// minimum width needed for 100% width display on 1-column breakpoint
var minwidth = parseInt(479 - columnMargin);
var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth;
if ( minwidth > contentCopyWidth ){
contentCopyWidth = minwidth;
}
//system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")");
var imageError = false;
if ( !isNull(image) ) {
if ( isBreakout ){
contentCopyWidth = image.workingCopyWidth;
}
try {
var iresult = image.ensureContentCopy(article, contentCopyWidth);
var thumbImageWidth = image.contentCopyWidth;
var thumbImageHeight = image.contentCopyHeight;
var description = image.description;
var altText = system.htmlEncode(system.removeHtmlTags(image.altText));
var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", "")));
if ( altText == "" && oldAltText !== "" ){
altText = oldAltText;
}
var encodedDescription = system.htmlEncode(image.description);
var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description));
// strip
-Tags from description as
is not valid inside SPAN
description = description.toString().replace(/
/g,"");
description = description.toString().replace(/<\/p>/g," ");
//system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult);
}
catch(err) {
imageError = true;
}
}
if ( stripDescription !== "" ) {
var showCaption = "1";
}
else {
var showCaption = "0";
}
var lightBox = article.value("lightbox", "lightbox");
var clickURL = article.value("clickurl");
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
context.write("\r\n\r\n");
if ( isNull(image) || imageError ) {
context.write("\r\n\t");
if ( system.preview ) {
context.write("\r\n\t\t
\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t\r\n\t\t
\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else if ( lightBox == "off" ) {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\r\n\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( clickURL !== "" ) {
context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
}
context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
}
context.write("\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571313131644().executeScript();
2020-07-14 20:58:51,315 [19] INFO - ---------
2020-07-14 20:58:51,315 [19] INFO - Information: 0 :
2020-07-14 20:58:51,315 [19] INFO - ---------
2020-07-14 20:58:51,317 [19] INFO - Information: 0 :
2020-07-14 20:58:51,317 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:51,319 [19] INFO - Information: 0 :
2020-07-14 20:58:51,319 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:51,319 [19] INFO - Information: 0 :
2020-07-14 20:58:51,319 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:51,319 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 337 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:51,320 [19] INFO - Entering 'ensureContentCopy' for image 439, article 1458, size 449.
2020-07-14 20:58:51,320 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1458, image ID = 439, maxWidthInPixel = 449.
2020-07-14 20:58:51,321 [19] INFO - [CreateContentCopy] Create content copy für Asset ID 439, max. Breite 449. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“.
2020-07-14 20:58:51,322 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\d5d8dac0d1d24678afd62d8e5a67e1c0.jpg“ (22.01.2019 19:23:22) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6723.jpg“ (22.01.2019 19:23:22). Delta last write time is 0 seconds. Is source file newer: False.
2020-07-14 20:58:51,341 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,370 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,402 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,440 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,470 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,498 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,530 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,558 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,561 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-680e940bf65844168cab120987497677\03e3119137654463b54a1d8e1c8056c9.png'...
2020-07-14 20:58:51,588 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,624 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,652 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,681 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,721 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,732 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,752 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,762 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,776 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,796 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,814 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,824 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:51,854 [Zeta Producer 15 main thread] INFO - Before updating current focus state for control „ZetaProducer.Main.Main.LeftPageSection.CorePageTreeControl“.
2020-07-14 20:58:51,854 [Zeta Producer 15 main thread] INFO - After updating current focus state for control „ZetaProducer.Main.Main.LeftPageSection.MainPageTreeUserControl“.
2020-07-14 20:58:51,984 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-680e940bf65844168cab120987497677\03e3119137654463b54a1d8e1c8056c9.png'.
2020-07-14 20:58:51,993 [19] INFO - About to call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-680e940bf65844168cab120987497677\03e3119137654463b54a1d8e1c8056c9.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-680e940bf65844168cab120987497677\37563217acb345d8b080aca0b75d6d79.png" --ecm="false" --width=449 --height=0 --mode="prop-x"'
2020-07-14 20:58:52,242 [Zeta Producer 15 main thread] INFO - [doMakeAsyncNotifyEvent] Enter „mainFormClosing“.
2020-07-14 20:58:52,242 [Zeta Producer 15 main thread] INFO - [doMakeAsyncNotifyEvent] Skipping for „mainFormClosing“.
2020-07-14 20:58:52,316 [Zeta Producer 15 main thread] INFO - Before updating current focus state for control „ZetaProducer.Main.Main.LeftPageSection.CorePageTreeControl“.
2020-07-14 20:58:52,316 [Zeta Producer 15 main thread] INFO - After updating current focus state for control „ZetaProducer.Main.Main.LeftPageSection.MainPageTreeUserControl“.
2020-07-14 20:58:52,350 [Zeta Producer 15 main thread] INFO - Before updating UI.
2020-07-14 20:58:52,350 [Zeta Producer 15 main thread] INFO - After updating UI.
2020-07-14 20:58:52,351 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,356 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,377 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,388 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,409 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,418 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,431 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,450 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,468 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,496 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,526 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,561 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,589 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,618 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,656 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,684 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,711 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,749 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,777 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,807 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,845 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,871 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,900 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,932 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,936 [19] INFO - Returning exit code 0.
2020-07-14 20:58:52,937 [19] INFO -
2020-07-14 20:58:52,940 [19] INFO - Exit code of '0' for call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-680e940bf65844168cab120987497677\03e3119137654463b54a1d8e1c8056c9.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-680e940bf65844168cab120987497677\37563217acb345d8b080aca0b75d6d79.png" --ecm="false" --width=449 --height=0 --mode="prop-x"'
2020-07-14 20:58:52,960 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6723.jpg'...
2020-07-14 20:58:52,961 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:52,972 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6723.jpg'.
2020-07-14 20:58:52,993 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 337 pixels for output flavor „Output“. Innerhalb von [CreateContentCopy] (1). Reason: source file „d5d8dac0d1d24678afd62d8e5a67e1c0.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1458“. ? need = no, because source „d5d8dac0d1d24678afd62d8e5a67e1c0.jpg“ (22.01.2019 19:23:22) is older or equal age than dst „dscn6723.jpg“ (22.01.2019 19:23:22). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6723.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output.
2020-07-14 20:58:52,994 [19] INFO - Information: 0 :
2020-07-14 20:58:52,994 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,001 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,002 [19] INFO - Information: 0 :
2020-07-14 20:58:53,002 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,008 [19] INFO - Information: 0 :
2020-07-14 20:58:53,008 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,008 [19] INFO - Information: 0 :
2020-07-14 20:58:53,008 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,008 [19] INFO - Information: 0 :
2020-07-14 20:58:53,008 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,013 [19] INFO - Information: 0 :
2020-07-14 20:58:53,013 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,013 [19] INFO - Information: 0 :
2020-07-14 20:58:53,013 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,014 [19] INFO - [CreateContentCopy] Finished creating content copy für Asset ID 439, max. Breite 449. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“. Anything created: „True“. Anything pseudo-created: „False“. Reasons während des Vorgangs: source file „d5d8dac0d1d24678afd62d8e5a67e1c0.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1458“. ? need = no, because source „d5d8dac0d1d24678afd62d8e5a67e1c0.jpg“ (22.01.2019 19:23:22) is older or equal age than dst „dscn6723.jpg“ (22.01.2019 19:23:22). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6723.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output. ? remembering previously used max content copy width 449 pixels because output flavor is Output. ? something created. ? nothing pseudo-created..
2020-07-14 20:58:53,014 [19] INFO - 'createContentCopy': Content copy WAS created (source file „d5d8dac0d1d24678afd62d8e5a67e1c0.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1458“. ? need = no, because source „d5d8dac0d1d24678afd62d8e5a67e1c0.jpg“ (22.01.2019 19:23:22) is older or equal age than dst „dscn6723.jpg“ (22.01.2019 19:23:22). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6723.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output. ? remembering previously used max content copy width 449 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.).
2020-07-14 20:58:53,014 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 439.
2020-07-14 20:58:53,014 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 439.
2020-07-14 20:58:53,014 [19] INFO - Removing 1 job in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:53,015 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:53,015 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 439.
2020-07-14 20:58:53,015 [19] INFO - Leaving 'ensureContentCopy' for image 439, article 1458, size „449“, reason = created (source file „d5d8dac0d1d24678afd62d8e5a67e1c0.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1458“. ? need = no, because source „d5d8dac0d1d24678afd62d8e5a67e1c0.jpg“ (22.01.2019 19:23:22) is older or equal age than dst „dscn6723.jpg“ (22.01.2019 19:23:22). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6723.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output. ? remembering previously used max content copy width 449 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.)
2020-07-14 20:58:53,016 [19] INFO - [GetImageSizeInPixel - C] getting image size 449x337 for predefined content copy size (working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\d5d8dac0d1d24678afd62d8e5a67e1c0.jpg“).
2020-07-14 20:58:53,016 [19] INFO - Returning live-calculated image size for image with ID 439, file version „ContentCopy“ of 449×337 pixels.
2020-07-14 20:58:53,016 [19] INFO - Returning cached image size for image with ID 439, file version „ContentCopy“ of 449×337 pixels.
2020-07-14 20:58:53,017 [19] INFO - About to execute the following script:
2020-07-14 20:58:53,017 [19] INFO - Information: 0 :
2020-07-14 20:58:53,017 [19] INFO - About to execute the following script:
2020-07-14 20:58:53,017 [19] INFO - ---------
2020-07-14 20:58:53,018 [19] INFO - Information: 0 :
2020-07-14 20:58:53,018 [19] INFO - ---------
2020-07-14 20:58:53,018 [19] INFO - function SE637303571330172618() {}
SE637303571330172618.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 SE637303571330172618().executeScript();
2020-07-14 20:58:53,018 [19] INFO - Information: 0 :
2020-07-14 20:58:53,018 [19] INFO - function SE637303571330172618() {}
SE637303571330172618.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 SE637303571330172618().executeScript();
2020-07-14 20:58:53,018 [19] INFO - ---------
2020-07-14 20:58:53,018 [19] INFO - Information: 0 :
2020-07-14 20:58:53,019 [19] INFO - ---------
2020-07-14 20:58:53,023 [19] INFO - Finished executing the following script:
2020-07-14 20:58:53,024 [19] INFO - Information: 0 :
2020-07-14 20:58:53,024 [19] INFO - Finished executing the following script:
2020-07-14 20:58:53,024 [19] INFO - ---------
2020-07-14 20:58:53,024 [19] INFO - Information: 0 :
2020-07-14 20:58:53,024 [19] INFO - ---------
2020-07-14 20:58:53,024 [19] INFO - function SE637303571330172618() {}
SE637303571330172618.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 SE637303571330172618().executeScript();
2020-07-14 20:58:53,024 [19] INFO - Information: 0 :
2020-07-14 20:58:53,025 [19] INFO - function SE637303571330172618() {}
SE637303571330172618.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 SE637303571330172618().executeScript();
2020-07-14 20:58:53,025 [19] INFO - ---------
2020-07-14 20:58:53,025 [19] INFO - Information: 0 :
2020-07-14 20:58:53,025 [19] INFO - ---------
2020-07-14 20:58:53,025 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2343.
2020-07-14 20:58:53,025 [19] INFO - Information: 0 :
2020-07-14 20:58:53,025 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2343.
2020-07-14 20:58:53,025 [19] INFO - ---------
2020-07-14 20:58:53,025 [19] INFO - Information: 0 :
2020-07-14 20:58:53,025 [19] INFO - ---------
2020-07-14 20:58:53,026 [19] INFO - [system.partial] „article-begin.html“ 8 ms „[0, popupimage]“
2020-07-14 20:58:53,026 [19] INFO - Information: 0 :
2020-07-14 20:58:53,026 [19] INFO - [system.partial] „article-begin.html“ 8 ms „[0, popupimage]“
2020-07-14 20:58:53,029 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:53,029 [19] INFO - Information: 0 :
2020-07-14 20:58:53,030 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:53,030 [19] INFO - Finished executing the following script:
2020-07-14 20:58:53,030 [19] INFO - Information: 0 :
2020-07-14 20:58:53,030 [19] INFO - Finished executing the following script:
2020-07-14 20:58:53,030 [19] INFO - ---------
2020-07-14 20:58:53,030 [19] INFO - Information: 0 :
2020-07-14 20:58:53,030 [19] INFO - ---------
2020-07-14 20:58:53,030 [19] INFO - function SE637303571313131644() {}
SE637303571313131644.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
var image = project.getImage(article.value("image"));
var contentImageWidth = "890";
var defaultImageWidth = 960;
var cssClass = article.cssClass || "";
var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false;
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
// minimum width needed for 100% width display on 1-column breakpoint
var minwidth = parseInt(479 - columnMargin);
var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth;
if ( minwidth > contentCopyWidth ){
contentCopyWidth = minwidth;
}
//system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")");
var imageError = false;
if ( !isNull(image) ) {
if ( isBreakout ){
contentCopyWidth = image.workingCopyWidth;
}
try {
var iresult = image.ensureContentCopy(article, contentCopyWidth);
var thumbImageWidth = image.contentCopyWidth;
var thumbImageHeight = image.contentCopyHeight;
var description = image.description;
var altText = system.htmlEncode(system.removeHtmlTags(image.altText));
var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", "")));
if ( altText == "" && oldAltText !== "" ){
altText = oldAltText;
}
var encodedDescription = system.htmlEncode(image.description);
var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description));
// strip
-Tags from description as
is not valid inside SPAN
description = description.toString().replace(/
/g,"");
description = description.toString().replace(/<\/p>/g," ");
//system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult);
}
catch(err) {
imageError = true;
}
}
if ( stripDescription !== "" ) {
var showCaption = "1";
}
else {
var showCaption = "0";
}
var lightBox = article.value("lightbox", "lightbox");
var clickURL = article.value("clickurl");
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
context.write("\r\n\r\n");
if ( isNull(image) || imageError ) {
context.write("\r\n\t");
if ( system.preview ) {
context.write("\r\n\t\t
\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t\r\n\t\t
\r\n\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 SE637303571331032667().executeScript();
2020-07-14 20:58:53,106 [19] INFO - ---------
2020-07-14 20:58:53,106 [19] INFO - Information: 0 :
2020-07-14 20:58:53,106 [19] INFO - ---------
2020-07-14 20:58:53,117 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,122 [19] INFO - Information: 0 :
2020-07-14 20:58:53,122 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,124 [19] INFO - Information: 0 :
2020-07-14 20:58:53,124 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,124 [19] INFO - Information: 0 :
2020-07-14 20:58:53,124 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,124 [19] INFO - Information: 0 :
2020-07-14 20:58:53,124 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,128 [19] INFO - Information: 0 :
2020-07-14 20:58:53,128 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,128 [19] INFO - Information: 0 :
2020-07-14 20:58:53,128 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,129 [19] INFO - [SetContentCopyImageSizeInPixel] 0 x 0 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:53,129 [19] INFO - [SetContentCopyImageSizeInPixel] 0 x 0 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:53,129 [19] INFO - [SetContentCopyImageSizeInPixel] 0 x 0 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:53,129 [19] INFO - [SetContentCopyImageSizeInPixel] 0 x 0 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:53,129 [19] INFO - [SetContentCopyImageSizeInPixel] 0 x 0 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:53,131 [19] INFO - About to execute the following script:
2020-07-14 20:58:53,131 [19] INFO - Information: 0 :
2020-07-14 20:58:53,131 [19] INFO - About to execute the following script:
2020-07-14 20:58:53,131 [19] INFO - ---------
2020-07-14 20:58:53,132 [19] INFO - Information: 0 :
2020-07-14 20:58:53,132 [19] INFO - ---------
2020-07-14 20:58:53,132 [19] INFO - function SE637303571331312683() {}
SE637303571331312683.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 SE637303571331312683().executeScript();
2020-07-14 20:58:53,132 [19] INFO - Information: 0 :
2020-07-14 20:58:53,132 [19] INFO - function SE637303571331312683() {}
SE637303571331312683.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 SE637303571331312683().executeScript();
2020-07-14 20:58:53,132 [19] INFO - ---------
2020-07-14 20:58:53,132 [19] INFO - Information: 0 :
2020-07-14 20:58:53,132 [19] INFO - ---------
2020-07-14 20:58:53,137 [19] INFO - Information: 0 :
2020-07-14 20:58:53,137 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,139 [19] INFO - Information: 0 :
2020-07-14 20:58:53,140 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,140 [19] INFO - Information: 0 :
2020-07-14 20:58:53,140 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,141 [19] INFO - Finished executing the following script:
2020-07-14 20:58:53,141 [19] INFO - Information: 0 :
2020-07-14 20:58:53,141 [19] INFO - Finished executing the following script:
2020-07-14 20:58:53,141 [19] INFO - ---------
2020-07-14 20:58:53,141 [19] INFO - Information: 0 :
2020-07-14 20:58:53,141 [19] INFO - ---------
2020-07-14 20:58:53,141 [19] INFO - function SE637303571331312683() {}
SE637303571331312683.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 SE637303571331312683().executeScript();
2020-07-14 20:58:53,142 [19] INFO - Information: 0 :
2020-07-14 20:58:53,142 [19] INFO - function SE637303571331312683() {}
SE637303571331312683.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 SE637303571331312683().executeScript();
2020-07-14 20:58:53,142 [19] INFO - ---------
2020-07-14 20:58:53,142 [19] INFO - Information: 0 :
2020-07-14 20:58:53,142 [19] INFO - ---------
2020-07-14 20:58:53,142 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2350.
2020-07-14 20:58:53,142 [19] INFO - Information: 0 :
2020-07-14 20:58:53,142 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2350.
2020-07-14 20:58:53,142 [19] INFO - ---------
2020-07-14 20:58:53,143 [19] INFO - Information: 0 :
2020-07-14 20:58:53,143 [19] INFO - ---------
2020-07-14 20:58:53,143 [19] INFO - [system.partial] „article-begin.html“ 11 ms „“
2020-07-14 20:58:53,143 [19] INFO - Information: 0 :
2020-07-14 20:58:53,143 [19] INFO - [system.partial] „article-begin.html“ 11 ms „“
2020-07-14 20:58:53,143 [19] INFO - About to execute the following script:
2020-07-14 20:58:53,143 [19] INFO - Information: 0 :
2020-07-14 20:58:53,143 [19] INFO - About to execute the following script:
2020-07-14 20:58:53,144 [19] INFO - ---------
2020-07-14 20:58:53,144 [19] INFO - Information: 0 :
2020-07-14 20:58:53,144 [19] INFO - ---------
2020-07-14 20:58:53,144 [19] INFO - function SE637303571331432690() {}
SE637303571331432690.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("");
context.write( article.headlineLevel );
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 SE637303571331432690().executeScript();
2020-07-14 20:58:53,144 [19] INFO - Information: 0 :
2020-07-14 20:58:53,144 [19] INFO - function SE637303571331432690() {}
SE637303571331432690.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("");
context.write( article.headlineLevel );
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 SE637303571331432690().executeScript();
2020-07-14 20:58:53,144 [19] INFO - ---------
2020-07-14 20:58:53,144 [19] INFO - Information: 0 :
2020-07-14 20:58:53,144 [19] INFO - ---------
2020-07-14 20:58:53,146 [19] INFO - Finished executing the following script:
2020-07-14 20:58:53,146 [19] INFO - Information: 0 :
2020-07-14 20:58:53,147 [19] INFO - Finished executing the following script:
2020-07-14 20:58:53,147 [19] INFO - ---------
2020-07-14 20:58:53,147 [19] INFO - Information: 0 :
2020-07-14 20:58:53,147 [19] INFO - ---------
2020-07-14 20:58:53,147 [19] INFO - function SE637303571331432690() {}
SE637303571331432690.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("");
context.write( article.headlineLevel );
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 SE637303571331432690().executeScript();
2020-07-14 20:58:53,147 [19] INFO - Information: 0 :
2020-07-14 20:58:53,147 [19] INFO - function SE637303571331432690() {}
SE637303571331432690.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("");
context.write( article.headlineLevel );
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 SE637303571331432690().executeScript();
2020-07-14 20:58:53,147 [19] INFO - ---------
2020-07-14 20:58:53,147 [19] INFO - Information: 0 :
2020-07-14 20:58:53,148 [19] INFO - ---------
2020-07-14 20:58:53,148 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2351.
2020-07-14 20:58:53,148 [19] INFO - Information: 0 :
2020-07-14 20:58:53,148 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2351.
2020-07-14 20:58:53,148 [19] INFO - ---------
2020-07-14 20:58:53,148 [19] INFO - Information: 0 :
2020-07-14 20:58:53,148 [19] INFO - ---------
2020-07-14 20:58:53,148 [19] INFO - [system.partial] „article-headline.html“ 5 ms „“
2020-07-14 20:58:53,148 [19] INFO - Information: 0 :
2020-07-14 20:58:53,148 [19] INFO - [system.partial] „article-headline.html“ 5 ms „“
2020-07-14 20:58:53,149 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 442.
2020-07-14 20:58:53,149 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 442.
2020-07-14 20:58:53,150 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:53,150 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 442.
2020-07-14 20:58:53,150 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „460“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:53,151 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,151 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\8ab8554929394d42aa314a7a4aaebf64.jpg“ (22.01.2019 19:23:20) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6760-460.jpg“ (15.05.2019 20:36:32). Delta last write time is -9767592 seconds. Is source file newer: False.
2020-07-14 20:58:53,152 [19] INFO - Information: 0 :
2020-07-14 20:58:53,152 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,157 [19] INFO - Information: 0 :
2020-07-14 20:58:53,157 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,158 [19] INFO - Information: 0 :
2020-07-14 20:58:53,158 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,158 [19] INFO - Information: 0 :
2020-07-14 20:58:53,158 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,163 [19] INFO - Information: 0 :
2020-07-14 20:58:53,163 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,164 [19] INFO - Information: 0 :
2020-07-14 20:58:53,164 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,171 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „460“, thumbnail height: „345“).
2020-07-14 20:58:53,172 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 443.
2020-07-14 20:58:53,172 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 443.
2020-07-14 20:58:53,173 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:53,173 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 443.
2020-07-14 20:58:53,174 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „460“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:53,174 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\8d47e31af8164c288b33b42db3464ff1.jpg“ (22.01.2019 19:23:22) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6757-460.jpg“ (15.05.2019 20:36:31). Delta last write time is -9767589 seconds. Is source file newer: False.
2020-07-14 20:58:53,174 [19] INFO - Information: 0 :
2020-07-14 20:58:53,174 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,180 [19] INFO - Information: 0 :
2020-07-14 20:58:53,180 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,180 [19] INFO - Information: 0 :
2020-07-14 20:58:53,180 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,181 [19] INFO - Information: 0 :
2020-07-14 20:58:53,181 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,183 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,186 [19] INFO - Information: 0 :
2020-07-14 20:58:53,186 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,186 [19] INFO - Information: 0 :
2020-07-14 20:58:53,186 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,195 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „460“, thumbnail height: „345“).
2020-07-14 20:58:53,196 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 444.
2020-07-14 20:58:53,196 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 444.
2020-07-14 20:58:53,197 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:53,197 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 444.
2020-07-14 20:58:53,197 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „460“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:53,198 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\adb4893d4d8345efac070c47f085002f.jpg“ (22.01.2019 19:23:26) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6758-460.jpg“ (15.05.2019 20:36:34). Delta last write time is -9767588 seconds. Is source file newer: False.
2020-07-14 20:58:53,198 [19] INFO - Information: 0 :
2020-07-14 20:58:53,198 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,204 [19] INFO - Information: 0 :
2020-07-14 20:58:53,204 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,204 [19] INFO - Information: 0 :
2020-07-14 20:58:53,204 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,204 [19] INFO - Information: 0 :
2020-07-14 20:58:53,204 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,211 [19] INFO - Information: 0 :
2020-07-14 20:58:53,211 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,211 [19] INFO - Information: 0 :
2020-07-14 20:58:53,212 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,212 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,219 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „460“, thumbnail height: „345“).
2020-07-14 20:58:53,220 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 445.
2020-07-14 20:58:53,220 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 445.
2020-07-14 20:58:53,221 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:53,221 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 445.
2020-07-14 20:58:53,221 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „460“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:53,222 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\2485f36f7c7144d29c918b9e44f2e7d4.jpg“ (22.01.2019 19:23:30) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6759-460.jpg“ (15.05.2019 20:36:33). Delta last write time is -9767583 seconds. Is source file newer: False.
2020-07-14 20:58:53,222 [19] INFO - Information: 0 :
2020-07-14 20:58:53,222 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,228 [19] INFO - Information: 0 :
2020-07-14 20:58:53,228 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,228 [19] INFO - Information: 0 :
2020-07-14 20:58:53,228 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,228 [19] INFO - Information: 0 :
2020-07-14 20:58:53,229 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,233 [19] INFO - Information: 0 :
2020-07-14 20:58:53,233 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,233 [19] INFO - Information: 0 :
2020-07-14 20:58:53,234 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,241 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,242 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „460“, thumbnail height: „345“).
2020-07-14 20:58:53,242 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 446.
2020-07-14 20:58:53,243 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 446.
2020-07-14 20:58:53,243 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:53,244 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 446.
2020-07-14 20:58:53,244 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „460“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:53,245 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\1b33703c36ee438080a7d6edea75420b.jpg“ (22.01.2019 19:23:22) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6761-460.jpg“ (15.05.2019 20:36:35). Delta last write time is -9767593 seconds. Is source file newer: False.
2020-07-14 20:58:53,245 [19] INFO - Information: 0 :
2020-07-14 20:58:53,245 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,250 [19] INFO - Information: 0 :
2020-07-14 20:58:53,250 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,251 [19] INFO - Information: 0 :
2020-07-14 20:58:53,251 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,251 [19] INFO - Information: 0 :
2020-07-14 20:58:53,251 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,256 [19] INFO - Information: 0 :
2020-07-14 20:58:53,256 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,256 [19] INFO - Information: 0 :
2020-07-14 20:58:53,256 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,264 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „460“, thumbnail height: „345“).
2020-07-14 20:58:53,265 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 442.
2020-07-14 20:58:53,265 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 442.
2020-07-14 20:58:53,266 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:53,266 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 442.
2020-07-14 20:58:53,267 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „460“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:53,267 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\8ab8554929394d42aa314a7a4aaebf64.jpg“ (22.01.2019 19:23:20) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6760-460.jpg“ (15.05.2019 20:36:32). Delta last write time is -9767592 seconds. Is source file newer: False.
2020-07-14 20:58:53,268 [19] INFO - Information: 0 :
2020-07-14 20:58:53,268 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,273 [19] INFO - Information: 0 :
2020-07-14 20:58:53,273 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,273 [19] INFO - Information: 0 :
2020-07-14 20:58:53,274 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,274 [19] INFO - Information: 0 :
2020-07-14 20:58:53,274 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,279 [19] INFO - Information: 0 :
2020-07-14 20:58:53,279 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,279 [19] INFO - Information: 0 :
2020-07-14 20:58:53,279 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,280 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,280 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „460“, thumbnail height: „345“).
2020-07-14 20:58:53,281 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 443.
2020-07-14 20:58:53,282 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 443.
2020-07-14 20:58:53,282 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:53,282 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 443.
2020-07-14 20:58:53,283 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „460“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:53,284 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\8d47e31af8164c288b33b42db3464ff1.jpg“ (22.01.2019 19:23:22) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6757-460.jpg“ (15.05.2019 20:36:31). Delta last write time is -9767589 seconds. Is source file newer: False.
2020-07-14 20:58:53,284 [19] INFO - Information: 0 :
2020-07-14 20:58:53,284 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,289 [19] INFO - Information: 0 :
2020-07-14 20:58:53,290 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,290 [19] INFO - Information: 0 :
2020-07-14 20:58:53,290 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,290 [19] INFO - Information: 0 :
2020-07-14 20:58:53,290 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,295 [19] INFO - Information: 0 :
2020-07-14 20:58:53,295 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,295 [19] INFO - Information: 0 :
2020-07-14 20:58:53,295 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,296 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „460“, thumbnail height: „345“).
2020-07-14 20:58:53,297 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 444.
2020-07-14 20:58:53,298 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 444.
2020-07-14 20:58:53,298 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:53,298 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 444.
2020-07-14 20:58:53,299 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „460“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:53,300 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\adb4893d4d8345efac070c47f085002f.jpg“ (22.01.2019 19:23:26) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6758-460.jpg“ (15.05.2019 20:36:34). Delta last write time is -9767588 seconds. Is source file newer: False.
2020-07-14 20:58:53,300 [19] INFO - Information: 0 :
2020-07-14 20:58:53,300 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,305 [19] INFO - Information: 0 :
2020-07-14 20:58:53,306 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,306 [19] INFO - Information: 0 :
2020-07-14 20:58:53,306 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,306 [19] INFO - Information: 0 :
2020-07-14 20:58:53,306 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,310 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,311 [19] INFO - Information: 0 :
2020-07-14 20:58:53,311 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,311 [19] INFO - Information: 0 :
2020-07-14 20:58:53,311 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,313 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „460“, thumbnail height: „345“).
2020-07-14 20:58:53,314 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 445.
2020-07-14 20:58:53,314 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 445.
2020-07-14 20:58:53,315 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:53,315 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 445.
2020-07-14 20:58:53,316 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „460“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:53,316 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\2485f36f7c7144d29c918b9e44f2e7d4.jpg“ (22.01.2019 19:23:30) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6759-460.jpg“ (15.05.2019 20:36:33). Delta last write time is -9767583 seconds. Is source file newer: False.
2020-07-14 20:58:53,317 [19] INFO - Information: 0 :
2020-07-14 20:58:53,317 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,322 [19] INFO - Information: 0 :
2020-07-14 20:58:53,322 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,323 [19] INFO - Information: 0 :
2020-07-14 20:58:53,323 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,323 [19] INFO - Information: 0 :
2020-07-14 20:58:53,323 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,328 [19] INFO - Information: 0 :
2020-07-14 20:58:53,328 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,328 [19] INFO - Information: 0 :
2020-07-14 20:58:53,329 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,330 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „460“, thumbnail height: „345“).
2020-07-14 20:58:53,331 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 446.
2020-07-14 20:58:53,331 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 446.
2020-07-14 20:58:53,332 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:53,332 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 446.
2020-07-14 20:58:53,333 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „460“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:53,333 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\1b33703c36ee438080a7d6edea75420b.jpg“ (22.01.2019 19:23:22) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6761-460.jpg“ (15.05.2019 20:36:35). Delta last write time is -9767593 seconds. Is source file newer: False.
2020-07-14 20:58:53,333 [19] INFO - Information: 0 :
2020-07-14 20:58:53,334 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,335 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,340 [19] INFO - Information: 0 :
2020-07-14 20:58:53,340 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,340 [19] INFO - Information: 0 :
2020-07-14 20:58:53,340 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,340 [19] INFO - Information: 0 :
2020-07-14 20:58:53,340 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,345 [19] INFO - Information: 0 :
2020-07-14 20:58:53,345 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,345 [19] INFO - Information: 0 :
2020-07-14 20:58:53,345 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,347 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „460“, thumbnail height: „345“).
2020-07-14 20:58:53,348 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:53,348 [19] INFO - Information: 0 :
2020-07-14 20:58:53,348 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:53,348 [19] INFO - Finished executing the following script:
2020-07-14 20:58:53,348 [19] INFO - Information: 0 :
2020-07-14 20:58:53,348 [19] INFO - Finished executing the following script:
2020-07-14 20:58:53,348 [19] INFO - ---------
2020-07-14 20:58:53,349 [19] INFO - Information: 0 :
2020-07-14 20:58:53,349 [19] INFO - ---------
2020-07-14 20:58:53,349 [19] INFO - function SE637303571331032667() {}
SE637303571331032667.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
\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else if ( lightBox == "off" ) {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\r\n\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( clickURL !== "" ) {
context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
}
context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
}
context.write("\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571333702820().executeScript();
2020-07-14 20:58:53,373 [19] INFO - ---------
2020-07-14 20:58:53,373 [19] INFO - Information: 0 :
2020-07-14 20:58:53,373 [19] INFO - ---------
2020-07-14 20:58:53,375 [19] INFO - Information: 0 :
2020-07-14 20:58:53,375 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,376 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,378 [19] INFO - Information: 0 :
2020-07-14 20:58:53,378 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,378 [19] INFO - Information: 0 :
2020-07-14 20:58:53,378 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,378 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 337 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:53,379 [19] INFO - Information: 0 :
2020-07-14 20:58:53,379 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:53,380 [19] INFO - Information: 0 :
2020-07-14 20:58:53,380 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,380 [19] INFO - Information: 0 :
2020-07-14 20:58:53,381 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:53,381 [19] INFO - Entering 'ensureContentCopy' for image 447, article 1462, size 449.
2020-07-14 20:58:53,381 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1462, image ID = 447, maxWidthInPixel = 449.
2020-07-14 20:58:53,381 [19] INFO - [CreateContentCopy] Create content copy für Asset ID 447, max. Breite 449. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“.
2020-07-14 20:58:53,383 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\f044a27e564c429da2bed749ef2e1a80.jpg“ (22.01.2019 19:23:26) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6762.jpg“ (22.01.2019 19:23:26). Delta last write time is 0 seconds. Is source file newer: False.
2020-07-14 20:58:53,388 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,398 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,402 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,414 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,426 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,432 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,437 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,450 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,465 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,473 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,478 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,484 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,499 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,508 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,510 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,524 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,533 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,543 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,562 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,571 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,590 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,594 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,607 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-fcf6c8ce8d484a23925fbea2976b83fa\209fdbf7888048c98eb06f3a64b4194c.png'...
2020-07-14 20:58:53,609 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,619 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,639 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,643 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,649 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,668 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,679 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,685 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,693 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,699 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,702 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,717 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,725 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,739 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,744 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,764 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,774 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,789 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,800 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,805 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,823 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,837 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,847 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,861 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,865 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,885 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,903 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,909 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,935 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,965 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:53,969 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-fcf6c8ce8d484a23925fbea2976b83fa\209fdbf7888048c98eb06f3a64b4194c.png'.
2020-07-14 20:58:53,976 [19] INFO - About to call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-fcf6c8ce8d484a23925fbea2976b83fa\209fdbf7888048c98eb06f3a64b4194c.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-fcf6c8ce8d484a23925fbea2976b83fa\0b24bd1ff2e4436385c704763db3ae41.png" --ecm="false" --width=449 --height=0 --mode="prop-x"'
2020-07-14 20:58:53,993 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,007 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,025 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,054 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,084 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,119 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,149 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,179 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,216 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,240 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,280 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,308 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,333 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,364 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,404 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,433 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,461 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,490 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,528 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,558 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,588 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,616 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,625 [19] INFO - Returning exit code 0.
2020-07-14 20:58:54,625 [19] INFO -
2020-07-14 20:58:54,628 [19] INFO - Exit code of '0' for call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-fcf6c8ce8d484a23925fbea2976b83fa\209fdbf7888048c98eb06f3a64b4194c.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-fcf6c8ce8d484a23925fbea2976b83fa\0b24bd1ff2e4436385c704763db3ae41.png" --ecm="false" --width=449 --height=0 --mode="prop-x"'
2020-07-14 20:58:54,648 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,663 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6762.jpg'...
2020-07-14 20:58:54,681 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6762.jpg'.
2020-07-14 20:58:54,682 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,710 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 337 pixels for output flavor „Output“. Innerhalb von [CreateContentCopy] (1). Reason: source file „f044a27e564c429da2bed749ef2e1a80.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1462“. ? need = no, because source „f044a27e564c429da2bed749ef2e1a80.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „dscn6762.jpg“ (22.01.2019 19:23:26). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6762.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output.
2020-07-14 20:58:54,711 [19] INFO - Information: 0 :
2020-07-14 20:58:54,711 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:54,712 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,719 [19] INFO - Information: 0 :
2020-07-14 20:58:54,719 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:54,720 [19] INFO - Information: 0 :
2020-07-14 20:58:54,720 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:54,720 [19] INFO - Information: 0 :
2020-07-14 20:58:54,720 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:54,726 [19] INFO - Information: 0 :
2020-07-14 20:58:54,726 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:54,726 [19] INFO - Information: 0 :
2020-07-14 20:58:54,726 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:54,726 [19] INFO - Information: 0 :
2020-07-14 20:58:54,726 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:54,732 [19] INFO - Information: 0 :
2020-07-14 20:58:54,732 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:54,732 [19] INFO - Information: 0 :
2020-07-14 20:58:54,732 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:54,733 [19] INFO - [CreateContentCopy] Finished creating content copy für Asset ID 447, max. Breite 449. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“. Anything created: „True“. Anything pseudo-created: „False“. Reasons während des Vorgangs: source file „f044a27e564c429da2bed749ef2e1a80.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1462“. ? need = no, because source „f044a27e564c429da2bed749ef2e1a80.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „dscn6762.jpg“ (22.01.2019 19:23:26). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6762.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output. ? remembering previously used max content copy width 449 pixels because output flavor is Output. ? something created. ? nothing pseudo-created..
2020-07-14 20:58:54,733 [19] INFO - 'createContentCopy': Content copy WAS created (source file „f044a27e564c429da2bed749ef2e1a80.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1462“. ? need = no, because source „f044a27e564c429da2bed749ef2e1a80.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „dscn6762.jpg“ (22.01.2019 19:23:26). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6762.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output. ? remembering previously used max content copy width 449 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.).
2020-07-14 20:58:54,733 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 447.
2020-07-14 20:58:54,733 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 447.
2020-07-14 20:58:54,733 [19] INFO - Removing 1 job in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:54,734 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:54,734 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 447.
2020-07-14 20:58:54,734 [19] INFO - Leaving 'ensureContentCopy' for image 447, article 1462, size „449“, reason = created (source file „f044a27e564c429da2bed749ef2e1a80.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1462“. ? need = no, because source „f044a27e564c429da2bed749ef2e1a80.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „dscn6762.jpg“ (22.01.2019 19:23:26). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6762.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output. ? remembering previously used max content copy width 449 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.)
2020-07-14 20:58:54,735 [19] INFO - [GetImageSizeInPixel - C] getting image size 449x337 for predefined content copy size (working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\f044a27e564c429da2bed749ef2e1a80.jpg“).
2020-07-14 20:58:54,735 [19] INFO - Returning live-calculated image size for image with ID 447, file version „ContentCopy“ of 449×337 pixels.
2020-07-14 20:58:54,735 [19] INFO - Returning cached image size for image with ID 447, file version „ContentCopy“ of 449×337 pixels.
2020-07-14 20:58:54,736 [19] INFO - About to execute the following script:
2020-07-14 20:58:54,736 [19] INFO - Information: 0 :
2020-07-14 20:58:54,736 [19] INFO - About to execute the following script:
2020-07-14 20:58:54,736 [19] INFO - ---------
2020-07-14 20:58:54,737 [19] INFO - Information: 0 :
2020-07-14 20:58:54,737 [19] INFO - ---------
2020-07-14 20:58:54,737 [19] INFO - function SE637303571347363602() {}
SE637303571347363602.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 SE637303571347363602().executeScript();
2020-07-14 20:58:54,737 [19] INFO - Information: 0 :
2020-07-14 20:58:54,737 [19] INFO - function SE637303571347363602() {}
SE637303571347363602.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 SE637303571347363602().executeScript();
2020-07-14 20:58:54,737 [19] INFO - ---------
2020-07-14 20:58:54,738 [19] INFO - Information: 0 :
2020-07-14 20:58:54,738 [19] INFO - ---------
2020-07-14 20:58:54,742 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,744 [19] INFO - Information: 0 :
2020-07-14 20:58:54,744 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:54,745 [19] INFO - Information: 0 :
2020-07-14 20:58:54,745 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:54,746 [19] INFO - Finished executing the following script:
2020-07-14 20:58:54,746 [19] INFO - Information: 0 :
2020-07-14 20:58:54,746 [19] INFO - Finished executing the following script:
2020-07-14 20:58:54,746 [19] INFO - ---------
2020-07-14 20:58:54,746 [19] INFO - Information: 0 :
2020-07-14 20:58:54,746 [19] INFO - ---------
2020-07-14 20:58:54,746 [19] INFO - function SE637303571347363602() {}
SE637303571347363602.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 SE637303571347363602().executeScript();
2020-07-14 20:58:54,747 [19] INFO - Information: 0 :
2020-07-14 20:58:54,747 [19] INFO - function SE637303571347363602() {}
SE637303571347363602.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 SE637303571347363602().executeScript();
2020-07-14 20:58:54,747 [19] INFO - ---------
2020-07-14 20:58:54,747 [19] INFO - Information: 0 :
2020-07-14 20:58:54,747 [19] INFO - ---------
2020-07-14 20:58:54,747 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2353.
2020-07-14 20:58:54,747 [19] INFO - Information: 0 :
2020-07-14 20:58:54,747 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2353.
2020-07-14 20:58:54,747 [19] INFO - ---------
2020-07-14 20:58:54,748 [19] INFO - Information: 0 :
2020-07-14 20:58:54,748 [19] INFO - ---------
2020-07-14 20:58:54,748 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“
2020-07-14 20:58:54,748 [19] INFO - Information: 0 :
2020-07-14 20:58:54,748 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“
2020-07-14 20:58:54,750 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:54,750 [19] INFO - Information: 0 :
2020-07-14 20:58:54,750 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:54,750 [19] INFO - Finished executing the following script:
2020-07-14 20:58:54,750 [19] INFO - Information: 0 :
2020-07-14 20:58:54,750 [19] INFO - Finished executing the following script:
2020-07-14 20:58:54,750 [19] INFO - ---------
2020-07-14 20:58:54,750 [19] INFO - Information: 0 :
2020-07-14 20:58:54,751 [19] INFO - ---------
2020-07-14 20:58:54,751 [19] INFO - function SE637303571333702820() {}
SE637303571333702820.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
var image = project.getImage(article.value("image"));
var contentImageWidth = "890";
var defaultImageWidth = 960;
var cssClass = article.cssClass || "";
var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false;
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
// minimum width needed for 100% width display on 1-column breakpoint
var minwidth = parseInt(479 - columnMargin);
var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth;
if ( minwidth > contentCopyWidth ){
contentCopyWidth = minwidth;
}
//system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")");
var imageError = false;
if ( !isNull(image) ) {
if ( isBreakout ){
contentCopyWidth = image.workingCopyWidth;
}
try {
var iresult = image.ensureContentCopy(article, contentCopyWidth);
var thumbImageWidth = image.contentCopyWidth;
var thumbImageHeight = image.contentCopyHeight;
var description = image.description;
var altText = system.htmlEncode(system.removeHtmlTags(image.altText));
var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", "")));
if ( altText == "" && oldAltText !== "" ){
altText = oldAltText;
}
var encodedDescription = system.htmlEncode(image.description);
var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description));
// strip
-Tags from description as
is not valid inside SPAN
description = description.toString().replace(/
/g,"");
description = description.toString().replace(/<\/p>/g," ");
//system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult);
}
catch(err) {
imageError = true;
}
}
if ( stripDescription !== "" ) {
var showCaption = "1";
}
else {
var showCaption = "0";
}
var lightBox = article.value("lightbox", "lightbox");
var clickURL = article.value("clickurl");
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
context.write("\r\n\r\n");
if ( isNull(image) || imageError ) {
context.write("\r\n\t");
if ( system.preview ) {
context.write("\r\n\t\t
\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t\r\n\t\t
\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else if ( lightBox == "off" ) {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\r\n\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( clickURL !== "" ) {
context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
}
context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
}
context.write("\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571347553612().executeScript();
2020-07-14 20:58:54,757 [19] INFO - ---------
2020-07-14 20:58:54,757 [19] INFO - Information: 0 :
2020-07-14 20:58:54,757 [19] INFO - ---------
2020-07-14 20:58:54,759 [19] INFO - Information: 0 :
2020-07-14 20:58:54,759 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:54,761 [19] INFO - Information: 0 :
2020-07-14 20:58:54,761 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:54,762 [19] INFO - Information: 0 :
2020-07-14 20:58:54,762 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:54,762 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 337 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:54,763 [19] INFO - Entering 'ensureContentCopy' for image 449, article 1464, size 449.
2020-07-14 20:58:54,763 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1464, image ID = 449, maxWidthInPixel = 449.
2020-07-14 20:58:54,763 [19] INFO - [CreateContentCopy] Create content copy für Asset ID 449, max. Breite 449. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“.
2020-07-14 20:58:54,764 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\caa268ee37ef4a1abc3609c62a877f64.jpg“ (22.01.2019 19:23:30) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6771.jpg“ (22.01.2019 19:23:30). Delta last write time is 0 seconds. Is source file newer: False.
2020-07-14 20:58:54,771 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,801 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,837 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,870 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,887 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,899 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,919 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,928 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,948 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,966 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,976 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:54,996 [Zeta Producer 15 main thread] INFO - Before updating current focus state for control „ZetaProducer.Main.Main.LeftPageSection.CorePageTreeControl“.
2020-07-14 20:58:54,997 [Zeta Producer 15 main thread] INFO - After updating current focus state for control „ZetaProducer.Main.Main.LeftPageSection.MainPageTreeUserControl“.
2020-07-14 20:58:55,007 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:55,008 [Zeta Producer 15 main thread] INFO - [BackgroundWorkerLongProgress] Started c'tor BackgroundWorkerLongProgressForm.
2020-07-14 20:58:55,019 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:55,019 [Zeta Producer 15 main thread] INFO - [BackgroundWorkerLongProgress] Finished c'tor BackgroundWorkerLongProgressForm.
2020-07-14 20:58:55,023 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:55,023 [Zeta Producer 15 main thread] INFO - [BackgroundWorkerLongProgress] Started BackgroundWorkerLongProgressForm::ShowDialog().
2020-07-14 20:58:55,027 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:55,027 [Zeta Producer 15 main thread] INFO - [BackgroundWorkerLongProgress] Started BackgroundWorkerLongProgressForm::OnHandleCreated(e).
2020-07-14 20:58:55,028 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:55,028 [Zeta Producer 15 main thread] INFO - [BackgroundWorkerLongProgress] Finished BackgroundWorkerLongProgressForm::OnHandleCreated(e).
2020-07-14 20:58:55,035 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:55,035 [Zeta Producer 15 main thread] INFO - [BackgroundWorkerLongProgress] Started BackgroundWorkerLongProgressForm::_Load().
2020-07-14 20:58:55,037 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:55,037 [Zeta Producer 15 main thread] INFO - [BackgroundWorkerLongProgress] Started BackgroundWorkerLongProgressForm::adjustSize().
2020-07-14 20:58:55,040 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:55,041 [Zeta Producer 15 main thread] INFO - [BackgroundWorkerLongProgress] Finished BackgroundWorkerLongProgressForm::adjustSize().
2020-07-14 20:58:55,049 [Zeta Producer 15 main thread] INFO - Before updating current focus state for control „ZetaProducer.Main.Main.LeftPageSection.CorePageTreeControl“.
2020-07-14 20:58:55,049 [Zeta Producer 15 main thread] INFO - After updating current focus state for control „ZetaProducer.Main.Main.LeftPageSection.MainPageTreeUserControl“.
2020-07-14 20:58:55,052 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:55,052 [Zeta Producer 15 main thread] INFO - [BackgroundWorkerLongProgress] Finished BackgroundWorkerLongProgressForm::_Load().
2020-07-14 20:58:55,052 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-3d084ee2ce904cb1a32517b016a53caa\ae313c52e91244798f401977e5e56dae.png'...
2020-07-14 20:58:55,061 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:55,062 [Zeta Producer 15 main thread] INFO - [BackgroundWorkerLongProgress] Started BackgroundWorkerLongProgressForm::_Shown().
2020-07-14 20:58:55,062 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:55,062 [Zeta Producer 15 main thread] INFO - [BackgroundWorkerLongProgress] Finished BackgroundWorkerLongProgressForm::_Shown().
2020-07-14 20:58:55,081 [Zeta Producer 15 main thread] INFO - Before updating UI.
2020-07-14 20:58:55,082 [Zeta Producer 15 main thread] INFO - After updating UI.
2020-07-14 20:58:55,082 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,090 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,113 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,153 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,177 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,215 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,242 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,269 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,309 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,333 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,347 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,365 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,397 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,426 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,431 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-3d084ee2ce904cb1a32517b016a53caa\ae313c52e91244798f401977e5e56dae.png'.
2020-07-14 20:58:55,437 [19] INFO - About to call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-3d084ee2ce904cb1a32517b016a53caa\ae313c52e91244798f401977e5e56dae.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-3d084ee2ce904cb1a32517b016a53caa\658e8b5d335c4e8595e99f4cfb839470.png" --ecm="false" --width=449 --height=0 --mode="prop-x"'
2020-07-14 20:58:55,465 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,494 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,522 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,557 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,583 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,613 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,648 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,678 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,712 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,740 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,774 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,805 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,831 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,865 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,897 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,927 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,957 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:55,991 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,020 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,050 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,080 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,118 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,123 [19] INFO - Returning exit code 0.
2020-07-14 20:58:56,124 [19] INFO -
2020-07-14 20:58:56,127 [19] INFO - Exit code of '0' for call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-3d084ee2ce904cb1a32517b016a53caa\ae313c52e91244798f401977e5e56dae.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-3d084ee2ce904cb1a32517b016a53caa\658e8b5d335c4e8595e99f4cfb839470.png" --ecm="false" --width=449 --height=0 --mode="prop-x"'
2020-07-14 20:58:56,146 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,147 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6771.jpg'...
2020-07-14 20:58:56,160 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6771.jpg'.
2020-07-14 20:58:56,175 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,178 [19] INFO - [SetContentCopyImageSizeInPixel] 449 x 337 pixels for output flavor „Output“. Innerhalb von [CreateContentCopy] (1). Reason: source file „caa268ee37ef4a1abc3609c62a877f64.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1464“. ? need = no, because source „caa268ee37ef4a1abc3609c62a877f64.jpg“ (22.01.2019 19:23:30) is older or equal age than dst „dscn6771.jpg“ (22.01.2019 19:23:30). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6771.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output.
2020-07-14 20:58:56,178 [19] INFO - Information: 0 :
2020-07-14 20:58:56,178 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:56,186 [19] INFO - Information: 0 :
2020-07-14 20:58:56,186 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:56,186 [19] INFO - Information: 0 :
2020-07-14 20:58:56,186 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:56,187 [19] INFO - Information: 0 :
2020-07-14 20:58:56,187 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:56,192 [19] INFO - Information: 0 :
2020-07-14 20:58:56,193 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:56,193 [19] INFO - Information: 0 :
2020-07-14 20:58:56,193 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:56,193 [19] INFO - Information: 0 :
2020-07-14 20:58:56,193 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:56,198 [19] INFO - Information: 0 :
2020-07-14 20:58:56,198 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:56,198 [19] INFO - Information: 0 :
2020-07-14 20:58:56,198 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:56,198 [19] INFO - [CreateContentCopy] Finished creating content copy für Asset ID 449, max. Breite 449. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“. Anything created: „True“. Anything pseudo-created: „False“. Reasons während des Vorgangs: source file „caa268ee37ef4a1abc3609c62a877f64.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1464“. ? need = no, because source „caa268ee37ef4a1abc3609c62a877f64.jpg“ (22.01.2019 19:23:30) is older or equal age than dst „dscn6771.jpg“ (22.01.2019 19:23:30). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6771.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output. ? remembering previously used max content copy width 449 pixels because output flavor is Output. ? something created. ? nothing pseudo-created..
2020-07-14 20:58:56,199 [19] INFO - 'createContentCopy': Content copy WAS created (source file „caa268ee37ef4a1abc3609c62a877f64.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1464“. ? need = no, because source „caa268ee37ef4a1abc3609c62a877f64.jpg“ (22.01.2019 19:23:30) is older or equal age than dst „dscn6771.jpg“ (22.01.2019 19:23:30). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6771.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output. ? remembering previously used max content copy width 449 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.).
2020-07-14 20:58:56,199 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 449.
2020-07-14 20:58:56,199 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 449.
2020-07-14 20:58:56,199 [19] INFO - Removing 1 job in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:56,200 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:56,200 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 449.
2020-07-14 20:58:56,200 [19] INFO - Leaving 'ensureContentCopy' for image 449, article 1464, size „449“, reason = created (source file „caa268ee37ef4a1abc3609c62a877f64.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1464“. ? need = no, because source „caa268ee37ef4a1abc3609c62a877f64.jpg“ (22.01.2019 19:23:30) is older or equal age than dst „dscn6771.jpg“ (22.01.2019 19:23:30). ? width of 2048 pixels must be reduced to match 449 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6771.jpg“. ? need create. ? actually sizing to „449“. ? remembering content copy size of 449×337 pixels because output flavor is Output. ? remembering previously used max content copy width 449 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.)
2020-07-14 20:58:56,200 [19] INFO - [GetImageSizeInPixel - C] getting image size 449x337 for predefined content copy size (working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\caa268ee37ef4a1abc3609c62a877f64.jpg“).
2020-07-14 20:58:56,200 [19] INFO - Returning live-calculated image size for image with ID 449, file version „ContentCopy“ of 449×337 pixels.
2020-07-14 20:58:56,201 [19] INFO - Returning cached image size for image with ID 449, file version „ContentCopy“ of 449×337 pixels.
2020-07-14 20:58:56,207 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,232 [19] INFO - IActiveScriptSite.OnScriptError was called with this exception:
2020-07-14 20:58:56,232 [19] INFO - Information: 0 :
2020-07-14 20:58:56,232 [19] INFO - IActiveScriptSite.OnScriptError was called with this exception:
2020-07-14 20:58:56,233 [19] INFO - ---------
2020-07-14 20:58:56,233 [19] INFO - Information: 0 :
2020-07-14 20:58:56,233 [19] INFO - ---------
2020-07-14 20:58:56,234 [19] INFO - ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngineException
-----------------
3472389472389
-----------------
SlimScriptEngineException
{
ExcepInfo=EXCEPINFO
{
},
Description="3472389472389",
LineNumber=228,
ColumnNumber=0,
SourceLine="",
FullSourceCode=null,
SourceContext=0,
WasCanceled=True,
Message="3472389472389",
Data=
[
]
,
InnerException=null,
TargetSite=null,
StackTrace=null,
HelpLink=null,
Source="ActiveScriptSite.ScriptError",
HResult=-2146233088
}
ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngineException: 3472389472389
2020-07-14 20:58:56,234 [19] INFO - Information: 0 :
2020-07-14 20:58:56,234 [19] INFO - ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngineException
-----------------
3472389472389
-----------------
SlimScriptEngineException
{
ExcepInfo=EXCEPINFO
{
},
Description="3472389472389",
LineNumber=228,
ColumnNumber=0,
SourceLine="",
FullSourceCode=null,
SourceContext=0,
WasCanceled=True,
Message="3472389472389",
Data=
[
]
,
InnerException=null,
TargetSite=null,
StackTrace=null,
HelpLink=null,
Source="ActiveScriptSite.ScriptError",
HResult=-2146233088
}
2020-07-14 20:58:56,234 [19] INFO - ---------
2020-07-14 20:58:56,234 [19] INFO - Information: 0 :
2020-07-14 20:58:56,234 [19] INFO - ---------
2020-07-14 20:58:56,237 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,243 [19] INFO - Caught executing the following COM exception:
2020-07-14 20:58:56,243 [19] INFO - Information: 0 :
2020-07-14 20:58:56,243 [19] INFO - Caught executing the following COM exception:
2020-07-14 20:58:56,244 [19] INFO - ---------
2020-07-14 20:58:56,244 [19] INFO - Information: 0 :
2020-07-14 20:58:56,244 [19] INFO - ---------
2020-07-14 20:58:56,259 [19] INFO - System.Runtime.InteropServices.COMException
-----------------
Ausnahme von HRESULT: 0x80020101
-----------------
bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.IActiveScriptParse32.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo)
bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.ActiveScriptParseWrapper.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo) in c:\P\ZP\15.3\ZetaProducerMain\Source\Core\SuperSlimScriptingEngine\Infrastructure\ActiveScriptComInterfaces.cs:Zeile 371.
bei ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngine.doExecute(String script) in c:\P\ZP\15.3\ZetaProducerMain\Source\Core\SuperSlimScriptingEngine\SlimScriptEngine.cs:Zeile 118.
COMException
{
ErrorCode=-2147352319,
Message="Ausnahme von HRESULT: 0x80020101",
Data=
[
]
,
InnerException=null,
TargetSite=RuntimeMethodInfo: ParseScriptText,
StackTrace=" bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.IActiveScriptParse32.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo)\\r\\n bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.ActiveScriptParseWrapper.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo) in c:\\P\\ZP\\15.3\\ZetaProducerMain\\Source\\Core\\SuperSlimScriptingEngine\\Infrastructure\\ActiveScriptComInterfaces.cs:Zeile 371.\\r\\n bei ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngine.doExecute(String script) in c:\\P\\ZP\\15.3\\ZetaProducerMain\\Source\\Core\\SuperSlimScriptingEngine\\SlimScriptEngine.cs:Zeile 118.",
HelpLink=null,
Source="ZetaProducer.SuperSlimScriptingEngine",
HResult=-2147352319
}
System.Runtime.InteropServices.COMException (0x80020101): Ausnahme von HRESULT: 0x80020101
bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.IActiveScriptParse32.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo)
bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.ActiveScriptParseWrapper.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo) in c:\P\ZP\15.3\ZetaProducerMain\Source\Core\SuperSlimScriptingEngine\Infrastructure\ActiveScriptComInterfaces.cs:Zeile 371.
bei ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngine.doExecute(String script) in c:\P\ZP\15.3\ZetaProducerMain\Source\Core\SuperSlimScriptingEngine\SlimScriptEngine.cs:Zeile 118.
2020-07-14 20:58:56,260 [19] INFO - Information: 0 :
2020-07-14 20:58:56,260 [19] INFO - System.Runtime.InteropServices.COMException
-----------------
Ausnahme von HRESULT: 0x80020101
-----------------
bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.IActiveScriptParse32.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo)
bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.ActiveScriptParseWrapper.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo) in c:\P\ZP\15.3\ZetaProducerMain\Source\Core\SuperSlimScriptingEngine\Infrastructure\ActiveScriptComInterfaces.cs:Zeile 371.
bei ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngine.doExecute(String script) in c:\P\ZP\15.3\ZetaProducerMain\Source\Core\SuperSlimScriptingEngine\SlimScriptEngine.cs:Zeile 118.
COMException
{
ErrorCode=-2147352319,
Message="Ausnahme von HRESULT: 0x80020101",
Data=
[
]
,
InnerException=null,
TargetSite=RuntimeMethodInfo: ParseScriptText,
StackTrace=" bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.IActiveScriptParse32.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo)\\r\\n bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.ActiveScriptParseWrapper.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo) in c:\\P\\ZP\\15.3\\ZetaProducerMain\\Source\\Core\\SuperSlimScriptingEngine\\Infrastructure\\ActiveScriptComInterfaces.cs:Zeile 371.\\r\\n bei ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngine.doExecute(String script) in c:\\P\\ZP\\15.3\\ZetaProducerMain\\Source\\Core\\SuperSlimScriptingEngine\\SlimScriptEngine.cs:Zeile 118.",
HelpLink=null,
Source="ZetaProducer.SuperSlimScriptingEngine",
HResult=-2147352319
}
2020-07-14 20:58:56,260 [19] INFO - ---------
2020-07-14 20:58:56,260 [19] INFO - Information: 0 :
2020-07-14 20:58:56,260 [19] INFO - ---------
2020-07-14 20:58:56,267 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,283 [19] INFO - Script error.
ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngineException
-----------------
3472389472389
-----------------
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngine.doExecute(String script) in c:\P\ZP\15.3\ZetaProducerMain\Source\Core\SuperSlimScriptingEngine\SlimScriptEngine.cs:Zeile 174.
bei ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngine.Execute(String script) in c:\P\ZP\15.3\ZetaProducerMain\Source\Core\SuperSlimScriptingEngine\SlimScriptEngine.cs:Zeile 71.
bei ZetaProducer.RuntimeBusinessLogic.Rendering.Scripting.Engine.RenderingInterpreterHelper.GuardEngineRun(SlimScriptEngine engine, String scriptToExecute, RenderingContext renderingContext, String runString) in c:\P\ZP\15.3\ZetaProducerMain\Source\Core\RuntimeBusinessLogic\Rendering\Scripting\Engine\RenderingInterpreterHelper.cs:Zeile 179.
SlimScriptEngineException
{
ExcepInfo=EXCEPINFO
{
},
Description="3472389472389",
LineNumber=228,
ColumnNumber=0,
SourceLine="context.write( system.partial(\\"article-begin.html\\", \\"popupimage\\") );",
FullSourceCode="function SE637303571347553612() {}\\r\\n\\r\\n\\r\\nSE637303571347553612.prototype.executeScript = function(){\\r\\n// Start source file: \\'C:\\Users\\DieGohliser\\AppData\\Local\\Zeta Producer 15\\packaging\\widgets\\singleimage\\standard.html\\'.\\r\\n\\r\\n\\r\\n\\tvar image = project.getImage(article.value(\\"image\\"));\\r\\n\\tvar contentImageWidth = \\"890\\";\\r\\n\\tvar defaultImageWidth = 960;\\r\\n\\tvar cssClass = article.cssClass || \\"\\";\\r\\n\\tvar isBreakout = cssClass.indexOf(\\"zpBreakout\\") !== -1 ? true : false;\\r\\n\\t\\r\\n\\t// Kann auch \\"700px\\" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen.\\r\\n\\tcontentImageWidth = parseInt(contentImageWidth) || defaultImageWidth;\\r\\n\\r\\n\\tvar gridCols = article.column.cssClass;\\r\\n\\tif ( gridCols ){\\r\\n\\t\\tgridCols = parseInt((gridCols.match(/\\bc[1-9][0-2]?\\b\\s?/) || 12).toString().replace(\\"c\\", \\"\\"));\\r\\n\\t}\\r\\n\\telse{\\r\\n\\t\\tgridCols = 12;\\r\\n\\t}\\r\\n\\tvar columnMargin = 30;\\r\\n\\tvar columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;\\r\\n\\t// minimum width needed for 100% width display on 1-column breakpoint\\r\\n\\tvar minwidth = parseInt(479 - columnMargin);\\r\\n\\tvar contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth;\\r\\n\\tif ( minwidth > contentCopyWidth ){\\r\\n\\t\\tcontentCopyWidth = minwidth;\\r\\n\\t}\\r\\n\\t\\t\\r\\n\\t//system.log(\\"contentCopyWidth: \\" + contentCopyWidth + \\" - image: \\" + image.name + \\"( Page \\" + article.page.name +\\")\\");\\r\\n\\t\\r\\n\\tvar imageError = false;\\r\\n\\tif ( !isNull(image) ) {\\r\\n\\t\\tif ( isBreakout ){\\r\\n\\t\\t\\tcontentCopyWidth = image.workingCopyWidth;\\r\\n\\t\\t}\\r\\n\\t\\ttry {\\r\\n\\t\\t\\tvar iresult = image.ensureContentCopy(article, contentCopyWidth);\\r\\n\\t\\t\\tvar thumbImageWidth = image.contentCopyWidth;\\r\\n\\t\\t\\tvar thumbImageHeight = image.contentCopyHeight;\\r\\n\\t\\t\\tvar description = image.description;\\r\\n\\t\\t\\tvar altText = system.htmlEncode(system.removeHtmlTags(image.altText));\\r\\n\\t\\t\\tvar oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded(\\"alt\\", \\"\\")));\\r\\n\\t\\t\\tif ( altText == \\"\\" && oldAltText !== \\"\\" ){\\r\\n\\t\\t\\t\\taltText = oldAltText;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\tvar encodedDescription = system.htmlEncode(image.description);\\r\\n\\t\\t\\tvar stripDescription = system.htmlEncode(system.removeHtmlTags(image.description));\\r\\n\\t\\t\\t// strip
-Tags from description as
is not valid inside SPAN\\r\\n\\t\\t\\tdescription = description.toString().replace(/
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\");\\r\\n\\r\\ncontext.write( system.partial(\\"article-end.html\\") );\\r\\n\\r\\n context.write(\\"\\r\\n\\t\\");\\r\\n\\r\\n } else if ( lightBox == \\"off\\" ) { \\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\");\\r\\n\\r\\ncontext.write( system.partial(\\"article-begin.html\\") );\\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\t\\");\\r\\n\\r\\n if ( image.isSvgImage ){ \\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\t\\r\\n\\t\\t\\t\\");\\r\\n\\r\\n } else if ( image.isAnimatedGif ) { \\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\t\\r\\n\\t\\t\\t\\");\\r\\n\\r\\n } else { \\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\t\\r\\n\\t\\t\\t\\");\\r\\n\\r\\n } \\r\\n\\r\\n context.write(\\"\\r\\n\\r\\n\\t\\t\\t\\");\\r\\n\\r\\n if ( showCaption == \\"1\\" && description ) { \\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\t\\t\\");\\r\\n\\r\\ncontext.write( description );\\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\t\\");\\r\\n\\r\\n } \\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\");\\r\\n\\r\\ncontext.write( system.partial(\\"article-end.html\\") );\\r\\n\\r\\n context.write(\\"\\r\\n\\t\\");\\r\\n\\r\\n } else { \\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\");\\r\\n\\r\\ncontext.write( system.partial(\\"article-begin.html\\") );\\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\t\\");\\r\\n\\r\\n if ( clickURL !== \\"\\" ) { \\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\");\\r\\n\\r\\n if ( image.isSvgImage ){ \\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\");\\r\\n\\r\\n } else if ( image.isAnimatedGif ) { \\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\");\\r\\n\\r\\n } else { \\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\");\\r\\n\\r\\n } \\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\t\\t\\tGehe zu URL (go to url).\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\");\\r\\n\\r\\n } else { \\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\");\\r\\n\\r\\n } \\r\\n\\r\\n context.write(\\"\\r\\n\\r\\n\\t\\t\\t\\");\\r\\n\\r\\n if ( showCaption == \\"1\\" && description ) { \\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\t\\t\\");\\r\\n\\r\\ncontext.write( description );\\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\t\\");\\r\\n\\r\\n } \\r\\n\\r\\n context.write(\\"\\r\\n\\t\\t\\");\\r\\n\\r\\ncontext.write( system.partial(\\"article-end.html\\") );\\r\\n\\r\\n context.write(\\"\\r\\n\\t\\");\\r\\n\\r\\n } \\r\\n\\r\\n context.write(\\"\\r\\n\\");\\r\\n\\r\\n } \\r\\n\\r\\n// End source file: \\'C:\\Users\\DieGohliser\\AppData\\Local\\Zeta Producer 15\\packaging\\widgets\\singleimage\\standard.html\\'.\\r\\n};\\r\\n\\r\\n/* Shortcuts. */\\r\\narticle = context.article;\\r\\npage = context.page;\\r\\nprojectFolder = context.projectFolder;\\r\\nproject = context.project;\\r\\nsystem = context.system;\\r\\n\\r\\n\\r\\nnew SE637303571347553612().executeScript();\\r\\n",
SourceContext=0,
WasCanceled=True,
Message="3472389472389",
Data=
[
"COM Exception" = COMException
{
ErrorCode=-2147352319,
Message="Ausnahme von HRESULT: 0x80020101",
Data=
[
]
,
InnerException=null,
TargetSite=RuntimeMethodInfo: ParseScriptText,
StackTrace=" bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.IActiveScriptParse32.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo)\\r\\n bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.ActiveScriptParseWrapper.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo) in c:\\P\\ZP\\15.3\\ZetaProducerMain\\Source\\Core\\SuperSlimScriptingEngine\\Infrastructure\\ActiveScriptComInterfaces.cs:Zeile 371.\\r\\n bei ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngine.doExecute(String script) in c:\\P\\ZP\\15.3\\ZetaProducerMain\\Source\\Core\\SuperSlimScriptingEngine\\SlimScriptEngine.cs:Zeile 118.",
HelpLink=null,
Source="ZetaProducer.SuperSlimScriptingEngine",
HResult=-2147352319
}
]
,
InnerException=null,
TargetSite=RuntimeMethodInfo: Throw,
StackTrace=" bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n bei ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngine.doExecute(String script) in c:\\P\\ZP\\15.3\\ZetaProducerMain\\Source\\Core\\SuperSlimScriptingEngine\\SlimScriptEngine.cs:Zeile 174.\\r\\n bei ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngine.Execute(String script) in c:\\P\\ZP\\15.3\\ZetaProducerMain\\Source\\Core\\SuperSlimScriptingEngine\\SlimScriptEngine.cs:Zeile 71.\\r\\n bei ZetaProducer.RuntimeBusinessLogic.Rendering.Scripting.Engine.RenderingInterpreterHelper.GuardEngineRun(SlimScriptEngine engine, String scriptToExecute, RenderingContext renderingContext, String runString) in c:\\P\\ZP\\15.3\\ZetaProducerMain\\Source\\Core\\RuntimeBusinessLogic\\Rendering\\Scripting\\Engine\\RenderingInterpreterHelper.cs:Zeile 179.",
HelpLink=null,
Source="ActiveScriptSite.ScriptError",
HResult=-2146233088
}
Ignoring inner exception because of previous OutOfMemoryException. See https://stackoverflow.com/a/25010668/107625
2020-07-14 20:58:56,401 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,428 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,456 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,494 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,522 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,554 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,584 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,614 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,642 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,680 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,710 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,740 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,770 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,799 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,837 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,866 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,896 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,926 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,956 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,987 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,017 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,047 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,081 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,110 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,148 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,178 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,210 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,240 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,268 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,300 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,331 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,360 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,394 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,424 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,453 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,493 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,517 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,551 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,582 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:56,390 [19] INFO - ---------
2020-07-14 20:58:57,593 [19] INFO - Information: 0 :
2020-07-14 20:58:57,593 [19] INFO - ---------
2020-07-14 20:58:57,594 [19] INFO - Caught executing the following COM exception:
2020-07-14 20:58:57,594 [19] INFO - Information: 0 :
2020-07-14 20:58:57,594 [19] INFO - Caught executing the following COM exception:
2020-07-14 20:58:57,594 [19] INFO - ---------
2020-07-14 20:58:57,594 [19] INFO - Information: 0 :
2020-07-14 20:58:57,594 [19] INFO - ---------
2020-07-14 20:58:57,595 [19] INFO - System.Runtime.InteropServices.COMException
-----------------
Ausnahme von HRESULT: 0x80020101
-----------------
bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.IActiveScriptParse32.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo)
bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.ActiveScriptParseWrapper.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo) in c:\P\ZP\15.3\ZetaProducerMain\Source\Core\SuperSlimScriptingEngine\Infrastructure\ActiveScriptComInterfaces.cs:Zeile 371.
bei ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngine.doExecute(String script) in c:\P\ZP\15.3\ZetaProducerMain\Source\Core\SuperSlimScriptingEngine\SlimScriptEngine.cs:Zeile 118.
COMException
{
ErrorCode=-2147352319,
Message="Ausnahme von HRESULT: 0x80020101",
Data=
[
]
,
InnerException=null,
TargetSite=RuntimeMethodInfo: ParseScriptText,
StackTrace=" bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.IActiveScriptParse32.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo)\\r\\n bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.ActiveScriptParseWrapper.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo) in c:\\P\\ZP\\15.3\\ZetaProducerMain\\Source\\Core\\SuperSlimScriptingEngine\\Infrastructure\\ActiveScriptComInterfaces.cs:Zeile 371.\\r\\n bei ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngine.doExecute(String script) in c:\\P\\ZP\\15.3\\ZetaProducerMain\\Source\\Core\\SuperSlimScriptingEngine\\SlimScriptEngine.cs:Zeile 118.",
HelpLink=null,
Source="ZetaProducer.SuperSlimScriptingEngine",
HResult=-2147352319
}
System.Runtime.InteropServices.COMException (0x80020101): Ausnahme von HRESULT: 0x80020101
bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.IActiveScriptParse32.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo)
bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.ActiveScriptParseWrapper.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo) in c:\P\ZP\15.3\ZetaProducerMain\Source\Core\SuperSlimScriptingEngine\Infrastructure\ActiveScriptComInterfaces.cs:Zeile 371.
bei ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngine.doExecute(String script) in c:\P\ZP\15.3\ZetaProducerMain\Source\Core\SuperSlimScriptingEngine\SlimScriptEngine.cs:Zeile 118.
2020-07-14 20:58:57,596 [19] INFO - Information: 0 :
2020-07-14 20:58:57,596 [19] INFO - System.Runtime.InteropServices.COMException
-----------------
Ausnahme von HRESULT: 0x80020101
-----------------
bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.IActiveScriptParse32.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo)
bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.ActiveScriptParseWrapper.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo) in c:\P\ZP\15.3\ZetaProducerMain\Source\Core\SuperSlimScriptingEngine\Infrastructure\ActiveScriptComInterfaces.cs:Zeile 371.
bei ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngine.doExecute(String script) in c:\P\ZP\15.3\ZetaProducerMain\Source\Core\SuperSlimScriptingEngine\SlimScriptEngine.cs:Zeile 118.
COMException
{
ErrorCode=-2147352319,
Message="Ausnahme von HRESULT: 0x80020101",
Data=
[
]
,
InnerException=null,
TargetSite=RuntimeMethodInfo: ParseScriptText,
StackTrace=" bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.IActiveScriptParse32.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo)\\r\\n bei ZetaProducer.SuperSlimScriptingEngine.Infrastructure.ActiveScriptParseWrapper.ParseScriptText(String code, String itemName, Object context, String delimiter, IntPtr sourceContextCookie, UInt32 startingLineNumber, ScriptText flags, IntPtr result, EXCEPINFO& exceptionInfo) in c:\\P\\ZP\\15.3\\ZetaProducerMain\\Source\\Core\\SuperSlimScriptingEngine\\Infrastructure\\ActiveScriptComInterfaces.cs:Zeile 371.\\r\\n bei ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngine.doExecute(String script) in c:\\P\\ZP\\15.3\\ZetaProducerMain\\Source\\Core\\SuperSlimScriptingEngine\\SlimScriptEngine.cs:Zeile 118.",
HelpLink=null,
Source="ZetaProducer.SuperSlimScriptingEngine",
HResult=-2147352319
}
2020-07-14 20:58:57,596 [19] INFO - ---------
2020-07-14 20:58:57,596 [19] INFO - Information: 0 :
2020-07-14 20:58:57,596 [19] INFO - ---------
2020-07-14 20:58:57,609 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Application is exiting.“.
2020-07-14 20:58:57,629 [19] INFO - Script error.
ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngineException
-----------------
3472389472389
-----------------
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngine.doExecute(String script) in c:\P\ZP\15.3\ZetaProducerMain\Source\Core\SuperSlimScriptingEngine\SlimScriptEngine.cs:Zeile 174.
bei ZetaProducer.SuperSlimScriptingEngine.SlimScriptEngine.Execute(String script) in c:\P\ZP\15.3\ZetaProducerMain\Source\Core\SuperSlimScriptingEngine\SlimScriptEngine.cs:Zeile 71.
bei ZetaProducer.RuntimeBusinessLogic.Rendering.Scripting.Engine.RenderingInterpreterHelper.GuardEngineRun(SlimScriptEngine engine, String scriptToExecute, RenderingContext renderingContext, String runString) in c:\P\ZP\15.3\ZetaProducerMain\Source\Core\RuntimeBusinessLogic\Rendering\Scripting\Engine\RenderingInterpreterHelper.cs:Zeile 179.
SlimScriptEngineException
{
ExcepInfo=EXCEPINFO
{
},
Description="3472389472389",
LineNumber=686,
ColumnNumber=8,
SourceLine="\\t\\t\\t\\t\\t\\t\\t\\tcontext.write(a.render());",
FullSourceCode="function SE637303570985902927() {}\\r\\n\\r\\n\\r\\nSE637303570985902927.prototype.executeScript = function(){\\r\\n// Start source file: \\'C:\\Users\\DieGohliser\\AppData\\Local\\Zeta Producer 15\\packaging\\layouts\\_shared\\templates\\partials\\area.html\\'.\\r\\n\\r\\n\\nvar areaName = context.param(0, \\"Standard\\");\\nvar areaNameLc = areaName.toLowerCase();\\nvar maxColumns = context.param(1, \\"0\\");\\nvar cssRowClass = context.param(2, \\"\\");\\nvar displayNumColumns = context.param(3, \\"12\\"); // number of columns to display. We always calculate with 12, but can display less\\nvar cssAreaClass = context.param(4, \\"\\");\\nvar noBreakoutWithNews = context.param(5, true);\\nvar hideIeForArea = context.param(6, false);\\nvar canContainer = project.canContainer;\\nvar showEmptyArticleAreas = (system.preview && system.showEmptyPreviewAreas);\\nvar hasNews = page.hasArea(\\"News\\") && (page.anyAreaArticles(\\"News\\") || showEmptyArticleAreas);\\nvar hasNonSymlinkContainer = false;\\nvar lastContainerIsSymlink = false;\\n\\nif ( maxColumns == \\"1\\" ){\\n\\tif ( cssRowClass == \\"\\" || cssRowClass == \\"noresize\\" ){\\n\\t\\tcssRowClass = \\"noresize\\";\\n\\t}\\n\\telse{\\n\\t\\tcssRowClass += \\" noresize\\";\\n\\t}\\n}\\n\\nvar intPreviewData = \\'\\';\\nif ( system.preview ){\\n\\t// if internal preview, we add some additional data-attributes to the area \\n\\t// for access in JS (non internal scripting)\\n\\tintPreviewData += \\' data-showemptyarticleareas=\\"\\' + showEmptyArticleAreas + \\'\\"\\';\\n}\\n\\r\\n\\r\\n context.write(\\"\\n\\n
\\n\\t\\");\\r\\n\\r\\n\\t\\n\\t\\tvar containers = page.containers(areaName);\\n\\t\\tvar firstC = 0;\\n\\t\\tvar lastC = containers.count-1;\\n\\t\\t//system.log(\\"last: \\" + lastC + \\" of \\" + containers.count);\\n\\t\\tif ( lastC > firstC && !containers.item(lastC).hasArticles ){\\n\\t\\t\\t// last container has no articles and is not rendered, so find last visible one\\n\\t\\t\\tfor ( var ilcon = lastC; ilcon > 1; --ilcon ){\\n\\t\\t\\t\\tvar lastContainer = containers.item(ilcon);\\n\\t\\t\\t\\tif ( lastContainer.hasArticles ){\\n\\t\\t\\t\\t\\tlastC = ilcon;\\n\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t} \\n\\t\\t\\n\\t\\tfor ( var icon = 0; icon < containers.count; ++icon ){\\n\\t\\t\\tvar container = containers.item(icon);\\n\\t\\t\\t\\n\\t\\t\\t// if current container doesn\\'t contain any articles, we skip this loop\\n\\t\\t\\t// we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content\\n\\t\\t\\tif ( !container.hasArticles && !(icon == containers.count-1 && page.isSpecialPage(\\"legal\\")) ){\\n\\t\\t\\t\\tfirstC++;\\n\\t\\t\\t\\tcontinue;\\n\\t\\t\\t}\\n\\t\\t\\t\\n\\t\\t\\t// append container styles to head via css\\n\\t\\t\\tvar cid = container.id;\\n\\t\\t\\tvar output = \\"\\";\\n\\t\\t\\tvar\\tisSection = container.value(\\"issection\\") == \\"1\\";\\n\\t\\t\\tvar isStyled = false;\\n\\t\\t\\t\\n\\t\\t\\tif ( container.value(\\"fontcolor\\", \\"\\") !== \\"\\" && container.value(\\"fontcolor\\") !== \\"transparent\\" ){\\n\\t\\t\\t\\tvar cssSelector = \\"#container_\\" + cid;\\n\\t\\t\\t\\toutput = cssSelector;\\n\\t\\t\\t\\toutput += \\", \\" + cssSelector + \\" p\\";\\n\\t\\t\\t\\toutput += \\", \\" + cssSelector + \\" h1\\";\\n\\t\\t\\t\\toutput += \\", \\" + cssSelector + \\" h2\\";\\n\\t\\t\\t\\toutput += \\", \\" + cssSelector + \\" h3{\\";\\n\\t\\t\\t\\toutput += \\"color: \\" + container.value(\\"fontcolor\\") + \\";\\";\\n\\t\\t\\t\\toutput += \\"}\\n\\";\\n\\t\\t\\t}\\n\\t\\t\\tif ( container.value(\\"linkcolor\\", \\"\\") !== \\"\\" && container.value(\\"linkcolor\\") !== \\"transparent\\" ){\\n\\t\\t\\t\\tvar cssSelector = \\"#container_\\" + cid;\\n\\t\\t\\t\\toutput += \\"\\n\\n\\" + cssSelector + \\" a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles)\\";\\n\\t\\t\\t\\toutput += \\", \\" + cssSelector + \\" a:not(.button):not(.fancybox):not(.zpSO-Uplink-Flat):not(.zpnolayoutlinkstyles):hover{\\";\\n\\t\\t\\t\\toutput += \\"color: \\" + container.value(\\"linkcolor\\") + \\";\\";\\n\\t\\t\\t\\toutput += \\"}\\n\\";\\n\\t\\t\\t}\\n\\t\\t\\tif ( container.value(\\"margin\\", \\"\\") !== \\"\\" ){\\n\\t\\t\\t\\tvar cssSelector = \\"#container_\\" + cid;\\n\\t\\t\\t\\toutput += cssSelector + \\"{\\";\\n\\t\\t\\t\\tif ( container.value(\\"margin-top\\") ){\\n\\t\\t\\t\\t\\toutput += \\"margin-top: \\" + container.value(\\"margin-top\\") + \\" !important;\\";\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif ( container.value(\\"margin-bottom\\") ){\\n\\t\\t\\t\\t\\toutput += \\"margin-bottom: \\" + container.value(\\"margin-bottom\\") + \\" !important;\\" ;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\toutput += \\"}\\n\\";\\n\\t\\t\\t}\\n\\t\\t\\tif ( container.value(\\"padding\\", \\"\\") !== \\"\\" ){\\n\\t\\t\\t\\tvar cssSelector = \\"#container_\\" + cid;\\n\\t\\t\\t\\toutput += cssSelector + \\"{\\";\\n\\t\\t\\t\\tif ( container.value(\\"padding-top\\") ){\\n\\t\\t\\t\\t\\toutput += \\"padding-top: \\" + container.value(\\"padding-top\\") + \\" !important;\\";\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif ( container.value(\\"padding-bottom\\") ){\\n\\t\\t\\t\\t\\toutput += \\"padding-bottom: \\" + container.value(\\"padding-bottom\\") + \\" !important;\\";\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif ( container.value(\\"padding-left\\") ){\\n\\t\\t\\t\\t\\toutput += \\"padding-left: \\" + container.value(\\"padding-left\\") + \\" !important;\\";\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif ( container.value(\\"padding-right\\") ){\\n\\t\\t\\t\\t\\toutput += \\"padding-right: \\" + container.value(\\"padding-right\\") + \\" !important;\\";\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\toutput += \\"}\\n\\";\\n\\t\\t\\t}\\n\\t\\t\\tif ( container.value(\\"bgcolor\\", \\"\\") !== \\"\\" && container.value(\\"bgcolor\\", \\"\\") !== \\"transparent\\" ){\\n\\t\\t\\t\\tisStyled = true;\\n\\t\\t\\t\\tvar cssSelector = \\"#container_\\" + cid;\\n\\t\\t\\t\\toutput += cssSelector + \\"{\\";\\n\\t\\t\\t\\toutput += \\"background-color: \\" + container.value(\\"bgcolor\\") + \\" !important;\\";\\n\\t\\t\\t\\toutput += \\"}\\n\\";\\n\\t\\t\\t}\\n\\t\\t\\tvar image = container.cssBackgroundImage(\\"bgimage\\");\\n\\t\\t\\tif ( image.imageUrl ){\\n\\t\\t\\t\\tisStyled = true;\\n\\t\\t\\t\\tvar cssSelector = \\"#container_\\" + cid;\\n\\t\\t\\t\\toutput += cssSelector + \\"{\\";\\n\\t\\t\\t\\toutput += \\"background-image: url(\\" + image.imageUrl + \\") !important;\\";\\n\\t\\t\\t\\toutput += \\"background-repeat: \\" + image.repeat + \\" !important;\\";\\n\\t\\t\\t\\toutput += \\"background-size: \\" + image.size + \\" !important;\\";\\n\\t\\t\\t\\toutput += \\"background-position: \\" + (image.position !== \\"\\" ? image.position : \\"center center\\") + \\" !important;\\";\\n\\t\\t\\t\\toutput += \\"background-attachment: \\" + (image.attachment !== \\"\\" ? image.attachment : \\"scroll\\") + \\";\\";\\n\\t\\t\\t\\toutput += \\"}\\n\\";\\n\\t\\t\\t}\\n\\t\\t\\t\\n\\t\\t\\tif ( output !== \\"\\" ){\\n\\t\\t\\t\\tsystem.addHtmlHeadElement(\\"\\n\\" + output.replace(/^\\s+|\\s+$/gm,\\'\\') + \\"\\n\\");\\n\\t\\t\\t}\\n\\t\\t\\t\\n\\t\\t\\tvar containerstyle = container.inlineCss || \\"\\";\\n\\t\\t\\tcontainerstyle = containerstyle.toString().replace(/^\\s+|\\s+$/gm,\\'\\'); // trim()\\n\\n\\t\\t\\t// make sure the users inlineCss properly ends with a semicolon as we attach more styles later below\\n\\t\\t\\tif ( containerstyle && containerstyle.slice(-1) !== \\";\\" ){\\n\\t\\t\\t\\tcontainerstyle += \\";\\";\\n\\t\\t\\t}\\n\\t\\t\\tvar initialContainerstyle = containerstyle;\\n\\t\\t\\tcontainerstyle = containerstyle.replace(/^\\s+|\\s+$/gm,\\'\\'); // trim()\\n\\t\\t\\tif ( containerstyle ){\\n\\t\\t\\t\\tcontainerstyle = \\' style=\\"\\' + containerstyle + \\'\\"\\';\\n\\t\\t\\t}\\n\\t\\t\\t\\n\\t\\t\\tif ( noBreakoutWithNews && system.preview && container.value(\\"breakout\\") == \\"1\\" && hasNews ){\\n\\t\\t\\t\\tsystem.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.\\");\\n\\t\\t\\t}\\n\\t\\t\\t\\n\\t\\t\\tvar containerTag = \\"div\\";\\n\\t\\t\\tif ( isSection ){\\n\\t\\t\\t\\tcontainerTag = \\"section\\";\\n\\t\\t\\t}\\n\\t\\t\\t\\n\\t\\t\\tvar containerIsSymlink = container.symlink ? true : false;\\n\\t\\t\\tif ( !containerIsSymlink ){\\n\\t\\t\\t\\thasNonSymlinkContainer = true;\\n\\t\\t\\t}\\n\\t\\t\\telse if ( icon == containers.count-1 ){\\n\\t\\t\\t\\tlastContainerIsSymlink = true;\\n\\t\\t\\t}\\n\\t\\t\\t\\n\\t\\t\\t\\r\\n\\r\\n context.write(\\"\\n\\t\\t\\t<\\");\\r\\n\\r\\ncontext.write( containerTag );\\r\\n\\r\\n context.write(\\" id=\\\\"container_\\");\\r\\n\\r\\ncontext.write( container.id );\\r\\n\\r\\n context.write(\\"\\\\" class=\\\\"zpContainer\\");\\r\\n\\r\\n if (icon==firstC){\\r\\n\\r\\n context.write(\\" first\\");\\r\\n\\r\\n}\\r\\n\\r\\n\\r\\n if (icon==lastC){\\r\\n\\r\\n context.write(\\" last\\");\\r\\n\\r\\n}\\r\\n\\r\\n\\r\\n if( container.value(\\"animate\\", \\"\\") !== \\"\\" && container.value(\\"animate\\") !== \\"off\\" ){ \\r\\n\\r\\n context.write(\\" zpanimate \\");\\r\\n\\r\\ncontext.write( container.value(\\"animate\\"));\\r\\n\\r\\n\\r\\n } \\r\\n\\r\\n\\r\\n if( isStyled ){ \\r\\n\\r\\n context.write(\\" styled\\");\\r\\n\\r\\n } \\r\\n\\r\\n context.write(\\" \\");\\r\\n\\r\\n if ( container.value(\\"breakout\\") == \\"1\\" ){ \\r\\n\\r\\n context.write(\\"zpBreakout \\");\\r\\n\\r\\n } \\r\\n\\r\\n\\r\\n if( noBreakoutWithNews && hasNews ) { \\r\\n\\r\\n context.write(\\" hasNews\\");\\r\\n\\r\\n } \\r\\n\\r\\n context.write(\\" \\");\\r\\n\\r\\ncontext.write( container.cssClass );\\r\\n\\r\\n context.write(\\"\\\\"\\");\\r\\n\\r\\ncontext.write( containerstyle );\\r\\n\\r\\n context.write(\\" \\n\\t\\t\\t\\t data-zpeleel=\\\\"container\\\\" data-zpleid=\\\\"\\");\\r\\n\\r\\ncontext.write( container.id );\\r\\n\\r\\n context.write(\\"\\\\">\\n\\t\\t\\t\\");\\r\\n\\r\\n\\n\\t\\t\\tvar paragraphs = container.paragraphs;\\n\\n\\t\\t\\tfor ( var ipar = 0; ipar < paragraphs.count; ++ipar ){\\n\\t\\t\\t\\tvar additionalRowClass = \\"\\";\\n\\t\\t\\t\\tvar paragraph = paragraphs.item(ipar);\\n\\t\\t\\t\\tvar columns = paragraph.columns;\\n\\t\\t\\n\\t\\t\\t\\t// if current paragraph doesn\\'t contain articles, we skip the loop, so we don\\'t print empty paragraphs\\n\\t\\t\\t\\t// we do not skip when on impressum page and the container ist the last one, as we need to insert freeware content\\n\\t\\t\\t\\tvar articleCount = paragraph.articles.count;\\n\\t\\t\\t\\tif ( articleCount < 1 && !(icon == containers.count-1 && page.isSpecialPage(\\"legal\\")) ){\\n\\t\\t\\t\\t\\tcontinue;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\telse if ( articleCount > 0 ){\\n\\t\\t\\t\\t\\t// set special rowClass for Articles which are not visible, so we can remove any margins which might not be desired\\n\\t\\t\\t\\t\\tvar firstWidgetName = paragraph.articles.item(0).widgetName;\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\tswitch(firstWidgetName) {\\n\\t\\t\\t\\t\\t\\tcase \\"Info-Banner\\":\\n\\t\\t\\t\\t\\t\\t\\tadditionalRowClass = \\" alertbanner\\";\\n\\t\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\t\\tcase \\"Quelltext\\":\\n\\t\\t\\t\\t\\t\\t\\tadditionalRowClass = \\" quelltext\\";\\n\\t\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\t\\tcase \\"Slider\\":\\n\\t\\t\\t\\t\\t\\t\\tadditionalRowClass = \\" zpwSlider\\";\\n\\t\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\t\\tcase \\"Carousel\\":\\n\\t\\t\\t\\t\\t\\t\\tadditionalRowClass = \\" zpwCarousel\\";\\n\\t\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\t\\tcase \\"Navigationsmenü\\":\\n\\t\\t\\t\\t\\t\\t\\tif ( paragraph.articles.item(0).value(\\"menufixed\\") ){\\n\\t\\t\\t\\t\\t\\t\\t\\tadditionalRowClass = \\" zpwNavmenu zpwNavmenuFixed\\";\\n\\t\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\t\\telse{\\n\\t\\t\\t\\t\\t\\t\\t\\tadditionalRowClass = \\" zpwNavmenu\\";\\n\\t\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\t\\tcase \\"Navigationsmenü manuell\\":\\n\\t\\t\\t\\t\\t\\t\\tif ( paragraph.articles.item(0).value(\\"menufixed\\") ){\\n\\t\\t\\t\\t\\t\\t\\t\\tadditionalRowClass = \\" zpwNavmenu zpwNavmenuFixed\\";\\n\\t\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\t\\telse{\\n\\t\\t\\t\\t\\t\\t\\t\\tadditionalRowClass = \\" zpwNavmenu\\";\\n\\t\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\t\\tcase \\"Video-Hintergrund\\":\\n\\t\\t\\t\\t\\t\\t\\tadditionalRowClass = \\" zpvideobg\\";\\n\\t\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t// append row styles to head via css\\n\\t\\t\\t\\t\\tvar rid = paragraph.id;\\n\\t\\t\\t\\t\\tvar output = \\"\\";\\n\\t\\t\\t\\t\\tif ( paragraph.value(\\"margin\\", \\"\\") !== \\"\\" ){\\n\\t\\t\\t\\t\\t\\tvar cssSelector = \\".zpRow[data-row-id=\\\\"\\" + rid + \\"\\\\"]\\";\\n\\t\\t\\t\\t\\t\\toutput += cssSelector + \\"{\\";\\n\\t\\t\\t\\t\\t\\tif ( paragraph.value(\\"margin-top\\") ){\\n\\t\\t\\t\\t\\t\\t\\toutput += \\"margin-top: \\" + paragraph.value(\\"margin-top\\", \\"initial\\") + \\" !important;\\";\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\tif ( paragraph.value(\\"margin-bottom\\") ){\\n\\t\\t\\t\\t\\t\\t\\toutput += \\"margin-bottom: \\" + paragraph.value(\\"margin-bottom\\", \\"initial\\") + \\" !important;\\" ;\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\toutput += \\"}\\n\\";\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tif ( paragraph.value(\\"padding\\", \\"\\") !== \\"\\" ){\\n\\t\\t\\t\\t\\t\\tvar cssSelector = \\".zpRow[data-row-id=\\\\"\\" + rid + \\"\\\\"]\\";\\n\\t\\t\\t\\t\\t\\toutput += cssSelector + \\"{\\";\\n\\t\\t\\t\\t\\t\\tif ( paragraph.value(\\"padding-top\\") ){\\n\\t\\t\\t\\t\\t\\t\\toutput += \\"padding-top: \\" + paragraph.value(\\"padding-top\\") + \\" !important;\\";\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\tif ( paragraph.value(\\"padding-bottom\\") ){\\n\\t\\t\\t\\t\\t\\t\\toutput += \\"padding-bottom: \\" + paragraph.value(\\"padding-bottom\\") + \\" !important;\\";\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\tif ( paragraph.value(\\"padding-left\\") ){\\n\\t\\t\\t\\t\\t\\t\\toutput += \\"padding-left: \\" + paragraph.value(\\"padding-left\\") + \\" !important;\\";\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\tif ( paragraph.value(\\"padding-right\\") ){\\n\\t\\t\\t\\t\\t\\t\\toutput += \\"padding-right: \\" + paragraph.value(\\"padding-right\\") + \\" !important;\\";\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\toutput += \\"}\\n\\";\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tif ( paragraph.value(\\"bgcolor\\", \\"\\") !== \\"\\" && paragraph.value(\\"bgcolor\\", \\"\\") !== \\"transparent\\" ){\\n\\t\\t\\t\\t\\t\\tvar cssSelector = \\".zpRow[data-row-id=\\\\"\\" + rid + \\"\\\\"]\\";\\n\\t\\t\\t\\t\\t\\toutput += cssSelector + \\"{\\";\\n\\t\\t\\t\\t\\t\\toutput += \\"background-color: \\" + paragraph.value(\\"bgcolor\\") + \\" !important;\\";\\n\\t\\t\\t\\t\\t\\toutput += \\"}\\n\\";\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tvar pimage = paragraph.cssBackgroundImage(\\"bgimage\\");\\n\\t\\t\\t\\t\\tif ( pimage.imageUrl ){\\n\\t\\t\\t\\t\\t\\tvar cssSelector = \\".zpRow[data-row-id=\\\\"\\" + rid + \\"\\\\"]\\";\\n\\t\\t\\t\\t\\t\\toutput += cssSelector + \\"{\\";\\n\\t\\t\\t\\t\\t\\toutput += \\"background-image: url(\\" + pimage.imageUrl + \\") !important;\\";\\n\\t\\t\\t\\t\\t\\toutput += \\"background-repeat: \\" + pimage.repeat + \\" !important;\\";\\n\\t\\t\\t\\t\\t\\toutput += \\"background-size: \\" + pimage.size + \\" !important;\\";\\n\\t\\t\\t\\t\\t\\toutput += \\"background-position: \\" + (pimage.position !== \\"\\" ? pimage.position : \\"center center\\") + \\" !important;\\";\\n\\t\\t\\t\\t\\t\\toutput += \\"background-attachment: \\" + (pimage.attachment !== \\"\\" ? pimage.attachment : \\"scroll\\") + \\";\\";\\n\\t\\t\\t\\t\\t\\toutput += \\"}\\n\\";\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tif ( paragraph.value(\\"justifycontent\\", \\"\\") !== \\"\\" ){\\n\\t\\t\\t\\t\\t\\tvar cssSelector = \\".zpRow[data-row-id=\\\\"\\" + rid + \\"\\\\"]\\";\\n\\t\\t\\t\\t\\t\\toutput += cssSelector + \\"{\\";\\n\\t\\t\\t\\t\\t\\toutput += \\"justify-content: \\" + paragraph.value(\\"justifycontent\\") + \\";\\";\\n\\t\\t\\t\\t\\t\\toutput += \\"}\\n\\";\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\tif ( output !== \\"\\" ){\\n\\t\\t\\t\\t\\t\\tsystem.addHtmlHeadElement(\\"\\n\\" + output.replace(/^\\s+|\\s+$/gm,\\'\\') + \\"\\n\\");\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t// paragraph styles\\n\\t\\t\\t\\t\\tvar rowstyle = paragraph.inlineCss || \\"\\";\\n\\t\\t\\t\\t\\trowstyle = rowstyle.toString().replace(/^\\s+|\\s+$/gm,\\'\\'); // trim();\\n\\t\\t\\t\\t\\t// make sure the users inlineCss properly ends with a semicolon as we attach more styles later below\\n\\t\\t\\t\\t\\tif ( rowstyle && rowstyle.slice(-1) !== \\";\\" ){\\n\\t\\t\\t\\t\\t\\trowstyle += \\";\\";\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\r\\n\\r\\n context.write(\\"\\n\\t\\t\\n\\t\\t\\t\\t\\t\\");\\r\\n\\r\\n if ( paragraph.value(\\"breakout\\") == \\"1\\" ){ \\r\\n\\r\\n 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\\");\\r\\n\\r\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\tfor ( var iart = 0; iart < articles.count; ++iart ){\\n\\t\\t\\t\\t\\t\\t\\t\\tvar a = articles.item(iart);\\n\\t\\t\\t\\t\\t\\t\\t\\tcontext.write(a.render());\\n\\t\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\t\\t \\r\\n\\r\\n context.write(\\"\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t
\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\");\\r\\n\\r\\n\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t// insert zp-ad-box in last row of last container on impressum pages\\n\\t\\t\\t\\t\\tif ( system.isFreeware && areaName.toLowerCase() == \\"standard\\" && page.isSpecialPage(\\"legal\\") && icon == containers.count-1 && ipar == paragraphs.count-1 ){\\n\\t\\t\\t\\t\\t\\t\\r\\n\\r\\n context.write(\\"\\n\\t\\t\\t\\t\\t\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t
\\r\\n\\t\\t\\t\\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\\r\\n\\t\\t\\t\\r\\n\\t\\t