mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-31 19:10:08 +00:00
tweaking templates...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
effce5863c
commit
184131e2bd
@ -2180,9 +2180,20 @@ module.System = {
|
|||||||
|
|
||||||
<slot header>
|
<slot header>
|
||||||
<a href="#/list">☰</a>
|
<a href="#/list">☰</a>
|
||||||
<a href="#<slot parent>../:@arg(all)</slot>">⇑</a>
|
<a href="javascript:history.back()">ᐊ</a>
|
||||||
|
<a href="javascript:history.foreward()">ᐅ</a>
|
||||||
|
<a href="#<slot parent>../:@arg(all)</slot>">ᐃ</a>
|
||||||
|
<!--
|
||||||
|
<a href="javascript:history.back()">🡠</a>
|
||||||
|
<a href="javascript:history.foreward()">🡢</a>
|
||||||
|
<a href="#<slot parent>../:@arg(all)</slot>">🡡</a>
|
||||||
|
-->
|
||||||
|
<!-- use css for spacing... -->
|
||||||
|
|
||||||
<!-- XXX make this editable + inherit args... -->
|
<!-- XXX make this editable + inherit args... -->
|
||||||
[<slot location>@source(./location/quote/!)</slot>]
|
[<slot location>@source(./location/quote/!)</slot>]
|
||||||
|
<!-- use css for spacing... -->
|
||||||
|
|
||||||
<a href="javascript:refresh()">⟳</a>
|
<a href="javascript:refresh()">⟳</a>
|
||||||
<slot edit>
|
<slot edit>
|
||||||
<a href="#@source(s ./path/!)/edit">✎</a>
|
<a href="#@source(s ./path/!)/edit">✎</a>
|
||||||
@ -2341,7 +2352,10 @@ module.System = {
|
|||||||
text: object.doc`
|
text: object.doc`
|
||||||
<slot header>
|
<slot header>
|
||||||
<a href="#/list">☰</a>
|
<a href="#/list">☰</a>
|
||||||
<a href="#@source(s ../../path)/list">⇑</a>
|
<a href="javascript:history.back()">ᐊ</a>
|
||||||
|
<a href="javascript:history.foreward()">ᐅ</a>
|
||||||
|
<a href="#@source(s ../../path)/list">ᐃ</a>
|
||||||
|
|
||||||
@source(../path)
|
@source(../path)
|
||||||
</slot>
|
</slot>
|
||||||
<macro src="../*:$ARGS" join="@source(line-separator)">
|
<macro src="../*:$ARGS" join="@source(line-separator)">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user