Changeset 1017
- Timestamp:
- 09/20/06 15:08:08
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1016 r1017 3861 3861 <td><xsl:value-of select="end/shortdate"/> <xsl:value-of select="end/time"/></td> 3862 3862 <td><xsl:apply-templates select="scheduleMethod"/></td> 3863 <td><xsl:value-of select="requestStatus"/></td> 3863 <td> 3864 <xsl:choose> 3865 <xsl:when test="scheduleState=0"><em>unprocessed</em></xsl:when> 3866 <xsl:otherwise>processed</xsl:otherwise> 3867 </xsl:choose> 3868 </td> 3864 3869 </tr> 3865 3870 </xsl:for-each>
