<table mo:type="ProcessBlock" mo:name="${blockName}" mo:needsInit="${needsInit}"
mo:props="selectionColor:'${selectionColor}', warnColor:'${warnColor}',
recordManip:${recordManip} " >
<xsl:for-each select="/root/${dataRequestName}/item">
<tr mo:type="ProcessRecord">
<td>
<input name="px_recstat" type="hidden" />
<input name="__selection" type="checkbox" value="checked" onclick="PMgr.toggleSelection(this);"/>
</td>
</tr>
</xsl:for-each>
</table>
|