Project

General

Profile

« Previous | Next » 

Revision 41480

Repo HI

View differences:

repoApi.xslt
152 152
		<hr />
153 153
		<form class="form-horizontal">
154 154
			<div class="form-group">
155
				<label class="col-sm-3 control-label">Related workflows</label>
156
				<div class="col-sm-9">
157
					<p class="form-control-static">
158
						<xsl:choose>
159
							<xsl:when test="count(//workflows/workflow) = 0">
160
								No workflows							
161
							</xsl:when>
162
							<xsl:otherwise>
163
								<xsl:for-each select="//workflows/workflow">
164
									<a href="workflows.do#/wf/{@id}"><xsl:value-of select="@name" /></a><br />
165
									<xsl:if test="@description">
166
										<span class="small text-muted">
167
											<xsl:value-of select="@description"/>
168
										</span>
169
									</xsl:if>
170
								</xsl:for-each>
171
							</xsl:otherwise>
172
						</xsl:choose>
173
					</p>
174
				</div>
175
			</div>
176
			
177
			<div class="form-group">
155 178
				<div class="col-sm-offset-3 col-sm-9">
156 179
					<xsl:variable name="definitiveCompliance">
157 180
						<xsl:choose>

Also available in: Unified diff