[nmstools-cvs] src/lib vrfref-html.xsl.in,1.1.1.1,1.2
Brought to you by:
ssinyagin
|
From: Michel H. <mi...@us...> - 2002-12-17 10:25:23
|
Update of /cvsroot/nmstools/src/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv13672
Modified Files:
vrfref-html.xsl.in
Log Message:
RD added to overview
Index: vrfref-html.xsl.in
===================================================================
RCS file: /cvsroot/nmstools/src/lib/vrfref-html.xsl.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** vrfref-html.xsl.in 9 Aug 2002 12:45:12 -0000 1.1.1.1
--- vrfref-html.xsl.in 17 Dec 2002 10:25:17 -0000 1.2
***************
*** 24,27 ****
--- 24,30 ----
Revision history:
$Log$
+ Revision 1.2 2002/12/17 10:25:17 mihahn
+ RD added to overview
+
Revision 1.1.1.1 2002/08/09 12:45:12 ssinyagin
Fisrt SourceForge Import
***************
*** 64,67 ****
--- 67,73 ----
<TH><xsl:text disable-output-escaping = "yes">&nbsp;&nbsp;</xsl:text>
</TH>
+ <TH>RD</TH>
+ <TH><xsl:text disable-output-escaping = "yes">&nbsp;&nbsp;</xsl:text>
+ </TH>
<TH>Nodes</TH>
</TR>
***************
*** 70,77 ****
--- 76,86 ----
<TD><A HREF="#vrf_{@name}"><xsl:value-of select="@name"/></A></TD>
<TD></TD>
+ <TD><xsl:value-of select="@def_rd"/></TD>
+ <TD></TD>
<TD><xsl:value-of select="count(node)"/></TD>
</TR>
</xsl:for-each>
</TABLE>
+
<xsl:for-each select="vrf">
|