⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 formulario.tpl

📁 asterisk elastix的呼叫中心模块
💻 TPL
字号:
<table width="100%" border=0 class="tabForm" height="400">  <tr>    <td valign='top'>          {foreach key=indice item=campo from=$FORMULARIO}               <table cellpadding="2" cellspacing="0" width="100%" border="0" id="{$campo.ID_FORM}">            {if $campo.TYPE eq 'LABEL'}                <tr>                    <td height='15' colspan='2' width='100%'><center>{$campo.INPUT} {$campo.ID_FORM}</center></td>                </tr>            {else}                 {if $campo.TYPE eq 'DATE'}                    <tr>                        <td height='15' width='20%' valign="top">                            <span style='color:#666666; FONT-SIZE: 12px;'>                                {$campo.TAG}                            </span>                        </td>                        <td height='15'>                            {$campo.INPUT}{$campo.ID_FIELD}                        </td>                    </tr>                {else}                        <tr>                            <td height='15' width='15%' valign="top"><span style='color:#666666; FONT-SIZE: 12px;'>{$campo.TAG}</span></td>                            <td height='15' width='85%'>{$campo.INPUT} {$campo.ID_FIELD}</td>                        </tr>                {/if}            {/if}          {/foreach}          </table>    </td>  </tr></table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -