Changeset 6221 for trunk/centreon/www/include/monitoring/status/status-ndo/templates/serviceSummaryByHG.xsl
- Timestamp:
- 08/21/08 13:56:49 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/centreon/www/include/monitoring/status/status-ndo/templates/serviceSummaryByHG.xsl
r6124 r6221 65 65 <xsl:element name="a"> 66 66 <xsl:attribute name="href">main.php?o=svc_ok&p=2020202&host_name=<xsl:value-of select="hn"/></xsl:attribute> 67 <xsl:value-of select="sk"/> OK67 <xsl:value-of select="sk"/> OK 68 68 </xsl:element> 69 69 </span>  … … 76 76 <xsl:element name="a"> 77 77 <xsl:attribute name="href">main.php?o=svc_warning&p=2020202&host_name=<xsl:value-of select="hn"/></xsl:attribute> 78 <xsl:value-of select="sw"/> WARNING78 <xsl:value-of select="sw"/> WARNING 79 79 </xsl:element> 80 80 </span>  … … 87 87 <xsl:element name="a"> 88 88 <xsl:attribute name="href">main.php?o=svc_critical&p=2020202&host_name=<xsl:value-of select="hn"/></xsl:attribute> 89 <xsl:value-of select="sc"/> CRITICAL89 <xsl:value-of select="sc"/> CRITICAL 90 90 </xsl:element> 91 91 </span>  … … 98 98 <xsl:element name="a"> 99 99 <xsl:attribute name="href">main.php?o=svc_unknown&p=2020202&host_name=<xsl:value-of select="hn"/></xsl:attribute> 100 <xsl:value-of select="su"/> UNKNOWN100 <xsl:value-of select="su"/> UNKNOWN 101 101 </xsl:element> 102 102 </span>  … … 109 109 <xsl:element name="a"> 110 110 <xsl:attribute name="href">main.php?o=svc_pending&p=2020202&host_name=<xsl:value-of select="hn"/></xsl:attribute> 111 <xsl:value-of select="sp"/> PENDING111 <xsl:value-of select="sp"/> PENDING 112 112 </xsl:element> 113 113 </span>
