Author: tuancn
Date: 2010-02-01 23:38:17 -0500 (Mon, 01 Feb 2010)
New Revision: 1485
Modified:
portal/trunk/web/portal/src/main/webapp/templates/groovy/webui/component/UIHomePagePortlet.gtmpl
Log:
Additional features localized for a number of labels
Modified:
portal/trunk/web/portal/src/main/webapp/templates/groovy/webui/component/UIHomePagePortlet.gtmpl
===================================================================
---
portal/trunk/web/portal/src/main/webapp/templates/groovy/webui/component/UIHomePagePortlet.gtmpl 2010-02-02
02:27:54 UTC (rev 1484)
+++
portal/trunk/web/portal/src/main/webapp/templates/groovy/webui/component/UIHomePagePortlet.gtmpl 2010-02-02
04:38:17 UTC (rev 1485)
@@ -1,10 +1,10 @@
<div class="UIHomePagePortlet" id="$uicomponent.id">
<div class="TRContainer">
<div class="PortletDecoration">
- <div class="GuideText">GateIn is the new generation of Open Source
portal, jointly led by Red Hat and eXo Platform who partner to gather the best portal
experts and communities around a robust and intuitive portal that brings rich
administration functionalities to IT systems.</div>
+ <div
class="GuideText"><%=_ctx.appRes("UIHomePagePortlet.Label.IntroText")%></div>
<div class="VersionIcon"><span></span></div>
<div class="DotLine"><span></span></div>
- <div class="GuideText">For more information, please contact
us.</div>
+ <div
class="GuideText"><%=_ctx.appRes("UIHomePagePortlet.Label.GuideText")%></div>
<div class="ContactIcon"><span></span></div>
</div>
@@ -28,7 +28,7 @@
<div class="AccountsContainerDeco">
<div class="AccountBlock AdministratorUser">
<div class="AccountInfos">
- <div class="AccountTitle">Administrator</div>
+ <div
class="AccountTitle"><%=_ctx.appRes("UIHomePagePortlet.Label.Administrator")%></div>
<div class="Username">
<div
class="Lable"><%=_ctx.appRes("UIHomePagePortlet.Label.Username")%></div><span>root</span>
<div class="ClearBoth"><span></span></div>
@@ -42,7 +42,7 @@
<div class="SeparatorLine"><span></span></div>
<div class="AccountBlock ManagerUser">
<div class="AccountInfos">
- <div class="AccountTitle">Manager</div>
+ <div
class="AccountTitle"><%=_ctx.appRes("UIHomePagePortlet.Label.Manager")%></div>
<div class="Username">
<div
class="Lable"><%=_ctx.appRes("UIHomePagePortlet.Label.Username")%></div><span>john</span>
<div class="ClearBoth"><span></span></div>
@@ -56,7 +56,7 @@
<div class="SeparatorLine"><span></span></div>
<div class="AccountBlock NormalUser">
<div class="AccountInfos">
- <div class="AccountTitle">User</div>
+ <div
class="AccountTitle"><%=_ctx.appRes("UIHomePagePortlet.Label.User")%></div>
<div class="Username">
<div
class="Lable"><%=_ctx.appRes("UIHomePagePortlet.Label.Username")%></div><span>mary</span>
<div class="ClearBoth"><span></span></div>
@@ -70,7 +70,7 @@
<div class="SeparatorLine"><span></span></div>
<div class="AccountBlock DemoUser" style="margin-right:
0px;">
<div class="AccountInfos">
- <div class="AccountTitle">Demo</div>
+ <div
class="AccountTitle"><%=_ctx.appRes("UIHomePagePortlet.Label.Demo")%></div>
<div class="Username">
<div
class="Lable"><%=_ctx.appRes("UIHomePagePortlet.Label.Username")%></div><span>demo</span>
<div class="ClearBoth"><span></span></div>
Show replies by date