]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/summary/page.html
fixed some hickups in summary templating
[citadel.git] / webcit / static / t / summary / page.html
index b1e4ea3480b75aeb206e38181b9a6f8acca56d2b..1e8ac8ed6934a74b34e46731b7f4ee64e9dc4e30 100644 (file)
@@ -1,4 +1,4 @@
-<?=("summary_header">
+<?=("summary_header")>
 <div id="banner" class="banner">
   <table border=0><tr>
       <td><img src="static/webcit_icons/essen/32x32/summary.png"></td>
@@ -10,7 +10,7 @@
 </div>
 
 <?--("
-* You guessed it ... we're going to refresh using ajax.
+* You guessed it ... were going to refresh using ajax.
 * In the future we might consider updating individual sections of the summary
 * instead of the whole thing.
 ")>
@@ -36,7 +36,7 @@
          <?_("Messages")>
        </div><div class="boxcontent">  
          <div id="msg_inner">
-           <?SUMMARY:NEWMESSAGES_SELECTION>    new_messages_section();
+           <?SUMMARY:NEWMESSAGES_SELECTION>
       </div></div></div>
     </td>
     <td width=33%>
@@ -45,7 +45,7 @@
          <?_("Tasks")>
        </div><div class="boxcontent">  
          <div id="tasks_inner">        
-           <?SUMMARY:TASKSSECTION)>tasks_section();
+           <?SUMMARY:TASKSSECTION)>
       </div></div></div>
     </td>
     <td width=33%>
@@ -54,7 +54,7 @@
        <?_("Today&nbsp;on&nbsp;your&nbsp;calendar")>
        </div><div class="boxcontent">  
          <div id="calendar_inner">
-           <?SUMMARY:CALENDAR_SECTION)calendar_section();
+           <?SUMMARY:CALENDAR_SECTION)
               </div></div></div>
     </td>