Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F874799
in-portal
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, May 11, 6:43 AM
Size
4 KB
Mime Type
text/x-diff
Expires
Tue, May 13, 6:43 AM (27 m, 59 s)
Engine
blob
Format
Raw Data
Handle
619821
Attached To
rINP In-Portal
in-portal
View Options
Index: trunk/themes/default2007/platform/designs/side_boxes.tpl
===================================================================
--- trunk/themes/default2007/platform/designs/side_boxes.tpl (revision 8464)
+++ trunk/themes/default2007/platform/designs/side_boxes.tpl (revision 8465)
@@ -1,14 +1,14 @@
<inp2:m_DefineElement name="blue_box">
<table style="width: 100%;">
<tr>
<td style="background-color: #0FFFFF">
<inp2:m_param name="header"/>
</td>
- </tr>
+ </tr>
<tr>
<td style="background-color: #FFFFF0">
<inp2:m_param name="content"/>
</td>
- </tr>
+ </tr>
</table>
</inp2:m_DefineElement>
\ No newline at end of file
Property changes on: trunk/themes/default2007/platform/designs/side_boxes.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.2
\ No newline at end of property
+1.3
\ 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 8464)
+++ trunk/themes/default2007/platform/elements/side_boxes/login.tpl (revision 8465)
@@ -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 />
<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"/>
+ <inp2:m_ModuleInclude template="my_account/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>
Property changes on: trunk/themes/default2007/platform/elements/side_boxes/login.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.2
\ No newline at end of property
+1.3
\ No newline at end of property
Event Timeline
Log In to Comment