{* * $Revision: 1.13 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}
| {g->text text="Type"} | {g->text text="Date"} | {g->text text="Time"} | {g->text text="Name"} |
|---|---|---|---|
|
{if $item.canContainChildren}
| {g->date timestamp=$item.creationTimestamp style="date"} | {g->date timestamp=$item.creationTimestamp style="time"} | {$item.title|default:$item.pathComponent} |
| {g->text text="None"} |