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

📄 controlheader.vm

📁 webwork source
💻 VM
字号:
## Only show message if errors are available.## This will be done if ActionFormSupport is used.#if ($errors.get($parameters.name))    <tr>        #if ($parameters.labelposition == 'top')            <td align="left" valign="top" colspan="2">        #else            <td align="center" valign="top" colspan="2">        #end            <span class="errorMessage">$errors.get($parameters.name)</span>            </td>    </tr>#end## if the label position is top,## then give the label it's own row in the table    <tr>        #if ($parameters.labelposition == 'top')            <td align="left" valign="top" colspan="2">        #else            <td align="right" valign="top">        #end            #if ($errors.get($parameters.name))                <span class="errorLabel">            #else                <span class="label">            #end                    $parameters.label:                </span>            </td>## add the extra row#if ($parameters.labelposition == 'top')    </tr><tr>#end    <td>

⌨️ 快捷键说明

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