{* * $Revision: 1.3 $ * 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="A tile display consists of a background image shown as a grid of tiles with thumbnails for other images placed in any tile position over the background. Set the size and number of tiles, select the background image and assign thumbnail positions below. Row 1, Column 1 is the upper left corner."}
| {g->text text="Rows"} | |
| {g->text text="Columns"} | |
| {g->text text="Cell Width"} | |
| {g->text text="Cell Height"} |
| {g->text text="Background"} | {g->text text="Title"} | {g->text text="Row"} | {g->text text="Column"} | |
|---|---|---|---|---|
| {if isset($it.thumbnail)} {g->image item=$it image=$it.thumbnail maxSize=100 class="giThumbnail"} {else} {g->text text="no thumbnail"} {/if} | {$it.title|markup} | {assign var="key" value="row_`$it.id`"} | {assign var="key" value="col_`$it.id`"} | |
{g->text text="Add some photos!"} | ||||