mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 18:10:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7255be8c35
commit
6a1b61ae79
@ -1946,6 +1946,10 @@ object.Constructor('Page', BasePage, {
|
|||||||
// actions...
|
// actions...
|
||||||
//
|
//
|
||||||
// XXX revise name...
|
// XXX revise name...
|
||||||
|
// XXX do we need both this and .each(..)
|
||||||
|
// ...what is the difference???
|
||||||
|
// - handle path slightly differently...
|
||||||
|
// - .asPages(..) handles list/generator pages...
|
||||||
// XXX BUG: this does not respect strict of single pages if they do
|
// XXX BUG: this does not respect strict of single pages if they do
|
||||||
// not exist...
|
// not exist...
|
||||||
// ...see: @macro(..) bug + .each(..)
|
// ...see: @macro(..) bug + .each(..)
|
||||||
@ -2579,6 +2583,8 @@ module.System = {
|
|||||||
@var(path "@source(s ./path)")
|
@var(path "@source(s ./path)")
|
||||||
<div>
|
<div>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
|
<!-- XXX should we pass :all here???
|
||||||
|
it messes up "visited" link state... -->
|
||||||
<a class="tree-page-title" href="#@var(path):@arg(all)">@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="#@var(path)/info">🛈</a>
|
||||||
<a class="show-on-hover"
|
<a class="show-on-hover"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user