sogo/UI/Templates/SchedulerUI/UIxCalSelectTab.wox
Wolfgang Sourdeau 5f2ddae9fa Monotone-Parent: 5cf7ca16573b57f14380a1da5611560a68f5fd45
Monotone-Revision: d09e531b223359ae63e2198ec126138aff0422d8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-14T20:30:19
Monotone-Branch: ca.inverse.sogo
2006-08-14 20:30:19 +00:00

27 lines
970 B
XML

<?xml version='1.0' standalone='yes'?>
<uix:tabview xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label"
xmlns:uix="OGo:uix"
var:selection="selection"
const:tabStyle="tab"
const:selectedTabStyle="tab_selected"
const:bodyStyle="tabview_body"
>
<uix:tab const:key="day" var:label="dayLabel" var:href="daytabLink">
<var:component-content />
</uix:tab>
<uix:tab const:key="week" var:label="weekLabel" var:href="weektabLink">
<var:component-content />
</uix:tab>
<uix:tab const:key="month" var:label="monthLabel" var:href="monthtabLink">
<var:component-content />
</uix:tab>
<uix:tab const:key="year" var:label="yearLabel" var:href="yeartabLink">
<var:component-content />
</uix:tab>
</uix:tabview>