Author: rhirsch
Date: Tue Sep 29 13:16:09 2009
New Revision: 819930

URL: http://svn.apache.org/viewvc?rev=819930&view=rev
Log:
[ESME-40] Static Texts in Resource File

Modified:
    incubator/esme/trunk/server/src/main/webapp/index.html
    incubator/esme/trunk/server/src/main/webapp/signup.html

Modified: incubator/esme/trunk/server/src/main/webapp/index.html
URL: 
http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/index.html?rev=819930&r1=819929&r2=819930&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/index.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/index.html Tue Sep 29 13:16:09 
2009
@@ -6,7 +6,7 @@
     <lift:surround with="default" at="content">
       <div>
         <fieldset>
-          <legend>Conversation</legend>
+          <legend><lift:loc>ui_default_conversation</lift:loc></legend>
           <div style="height: 500px; overflow: auto">
             <lift:comet type="PublicTimeline"/>
           </div>

Modified: incubator/esme/trunk/server/src/main/webapp/signup.html
URL: 
http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/signup.html?rev=819930&r1=819929&r2=819930&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/signup.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/signup.html Tue Sep 29 13:16:09 
2009
@@ -1,40 +1,60 @@
 <lift:surround with="default" at="content">
   <div>
-    Sign up for ESME:
+   
+    <h2><lift:loc>ui_sign_up_intro</lift:loc></h2>
+
     <lift:signup form="post">
+    <div>
+      <fieldset><legend><lift:loc>ui_sign_up_basic_info</lift:loc></legend>
+      <div>
+       <signup:credentials/>
+       </div>
+       </fieldset>
+      <fieldset><legend><lift:loc>ui_sign_up_details</lift:loc></legend>
       <div>
         <label for="nickname">
-          Nickname: <signup:nickname/>
+          <lift:loc>ui_sign_up_nickname</lift:loc> 
+          <br/>
+          <signup:nickname/>
         </label>
         <br/>
 
         <label for="firstname">
-          First Name: <signup:firstname/>
+          <lift:loc>ui_sign_up_firstname</lift:loc>
+          <br/>
+          <signup:firstname/>
         </label>
         <br/>
         <label for="lastname">
-          Last Name: <signup:lastname/>
+         <lift:loc>ui_sign_up_lastname</lift:loc>
+           <br/>
+           <signup:lastname/>
         </label>
         <br/>
         <label for="image_url">
-          Image URL: <signup:image_url/>
+          <lift:loc>ui_sign_up_image_url</lift:loc> 
+           <br/>
+           <signup:image_url/>
         </label>
         <br/>
         <label for="timezone">
-          Timezone: <signup:timezone/>
+          <lift:loc>ui_sign_up_timezone</lift:loc>  
+          <br/>
+          <signup:timezone/>
         </label>
         <br/>
         <label for="locale">
-          Locale: <signup:locale/>
-        </label>
-        <br/>
-        <signup:credentials/>
-
-        <label for="submit">
-          <signup:submit id="submit"/>
+          <lift:loc>ui_sign_up_locale</lift:loc> 
+          <br/>
+          <signup:locale/>
         </label>
 
+        </div>
+       </fieldset>
       </div>
+      <label for="submit">
+          <signup:submit id="submit"/>
+      </label>
     </lift:signup>
   </div>
 </lift:surround>
\ No newline at end of file


Reply via email to