package WebGUI::i18n::English::Folder; our $I18N = { '847' => { message => qq|Go back to the current page.|, lastUpdated => 1039587250, }, '823' => { message => qq|Go to the new page.|, lastUpdated => 1038706332, }, 'folder add/edit title' => { message => q|Folder, Add/Edit|, lastUpdated => 1106683494, }, 'folder add/edit body' => { message => q|

Folder Assets are used to display lists of Assets and subfolders just like a file browserin an operating system.

Folders are Wobjects, so they have all the same properties as Wobjects and Assets. Folders also have these unique properties and functions:

Template
This menu permits you to select a template to style the display of the Folder contents

What Next?
After creating a new Folder, do you wish to go back to the original page where you created the Folder to do you want to go to the new Folder?

|, lastUpdated => 1109713278, }, 'folder template title' => { message => q|Folder Template|, lastUpdated => 1106683494, }, 'folder template body' => { message => q|The following variables are available in Folder Templates:

subfolder_loop
A loop containing all Folder assets which are children of the Folder.

id
The assetId of the Folder.

url
The url of the Folder.

title
The title of the Folder.

file_loop
A loop containing all non-Folder assets which are children of the Folder.

id
The assetId of the Asset.

title
The title of the Asset.

synopsis
The synopsis of the Asset.

size
The size of the Asset, formatted.

date.epoch
The date the Asset was last updated, relative to the epoch.

icon.small
A URL to a small icon that represents the Asset.

icon.big
A URL to an icon that represents the Asset.

type
The type of this Asset.

url
The URL of the Asset.

isImage
A conditional indicating if this Asset is an Image Asset.

thumbnail
If this Asset is an Image, the URL to the thumbnail for it.

isFile
A conditional indicating if this Asset is a File Asset.

file.url
If this Asset is a File, the URL to the actual file for downloading.

|, lastUpdated => 1106683494, }, }; 1;