mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
added :all argument inheriting in tree...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8f7300006e
commit
effce5863c
@ -2180,8 +2180,8 @@ module.System = {
|
||||
|
||||
<slot header>
|
||||
<a href="#/list">☰</a>
|
||||
<a href="#<slot parent>../</slot>">⇑</a>
|
||||
<!-- XXX make this editable... -->
|
||||
<a href="#<slot parent>../:@arg(all)</slot>">⇑</a>
|
||||
<!-- XXX make this editable + inherit args... -->
|
||||
[<slot location>@source(./location/quote/!)</slot>]
|
||||
<a href="javascript:refresh()">⟳</a>
|
||||
<slot edit>
|
||||
@ -2376,7 +2376,7 @@ module.System = {
|
||||
@var(path "@source(s ./path)")
|
||||
<div>
|
||||
<div class="item">
|
||||
<a class="tree-page-title" href="#@var(path)">@source(./title/quote)</a>
|
||||
<a class="tree-page-title" href="#@var(path):@arg(all)">@source(./title/quote)</a>
|
||||
<a class="show-on-hover" href="#@var(path)/info">🛈</a>
|
||||
<a class="show-on-hover"
|
||||
href="javascript:pwiki.delete('@var(path)')"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user