mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-28 09:30:07 +00:00
16 lines
433 B
HTML
Executable File
16 lines
433 B
HTML
Executable File
<div class="sortable">
|
|
<macro src="../*">
|
|
<div class="item">
|
|
<span class="sort-handle">☰</span>
|
|
<a href="#@source(./path)">@source(./title)</a>
|
|
<span class="separator"/>
|
|
<a class="button" href="#@source(./path)/delete">×</a>
|
|
</div>
|
|
<div style="padding-left: 30px">
|
|
<include style="display:block" src="@source(./path)/tree" />
|
|
</div>
|
|
</macro>
|
|
</div>
|
|
|
|
<!-- vim:set ts=4 sw=4 : -->
|