mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
abde67e5df
Fixes #8022
32 lines
880 B
Plaintext
32 lines
880 B
Plaintext
title: $:/plugins/tiddlywiki/multiwikiserver/templates/post-bag-tiddlers
|
|
|
|
! <$image
|
|
source=`/wiki/${ [<bag-name>encodeuricomponent[]] }$/bags/${ [<bag-name>encodeuricomponent[]] }$/tiddlers/%24%3A%2Ffavicon.ico`
|
|
class="mws-favicon-small"
|
|
width="32px"
|
|
>
|
|
<$image
|
|
source="$:/plugins/multiwikiserver/images/missing-favicon.png"
|
|
class="mws-favicon-small"
|
|
width="32px"
|
|
/>
|
|
</$image> Bag <$text text={{{ [<bag-name>]}}}/>
|
|
|
|
<p>
|
|
Go back to <a href="..">Bag <$text text={{{ [<bag-name>]}}}/></a>
|
|
</p>
|
|
|
|
<p>
|
|
The following tiddlers were successfully imported:
|
|
</p>
|
|
|
|
<ul>
|
|
<$list filter="[<imported-titles>jsonget[]sort[]]">
|
|
<li>
|
|
<a href=`/wiki/${ [<bag-name>encodeuricomponent[]] }$/bags/${ [<bag-name>encodeuricomponent[]] }$/tiddlers/${ [<currentTiddler>encodeuricomponent[]] }$` rel="noopener noreferrer" target="_blank">
|
|
<$text text=<<currentTiddler>>/>
|
|
</a>
|
|
</li>
|
|
</$list>
|
|
</ul>
|