Changeset 22751 in main
- Timestamp:
- 03/24/21 18:11:23 (3 weeks ago)
- Location:
- trunk/ibisph-view/src/main/webapp/xslt/html
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/ContentContainer.xslt
r22707 r22751 393 393 394 394 395 396 395 <xsl:template name="ContentContainer.title" 397 396 ibis:doc="Builds a title heading if specified. IF there is a title it -
trunk/ibisph-view/src/main/webapp/xslt/html/HTMLContentPage.xslt
r22707 r22751 57 57 ibis:doc="HTML API template implementation that provides the HTML page's 'keyword' meta tag text. Defaults to the 'HTML_CONTENT/KEYWORDS' element." 58 58 /> 59 <xsl:param name="Page.htmlClass" select="HTML_CONTENT/HTML_CLASS" 59 <xsl:param name="Page.htmlClass" 60 select="if(0 != string-length(HTML_CONTENT/HTML_CLASS)) then HTML_CONTENT/HTML_CLASS else 'StaticContent'" 60 61 ibis:doc="ability to specify the main html css class." 61 62 /> -
trunk/ibisph-view/src/main/webapp/xslt/html/community/indicators/Page.xslt
r22683 r22751 190 190 191 191 192 193 192 <xsl:template name="Page.indicatorProfileRow" 194 193 ibis:doc="Handles the xml/community/DIMENSION.xml type file. Which is of … … 253 252 </xsl:stylesheet> 254 253 <!-- ============================= End of File ============================= --> 255 -
trunk/ibisph-view/src/main/webapp/xslt/html/topic/HTMLContentPage.xslt
r22463 r22751 131 131 132 132 <xsl:template match="ibis:SelectionsContentBlock" mode="ibis.copy"> 133 <xsl:param 133 <xsl:param name="topicName" select="@topicName"/> 134 134 135 135 <section id="{@id}" class="Container"> … … 150 150 </xsl:for-each> 151 151 </ul> 152 <button>Show All</button> 152 153 </xsl:if> 153 154 </xsl:when>
Note: See TracChangeset
for help on using the changeset viewer.