Changeset 19882 in main for trunk/ibisph-view/src/main/webapp/xslt/html/query/module/builder/SectionSelections.xslt
- Timestamp:
- 02/21/20 09:22:12 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/query/module/builder/SectionSelections.xslt
r19879 r19882 656 656 <div id="selectionMapDialog" class="DialogContent"> 657 657 <div class="InnerCanvas"> 658 <xsl:call-template name=" Graphic.mapContainer">658 <xsl:call-template name="DataViz.mapContainer"> 659 659 <xsl:with-param name="containerID" select="'map'"/> 660 660 </xsl:call-template> … … 664 664 </div> 665 665 666 <xsl:call-template name=" Graphic.selectionMapJavaScript"/>666 <xsl:call-template name="DataViz.selectionMapJavaScript"/> 667 667 <script type="text/javascript"> 668 668 var selectionMapDialog;
Note: See TracChangeset
for help on using the changeset viewer.