[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 1036, Thu Apr 20 10:57:25 2006 UTC revision 1037, Thu Apr 20 13:50:39 2006 UTC
# Line 14  Line 14 
14          <xsl:include href="subscribe.xsl" />          <xsl:include href="subscribe.xsl" />
15          <xsl:include href="login.xsl" />          <xsl:include href="login.xsl" />
16          <xsl:include href="usertemplates.xsl" />          <xsl:include href="usertemplates.xsl" />
17        <xsl:include href="message.xsl" />
18    
19          <xsl:template match="PAGE">          <xsl:template match="PAGE">
20                  <xsl:variable name="edit">                  <xsl:variable name="edit">
# Line 97  Line 98 
98                                  <a href="usercontroller.cgi?operation=find_user_form" title="Find your cyberspace friends">                                  <a href="usercontroller.cgi?operation=find_user_form" title="Find your cyberspace friends">
99                                      <img src="../images/menu_icon.gif" alt="4" /> Find user</a>                                      <img src="../images/menu_icon.gif" alt="4" /> Find user</a>
100                                  <span class="noDisplay">|</span>                                  <span class="noDisplay">|</span>
101                                    <a href="usercontroller.cgi?operation=send_message_form" title="Mail to your cyberspace friends">
102                                        <img src="../images/menu_icon.gif" alt="5" /> Send message</a>
103                                    <span class="noDisplay">|</span>
104                                    <a href="usercontroller.cgi?operation=receive_messages" title="Inbox">
105                                        <img src="../images/menu_icon.gif" alt="6" /> Inbox</a>
106                                    <span class="noDisplay">|</span>
107    
108    
109                                  <a href="usercontroller.cgi?operation=logout" title="dEventurize me">                                  <a href="usercontroller.cgi?operation=logout" title="dEventurize me">
110                                      <img src="../images/menu_icon.gif" alt="5" /> Log me out</a>                                      <img src="../images/menu_icon.gif" alt="7" /> Log me out</a>
111                                  <span class="noDisplay">|</span>                                  <span class="noDisplay">|</span>
112                                  <a href="usercontroller.cgi?operation=unsubscribe_form" title="I don't want no eVentures no more">                                  <a href="usercontroller.cgi?operation=unsubscribe_form" title="I don't want no eVentures no more">
113                                      <img src="../images/menu_icon.gif" alt="6" /> Unsubscribe</a>                                      <img src="../images/menu_icon.gif" alt="8" /> Unsubscribe</a>
114                                  <span class="noDisplay">|</span>                                  <span class="noDisplay">|</span>
115    
116                                                          </xsl:if>                                                          </xsl:if>
# Line 142  Line 148 
148                              </xsl:if>                              </xsl:if>
149                          </xsl:if>                          </xsl:if>
150                          <xsl:if test="$operation='find_user_form'">                          <xsl:if test="$operation='find_user_form'">
151                              <xsl:if test="$loggedin='no'">                              <xsl:if test="$loggedin='yes'">
152                                  <xsl:call-template name="finduser" />                                  <xsl:call-template name="finduser" />
153                              </xsl:if>                              </xsl:if>
154                          </xsl:if>                          </xsl:if>
155                            <xsl:if test="$operation='send_message_form'">
156                                <xsl:if test="$loggedin='yes'">
157                                    <xsl:call-template name="send_message_form" />
158                                </xsl:if>
159                            </xsl:if>
160                                                  <xsl:if test="$operation='none'">                                                  <xsl:if test="$operation='none'">
161                                                  <xsl:for-each select="CONTENT/MODEL">                                                  <xsl:for-each select="CONTENT/MODEL">
162                                                          <xsl:variable name="model">                                                          <xsl:variable name="model">
# Line 161  Line 172 
172                                                          <xsl:if test="$model='form'">                                                          <xsl:if test="$model='form'">
173                                                                  <xsl:call-template name="form" />                                                                  <xsl:call-template name="form" />
174                                                          </xsl:if>                                                          </xsl:if>
175                                <xsl:if test="$model='message_list'">
176                                    <xsl:call-template name="show_messages" />
177                                </xsl:if>
178                                <xsl:if test="$model='message'">
179                                    <xsl:call-template name="get_message" />
180                                </xsl:if>
181    
182                                                          <xsl:if test="$model='exception'">                                                          <xsl:if test="$model='exception'">
183                                                                  <xsl:call-template name="exception" />                                                                  <xsl:call-template name="exception" />
184                                                          </xsl:if>                                                          </xsl:if>

Legend:
Removed from v.1036  
changed lines
  Added in v.1037

Kevin Pinte

Powered by ViewVC 1.0-dev

ViewVC Help