[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 1274, Tue Apr 25 11:45:50 2006 UTC revision 1275, Tue Apr 25 12:05:49 2006 UTC
# Line 236  Line 236 
236                                  </xsl:with-param>                                  </xsl:with-param>
237                              </xsl:call-template>                              </xsl:call-template>
238                          </xsl:if>                          </xsl:if>
239                            <xsl:if test="$operation='inbox'">
240                                <xsl:call-template name="show_messages">
241                                    <xsl:with-param name="box">
242                                        <xsl:value-of select="$operation" />
243                                    </xsl:with-param>
244                                </xsl:call-template>
245                            </xsl:if>
246                            <xsl:if test="$operation='outbox'">
247                                <xsl:call-template name="show_messages">
248                                    <xsl:with-param name="box">
249                                        <xsl:value-of select="$operation" />
250                                    </xsl:with-param>
251                                </xsl:call-template>
252                            </xsl:if>
253    
254    
255                          <xsl:if test="$operation='none'">                          <xsl:if test="$operation='none'">
256                              <xsl:for-each select="CONTENT/MODEL">                              <xsl:for-each select="CONTENT/MODEL">

Legend:
Removed from v.1274  
changed lines
  Added in v.1275

Kevin Pinte

Powered by ViewVC 1.0-dev

ViewVC Help