On Sun, Jul 13, 2008 at 07:00:52PM +0100, [EMAIL PROTECTED] wrote:
> A simple bullet list of page names. Colored %red%red%% if within last
> 7 days, %blue%blue%% if within last 30 days, %green%green%% if older.

FWIW, here's my version of the above (in PmWiki 2.2.0-beta66,
locally adding {$LastModifiedTime}):

  [@
  [[#colorbydate]]
  (:if     date -7days..  @{=$LastModifiedTime} :)>>bgcolor=#ffcccc<<
  (:elseif date -30days.. @{=$LastModifiedTime} :)>>bgcolor=#ccccff<<
  (:else:)>>bgcolor=#ccffcc<<
  (:ifend:)
  * [[{=$FullName}]] {=$LastModified}
  [[#colorbydateend]]
  @]

No need to use {(ftime)} at all.  :-)

Demonstrated at http://www.pmwiki.org/wiki/Test/ColorByDate .

Pm

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to