Changeset 6231 for trunk/centreon/www/include/monitoring/status/status-ndo/templates/serviceSummary.xsl
- Timestamp:
- 08/21/08 15:29:24 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
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>
