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/03/17 09:33:37 UTC

svn commit: r924192 - /incubator/esme/trunk/server/src/main/webapp/info_view/public.html

Author: rhirsch
Date: Wed Mar 17 08:33:37 2010
New Revision: 924192

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

Modified:
    incubator/esme/trunk/server/src/main/webapp/info_view/public.html

Modified: incubator/esme/trunk/server/src/main/webapp/info_view/public.html
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/info_view/public.html?rev=924192&r1=924191&r2=924192&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/info_view/public.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/info_view/public.html Wed Mar 17 08:33:37 2010
@@ -18,47 +18,59 @@
 -->
 
 <lift:surround with="base" at="left">
-                <div id="left">
-                    
-                    <!--updates-box -->
-                     <lift:comet type="PublicTimeline"/> 
-                    <div class="separator">
-                    </div>
-                    <table>
-                      <tbody id="timeline_messages">
-                       <tr id="message">
-                      <div id="timeline_messages">
-                       <div class="updates-box">
-                        <div class="avatar">
-                            <img id="avatar" src="/images/avatar.jpg" alt="Anonymous" width="50px"/>
-                        </div>
-                        <div class="update2">
-                            <div class="info2" >
-                                <a href="" id="author">-</a>
-                            </div>
-                            <div id="body">-</div>
-                            <div class="time">
-                                <table><tr><td><div id="pool"> -</div></td><td>   </td><td> <div id="when"> -</div></td><td><div id="reason"> -</div></td><td> <div id="source"> -</div></td></tr></table>
-                            </div>
-                            <div id="tags" class="tags">
-                                <p id="tag">
-                                  <a href="tag/tag1">-</a>
-                                </p>
-                                <p id="tag">
-                                  <a href="tag/tag2">-</a>
-                                </p>
-                            </div>
-                            <div class="actions">
-                                <a href="javascript:resend_msg();"> <lift:loc>ui_messages_message_label_resend</lift:loc></a>
-                                | <a href="#" id="reply"><lift:loc>ui_messages_message_label_reply</lift:loc></a>
-                                <a id="conversation">|  <lift:loc>ui_messages_message_label_conversation</lift:loc></a>
-                            </div>
-                        </div>
-                      </div>
-                      </div>
-                      </tr>
-                       </tbody>
-                     </table>
-                      </div>
-                    <!--updates-box-->
- </lift:surround>
\ No newline at end of file
+	<div id="left">
+		<!--updates-box -->
+		<lift:comet type="PublicTimeline"/>
+		<div class="separator">                    </div>
+		<table>
+			<tbody id="timeline_messages">
+				<tr id="message">
+					<div id="timeline_messages">
+						<div class="updates-box">
+							<div class="avatar">
+								<img id="avatar" src="/images/avatar.jpg" alt="Anonymous" width="50px"/>
+							</div>
+							<div class="update2">
+								<div class="info2" >
+									<a href="" id="author">-</a>
+								</div>
+								<div id="body">-</div>
+								<div class="time">
+									<table>
+										<tr>
+											<td>
+												<div id="pool"> -</div>
+											</td>
+											<td>   </td>
+											<td>
+												<div id="when"> -</div>
+											</td>
+											<td>
+												<div id="reason"> -</div>
+											</td>
+											<td>
+												<div id="source"> -</div>
+											</td>
+										</tr>
+									</table>
+								</div>
+								<div class="actions">
+									<a href="javascript:resend_msg();">
+										<lift:loc>ui_messages_message_label_resend</lift:loc>
+									</a>
+									| <a href="#" id="reply">
+										<lift:loc>ui_messages_message_label_reply</lift:loc>
+									</a>
+									<a id="conversation">
+										|  <lift:loc>ui_messages_message_label_conversation</lift:loc>
+									</a>
+								</div>
+							</div>
+						</div>
+					</div>
+				</tr>
+			</tbody>
+		</table>
+	</div>
+	<!--updates-box-->
+</lift:surround>
\ No newline at end of file