| 1234567891011121314151617 |
- <b>当前节点:</b>${parameters.curWorkItem.ACTION_DEF_NAME!""} <b>创建时间:</b>${parameters.processInstance.BAE003!""} <b>创建人:</b>${parameters.processInstance.BAE002!""} <b>任务状态:</b>${parameters.processInstance.STATUS!""}
- </a>
- <table border=0 cellspacing=0 cellpadding=0 width='${parameters.imgWidth}' height='${parameters.imgHeight}'>
- <tr>
- <td width=955 height=535 style="background-image:url(${parameters.imgPath})" valign=top>
- <table border=0 cellspacing=0 cellpadding=0>
- <tr>
- <td width='${parameters.boxX}' height='${parameters.boxY}' style="background-color:transparent;"></td>
- </tr>
- <tr>
- <td style="background-color:transparent;"></td>
- <td style="border-color:${parameters.borderColor}; border-width:${parameters.borderWidth}px; border-style:ridge; background-color:transparent;" width=${parameters.boxWidth} height=${parameters.boxHeight}> </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
|