Changeset 6231
- Timestamp:
- 08/21/08 15:29:24 (3 months ago)
- Location:
- trunk/centreon/www/include/monitoring/status/status-ndo/templates
- Files:
-
- 5 modified
-
serviceGrid.xsl (modified) (2 diffs)
-
serviceGridByHG.xsl (modified) (1 diff)
-
serviceSchedule.xsl (modified) (1 diff)
-
serviceSummary.xsl (modified) (3 diffs)
-
serviceSummaryByHG.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/centreon/www/include/monitoring/status/status-ndo/templates/serviceGrid.xsl
r6124 r6231 23 23 </xsl:element> 24 24 </td> 25 <td class="ListColLeft" style="white-space:nowrap; ">25 <td class="ListColLeft" style="white-space:nowrap;width:37px;"> 26 26 <span> 27 27 <xsl:element name="a"> … … 34 34 </span> 35 35 <xsl:element name="a"> 36 <xsl:attribute name="href">main.php?p=4 0210&host_name=<xsl:value-of select="hn"/></xsl:attribute>36 <xsl:attribute name="href">main.php?p=4&mode=0&svc_id=<xsl:value-of select="hn"/></xsl:attribute> 37 37 <xsl:element name="img"> 38 38 <xsl:attribute name="src">./img/icones/16x16/column-chart.gif</xsl:attribute> -
trunk/centreon/www/include/monitoring/status/status-ndo/templates/serviceGridByHG.xsl
r6124 r6231 42 42 </xsl:element> 43 43 <xsl:element name="a"> 44 <xsl:attribute name="href">main.php?p=4 0210&host_name=<xsl:value-of select="hn"/></xsl:attribute>44 <xsl:attribute name="href">main.php?p=4&mode=0&svc_id=<xsl:value-of select="hn"/></xsl:attribute> 45 45 <xsl:element name="img"> 46 46 <xsl:attribute name="src">./img/icones/16x16/column-chart.gif</xsl:attribute> -
trunk/centreon/www/include/monitoring/status/status-ndo/templates/serviceSchedule.xsl
r5226 r6231 92 92 <td class="ListColRight"> 93 93 <xsl:element name="a"> 94 <xsl:attribute name="href">main.php?p=4 0207&host_name=<xsl:value-of select="hn"/>&service_description=<xsl:value-of select="sd"/>&submitC=Grapher</xsl:attribute>94 <xsl:attribute name="href">main.php?p=4&mode=0&svc_id=<xsl:value-of select="hn"/>&service_description=<xsl:value-of select="sd"/>&submitC=Grapher</xsl:attribute> 95 95 <xsl:element name="img"> 96 96 <xsl:attribute name="src">./img/icones/16x16/column-chart.gif</xsl:attribute> -
trunk/centreon/www/include/monitoring/status/status-ndo/templates/serviceSummary.xsl
r6221 r6231 12 12 <xsl:attribute name="id">trStatus</xsl:attribute> 13 13 <xsl:attribute name="class"><xsl:value-of select="@class" /></xsl:attribute> 14 <td >14 <td class="ListColLeft"> 15 15 <xsl:element name="a"> 16 16 <xsl:attribute name="href">main.php?p=201&o=hd&host_name=<xsl:value-of select="hn"/></xsl:attribute> … … 19 19 </xsl:element> 20 20 </td> 21 <td >21 <td class="ListColLeft" style="white-space:nowrap;width:37px;"> 22 22 <xsl:element name="a"> 23 23 <xsl:attribute name="href">main.php?o=svc&p=20201&host_name=<xsl:value-of select="hn"/></xsl:attribute> … … 27 27 </xsl:element> 28 28 <xsl:element name="a"> 29 <xsl:attribute name="href">main.php?p=4 0210&host_name=<xsl:value-of select="hn"/></xsl:attribute>29 <xsl:attribute name="href">main.php?p=4&mode=0&svc_id=<xsl:value-of select="hn"/></xsl:attribute> 30 30 <xsl:element name="img"> 31 31 <xsl:attribute name="src">./img/icones/16x16/column-chart.gif</xsl:attribute> -
trunk/centreon/www/include/monitoring/status/status-ndo/templates/serviceSummaryByHG.xsl
r6221 r6231 43 43 </xsl:element> 44 44 <xsl:element name="a"> 45 <xsl:attribute name="href">main.php?p=4 0210&host_name=<xsl:value-of select="hn"/></xsl:attribute>45 <xsl:attribute name="href">main.php?p=4&mode=0&svc_id=<xsl:value-of select="hn"/></xsl:attribute> 46 46 <xsl:element name="img"> 47 47 <xsl:attribute name="src">./img/icones/16x16/column-chart.gif</xsl:attribute>
