[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 1813, Thu May 25 13:35:34 2006 UTC revision 1814, Thu May 25 13:45:49 2006 UTC
# Line 140  Line 140 
140                                  <a href="usercontroller.cgi?operation=send_message_form" title="Contact your cyberspace friends">                                  <a href="usercontroller.cgi?operation=send_message_form" title="Contact your cyberspace friends">
141                                      <img src="../images/menu_icon.gif" alt="8" /> Send message</a>                                      <img src="../images/menu_icon.gif" alt="8" /> Send message</a>
142                                  <span class="noDisplay">|</span>                                  <span class="noDisplay">|</span>
143                                    <a href="configcontroller.cgi?operation=change_permission_form" title="Request permission change">
144                                        <img src="../images/menu_icon.gif" alt="9" /> Permission request</a>
145                                    <span class="noDisplay">|</span>
146                                  <a href="usercontroller.cgi?operation=logout" title="dEventurize me">                                  <a href="usercontroller.cgi?operation=logout" title="dEventurize me">
147                                      <img src="../images/menu_icon.gif" alt="7" /> Log me out</a>                                      <img src="../images/menu_icon.gif" alt="10" /> Log me out</a>
148                                  <span class="noDisplay">|</span>                                  <span class="noDisplay">|</span>
149                                  <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">
150                                      <img src="../images/menu_icon.gif" alt="8" /> Unsubscribe</a>                                      <img src="../images/menu_icon.gif" alt="11" /> Unsubscribe</a>
151                                  <span class="noDisplay">|</span>                                  <span class="noDisplay">|</span>
152                              </xsl:if>                              </xsl:if>
153                          </div>                          </div>
# Line 199  Line 202 
202                                  <xsl:call-template name="unsubscribe" />                                  <xsl:call-template name="unsubscribe" />
203                              </xsl:if>                              </xsl:if>
204                          </xsl:if>                          </xsl:if>
205                                                                                                            <xsl:if test="$operation='permission_form'">
206                                                                                                                    <xsl:call-template name="levelrequest" />
207                                                                                                            </xsl:if>
208                          <xsl:if test="$operation='user_keyword_form'">                          <xsl:if test="$operation='user_keyword_form'">
209                              <xsl:call-template name="keywordsdispatch">                              <xsl:call-template name="keywordsdispatch">
210                                  <xsl:with-param name="edit">                                  <xsl:with-param name="edit">

Legend:
Removed from v.1813  
changed lines
  Added in v.1814

Kevin Pinte

Powered by ViewVC 1.0-dev

ViewVC Help