Last change
on this file since 353 was
353,
checked in by hendrikvanantwerpen, 13 years ago
|
Added DB code to sessions page.
Removed old static mockups.
Removed dup widgets.
|
File size:
1.8 KB
|
Line | |
---|
1 | <div data-dojo-type="rft.pages.sessions"> |
---|
2 | <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="region:'center'" style="height: 500px;"> |
---|
3 | <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'top'"> |
---|
4 | <h2> |
---|
5 | <span class="rftIcon rftIconSession"></span> |
---|
6 | <span class="headerText">Sessions</span> |
---|
7 | </h2> |
---|
8 | </div> |
---|
9 | <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="region:'center'"> |
---|
10 | <div data-dojo-type="dijit.layout.TabContainer" class="green" data-dojo-props="tabPosition:'left-h',region:'center'" id="tabs"> |
---|
11 | <div data-dojo-type="dijit.layout.BorderContainer" title="Templates"> |
---|
12 | <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'center'" data-rft-attach-point="containerTemplates"> |
---|
13 | </div> |
---|
14 | <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'bottom'" style="height: 40px;"> |
---|
15 | <div data-dojo-type="dijit.form.Button" data-dojo-props="region: 'bottom', baseClass: 'rftLargeButton', iconClass: 'rftIcon rftIconSessionTemplate'" data-rft-attach-event="onClick:onAddSessionTemplate">Create new template</div> |
---|
16 | </div> |
---|
17 | </div> |
---|
18 | <div data-dojo-type="dijit.layout.ContentPane" title="Sessions"> |
---|
19 | <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'center'" data-rft-attach-point="containerSessions"> |
---|
20 | </div> |
---|
21 | <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'bottom'" style="height: 40px;"> |
---|
22 | <!-- Buttons? --> |
---|
23 | </div> |
---|
24 | </div> |
---|
25 | </div> |
---|
26 | </div> |
---|
27 | </div> |
---|
28 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.