<?php
/*
CREATIVE COMMONS - Attribution-No Derivative Works 3.0 Germany:
- You may not alter, transform, or build upon this work.
- Dieses Werk darf nicht bearbeitet oder in anderer Weise verändert werden.
Possible Variables:
GalleryThumbnailPath
AlbumURL
AlbumTitle
AlbumDescription
AmountImagesInAlbum
*/
?>
<tr>
<td style="width:110px">
<div style="width:102px;height:102px;line-height:102px;text-align:center">
<a href="<?=$AlbumURL?>">
<img src="<?=$GalleryThumbnailPath?>" alt="<?=$AlbumTitle?>" title="<?=$AlbumTitle?>" />
</a>
</div>
</td>
<td>
<a href="<?=$AlbumURL?>">
<?=$AlbumTitle?></a> (<?=$AmountImagesInAlbum?> Bilder)<br />
<span style="font-size:0.9em">
<?=$AlbumDescription?>
</span>
</td>
</tr>