2020-06-22 11:31:54 +01:00
|
|
|
title: $:/plugins/tiddlywiki/consent-banner/banner
|
|
|
|
tags: $:/tags/PageTemplate
|
|
|
|
|
|
|
|
\whitespace trim
|
|
|
|
|
2025-02-09 14:29:43 +00:00
|
|
|
<%if [<tv-config-static>!match[yes]] %>
|
|
|
|
|
2020-06-22 11:31:54 +01:00
|
|
|
<$reveal state="$:/state/consent-banner/accepted" type="match" text="" tag="div">
|
|
|
|
|
|
|
|
<div class="tc-consent-backdrop">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="tc-consent-banner tc-consent-banner-left">
|
|
|
|
|
|
|
|
<$transclude tiddler="$:/config/plugins/tiddlywiki/consent-banner/greeting-message" mode="block"/>
|
|
|
|
|
|
|
|
<div class="tc-consent-buttons">
|
|
|
|
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ConsentBanner/Button]]">
|
|
|
|
|
|
|
|
<$transclude tiddler=<<currentTiddler>> mode="inline"/>
|
|
|
|
|
|
|
|
</$list>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</$reveal>
|
2025-02-09 14:29:43 +00:00
|
|
|
|
|
|
|
<%endif%>
|