mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 19:09:57 +00:00
9b3ca525ee
Routes are now rationalised, too.
32 lines
792 B
Plaintext
32 lines
792 B
Plaintext
title: $:/plugins/tiddlywiki/multiwikiserver/templates/post-bag-tiddlers
|
|
|
|
! <$image
|
|
source=`/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=`/bags/${ [<bag-name>encodeuricomponent[]] }$/tiddlers/${ [<currentTiddler>encodeuricomponent[]] }$` rel="noopener noreferrer" target="_blank">
|
|
<$text text=<<currentTiddler>>/>
|
|
</a>
|
|
</li>
|
|
</$list>
|
|
</ul>
|