%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@include file="/context/mytags.jsp"%> <#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 --> <#include "../../ui/datatype.ftl"/> <#include "../../ui/dictInfo.ftl"/> <#-- update--end--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
| ${po.content}: |
<#if po.showType == "text">
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
/>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
<#elseif po.showType=='password'>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
/>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
<#elseif po.showType=='radio' || po.showType=='select' || po.showType=='checkbox' || po.showType=='list'>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
|
<#if (po_index+1)%2==0>
| ${po.content}: |
<#if po.showType == "text">
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
value="${'$'}{poVal.${po.fieldName} }"/>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
<#elseif po.showType=='password'>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
value="${'$'}{poVal.${po.fieldName} }"/>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
<#elseif po.showType=='radio' || po.showType=='select' || po.showType=='checkbox' || po.showType=='list'>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
|
<#if (po_index+1)%2==0>