Foto-Lichtbild-Themen

Aus Data-Wiki
<dfl:part name="Foto-Lichtbild-Themen">
			<dfl:choose>
				<!-- Spalte D -->
				<dfl:when test="self::a8450 and ancestor::obj[a5220[ri=.*fotografie]] and not(ancestor::que)"> </dfl:when>
				<!-- Spalte E -->
				<dfl:when test="not(ancestor::obj[a5220[ri=.*fotografie]]) and not(a8408) and not(ancestor::que)"> </dfl:when>
				<!-- Spalte F -->
				<dfl:when test="not(ancestor::obj[a5220[ri=.*fotografie]]) and a8408 and fto and not(ancestor::que)">
					<dfl:for-each select="./fto[a5500|a5550|a5560]">
						<li>
							<span class="gridLeft">Themen:</span>
							<span class="gridRight">
								<dfl:for-each select="a5500">
									<dfl:choose>
										<dfl:when test="position()=1">
											<dfl:wrap>{{Ikonographie: {self::a5500}} * {a5502}}</dfl:wrap>
										</dfl:when>
										<dfl:otherwise>
											<dfl:wrap>{{self::a5500} * {a5502}}</dfl:wrap>
										</dfl:otherwise>
									</dfl:choose>
									<dfl:if test="position()!=last()">
										<br/>
									</dfl:if>
								</dfl:for-each>
								<dfl:if test="a5500 and a5550|a5560">
									<br/>
								</dfl:if>
								<dfl:for-each select="(self::obj[a5550])[last()]/a5550">
									<dfl:wrap>{{Zeitbezug: {self::a5550}} * {a5552}}</dfl:wrap>
									<dfl:if test="position()!=last()">
										<br/>
									</dfl:if>
								</dfl:for-each>
								<dfl:if test="a5550 and a5560">
									<br/>
								</dfl:if>
								<dfl:for-each select="(self::obj[a5560])[last()]/a5560">
									<dfl:wrap>{{Lokalbezug: {self::a5560}} * {a5562}}</dfl:wrap>
									<dfl:if test="position()!=last()">
										<br/>
									</dfl:if>
								</dfl:for-each>
							</span>
						</li>
					</dfl:for-each>
				</dfl:when>
				<!-- Spalte G -->
				<dfl:when test="ancestor::que"> </dfl:when>
			</dfl:choose>
		</dfl:part>