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

📄 box.dsp

📁 ZK 基础介绍 功能操作 模块 结合数据库操作
💻 DSP
字号:
<%--normal.dsp{{IS_NOTE	Purpose:		The head of each cell	Description:	History:		Thu Mar 31 22:00:59     2005, Created by tomyeh}}IS_NOTECopyright (C) 2005 Potix Corporation. All Rights Reserved.{{IS_RIGHT	This program is distributed under GPL Version 2.0 in the hope that	it will be useful, but WITHOUT ANY WARRANTY.}}IS_RIGHT--%><%@ taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c" %><c:set var="arg" value="${requestScope.arg}"/><%-- caption and border --%><table border="0" cellpadding="0" cellspacing="0" width="${arg.width}"><c:choose><c:when test="${empty arg.caption}"><tr> <td style="background-color:${arg.color}" colspan="3"><img height="1" src="${c:encodeURL('~./img/spacer.gif')}"/></td></tr><tr> <td style="background-color:${arg.color}" width="1"><img width="1" height="1" src="${c:encodeURL('~./img/spacer.gif')}"/></td> <td class="gamma"><img height="4" src="${c:encodeURL('~./img/spacer.gif')}"/></td> <td style="background-color:${arg.color}" width="1"><img width="1" height="1" src="${c:encodeURL('~./img/spacer.gif')}"/></td></tr></c:when><c:otherwise><tr> <td style="background-color:${arg.color}" width="1"><img width="1" height="1" src="${c:encodeURL('~./img/spacer.gif')}"/></td> <td style="background-color:${arg.color};color: white">&nbsp;<c:out value="${arg.caption}"/>&nbsp;</td> <td style="background-color:${arg.color}" width="1"><img width="1" height="1" src="${c:encodeURL('~./img/spacer.gif')}"/></td></tr><tr> <td style="background-color:${arg.color}" width="1"><img width="1" height="1" src="${c:encodeURL('~./img/spacer.gif')}"/></td> <td class="gamma"><img height="4" src="${c:encodeURL('~./img/spacer.gif')}"/></td> <td style="background-color:${arg.color}" width="1"><img width="1" height="1" src="${c:encodeURL('~./img/spacer.gif')}"/></td></tr></c:otherwise></c:choose></table><%-- content --%><table border="0" cellpadding="0" cellspacing="0" width="${arg.width}"><tr> <td style="background-color:${arg.color}" width="1"><img width="1" height="1" src="${c:encodeURL('~./img/spacer.gif')}"/></td> <c:if test="${!empty arg.spacing}"><td class="gamma" width="${arg.spacing}"><img width="${arg.spacing}" height="1" src="${c:encodeURL('~./img/spacer.gif')}"/></td></c:if> <td class="gamma" width="100%"${c:attr('align', arg.align)}>${c:render(arg.actionContext)}</td> <c:if test="${!empty arg.spacing}"><td class="gamma" width="${arg.spacing}"><img width="${arg.spacing}" height="1" src="${c:encodeURL('~./img/spacer.gif')}"/></td></c:if> <td style="background-color:${arg.color}" width="1"><img width="1" height="1" src="${c:encodeURL('~./img/spacer.gif')}"/></td></tr></table><%-- bottom border --%><table border="0" cellpadding="0" cellspacing="0" width="${arg.width}"><tr> <td style="background-color:${arg.color}" width="1"><img width="1" height="1" src="${c:encodeURL('~./img/spacer.gif')}"/></td> <td class="gamma"><img height="4" src="${c:encodeURL('~./img/spacer.gif')}"/></td> <td style="background-color:${arg.color}" width="1"><img width="1" height="1" src="${c:encodeURL('~./img/spacer.gif')}"/></td></tr><tr> <td style="background-color:${arg.color}" colspan="3"><img height="1" src="${c:encodeURL('~./img/spacer.gif')}"/></td></tr></table><%-- shadow --%><c:if test="${arg.shadow}"><table border="0" cellpadding="0" cellspacing="0" width="${arg.width}"><tr> <td width="6"><img width="6" height="6" src="${c:encodeURL('~./img/shdlf.gif')}"/></td> <td background="${c:encodeURL('~./img/shdmd.gif')}"><img width="1" height="1" src="${c:encodeURL('~./img/spacer.gif')}"/></td> <td width="6"><img width="6" height="6" src="${c:encodeURL('~./img/shdrg.gif')}"/></td></tr></table></c:if>

⌨️ 快捷键说明

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