Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Tue, Nov 11, 1:24 AM

in-portal

Index: trunk/themes/default2007/platform/elements/menu.tpl
===================================================================
--- trunk/themes/default2007/platform/elements/menu.tpl (revision 8452)
+++ trunk/themes/default2007/platform/elements/menu.tpl (revision 8453)
@@ -1,35 +1,35 @@
<table>
<tr>
<!-- menu: Home -->
- <inp2:m_DefineElement name="menu_href">
+ <inp2:m_DefineElement name="menu_href1">
<inp2:m_Link template="index" m_cat_id="0"/>
</inp2:m_DefineElement>
- <inp2:m_RenderElement name="menu_href" strip_nl="2" result_to_var="menu_href"/>
-
- <inp2:m_DefineElement name="menu_title">
+ <inp2:m_RenderElement name="menu_href1" strip_nl="2" result_to_var="menu_href"/>
+
+ <inp2:m_DefineElement name="menu_title1">
[Home]
</inp2:m_DefineElement>
- <inp2:m_RenderElement name="menu_title" strip_nl="2" result_to_var="menu_title"/>
-
+ <inp2:m_RenderElement name="menu_title1" strip_nl="2" result_to_var="menu_title"/>
+
<inp2:m_IsActive template="index" result_to_var="current"/>
<inp2:m_RenderElement name="__this__" design="menu_element"/>
<!-- // menu: Home -->
-
+
<inp2:m_ModuleInclude template="elements/menu"/>
-
+
<!-- menu: My Account -->
- <inp2:m_DefineElement name="menu_href">
- <inp2:m_Link template="platform/my_account/my_profile" m_cat_id="0"/>
+ <inp2:m_DefineElement name="menu_href10">
+ <inp2:m_Link template="platform/my_account/my_account" m_cat_id="0"/>
</inp2:m_DefineElement>
- <inp2:m_RenderElement name="menu_href" strip_nl="2" result_to_var="menu_href"/>
-
- <inp2:m_DefineElement name="menu_title">
+ <inp2:m_RenderElement name="menu_href10" strip_nl="2" result_to_var="menu_href"/>
+
+ <inp2:m_DefineElement name="menu_title10">
[My Account]
</inp2:m_DefineElement>
- <inp2:m_RenderElement name="menu_title" strip_nl="2" result_to_var="menu_title"/>
-
+ <inp2:m_RenderElement name="menu_title10" strip_nl="2" result_to_var="menu_title"/>
+
<inp2:m_IsActive template="platform/my_account" result_to_var="current"/>
<inp2:m_RenderElement name="__this__" design="menu_element"/>
<!-- // menu: My Account -->
</tr>
</table>
Property changes on: trunk/themes/default2007/platform/elements/menu.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1
\ No newline at end of property
+1.2
\ No newline at end of property
Index: trunk/themes/default2007/platform/elements/side_boxes/login.tpl
===================================================================
--- trunk/themes/default2007/platform/elements/side_boxes/login.tpl (revision 8452)
+++ trunk/themes/default2007/platform/elements/side_boxes/login.tpl (revision 8453)
@@ -1,62 +1,62 @@
<inp2:m_DefineElement name="header">
<inp2:m_phrase name="lu_title_LoginBox"/>
</inp2:m_DefineElement>
<inp2:m_RenderElement name="header" strip_nl="2" result_to_var="header"/>
<inp2:m_if check="m_LoggedIn">
<table width="100%" style="border-width: 0px;">
<tr>
<td colspan="2">
- <inp2:m_Phrase label="lu_comm_Welcome"/>,<br /><inp2:u_Field name="FirstName"/> <inp2:u_Field name="LastName"/><br/>
- <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" alt="" width="5" height="5" border="0" /><br />
+ <inp2:m_Phrase label="lu_comm_Welcome"/>,<br />
+ <a href="<inp2:m_Link template="platform/my_account/my_profile" m_cat_id="0"/>"><inp2:u_Field name="FirstName"/> <inp2:u_Field name="LastName"/></a><br />
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" alt="" width="5" height="5" border="0" /><br />
</td>
</tr>
<inp2:m_RenderElement name="box_element" template="platform/my_account/my_profile" title="lu_MyProfile"/>
<inp2:m_RenderElement name="box_element" template="platform/my_account/my_favorites" title="lu_MyFavorites"/>
<inp2:m_RenderElement name="box_element" template="platform/my_account/my_preferences" title="lu_MyPreferences"/>
-
+
<tr>
<td>-</td>
<td>
<a href="<inp2:u_LogoutLink/>"><inp2:m_Phrase label="lu_comm_Logout"/></a>
</td>
</tr>
-
+
<tr>
<td colspan="2">
<strong><inp2:m_phrase name="lu_section_MyItems"/></strong>
</td>
</tr>
-
+
<inp2:m_ModuleInclude template="my_items"/>
</table>
<inp2:m_else/>
<form method="POST" action="<inp2:m_FormAction />">
<inp2:m_if check="u_UseUsernames">
<inp2:m_phrase label="lu_username"/><br />
<input type="text" name="login" />
<inp2:m_else/>
<inp2:m_phrase label="lu_email"/><br />
<input type="text" name="email" />
</inp2:m_if>
<br />
<inp2:m_Phrase label="lu_Password"/><br />
<input type="password" name="password" />
<br /><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" alt="" width="5" height="10" border="0" /><br />
<input class="button" name="events[u][OnLogin]" type="submit" style="width: 70px;" value="<inp2:m_Phrase label="lu_comm_Login"/>" /><br />
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" alt="" width="5" height="5" border="0" /><br />
<inp2:m_if check="u_HasError" field="any">
<span class="error"><inp2:u_Error field="ValidateLogin"/></span><br />
</inp2:m_if>
<inp2:m_if check="u_RegistrationEnabled">
<a href="<inp2:m_Link template="platform/login/register"/>"><inp2:m_Phrase label="lu_Register"/></a><br />
</inp2:m_if>
<a href="<inp2:m_Link template="platform/login/forgotpass" />"><inp2:m_Phrase label="lu_ForgotPassword"/>?</a>
<input type="hidden" name="next_template" value="<inp2:m_get var="next_template"/>">
<input type="hidden" name="pending_disabled_template" value="platform/login/login_pending_disabled" />
</form>
</inp2:m_if>
-
\ No newline at end of file
Property changes on: trunk/themes/default2007/platform/elements/side_boxes/login.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1
\ No newline at end of property
+1.2
\ No newline at end of property

Event Timeline