Changeset 1028

Show
Ignore:
Timestamp:
10/29/08 07:51:08 (2 months ago)
Author:
garth
Message:

view webapp - put in a partial fix so that multiple indicators will not break the phom report.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/view/webapp/xslt/html/phom/profile/SiteSpecific.xslt

    r467 r1028  
    3434        </ibis:doc> 
    3535 
    36  
     36        <!-- IMPORTANT NOTE: The current indicator is KEY and 1 and only 1 can exist 
     37                in the selection file. 
     38        --> 
    3739        <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]
    3941                ibis:doc="Used to build the left nav menu with the appropriate prev/next buttons." 
    4042        />