芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/canaldegap.fr_old/modules/FormBuilder/includes/new_form_header.tpl
{$fb_form_header} {if $fb_form_done == 1} {* This first section is for displaying submission errors *} {if $fb_submission_error}
{$fb_submission_error}
{if $fb_show_submission_errors}
{foreach from=$fb_submission_error_list item=thisErr}
{$thisErr}
{/foreach}
{/if} {/if} {else} {* this section is for displaying the form *} {* we start with validation errors *} {if $fb_form_has_validation_errors}
{foreach from=$fb_form_validation_errors item=thisErr}
{$thisErr}
{/foreach}
{/if} {if $captcha_error}
{$captcha_error}
{/if} {* and now the form itself *} {$fb_form_start}
{$fb_hidden}