HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //usr/local/lib/php/docs/HTML_QuickForm/docs/renderers/templates/smarty-dynamic-fancygroup.tpl
<!--  $Id: smarty-dynamic-fancygroup.tpl,v 1.1 2003-04-30 19:23:35 avb Exp $ -->

<tr>
    <td valign="top" align="right">
        <b{if $element.error} style="color: Red;"{/if}>{if $element.required}<font color="red">*</font>{/if}{$element.label}:</b>
    </td>
    <td>
    <table cellspacing="2" border="0">
        {foreach key=gkey item=gitem from=$element.elements}
        <tr>
            {if $gitem.type eq "radio"}
            <td colspan="2" class="green">
                {$gitem.html}                         
            </td>
            {else}
            <td class="green" align="right">
                {if $gitem.required}<font color="red">*</font>{/if}
                {$gitem.label}
            </td>
            <td class="green">
                {$gitem.html}                         
            </td>            
            {/if}
        </tr>
        {/foreach}
    </table>
    </td>
</tr>