]> err.no Git - scalable-opengroupware.org/blob - ZideStore/UI-X/Scheduler/OGoCalWeekOverview.wox
Work in progress - pushed everything from query strings to query parameter dictionari...
[scalable-opengroupware.org] / ZideStore / UI-X / Scheduler / OGoCalWeekOverview.wox
1 <?xml version="1.0" standalone="yes"?>
2 <var:component xmlns="http://www.w3.org/1999/xhtml"
3                xmlns:var="http://www.skyrix.com/od/binding"
4                xmlns:const="http://www.skyrix.com/od/constant"
5                xmlns:rsrc="OGo:url"
6                xmlns:uix="OGo:uix"
7                className="OGoPageFrame"
8                title="name">
9
10   <!-- $Id: SkyNews.html,v 1.3 2003/12/22 16:53:55 helge Exp $ -->
11   <table id="skywintable" class="wintable" cellspacing="0" cellpadding="5" width="100%">
12   <tr>
13   <td class="wintitle">
14   <table cellpadding="0" cellspacing="0" width="100%">
15   <tr>
16   <td width="5"/>
17   <td class="wintitle"><var:component className="OGoCalDateLabel" startDate="startDate" endDate="endDate" const:selection="week" /></td>
18   <td width="36" align="right" valign="center">
19   <var:component className="OGoWinClose" />
20   </td>
21   </tr>
22   </table>
23   </td>
24   </tr>
25
26   <tr>
27   <td id="skywinbodycell" class="wincontent">
28     <table border="0" cellpadding="0" cellspacing="0" width="100%">
29     <tr bgcolor="#e8e8e0">
30     <td align="left" valign="middle" width="80%">TODO: controls</td><!-- 99% -->
31     <td align="right">
32     <var:component className="OGoCalBackForthNavView" methodName="ownMethodName" prevQueryParameters="prevWeekQueryParameters" currentQueryParameters="thisWeekQueryParameters" nextQueryParameters="nextWeekQueryParameters" const:label="this week" />
33     </td>
34     </tr>
35     </table>
36   </td>
37   </tr>
38
39   <tr>
40   <td id="skywinbodycell" class="wincontent">
41   <table border="0" width="100%" cellpadding="0" cellspacing="0">
42   <tr>
43   <td colspan="2">
44   <var:component className="OGoCalSelectTab" const:selection="week" currentDate="selectedDate">
45
46         <table border="0" cellpadding="4" width="100%" cellspacing="2">
47           <tr>
48             <td width="1%" align="left" valign="middle" bgcolor="#e8e8e0">
49               <table border='0' cellpadding='0' cellspacing='0'>
50                <tr>
51                   <td><img rsrc:src="icon_apt_overview_inactive.gif" title="Overview" alt="Overview" border="0" valign="top" /></td>
52                   <td><a href="weekchartview"><img rsrc:src="icon_apt_chart.gif" title="Chart" alt="Chart" border="0" valign="top" /></a></td>
53                   <td><a href="weeklistview"><img rsrc:src="icon_apt_list.gif" title="List" alt="List" border="0" valign="top" /></a></td>
54                   <td>
55                     <a href="weekcolumnview"><img rsrc:src="icon_apt_column_view.gif" title="Columns" alt="Columns" border="0" valign="top" /></a>
56                   </td>
57                </tr>
58               </table>
59             </td>
60           
61             <td align="right" bgcolor="#e8e8e0">
62                 <table border='0' cellpadding='0' cellspacing='1'>
63                     <tr>
64                         <td class="button_auto_env" nowrap="true" valign='middle' align='center'>
65                             <a class="button_auto" href="weekprintviewLink" var:queryDictionary="queryParameters" target="SOGoPrintView">printview</a>
66                         </td>
67                         <td class="button_auto_env" nowrap="true" valign='middle' align='center'>
68                             <a class="button_auto" href="proposal" var:queryDictionary="queryParameters">proposal</a>
69                         </td>
70                     </tr>
71                 </table>
72             </td>
73           </tr>
74         </table>
75
76   <var:week-overview list="appointments" item="appointment" weekStart="startDate" const:startDateKey="startDate" const:endDateKey="endDate" const:titleStyle="weekoverview_title" const:contentStyle="weekoverview_content">
77       <var:week>
78           <a var:href="appointmentViewURL"><var:string value="appointment.title"/></a>
79       </var:week>
80   </var:week-overview>
81   </var:component>
82   </td>
83   </tr>
84   <tr bgcolor="#F5F5E9">
85   <td align="left" width="10"><var:entity const:name="nbsp"/></td>
86   <td align="right"><img border="0" alt="" src="/ZideStore/so/ControlPanel/Products/CommonUI/Resources/corner_right.gif"/></td>
87   </tr>
88   <tr>
89   <td colspan="2" bgcolor="#F5F5E9">
90   <table border="0" width="100%" cellpadding="10" cellspacing="0">
91   <tr/>
92   </table>
93   </td>
94   </tr>
95   </table>
96   </td>
97   </tr>
98   </table>
99   <hr />
100   <var:string value="thisWeekQueryParameters" />
101   <!--
102   <hr/>
103     
104     Appointments: 
105     <var:component className="OGoAptTableView" appointments="appointments"/>
106   -->
107     <!-- pre><var:string value="appointments" const:insertBR="YES"/></pre -->
108
109 </var:component>