]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/summary/page.html
Reworked the summary page to flow through the main header/footer logic. NOTE: you...
[citadel.git] / webcit / static / t / summary / page.html
index 7f2aa7734fda6c6f0b49e5d02b3d66f3d271ac5d..bd03ad4aaa70e3225bb41f029b4dd358a9fdd304 100644 (file)
@@ -1,14 +1,9 @@
-<?=("summary_header")>
-<div id="banner" class="banner">
-  <table border=0><tr>
-      <td><img src="static/webcit_icons/essen/32x32/summary.png"></td>
-      <td><h1><?_("Summary page for ")><??("COND:LOGGEDIN", 1)><?CURRENT_USER("X")><??("X", 1)><?!("COND:LOGGEDIN", 2)><?SERV:HUMANNODE("X")><??("X", 2)></h1><h2><?TIME:NOW></h2></td></tr></table>
-  <div id="actiondiv">
-    <ul class="room_actions">
-      <li class="start_page"><?OFFERSTARTPAGE></li></ul>
-  </div>
+<div id="room_banner_override" style="display:none">
+<table border=0><tr>
+<td><img src="static/webcit_icons/essen/32x32/summary.png"></td>
+<td><h1><?_("Summary page for ")><??("COND:LOGGEDIN", 1)><?CURRENT_USER("X")><??("X", 1)><?!("COND:LOGGEDIN", 2)><?SERV:HUMANNODE("X")><??("X", 2)></h1><h2><?TIME:NOW></h2></td>
+</tr></table>
 </div>
-
 <?--("
 * You guessed it ... were going to refresh using ajax.
 * In the future we might consider updating individual sections of the summary
@@ -17,7 +12,7 @@
 <div id="content" class="service">
   <table width="98%" cellspacing="3" cellpadding="0">
     <tr valign=top>
-      <td width=33%>
+      <td width="33%">
        <div class="box">       
          <div class="boxlabel">        
            <?_("Messages")>
@@ -26,7 +21,7 @@
              <?SUMMARY:NEWMESSAGES_SELECTION>
        </div></div></div>
       </td>
-      <td width=33%>
+      <td width="33%">
        <div class="box">       
          <div class="boxlabel">        
            <?_("Tasks")>
@@ -35,7 +30,7 @@
              <?SUMMARY:TASKSSECTION>
        </div></div></div>
       </td>
-      <td width=33%>
+      <td width="33%">
        <div class="box">       
          <div class="boxlabel">        
            <?_("Today&nbsp;on&nbsp;your&nbsp;calendar")>
@@ -54,7 +49,7 @@
          </div><div class="boxcontent">
            <div id="who_inner"><?=("who_summary")></div></div></div>
       </td>
-      <td width=33%>
+      <td width="33%">
        <div class="box">       
          <div class="boxlabel">        
            <?_("About&nbsp;this&nbsp;server")>
@@ -71,6 +66,9 @@
   </tr></table>
 
 </div>
+
+</div>
+
 <script type="text/javascript">
  new Ajax.PeriodicalUpdater('msg_inner', 'new_messages_html',
                             { method: 'get', frequency: 60 }  );
@@ -81,4 +79,3 @@
  new Ajax.PeriodicalUpdater('do_template', 'template=who_summary',
                             { method: 'get', frequency: 30 }  );
 </script>
-<?=("summary_trailer")>