]> err.no Git - scalable-opengroupware.org/blob - ZideStore/UI-X/Scheduler/OGoCalMonthOverview.wox
new UI element and refinement
[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 >
7
8   <table id="skywintable" class="wintable" cellspacing="0" cellpadding="5" width="100%">
9   <tr>
10   <td class="wintitle">
11   <table cellpadding="0" cellspacing="0" width="100%">
12   <tr>
13   <td width="5"/>
14   <td class="wintitle"><var:component className="OGoCalDateLabel" startDate="startDate" endDate="endDate" const:selection="month" /></td>
15   <td width="36" align="right" valign="center">
16   <var:component className="OGoWinClose" />
17   </td>
18   </tr>
19   </table>
20   </td>
21   </tr>
22
23   <tr>
24   <td id="skywinbodycell" class="wincontent">
25     <table border="0" cellpadding="0" cellspacing="0" width="100%">
26     <tr bgcolor="#E0E0E0">
27     <td align="left" valign="middle" width="80%">other stuff</td><!-- 99% -->
28     <td align="right">
29     <table border="0">
30     <tr>
31     <td align="right" valign="middle">
32     <a var:href="prevMonthURL"><img rsrc:src="previous_week.gif" alt="previous month" border="0"/></a></td>
33     <td align="right" valign="middle">
34     <a var:href="thisMonthURL" class="button_auto">this<var:entity const:name="nbsp"/>month</a>
35     </td>
36     <td align="right" valign="middle">
37     <a var:href="nextMonthURL"><img rsrc:src="next_week.gif" alt="next month" border="0"/></a>
38     </td>
39     </tr>
40     </table>
41     </td>
42     </tr>
43     </table>
44   </td>
45   </tr>
46
47   <tr>
48   <td id="skywinbodycell" class="wincontent">
49   <table border="0" width="100%" cellpadding="0" cellspacing="0">
50   <tr>
51   <td colspan="2">
52   <var:component className="OGoCalSelectTab" const:selection="month" currentDate="startDate">
53
54     <var:month-overview
55       list="appointments"
56       item="appointment"
57       weekStart="weekStart"
58       const:startDateKey = "startDate"
59       const:endDateKey   = "endDate"
60       const:titleColor   = "#7799FF"
61       const:contentColor = "#5577FF"
62     >
63       <var:month>
64         <a var:href="appointmentViewURL"
65           ><var:string value="appointment.title" /></a>
66       </var:month>
67     </var:month-overview>
68
69   </var:component>
70   </td>
71   </tr>
72   <tr bgcolor="#F5F5E9">
73   <td align="left" width="10"><var:entity const:name="nbsp"/></td>
74   <td align="right"><img border="0" alt="" rsrc:src="corner_right.gif"/></td>
75   </tr>
76   <tr>
77   <td colspan="2" bgcolor="#F5F5E9">
78   <table border="0" width="100%" cellpadding="10" cellspacing="0">
79   <tr/>
80   </table>
81   </td>
82   </tr>
83   </table>
84   </td>
85   </tr>
86   </table>
87
88 <!--
89     <hr />
90     OGo ZideStore Server - <var:string value="name"/>
91     <br />
92     Client: <var:string value="clientObject"/>
93     <br />
94     Appointments: #<var:string value="appointments.count"/>
95     from <var:string value="startDate" />
96     to   <var:string value="endDate" />
97     <br />
98
99
100     <hr />
101
102     Appointments: 
103     <var:component className="OGoAptTableView" appointments="appointments"/>
104     -->
105     <!-- pre><var:string value="appointments" const:insertBR="YES"/></pre -->
106 </var:component>