mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-28 04:41:57 -08:00
There are still some whitespace and attribute ordering issues, but the result runs correctly.
11 lines
No EOL
567 B
Text
Executable file
11 lines
No EOL
567 B
Text
Executable file
<div title="ViewTemplate">
|
|
<pre><!--{{{-->
|
|
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
|
|
<div class='title' macro='view title'></div>
|
|
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
|
|
<div class='tagging' macro='tagging'></div>
|
|
<div class='tagged' macro='tags'></div>
|
|
<div class='viewer' macro='view text wikified'></div>
|
|
<div class='tagClear'></div>
|
|
<!--}}}--></pre>
|
|
</div> |