[jboss-svn-commits] JBL Code SVN: r10208 - in labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war: views/profile and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Mar 14 21:00:57 EDT 2007


Author: dejp
Date: 2007-03-14 21:00:56 -0400 (Wed, 14 Mar 2007)
New Revision: 10208

Modified:
   labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/WEB-INF/classes/ResourceJSF.properties
   labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/views/profile/viewprofile_body.xhtml
Log:
JBFORUMS-191

Modified: labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/WEB-INF/classes/ResourceJSF.properties
===================================================================
--- labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/WEB-INF/classes/ResourceJSF.properties	2007-03-15 00:11:46 UTC (rev 10207)
+++ labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/WEB-INF/classes/ResourceJSF.properties	2007-03-15 01:00:56 UTC (rev 10208)
@@ -181,6 +181,9 @@
 L_TOPICS_PER_FORUM_EXPLAIN=How many topics per page do you want to display
 L_USER_INFO=Information
 
+ICQ_IMG=
+ICQ_STATUS_IMG=
+
 L_N5=5
 L_N10=10
 L_N15=15
@@ -685,6 +688,8 @@
 # %s is username
 About_user_0=All about 
 About_user_1=
+L_ABOUT_USER= 
+AVATAR_IMG= 
 
 Preferences=Preferences
 Items_required=Items marked with a * are required unless stated otherwise.
@@ -706,7 +711,10 @@
 Interests=Interests
 Occupation=Occupation
 Poster_rank=Poster rank
+POSTER_RANK=
 
+POST_PERCENT_STATS= 
+POST_DAY_STATS= 
 Total_posts=Total posts
 L_TOTAL_POSTS=Total posts
 # 1.25% of total
@@ -718,6 +726,7 @@
 # Find all posts by username
 Search_user_posts_0=Find all posts by 
 Search_user_posts_1=
+U_SEARCH_USER=
 
 No_user_id_specified=Sorry, but that user does not exist.
 Wrong_Profile=You cannot modify a profile that is not your own.

Modified: labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/views/profile/viewprofile_body.xhtml
===================================================================
--- labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/views/profile/viewprofile_body.xhtml	2007-03-15 00:11:46 UTC (rev 10207)
+++ labs/jbossforums/branches/forums26/forums/src/resources/portal-forums-war/views/profile/viewprofile_body.xhtml	2007-03-15 01:00:56 UTC (rev 10208)
@@ -56,13 +56,13 @@
          <th class="thHead" colspan="2" height="25" nowrap="nowrap">${resource.L_VIEWING_PROFILE}</th>
       </tr>
       <!--   <tr>    TODO: MISSING AVATAR FEATURE - NEW FEATURE FOR FORUMS
-      <td class="catLeft" width="40%" height="28" align="center"><b><span class="gen">${n:i18n("L_AVATAR")}</span></b>
+      <td class="catLeft" width="40%" height="28" align="center"><b><span class="gen">${resource.L_AVATAR}</span></b>
       </td>
-      <td class="catRight" width="60%"><b><span class="gen">${n:i18n("L_ABOUT_USER")}</span></b></td>
+      <td class="catRight" width="60%"><b><span class="gen">${resource.L_ABOUT_USER}</span></b></td>
    </tr>-->
       <tr>
-         <!--<td class="row1" height="6" valign="top" align="center">${n:out("AVATAR_IMG")}<br/><span
-         class="postdetails">${n:out("POSTER_RANK")}</span></td>-->
+         <!--<td class="row1" height="6" valign="top" align="center">${resource.AVATAR_IMG}<br/><span
+         class="postdetails">${resource.POSTER_RANK}</span></td>-->
          <td class="row1" rowspan="3" valign="top">
             <table width="100%" border="0" cellspacing="1" cellpadding="3">
                <tr>
@@ -81,8 +81,8 @@
                      <b><span class="gen">${profile.poster.postCount}</span></b>
                      <!-- TODO: MISSING STATS - NEW FEATURE FOR FORUMS
                      <br/><span
-                  class="genmed">[${n:out("POST_PERCENT_STATS")} / ${n:out("POST_DAY_STATS")}]</span> <br/><span
-                  class="genmed"><a href="${n:out("U_SEARCH_USER")}" class="genmed">${n:i18n("L_SEARCH_USER_POSTS")}</a></span>-->
+                  class="genmed">[${resource.POST_PERCENT_STATS} / ${resource.POST_DAY_STATS}]</span> <br/><span
+                  class="genmed"><a href="${resource.U_SEARCH_USER}" class="genmed">${resource.Search_user_posts}</a></span>-->
                   </td>
                </tr>
                <tr>




More information about the jboss-svn-commits mailing list