| 13 |
<xsl:include href="exception.xsl" /> |
<xsl:include href="exception.xsl" /> |
| 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" /> |
| 17 |
|
|
| 18 |
<xsl:template match="PAGE"> |
<xsl:template match="PAGE"> |
| 19 |
<xsl:variable name="edit"> |
<xsl:variable name="edit"> |
| 62 |
Main menu |
Main menu |
| 63 |
</h1> |
</h1> |
| 64 |
<div class="menuGroup"> |
<div class="menuGroup"> |
| 65 |
<a href="index.html" title="What's up today?"><img src="../images/menu_icon.gif" alt="1" /> Today</a><span class="noDisplay"> | </span> |
<a href="usercontroller.cgi" title="What's up today?"><img src="../images/menu_icon.gif" alt="1" /> Today</a><span class="noDisplay"> | </span> |
| 66 |
<a href="index.html" title="Show me the calendar!"><img src="../images/menu_icon.gif" alt="2" /> Calendar</a><span class="noDisplay"> | </span> |
<a href="usercontroller.cgi" title="Show me the calendar!"><img src="../images/menu_icon.gif" alt="2" /> Calendar</a><span class="noDisplay"> | </span> |
| 67 |
<a href="index.html" title="Show me the events!"><img src="../images/menu_icon.gif" alt="3" /> Events</a><span class="noDisplay"> | </span> |
<a href="usercontroller.cgi" title="Show me the events!"><img src="../images/menu_icon.gif" alt="3" /> Events</a><span class="noDisplay"> | </span> |
| 68 |
<a href="index.html" title="I want users!"><img src="../images/menu_icon.gif" alt="4" /> Users</a><span class="noDisplay"> | </span> |
<a href="usercontroller.cgi" title="I want users!"><img src="../images/menu_icon.gif" alt="4" /> Users</a><span class="noDisplay"> | </span> |
| 69 |
</div> |
</div> |
| 70 |
|
|
| 71 |
<h1> |
<h1> |
| 77 |
<a href="usercontroller.cgi?operation=login_form" title="eVenturize me!"> |
<a href="usercontroller.cgi?operation=login_form" title="eVenturize me!"> |
| 78 |
<img src="../images/menu_icon.gif" alt="1" />Log me in</a> |
<img src="../images/menu_icon.gif" alt="1" />Log me in</a> |
| 79 |
<span class="noDisplay">|</span> |
<span class="noDisplay">|</span> |
| 80 |
|
<a href="usercontroller.cgi?operation=lost_password_form" title="Help me!"> |
| 81 |
|
<img src="../images/menu_icon.gif" alt="2" /> Lost password</a> |
| 82 |
|
<span class="noDisplay">|</span> |
| 83 |
|
|
| 84 |
</xsl:if> |
</xsl:if> |
| 85 |
<xsl:if test="$loggedin='yes'"> |
<xsl:if test="$loggedin='yes'"> |
| 86 |
<a href="usercontroller.cgi?operation=edit_user_form" title="Edit my stuff"> |
<a href="usercontroller.cgi?operation=edit_user_form" title="Edit my stuff"> |
| 87 |
<img src="../images/menu_icon.gif" alt="1" />Edit preferences</a> |
<img src="../images/menu_icon.gif" alt="1" />Edit preferences</a> |
| 88 |
<span class="noDisplay">|</span> |
<span class="noDisplay">|</span> |
| 89 |
|
<a href="usercontroller.cgi?operation=change_password_form" title="Edit yout magic word"> |
| 90 |
|
<img src="../images/menu_icon.gif" alt="2" /> Change password</a> |
| 91 |
|
<span class="noDisplay">|</span> |
| 92 |
|
|
| 93 |
<a href="usercontroller.cgi?operation=logout" title="dEventurize me"> |
<a href="usercontroller.cgi?operation=logout" title="dEventurize me"> |
| 94 |
<img src="../images/menu_icon.gif" alt="2" />Log me out</a> |
<img src="../images/menu_icon.gif" alt="3" /> Log me out</a> |
| 95 |
|
<span class="noDisplay">|</span> |
| 96 |
|
<a href="usercontroller.cgi?operation=unsubscribe_form" title="I don't want no eVentures no more"> |
| 97 |
|
<img src="../images/menu_icon.gif" alt="4" /> Unsubscribe</a> |
| 98 |
<span class="noDisplay">|</span> |
<span class="noDisplay">|</span> |
| 99 |
</xsl:if> |
</xsl:if> |
| 100 |
</div> |
</div> |
| 119 |
<xsl:if test="$operation='subscribe_form'"> |
<xsl:if test="$operation='subscribe_form'"> |
| 120 |
<xsl:call-template name="subscribe" /> |
<xsl:call-template name="subscribe" /> |
| 121 |
</xsl:if> |
</xsl:if> |
| 122 |
|
<xsl:if test="$operation='lost_password_form'"> |
| 123 |
|
<xsl:call-template name="lostpass" /> |
| 124 |
|
</xsl:if> |
| 125 |
|
<xsl:if test="$operation='change_password_form'"> |
| 126 |
|
<xsl:call-template name="changepass" /> |
| 127 |
|
</xsl:if> |
| 128 |
<xsl:if test="$operation='login_form'"> |
<xsl:if test="$operation='login_form'"> |
| 129 |
<xsl:if test="$loggedin='no'"> |
<xsl:if test="$loggedin='no'"> |
| 130 |
<xsl:call-template name="login" /> |
<xsl:call-template name="login" /> |