Author: rhirsch
Date: Wed May 12 08:54:10 2010
New Revision: 943413

URL: http://svn.apache.org/viewvc?rev=943413&view=rev
Log:
[ESME-100] Finish web UI
Daily hour

Modified:
    incubator/esme/trunk/server/src/main/webapp/index.html
    incubator/esme/trunk/server/src/main/webapp/info_view/conversation.html
    
incubator/esme/trunk/server/src/main/webapp/scripts/display_single_message.js

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=943413&r1=943412&r2=943413&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/index.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/index.html Wed May 12 08:54:10 
2010
@@ -64,7 +64,7 @@
                                                        
                                 <div class="avatar"> <img id="avatar" 
src="/images/avatar.jpg" alt="Anonymous" width="50px"/></div>
                                   <div class="update"> <div id="body">-</div>
-                                  <div class="info"><a href="" 
id="author">-</a><div class="time"></div></div>
+                                  <div class="info"><a id="author">-</a><div 
class="time"></div></div>
                                 </div> 
                                 <div class="time"> <div id="supp_data"> 
-</div> </div> 
                                </div>

Modified: 
incubator/esme/trunk/server/src/main/webapp/info_view/conversation.html
URL: 
http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/info_view/conversation.html?rev=943413&r1=943412&r2=943413&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/info_view/conversation.html 
(original)
+++ incubator/esme/trunk/server/src/main/webapp/info_view/conversation.html Wed 
May 12 08:54:10 2010
@@ -20,15 +20,13 @@
     <lift:Style.header/><lift:TableSorterSnip/>
     <link rel="stylesheet" type="text/css" href="../style/style.css" />
 <head>
-        <script id="jquery" src="/classpath/jquery.js" type="text/javascript"/>
-        <script id="json" src="/classpath/json.js" type="text/javascript"/>
         <script src="/scripts/display_messages.js" type="text/javascript"/> 
         <script src="/scripts/pretty.js" type="text/javascript"/> 
 </head>
 
 <div id="back-header">
        <h1><lift:loc>ui_default_conversation</lift:loc></h1>
-       <div class="container-settings">
+       <div class="container-aux">
         <div>
             <lift:displayConversation/>
            <lift:embed what="templates-hidden/message_core"/>

Modified: 
incubator/esme/trunk/server/src/main/webapp/scripts/display_single_message.js
URL: 
http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/scripts/display_single_message.js?rev=943413&r1=943412&r2=943413&view=diff
==============================================================================
--- 
incubator/esme/trunk/server/src/main/webapp/scripts/display_single_message.js 
(original)
+++ 
incubator/esme/trunk/server/src/main/webapp/scripts/display_single_message.js 
Wed May 12 08:54:10 2010
@@ -50,7 +50,7 @@ function displayMessages(msgArray, eleme
     var msgInsertPt = jQuery('#'+elementId);
 
     // Now we have the template, make the existing instances invisible
-    jQuery('#'+elementId+' *[id=message]').hide();
+    jQuery('#'+elementId+' *[id=message]').remove();
   }
 
   // Sort the messages into date order


Reply via email to