[se4_repository] / trunk / source / layout / page.xsl Repository:
ViewVC logotype

Diff of /trunk/source/layout/page.xsl

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

revision 1181, Sun Apr 23 19:16:57 2006 UTC revision 1182, Sun Apr 23 19:22:11 2006 UTC
# Line 268  Line 268 
268                                  <xsl:if test="$model='comment_list'">                                  <xsl:if test="$model='comment_list'">
269                                      <xsl:call-template name="show_comments" />                                      <xsl:call-template name="show_comments" />
270                                  </xsl:if>                                  </xsl:if>
271                                    <xsl:if test="$model='subscription_list'">
272                                        <xsl:call-template name="show_subscriptions" />
273                                    </xsl:if>
274    
275                                  <xsl:if test="$model='message'">                                  <xsl:if test="$model='message'">
276                                      <xsl:call-template name="get_message" />                                      <xsl:call-template name="get_message" />
277                                  </xsl:if>                                  </xsl:if>

Legend:
Removed from v.1181  
changed lines
  Added in v.1182

Kevin Pinte

Powered by ViewVC 1.0-dev

ViewVC Help