{* * $Revision: 16117 $ * 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->hiddenFormVars}

{g->text text="Create a new album"}

{g->text text="Name"} {g->text text="(required)"}

{g->text text="The name of this album on your hard disk. It must be unique in this album. Only use alphanumeric characters, underscores or dashes. You will be able to rename it later."}

{strip} {foreach from=$NewAlbum.parents item=parent} {$parent.pathComponent}/ {/foreach} {/strip} {if !empty($form.error.pathComponent.invalid)}
{g->text text="Your name contains invalid characters. Please enter another."}
{/if} {if !empty($form.error.pathComponent.missing)}
{g->text text="You must enter a name for this album."}
{/if}

{g->text text="Title"}

{g->text text="This is the album title."}

{include file="gallery:modules/core/templates/MarkupBar.tpl" viewL10domain="modules_core" element="title" firstMarkupBar=true} {if !empty($form.error.title.missing)}
{g->text text="You must enter a name for this album."}
{/if}

{g->text text="Summary"}

{g->text text="This is the album summary."}

{include file="gallery:modules/core/templates/MarkupBar.tpl" viewL10domain="modules_core" element="summary"}

{g->text text="Keywords"}

{g->text text="Keywords are not visible, but are searchable."}

{g->text text="Description"}

{g->text text="This is the long description of the album."}

{include file="gallery:modules/core/templates/MarkupBar.tpl" viewL10domain="modules_core" element="description"}