<$ var PosRL = article.value('pos-rl', ''); var AbstHor = article.value('abst-hor', ''); var AbstBot = article.value('abst-bot', ''); var Zindex = article.value('z-index', ''); var Icon = article.value('icon', ''); var ColIcon = article.value('col-icon', ''); var IconGr = article.value('icon-gr', ''); var IconHg = article.value('icon-hg', ''); var ColProgrInakt = article.value('col-progr-inakt', ''); var ColProgrAkt = article.value('col-progr-akt', ''); var headstyle = ""; headstyle += '.wzp_progress-wrap {'; headstyle += '' + PosRL + ':' + AbstHor + 'px;'; headstyle += ' bottom:' + AbstBot + 'px;'; headstyle += ' z-index:' + Zindex + ';'; headstyle += ' box-shadow:inset 0 0 0 2px ' + ColProgrInakt + ';'; headstyle += ' background-color:' + IconHg + ';'; headstyle += '}\n'; headstyle += '.wzp_progress-wrap::after {'; headstyle += 'content:"' + Icon + '";'; headstyle += ' color:' + ColIcon + ';'; headstyle += ' font-size:' + IconGr + 'px;'; headstyle += ' z-index:' + Zindex + ';'; headstyle += '}\n'; headstyle += '.wzp_progress-wrap svg.wzp_progress-circle path {'; headstyle += 'stroke:' + ColProgrAkt + ';'; headstyle += '}'; system.addHtmlHeadElement("\n" + headstyle + "\n"); $> <$ var Break = article.value("break",""); var MobAbstHor = article.value('mob-abst-hor', ''); var MobAbstBot = article.value('mob-abst-bot', ''); var headstyle = '@media (max-width: ' + Break + 'px) {'; headstyle += '.wzp_progress-wrap {'; headstyle += '' + PosRL + ':' + MobAbstHor + 'px;'; headstyle += ' bottom:' + MobAbstBot + 'px;'; headstyle += '}'; headstyle += '}'; system.addHtmlHeadElement("\n" + headstyle + "\n"); $> <$=system.partial("article-begin.html")$> <$ if ( system.preview ) { $>

Nach Oben Progress

Hier können Sie das Widget öffnen oder löschen. Dieser Hinweis wird nur in der internen Vorschau angezeigt.

<$ } $>
<$= system.partial("article-end.html") $>