<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,30 +1,33 @@
-
-&lt;div class=&quot;portlet portletB&quot;&gt;
-    &lt;h2&gt;&lt;span&gt;&lt;%= I18n.t(&quot;tog_conclave.site.upcoming&quot;) %&gt;&lt;/span&gt;&lt;/h2&gt;
+&lt;div class=&quot;floatLeft leftColumn&quot;&gt;
+  &lt;div class=&quot;portlet portletB&quot;&gt;
+    &lt;% if params[:controller] == &quot;member/conclave/events&quot;%&gt;
+      &lt;h2&gt;Events&lt;/h2&gt;
+    &lt;% else -%&gt;
+      &lt;h2&gt;&lt;%= I18n.t(&quot;tog_conclave.site.upcoming&quot;) %&gt;&lt;/h2&gt;
+    &lt;% end %&gt;
     &lt;div class=&quot;portlet_content&quot;&gt;
-        &lt;ul&gt;
-          &lt;%@events.each do |event|%&gt;
-            &lt;li class=&quot;clearfix&quot;&gt;
-                &lt;div class=&quot;image left&quot;&gt;&lt;%= icon_for_event(event, 'small')%&gt;&lt;/div&gt;
-                &lt;%= link_to event.title, conclave_event_path(event), :title =&gt; event.title %&gt;
-                &lt;br/&gt; &lt;%=event.opening_time %&gt;
-            &lt;/li&gt;
-          &lt;%end%&gt;
-        &lt;/ul&gt;
+      &lt;%@events.each do |event|%&gt;
+        &lt;dl class=&quot;clear&quot;&gt;
+          &lt;dt class=&quot;floatLeft  vspace&quot;&gt;
+            &lt;% if event.icon %&gt;
+              &lt;%= icon_for_event(event, 'big')%&gt;
+            &lt;% end %&gt;
+          &lt;/dt&gt;
+          &lt;dd class=&quot;floatRight vspace  title&quot;&gt;&lt;%= link_to event.title, conclave_event_path(event), :title =&gt; event.title %&gt;&lt;/dd&gt;
+          &lt;dd class=&quot;floatRight time&quot;&gt;&lt;%=event.opening_time %&gt;&lt;/dd&gt;
+        &lt;/dl&gt;
+      &lt;%end%&gt;
     &lt;/div&gt;    
-&lt;/div&gt;
-&lt;% if !@events.empty? %&gt;
-  &lt;div class=&quot;info_results&quot;&gt;
-      &lt;span class=&quot;info_items&quot;&gt;
-        &lt;%= page_entries_info @events %&gt;
-      &lt;/span&gt;
-      &lt;span class=&quot;pages_navigation right&quot;&gt;
-          &lt;%= will_paginate @events %&gt;
-      &lt;/span&gt;
   &lt;/div&gt;
-&lt;%end%&gt;
-       
+  &lt;% if !@events.empty? %&gt;
+    &lt;div class=&quot;pages_navigation right&quot;&gt;
+      &lt;%= will_paginate @events %&gt;
+    &lt;/div&gt;
+  &lt;%end%&gt;
+&lt;/div&gt;
 
-&lt;% content_for :sidebar do %&gt;
-  &lt;%= render :partial =&gt; 'calendar', :locals =&gt; {:year =&gt; @year, :month =&gt; @month} -%&gt;
+&lt;% if params[:controller] != &quot;member/conclave/events&quot;%&gt;
+  &lt;% content_for :sidebar do %&gt;
+    &lt;%= render :partial =&gt; 'calendar', :locals =&gt; {:year =&gt; @year, :month =&gt; @month} -%&gt;
+  &lt;% end -%&gt;
 &lt;% end -%&gt;</diff>
      <filename>app/views/conclave/events/index.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,42 +1,49 @@
