{text key='video+video_add_tip'}

{if !$auth_msg} {form name='videoAddForm'}
{label name='code'} {input name='code'}
{error name='code'}
{text key='video+code_desc'}
{label name='title'} {input name='title'}
{error name='title'}
{label name='description'} {input name='description'}
{error name='description'}
{text key='video+description_desc'}
{label name='tags'} {input name='tags'} {text key='video+tags_desc'}
{submit name='add' class='ow_ic_add ow_positive'}
{/form} {else}
{$auth_msg}
{/if}