You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by rh...@apache.org on 2010/08/25 14:44:35 UTC

svn commit: r989075 - in /incubator/esme/trunk/server/src/main: resources/ESMEUI.properties webapp/index.html webapp/templates-hidden/base.html webapp/templates-hidden/base_top.html webapp/templates-hidden/public.html

Author: rhirsch
Date: Wed Aug 25 12:44:35 2010
New Revision: 989075

URL: http://svn.apache.org/viewvc?rev=989075&view=rev
Log:
small changes

Removed:
    incubator/esme/trunk/server/src/main/webapp/templates-hidden/public.html
Modified:
    incubator/esme/trunk/server/src/main/resources/ESMEUI.properties
    incubator/esme/trunk/server/src/main/webapp/index.html
    incubator/esme/trunk/server/src/main/webapp/templates-hidden/base.html
    incubator/esme/trunk/server/src/main/webapp/templates-hidden/base_top.html

Modified: incubator/esme/trunk/server/src/main/resources/ESMEUI.properties
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/resources/ESMEUI.properties?rev=989075&r1=989074&r2=989075&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/resources/ESMEUI.properties (original)
+++ incubator/esme/trunk/server/src/main/resources/ESMEUI.properties Wed Aug 25 12:44:35 2010
@@ -42,8 +42,11 @@ ui_login_openid=Or Login using Open ID
 ui_login_email=Email
 
 ui_default_conversation=Conversation
-ui_default_footer=Apache ESME 2009 - An Apache Incubator Project
+ui_default_footer=Apache ESME 2010 - An Apache Incubator Project
 ui_default_title=Enterprise Social Messaging Experiment
+ui_default_on_esme=Now on ESME
+ui_default_pagetitle=ESME
+
 
 ui_pool_manage=My Pools
 ui_pool_create=Create New Pool

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=989075&r1=989074&r2=989075&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/index.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/index.html Wed Aug 25 12:44:35 2010
@@ -57,7 +57,7 @@
 			<lift:comet type="SinglePublicTimeline"/>
 			<!--updates-box -->
 			<div class="gray-box">
-			<h1>Now on ESME</h1>
+			<h1><lift:loc>ui_default_on_esme</lift:loc></h1>
 			<div class = "mesg-box">
 			   <div id="timeline_messages">
 				<div id="message">

Modified: incubator/esme/trunk/server/src/main/webapp/templates-hidden/base.html
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/templates-hidden/base.html?rev=989075&r1=989074&r2=989075&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/templates-hidden/base.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/templates-hidden/base.html Wed Aug 25 12:44:35 2010
@@ -47,7 +47,7 @@
             <div id="container">
                 <div id="header">
                     <div id="logo">
-                        <h1><a href="/">ESME</a></h1>
+                        <h1><a href="/"><lift:loc>ui_default_pagetitle</lift:loc></a></h1>
                     </div>
                     <div id="top-menu">
                         <ul>

Modified: incubator/esme/trunk/server/src/main/webapp/templates-hidden/base_top.html
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/templates-hidden/base_top.html?rev=989075&r1=989074&r2=989075&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/templates-hidden/base_top.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/templates-hidden/base_top.html Wed Aug 25 12:44:35 2010
@@ -1,3 +1,4 @@
+
 <!--
  Licensed to the Apache Software Foundation (ASF) under one   *
  or more contributor license agreements.  See the NOTICE file *
@@ -47,7 +48,7 @@
             <div id="container">
                 <div id="header">
                     <div id="logo">
-                        <h1><a href="/">ESME</a></h1>
+                        <h1><a href="/"><lift:loc>ui_default_pagetitle</lift:loc></a></h1>
                     </div>
                     <div id="top-menu">
                         <ul>