Project

General

Profile

« Previous | Next » 

Revision 5812

Added by Jing Tao over 13 years ago

Use workflow id to replace kar xml lsid.

View differences:

searchWorkflowResultset.xsl
82 82
						<xsl:variable name="karXmlDocid">
83 83
                            <xsl:value-of select='./docid'/>
84 84
                        </xsl:variable>
85
                        <xsl:variable name="karXmlLSID">
85
                        <!--<xsl:variable name="karXmlLSID">
86 86
                            <xsl:call-template name="lsid">
87 87
                                <xsl:with-param name="docid" select="$karXmlDocid" />
88 88
                            </xsl:call-template>
89
                        </xsl:variable>
89
                        </xsl:variable>-->
90 90

  
91 91
						<div class="col col1">	
92 92
							<!--<xsl:value-of select='./param[@name="/entity/@name"]' />-->
......
110 110
							<a>
111 111
								<xsl:attribute name="class">underlined</xsl:attribute>
112 112
								<!--<xsl:attribute name="href">./scheduleWorkflowRun.jsp?workflowid=<xsl:value-of select='./param[@name="/entity/property[@name=&apos;entityId&apos;]/@value"]' />&amp;karid=<xsl:value-of select='./param[@name="/entity/property[@name=&apos;karLSID&apos;]/@value"]' />&amp;workflowname=<xsl:value-of select='./param[@name="/entity/@name"]' /></xsl:attribute>-->
113
								<xsl:attribute name="href">./scheduleWorkflowRun.jsp?workflowid=<xsl:value-of select="$karXmlLSID" />&amp;karid=<xsl:value-of select="normalize-space($karLSID)" />&amp;workflowname=<xsl:value-of select='./param[@name="karEntry/karEntryXML/entity/@name"]' /></xsl:attribute>	 
113
								<xsl:attribute name="href">./scheduleWorkflowRun.jsp?workflowid=<xsl:value-of select="$workflowLSID" />&amp;karid=<xsl:value-of select="normalize-space($karLSID)" />&amp;workflowname=<xsl:value-of select='./param[@name="karEntry/karEntryXML/entity/@name"]' /></xsl:attribute>	 
114 114
									 Schedule
115 115
							</a> 
116 116
							<span> | </span>

Also available in: Unified diff