Changeset 1028
- Timestamp:
- 10/29/08 07:51:08 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/view/webapp/xslt/html/phom/profile/SiteSpecific.xslt
r467 r1028 34 34 </ibis:doc> 35 35 36 36 <!-- IMPORTANT NOTE: The current indicator is KEY and 1 and only 1 can exist 37 in the selection file. 38 --> 37 39 <xsl:variable name="SiteSpecific.currentPage" 38 select="document('../../phom/page_selections.xml', /)/SELECTIONS/SELECTION[NAME=$indicator/NAME] "40 select="document('../../phom/page_selections.xml', /)/SELECTIONS/SELECTION[NAME=$indicator/NAME][1]" 39 41 ibis:doc="Used to build the left nav menu with the appropriate prev/next buttons." 40 42 />