提交 37f20822 编写于 作者: Mosher's avatar Mosher

增加数据看板卡片功能 --- fix1

上级 5e721573
...@@ -39,14 +39,15 @@ ...@@ -39,14 +39,15 @@
</#if> </#if>
<#if portlet.getPortletType() == 'CONTAINER' && portlet.isShowTitleBar() && portlet.getTitle()?has_content> <#if portlet.getPortletType() == 'CONTAINER' && portlet.isShowTitleBar() && portlet.getTitle()?has_content>
<#if ctrl.getViewStyle?? && ctrl.getViewStyle()?? && ctrl.getViewStyle != 'DEFAULT'> <#if ctrl.getViewStyle?? && ctrl.getViewStyle()?? && ctrl.getViewStyle != 'DEFAULT'>
<a slot='extra'></a>
<#else> <#else>
<p slot='title'> <p slot='title'>
${portlet.getTitle()} ${portlet.getTitle()}
<span class="line"></span> <span class="line"></span>
</p> </p>
</#if>
<a slot='extra'></a> <a slot='extra'></a>
</#if> </#if>
</#if>
<span> <span>
<@ibizindent blank=10><#t> <@ibizindent blank=10><#t>
${P.getCtrlCode(portlet, 'CONTROL.html').code} ${P.getCtrlCode(portlet, 'CONTROL.html').code}
...@@ -63,14 +64,15 @@ ...@@ -63,14 +64,15 @@
</#if> </#if>
<#if portlet.getPortletType() == 'CONTAINER' && portlet.isShowTitleBar() && portlet.getTitle()?has_content> <#if portlet.getPortletType() == 'CONTAINER' && portlet.isShowTitleBar() && portlet.getTitle()?has_content>
<#if ctrl.getViewStyle?? && ctrl.getViewStyle()?? && ctrl.getViewStyle != 'DEFAULT'> <#if ctrl.getViewStyle?? && ctrl.getViewStyle()?? && ctrl.getViewStyle != 'DEFAULT'>
<a slot='extra'></a>
<#else> <#else>
<p slot='title'> <p slot='title'>
${portlet.getTitle()} ${portlet.getTitle()}
<span class="line"></span> <span class="line"></span>
</p> </p>
</#if>
<a slot='extra'></a> <a slot='extra'></a>
</#if> </#if>
</#if>
<span> <span>
<@ibizindent blank=10><#t> <@ibizindent blank=10><#t>
${P.getCtrlCode(portlet, 'CONTROL.html').code} ${P.getCtrlCode(portlet, 'CONTROL.html').code}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册