-&lt;div class=&quot;detail detail1&quot;&gt;
-    &lt;div class=&quot;image&quot;&gt;&lt;%= icon_for_event(@event, 'big')%&gt;&lt;/div&gt;
-    &lt;div class=&quot;title&quot;&gt;&lt;%= @event.title -%&gt;&lt;/div&gt;
-    &lt;div class=&quot;subtitle&quot;&gt;
-      &lt;%= @event.opening_time %&gt;
-    &lt;/div&gt;
-    &lt;div class=&quot;text&quot;&gt;
-        &lt;%= sanitize textilize(@event.description) %&gt;
-    &lt;/div&gt;
-    
-    &lt;div class=&quot;portlet portletC&quot;&gt;
-        &lt;h2&gt;&lt;span&gt;More info&lt;/span&gt;&lt;/h2&gt;
-        &lt;div class=&quot;portlet_content&quot;&gt;
-            &lt;ul&gt;
-                &lt;li&gt;&lt;%if @event.url%&gt;Url: &lt;%=link_to @event.url, @event.url%&gt;&lt;%end%&gt;&lt;/li&gt;
-                &lt;li&gt;Venue: &lt;%= link_to @event.venue, @event.venue_link %&gt;&lt;/li&gt;
-            &lt;/ul&gt;
+&lt;div class=&quot;leftColumn floatLeft&quot;&gt;  
+  &lt;div class=&quot;portlet portletC&quot;&gt;
+    &lt;div class=&quot;portlet_content&quot;&gt;
+      &lt;dl class=&quot;clear&quot;&gt;
+        &lt;dt class=&quot;floatLeft vspace&quot;&gt;
+          &lt;% if @event.icon %&gt;
+            &lt;%= icon_for_event(@event, 'big')%&gt;
+          &lt;% end %&gt;
+        &lt;/dt&gt;
+        &lt;dd class=&quot;title floatRight vspace&quot;&gt;&lt;%= @event.title -%&gt;&lt;/dd&gt;
+        &lt;dd class=&quot;time floatRight&quot;&gt;&lt;%= @event.opening_time %&gt;&lt;/dd&gt;
+      &lt;/dl&gt;
+      &lt;h2&gt;More Info&lt;/h2&gt;
+      &lt;div class=&quot;yellowBox&quot;&gt;
+        &lt;div class=&quot;holder&quot;&gt;
+          &lt;ul class=&quot;infoHolder eventDetails&quot;&gt;
+            &lt;li&gt;&lt;label&gt;Description:&lt;/label&gt;&lt;%= sanitize textilize(@event.description) %&gt;&lt;/li&gt;
+            &lt;li&gt;&lt;%if @event.url%&gt;&lt;label&gt;Url:&lt;/label&gt; &lt;%=link_to @event.url, @event.url%&gt;&lt;%end%&gt;&lt;/li&gt;
+            &lt;li&gt;&lt;label&gt;Venue:&lt;/label&gt;&lt;%= link_to @event.venue, @event.venue_link %&gt;&lt;/li&gt;
+          &lt;/ul&gt;
+          &lt;div id=&quot;register&quot;&gt;
+            &lt;% if current_user &amp;&amp; current_user.registered?(@event) %&gt;
+              &lt;%= button_to &quot;Unregister&quot;, member_conclave_unregister_path(@event) %&gt;
+            &lt;% else %&gt;
+              &lt;%= button_to &quot;Register&quot;, member_conclave_register_path(@event) %&gt;
+            &lt;% end %&gt;
+          &lt;/div&gt;
         &lt;/div&gt; 
-    &lt;/div&gt;            
-    &lt;div id=&quot;register&quot;&gt;
-      &lt;% if current_user &amp;&amp; current_user.registered?(@event) %&gt;
-        &lt;%= button_to &quot;Unregister&quot;, member_conclave_unregister_path(@event) %&gt;
-      &lt;% else %&gt;
-        &lt;%= button_to &quot;Register&quot;, member_conclave_register_path(@event) %&gt;
-      &lt;% end %&gt;
-    &lt;/div&gt;
-    &lt;div id=&quot;map&quot;&gt;
-      &lt;%= render :partial =&gt; 'map', :locals =&gt; {:width =&gt; 400, :height =&gt; 300} %&gt;
+      &lt;/div&gt;            
     &lt;/div&gt;
-    
-&lt;/div&gt;
-
-&lt;div&gt;
-  &lt;% for attendees in @event.attendees %&gt;
-    &lt;div&gt;&lt;%= link_to icon_for_profile(attendees.profile, 'small'), profile_path(attendees.profile) %&gt;
-    &lt;%= link_to attendees.profile.full_name || attendees.login, profile_path(attendees.profile) %&gt;&lt;/div&gt;
-  &lt;% end %&gt;
+  &lt;/div&gt;  
+  &lt;div&gt;
+    &lt;% for attendees in @event.attendees %&gt;
+      &lt;div&gt;
+        &lt;%= link_to icon_for_profile(attendees.profile, 'small'), profile_path(attendees.profile) %&gt;
+        &lt;%= link_to attendees.profile.full_name || attendees.login, profile_path(attendees.profile) %&gt;
+      &lt;/div&gt;
+    &lt;% end %&gt;
+  &lt;/div&gt;
 &lt;/div&gt;
 
 &lt;% content_for :sidebar do %&gt;
+  &lt;h2&gt;Event Calender&lt;/h2&gt;
   &lt;%= render :partial =&gt; 'calendar', :locals =&gt; {:year =&gt; @event.start_date.year, :month =&gt; @event.start_date.month} -%&gt;
+  &lt;div id=&quot;map&quot; class=&quot;vspace&quot;&gt; 
+    &lt;h2&gt;Maps&lt;/h2&gt;
+    &lt;%= render :partial =&gt; 'map', :locals =&gt; {:width =&gt; 400, :height =&gt; 300} %&gt;
+  &lt;/div&gt;
 &lt;% end -%&gt;</diff>
      <filename>app/views/conclave/events/show.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fc622b5f910a48f8b89e83ae362535a81b73a6ab</id>
    </parent>
  </parents>
  <author>
    <name>Payal Gupta</name>
    <email>cool.payal1985@gmail.com</email>
  </author>
  <url>http://github.com/suratpyari/tog_conclave/commit/fb636358175d90d3ad5c0d8f63549a88c6c0855a</url>
  <id>fb636358175d90d3ad5c0d8f63549a88c6c0855a</id>
  <committed-date>2009-01-05T03:43:57-08:00</committed-date>
  <authored-date>2009-01-05T03:43:57-08:00</authored-date>
  <message>views modified</message>
  <tree>707f94b93fccd60230aca6647d8625cb7ff8ab42</tree>
  <committer>
    <name>Payal Gupta</name>
    <email>cool.payal1985@gmail.com</email>
  </committer>
</commit>
