/[classpath]/gjdoc/src/resources/doctranslets/html/deprecated.xsl
ViewVC logotype

Diff of /gjdoc/src/resources/doctranslets/html/deprecated.xsl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by julian, Tue Nov 23 20:56:11 2004 UTC revision 1.2 by julian, Thu Nov 25 14:40:20 2004 UTC
# Line 56  Line 56 
56          </xsl:call-template>          </xsl:call-template>
57          <xsl:call-template name="include_common"/>          <xsl:call-template name="include_common"/>
58        </head>        </head>
59        <body class="classdoc" onload="top.document.title=document.title;">        <body class="classdoc" onload="top.contentPageLoaded();">
60                    
61          <!-- Top Navigation Bar -->          <!-- Top Navigation Bar -->
62          <xsl:call-template name="output_navbar">          <xsl:call-template name="output_navbar">
# Line 67  Line 67 
67            <xsl:with-param name="p_show_full_tree" select="1"/>            <xsl:with-param name="p_show_full_tree" select="1"/>
68            <xsl:with-param name="p_show_index" select="1"/>            <xsl:with-param name="p_show_index" select="1"/>
69            <xsl:with-param name="p_show_help" select="1"/>            <xsl:with-param name="p_show_help" select="1"/>
           <xsl:with-param name="p_top" select="1"/>  
70            <xsl:with-param name="p_show_deprecated" select="0"/>            <xsl:with-param name="p_show_deprecated" select="0"/>
71              <xsl:with-param name="p_curr_deprecated" select="1"/>
72              <xsl:with-param name="p_top" select="1"/>
73          </xsl:call-template>          </xsl:call-template>
74    
75          <h1 class="classdoc-header">Deprecated API</h1>          <div class="pagebody">
76    
77            <h1 class="classdoc-title">Deprecated API</h1>
78    
79          <xsl:choose>          <xsl:choose>
80            <xsl:when test="gjdoc:rootdoc/gjdoc:hasDeprecatedInterfaces or gjdoc:rootdoc/gjdoc:hasDeprecatedClasses or gjdoc:rootdoc/gjdoc:hasDeprecatedExceptions or gjdoc:rootdoc/gjdoc:hasDeprecatedErrors or gjdoc:rootdoc/gjdoc:rootdoc/gjdoc:hasDeprecatedMethods or gjdoc:rootdoc/gjdoc:hasDeprecatedFields">            <xsl:when test="gjdoc:rootdoc/gjdoc:hasDeprecatedInterfaces or gjdoc:rootdoc/gjdoc:hasDeprecatedClasses or gjdoc:rootdoc/gjdoc:hasDeprecatedExceptions or gjdoc:rootdoc/gjdoc:hasDeprecatedErrors or gjdoc:rootdoc/gjdoc:rootdoc/gjdoc:hasDeprecatedMethods or gjdoc:rootdoc/gjdoc:hasDeprecatedFields">
# Line 213  Line 216 
216            <xsl:with-param name="p_show_index" select="1"/>            <xsl:with-param name="p_show_index" select="1"/>
217            <xsl:with-param name="p_show_help" select="1"/>            <xsl:with-param name="p_show_help" select="1"/>
218            <xsl:with-param name="p_show_deprecated" select="0"/>            <xsl:with-param name="p_show_deprecated" select="0"/>
219              <xsl:with-param name="p_curr_deprecated" select="1"/>
220            <xsl:with-param name="p_top" select="0"/>            <xsl:with-param name="p_top" select="0"/>
221          </xsl:call-template>          </xsl:call-template>
222    
223            </div>
224        </body>        </body>
225      </html>      </html>
226    </xsl:template>    </xsl:template>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26