{* * $Revision: 16235 $ * Read this before changing templates! http://codex.gallery2.org/Gallery2:Editing_Templates *}

{g->text text="Add Sub-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=$ItemAdmin.parents item=parent} {$parent.pathComponent}/ {/foreach} {$ItemAdmin.item.pathComponent}/ {/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} {if !empty($form.error.pathComponent.collision)}
{g->text text="The name you entered is already in use. Please enter another."}
{/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}

{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"}