]> err.no Git - scalable-opengroupware.org/blobdiff - ZideStore/UI-X/Scheduler/OGoCalMonthOverview.wox
new UI element and refinement
[scalable-opengroupware.org] / ZideStore / UI-X / Scheduler / OGoCalMonthOverview.wox
index 6b98aeecbfe7a13a3551ae8ad025d32973c6adde..e964ea5e4fcc3d089d4b50a5fdc5ebc7e4f02de5 100644 (file)
@@ -4,23 +4,53 @@
   xmlns:var="http://www.skyrix.com/od/binding"
   xmlns:const="http://www.skyrix.com/od/constant"
 >
-  <a href="weekoverview">week</a>
-  <br />
-    OGo ZideStore Server - <var:string value="name"/>
-    <br />
-    Client: <var:string value="clientObject"/>
-    <br />
-    Appointments: #<var:string value="appointments.count"/>
-    from <var:string value="startDate" />
-    to   <var:string value="endDate" />
-    <br />
 
-    <hr />
-    
-    <a var:href="prevMonthURL"><var:entity const:name="lt" /><var:entity const:name="lt" /></a>
-    <a var:href="thisMonthURL">*</a>
-    <a var:href="nextMonthURL"><var:entity const:name="gt" /><var:entity const:name="gt" /></a>
-    <br />
+  <table id="skywintable" class="wintable" cellspacing="0" cellpadding="5" width="100%">
+  <tr>
+  <td class="wintitle">
+  <table cellpadding="0" cellspacing="0" width="100%">
+  <tr>
+  <td width="5"/>
+  <td class="wintitle"><var:component className="OGoCalDateLabel" startDate="startDate" endDate="endDate" const:selection="month" /></td>
+  <td width="36" align="right" valign="center">
+  <var:component className="OGoWinClose" />
+  </td>
+  </tr>
+  </table>
+  </td>
+  </tr>
+
+  <tr>
+  <td id="skywinbodycell" class="wincontent">
+    <table border="0" cellpadding="0" cellspacing="0" width="100%">
+    <tr bgcolor="#E0E0E0">
+    <td align="left" valign="middle" width="80%">other stuff</td><!-- 99% -->
+    <td align="right">
+    <table border="0">
+    <tr>
+    <td align="right" valign="middle">
+    <a var:href="prevMonthURL"><img rsrc:src="previous_week.gif" alt="previous month" border="0"/></a></td>
+    <td align="right" valign="middle">
+    <a var:href="thisMonthURL" class="button_auto">this<var:entity const:name="nbsp"/>month</a>
+    </td>
+    <td align="right" valign="middle">
+    <a var:href="nextMonthURL"><img rsrc:src="next_week.gif" alt="next month" border="0"/></a>
+    </td>
+    </tr>
+    </table>
+    </td>
+    </tr>
+    </table>
+  </td>
+  </tr>
+
+  <tr>
+  <td id="skywinbodycell" class="wincontent">
+  <table border="0" width="100%" cellpadding="0" cellspacing="0">
+  <tr>
+  <td colspan="2">
+  <var:component className="OGoCalSelectTab" const:selection="month" currentDate="startDate">
+
     <var:month-overview
       list="appointments"
       item="appointment"
       </var:month>
     </var:month-overview>
 
+  </var:component>
+  </td>
+  </tr>
+  <tr bgcolor="#F5F5E9">
+  <td align="left" width="10"><var:entity const:name="nbsp"/></td>
+  <td align="right"><img border="0" alt="" rsrc:src="corner_right.gif"/></td>
+  </tr>
+  <tr>
+  <td colspan="2" bgcolor="#F5F5E9">
+  <table border="0" width="100%" cellpadding="10" cellspacing="0">
+  <tr/>
+  </table>
+  </td>
+  </tr>
+  </table>
+  </td>
+  </tr>
+  </table>
+
+<!--
+    <hr />
+    OGo ZideStore Server - <var:string value="name"/>
+    <br />
+    Client: <var:string value="clientObject"/>
+    <br />
+    Appointments: #<var:string value="appointments.count"/>
+    from <var:string value="startDate" />
+    to   <var:string value="endDate" />
+    <br />
+
+
     <hr />
 
     Appointments: 
     <var:component className="OGoAptTableView" appointments="appointments"/>
-
+    -->
     <!-- pre><var:string value="appointments" const:insertBR="YES"/></pre -->
 </var:component>