Changeset 6221
- Timestamp:
- 08/21/08 13:56:49 (3 months ago)
- Location:
- trunk/centreon/www/include/monitoring/status/status-ndo/templates
- Files:
-
- 3 modified
-
serviceSummary.xsl (modified) (5 diffs)
-
serviceSummaryByHG.xsl (modified) (5 diffs)
-
serviceSummaryBySG.xsl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/centreon/www/include/monitoring/status/status-ndo/templates/serviceSummary.xsl
r6124 r6221 47 47 <xsl:element name="a"> 48 48 <xsl:attribute name="href">main.php?o=svc_ok&p=2020202&host_name=<xsl:value-of select="hn"/></xsl:attribute> 49 <xsl:value-of select="sk"/> OK49 <xsl:value-of select="sk"/> OK 50 50 </xsl:element> 51 51 </span>  … … 58 58 <xsl:element name="a"> 59 59 <xsl:attribute name="href">main.php?o=svc_warning&p=2020202&host_name=<xsl:value-of select="hn"/></xsl:attribute> 60 <xsl:value-of select="sw"/> WARNING60 <xsl:value-of select="sw"/> WARNING 61 61 </xsl:element> 62 62 </span>  … … 69 69 <xsl:element name="a"> 70 70 <xsl:attribute name="href">main.php?o=svc_critical&p=2020202&host_name=<xsl:value-of select="hn"/></xsl:attribute> 71 <xsl:value-of select="sc"/> CRITICAL71 <xsl:value-of select="sc"/> CRITICAL 72 72 </xsl:element> 73 73 </span>  … … 80 80 <xsl:element name="a"> 81 81 <xsl:attribute name="href">main.php?o=svc_unknown&p=2020202&host_name=<xsl:value-of select="hn"/></xsl:attribute> 82 <xsl:value-of select="su"/> UNKNOWN82 <xsl:value-of select="su"/> UNKNOWN 83 83 </xsl:element> 84 84 </span>  … … 91 91 <xsl:element name="a"> 92 92 <xsl:attribute name="href">main.php?o=svc_pending&p=2020202&host_name=<xsl:value-of select="hn"/></xsl:attribute> 93 <xsl:value-of select="sp"/> PENDING93 <xsl:value-of select="sp"/> PENDING 94 94 </xsl:element> 95 95 </span> -
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> -
trunk/centreon/www/include/monitoring/status/status-ndo/templates/serviceSummaryBySG.xsl
r6124 r6221 64 64 <xsl:element name="a"> 65 65 <xsl:attribute name="href">main.php?o=svc_ok&p=2020202&host_name=<xsl:value-of select="hn"/></xsl:attribute> 66 <xsl:value-of select="sk"/> OK66 <xsl:value-of select="sk"/> OK 67 67 </xsl:element> 68 68 </span>  … … 75 75 <xsl:element name="a"> 76 76 <xsl:attribute name="href">main.php?o=svc_warning&p=2020202&host_name=<xsl:value-of select="hn"/></xsl:attribute> 77 <xsl:value-of select="sw"/> WARNING77 <xsl:value-of select="sw"/> WARNING 78 78 </xsl:element> 79 79 </span>  … … 86 86 <xsl:element name="a"> 87 87 <xsl:attribute name="href">main.php?o=svc_critical&p=2020202&host_name=<xsl:value-of select="hn"/></xsl:attribute> 88 <xsl:value-of select="sc"/> CRITICAL88 <xsl:value-of select="sc"/> CRITICAL 89 89 </xsl:element> 90 90 </span>  … … 97 97 <xsl:element name="a"> 98 98 <xsl:attribute name="href">main.php?o=svc_unknown&p=2020202&host_name=<xsl:value-of select="hn"/></xsl:attribute> 99 <xsl:value-of select="su"/> UNKNOWN99 <xsl:value-of select="su"/> UNKNOWN 100 100 </xsl:element> 101 101 </span>  … … 108 108 <xsl:element name="a"> 109 109 <xsl:attribute name="href">main.php?o=svc_pending&p=2020202&host_name=<xsl:value-of select="hn"/></xsl:attribute> 110 <xsl:value-of select="sp"/> PENDING110 <xsl:value-of select="sp"/> PENDING 111 111 </xsl:element> 112 112 </span>
