[pmwiki-users] more on ctime

kirpi at kirpi.it kirpi at kirpi.it
Fri Oct 3 06:10:17 CDT 2008


> Is it possible to make that looks like this:
> Site Administration   - May 28, 2008
> Analyze                   - January 01, 1970
> Auth Form                - January 01, 1970

Please try this:

(:if false:)
[[#titleonly]]
(:template first:)
||border=1 cellpadding=3 cellspacing=0 bgcolor=#f7f7f7
||Page title ||Creation date ||
(:template each:)
||[[{=$FullName} | {=$Titlespaced}]] ||{=$Created} ||
[[#titleonlyend]]
(:ifend:)

(:pagelist group=Intranet fmt=#titleonly order=-ctime list=normal count=8:)

You can of course alter to make it border=0 or also skip the
(:template first:) markup

Luigi



More information about the pmwiki-users mailing list