mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
28 lines
681 B
Plaintext
28 lines
681 B
Plaintext
code-body: yes
|
|
title: $:/core/ui/AlertTemplate
|
|
|
|
\whitespace trim
|
|
<div class="tc-alert">
|
|
<div class="tc-alert-toolbar">
|
|
<$button class="tc-btn-invisible"><$action-deletetiddler $tiddler=<<currentTiddler>>/>{{$:/core/images/cancel-button}}</$button>
|
|
</div>
|
|
<div class="tc-alert-subtitle">
|
|
<$wikify name="format" text=<<lingo Tiddler/DateFormat>>>
|
|
<$view field="component"/>
|
|
 - 
|
|
<$view field="modified" format="date" template=<<format>>/>
|
|
 
|
|
<$reveal type="nomatch" state="!!count" text="">
|
|
<span class="tc-alert-highlight">
|
|
({{$:/language/Count}}: <$view field="count"/>)
|
|
</span>
|
|
</$reveal>
|
|
</$wikify>
|
|
</div>
|
|
<div class="tc-alert-body">
|
|
|
|
<$transclude/>
|
|
|
|
</div>
|
|
</div>
|