{* * $Revision: 1.20 $ * 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. *} {* Load up the WZ_DragDrop library *}

{g->text text="Watermark"}

{g->text text="You can choose a watermark to apply to this image. Watermarks do not affect the original image, so they they can be applied to resizes and thumbnails without damaging the original."}

{if empty($ItemEditWatermark.watermarks)}

{g->text text="You have no watermarks"}

{g->text text="You must first upload some watermark images so that you can apply them to your image."} {g->text text="Upload some watermarks now."}

{else}

{g->text text="Step 1. Choose which watermark you want to use"}

{g->text text="Step 2. Place the watermark on your image."}

{g->image name="watermark_original" maxSize=400 style="display: block" item=$ItemEditWatermark.item forceRawImage=true image=$ItemEditWatermark.derivative|default:$ItemEditWatermark.item} {g->text text=

{g->text text="Step 3. Choose which versions of the image you'd like to watermark"}

{if isset($form.error.versions.missing)}
{g->text text="You must choose something to watermark!"}
{/if} {g->text text="Full size (won't damage the original file)"}
{g->text text="Resizes"}
{g->text text="Thumbnail"}
{g->addToTrailer} {/g->addToTrailer} {/if}