mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
29 lines
582 B
Plaintext
29 lines
582 B
Plaintext
|
title: $:/plugins/tiddlywiki/consent-banner/banner
|
||
|
tags: $:/tags/PageTemplate
|
||
|
|
||
|
\whitespace trim
|
||
|
|
||
|
<$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>
|