]> err.no Git - sope/blob - sope-appserver/samples/WOxExtTest/TableMatrix.wox
fixed (all?) gcc 4.0 warnings
[sope] / sope-appserver / samples / WOxExtTest / TableMatrix.wox
1 <?xml version='1.0' standalone='yes'?>
2 <var:Frame 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   <h3>this demo doesn't work ...</h3>
8
9   <var:hspan-matrix NAME="ChartMatrix">
10     <var:matrix-title NAME="ChartTitle">
11       <var:string NAME="WeekdayTitle"/>
12     </var:matrix-title>
13     
14     <var:matrix-title NAME="ChartRowTitle">
15       <font size="-4"><var:string NAME="RowInfo"/></font>
16     </var:matrix-title>
17     
18     <var:matrix-empty><entity name="nbsp"/></var:matrix-empty>
19     
20     <var:matrix-cell NAME="ChartCell">
21       <font size="-4">
22         <var:if NAME="IsViewAccessAllowed">
23           <a NAME="AptLink"><img NAME="AptInfoIcon"/><font NAME="TitleFont"><var:string NAME="AptInfo"/></font></a>
24         </var:if>
25   
26         <var:if NAME="IsViewAccessNotAllowed">
27           <img NAME="AptInfoIcon"/><font NAME="TitleFont"><var:string NAME="AptInfo"/></font>
28         </var:if>
29       </font>
30     </var:matrix-cell>
31   </var:hspan-matrix>
32 </var:Frame>