<$ var MMaxw = article.value('m-maxw', ''); var MMaxh = article.value('m-maxh', ''); var MPosVert = article.value('m-pos-vert', ''); var MPosHor = article.value('m-pos-hor', ''); var MAbstVert = article.value('m-abst-vert', ''); var MAbstHor = article.value('m-abst-hor', ''); var MPadO = article.value('m-pad-o', ''); var MPadU = article.value('m-pad-u', ''); var MPadLR = article.value('m-pad-lr', ''); var MBordStyle = article.value('m-bord-style', ''); var MBordW = article.value('m-bord-w', ''); var MBordCol = article.value('m-bord-col', ''); var Corner = article.value('corner', ''); var MBg = article.value('m-bg', ''); var ZIndex = article.value('z-index', ''); var CloseCol = article.value('close-col', ''); var CloseAni = article.value('close-ani', ''); var CloseAnitime = article.value('close-anitime', ''); var ClosePosO = article.value('close-pos-o', ''); var ClosePosR = article.value('close-pos-r', ''); var hideAfterClose = parseInt(article.value('hideAfterClose', '0')); var showOnExit = parseInt(article.value('showOnExit', '0')); var headstyle = ""; headstyle += '#wzp-modalonl' + article.id + ' {'; headstyle += 'max-width:' + MMaxw + ';'; headstyle += ' max-height:' + MMaxh + ';'; headstyle += ' ' + MPosVert + ':' + MAbstVert + ';'; headstyle += ' ' + MPosHor + ':' + MAbstHor + ';'; headstyle += ' padding:' + MPadO + ' ' + MPadLR + ' ' + MPadU + ';'; headstyle += ' border:' + MBordStyle + ' ' + MBordW + ' ' + MBordCol + ';'; headstyle += ' border-radius:' + Corner + ';'; headstyle += ' background-color:' + MBg + ';'; headstyle += ' z-index:' + ZIndex + ';'; headstyle += '}\n'; headstyle += '#wzp-modalonl_close' + article.id + ' {';; headstyle += 'color:' + CloseCol + ';'; headstyle += ' transform:rotate(1deg);'; headstyle += ' transition:all ' + CloseAnitime + 's;'; headstyle += ' top:' + ClosePosO + ';'; headstyle += ' right:' + ClosePosR + ';'; headstyle += '}\n'; headstyle += '#wzp-modalonl_close' + article.id + ':hover {';; headstyle += 'transform: rotate(' + CloseAni + ');'; headstyle += '}'; system.addHtmlHeadElement("\n" + headstyle + "\n"); headstyle = ".wzp-modalonl{display: block;}"; system.addHtmlHeadElement("\n" + headstyle + "\n"); $> <$ var MobAbstO = article.value("mob-abst-o",""); var headstyle = '@media (max-width:calc(' + MMaxw + ' + 40px)) {'; headstyle += '#wzp-modalonl' + article.id + ' {'; headstyle += 'top:' + MobAbstO + ';'; headstyle += ' left:0;'; headstyle += ' right:0;'; headstyle += ' margin:10px;'; headstyle += '}'; headstyle += '}'; system.addHtmlHeadElement("\n" + headstyle + "\n"); $> <$=system.partial("article-begin.html")$> <$ if ( system.preview ) { $>

Modal Onload

Hier können Sie das Widget öffnen oder löschen. Dieser Hinweis wird nur in der internen Vorschau angezeigt.
Die Darstellung in Zeta Producer ist nicht immer korrekt, bitte zur Browser-Vorschau wechseln.

<$ } else { $>
">
" aria-hidden="true">
<$ for ( var i = 1; i <= 1; i++){ var TEXTEDIT = (article.value("text-" + i)); if ( isNull(TEXTEDIT) ){ continue; } $> <$= TEXTEDIT $> <$ } $> <$ for ( var i = 1; i <= 1; i++){ var HTMLEDIT = (article.value("html-" + i)); if ( isNull(HTMLEDIT) ){ continue; } $> <$= HTMLEDIT $> <$ } $>
<$ } $> <$= system.partial("article-end.html") $>