]> err.no Git - scalable-opengroupware.org/blob - ZideStore/UI-X/Scheduler/OGoCalMonthOverview.wox
Fixed month navigation, some pretty printing
[scalable-opengroupware.org] / ZideStore / UI-X / Scheduler / OGoCalMonthOverview.wox
1 <?xml version='1.0' standalone='yes'?>
2 <var:component className="OGoPageFrame" title="name"
3   xmlns="http://www.w3.org/1999/xhtml"
4   xmlns:var="http://www.skyrix.com/od/binding"
5   xmlns:const="http://www.skyrix.com/od/constant"
6   xmlns:rsrc="OGo:url"
7 >
8
9   <table id="skywintable" class="wintable" cellspacing="0" cellpadding="5" width="100%">
10   <tr>
11   <td class="wintitle">
12   <table cellpadding="0" cellspacing="0" width="100%">
13   <tr>
14   <td width="5"/>
15   <td class="wintitle"><var:component className="OGoCalDateLabel" startDate="startDate" endDate="endDate" const:selection="month" /></td>
16   <td width="36" align="right" valign="center">
17   <var:component className="OGoWinClose" />
18   </td>
19   </tr>
20   </table>
21   </td>
22   </tr>
23
24   <tr>
25   <td id="skywinbodycell" class="wincontent">
26     <table border="0" cellpadding="0" cellspacing="0" width="100%">
27         <tr bgcolor="#e8e8e0">
28             <td align="left" valign="middle" width="80%">TODO: controls</td><!-- 99% -->
29             <td align="right">
30                 <var:component className="OGoCalBackForthNavView"
31                                methodName="ownMethodName"
32                                prevQueryParameters="prevMonthQueryParameters"
33                                currentQueryParameters="todayQueryParameters"
34                                nextQueryParameters="nextMonthQueryParameters"
35                                const:label="this month"
36                 />
37             </td>
38         </tr>
39     </table>
40   </td>
41   </tr>
42
43   <tr>
44   <td id="skywinbodycell" class="wincontent">
45   <table border="0" width="100%" cellpadding="0" cellspacing="0">
46   <tr>
47   <td colspan="2">
48   <var:component className="OGoCalSelectTab"
49                  const:selection="month"
50                  currentDate="selectedDate"
51   >
52
53     <var:month-overview
54       list="appointments"
55       item="appointment"
56       weekStart="weekStart"
57       const:startDateKey = "startDate"
58       const:endDateKey   = "endDate"
59       const:titleColor   = "#7799FF"
60       const:contentColor = "#5577FF"
61     >
62       <var:month>
63         <a var:href="appointmentViewURL"
64           ><var:string value="appointment.title" /></a>
65       </var:month>
66     </var:month-overview>
67
68   </var:component>
69   </td>
70   </tr>
71   <tr bgcolor="#F5F5E9">
72   <td align="left" width="10"><var:entity const:name="nbsp"/></td>
73   <td align="right"><img border="0" alt="" src="/ZideStore/so/ControlPanel/Products/CommonUI/Resources/corner_right.gif"/></td>
74   </tr>
75   <tr>
76   <td colspan="2" bgcolor="#F5F5E9">
77   <table border="0" width="100%" cellpadding="10" cellspacing="0">
78   <tr/>
79   </table>
80   </td>
81   </tr>
82   </table>
83   </td>
84   </tr>
85   </table>
86
87 <!--
88     <hr />
89     OGo ZideStore Server - <var:string value="name"/>
90     <br />
91     Client: <var:string value="clientObject"/>
92     <br />
93     Appointments: #<var:string value="appointments.count"/>
94     from <var:string value="startDate" />
95     to   <var:string value="endDate" />
96     <br />
97
98
99     <hr />
100
101     Appointments: 
102     <var:component className="OGoAptTableView" appointments="appointments"/>
103     -->
104     <!-- pre><var:string value="appointments" const:insertBR="YES"/></pre -->
105 </var:component>