{script} $('.select_type_tr').hide(); var selected = 'upload'; if($('input[name=code]').value != ''){ selected = 'code'; } {if isset($input_type)} selected = '{$input_type}'; {/if} $('#input_type_'+selected).click(); $('#type_'+selected).show(); {literal} $("[name=input_type]").click(function(){ $('.select_type_tr').hide(); if($('#input_type_code').is(':checked')){ $('#type_code').show(); $('#aparatURL').val(''); } else if($('#input_type_aparat').is(':checked')){ $('#type_aparat').show(); } else if($('#input_type_upload').is(':checked')){ $('#type_upload').show(); $('#aparatURL').val(''); } }); {/literal} {/script}
|
{if isset($videoUploadField)} {/if} {if isset($aparatSupport)} {/if} {if isset($videoUploadField)}{error name='videoUpload'}{/if} |
||
| {label name='code'} | {input name='code'} {error name='code'} |
{text key='video+code_desc'} |
| {label name='videoUpload'} |
{input name='videoUpload'}
{error name='videoUpload'} |
{text key='iisvideoplus+video_add_upload_desc'} |
| {label name='aparatURL'} | {input name='aparatURL'} {error name='aparatURL'} |
{desc name='aparatURL'} |
| {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'} |
| {label name='statusPrivacy'} | {input name='statusPrivacy'} | |