{* * $Revision: 1.4 $ * 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="Enter a URL below to a webcam or other live image anywhere on the net."}

{if empty($form.imageUrl) || !empty($form.error)}

{g->text text="URL"}

{if isset($form.error.imageUrl.missing)}
{g->text text="You must enter a URL to an image"}
{/if} {if isset($form.error.imageUrl.invalid)}
{g->text text="The URL entered must begin with http://"}
{/if} {if isset($form.error.imageUrl.unavailable)}
{g->text text="The image URL you specified is unavailable"}
{/if} {if isset($form.error.imageUrl.notImage)}
{g->text text="The image URL you specified is not an image type"}
{/if} {else} {g->text text="URL: %s" arg1=$form.imageUrl} {g->text text="change"}
{$form.imageUrl}
{/if}