Changeset 339 for Dev/branches/rest-dojo-ui/client/mockup.html
- Timestamp:
- 06/04/12 18:09:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/mockup.html
r338 r339 48 48 }); 49 49 </script> 50 51 50 </head> 52 <body class="dijitReset gamelab">51 <body class="dijitReset claro"> 53 52 <div class="page" data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'center'"> 53 <!-- Top menu bar --> 54 54 <div class="topbar" data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'top'"> 55 55 <h1>ResearchTool</h1> 56 <!-- And now the menu! -->57 56 <div data-dojo-type="dijit.MenuBar"> 58 57 <div data-dojo-type="dijit.MenuBarItem" class="rftMainMenuButton">Sessions</div> … … 67 66 </div> 68 67 </div> 69 68 <!-- Main content window --> 70 69 <div class="content" data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'center'"> 71 70 <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="region:'center'" style="height: 500px;"> … … 80 79 Presets 81 80 </div> 82 <div data-dojo-type="dijit.layout.TabContainer" data-dojo-props="tabPosition:'left-h',region:'center'">81 <div data-dojo-type="dijit.layout.TabContainer" class="blue" data-dojo-props="tabPosition:'left-h',region:'center'"> 83 82 <div data-dojo-type="dijit.layout.ContentPane" title="Category One"> 84 83 <div data-dojo-type="rft.ui.SelectorThijs" data-dojo-props="Title:'Subcat one'"></div> … … 110 109 </div> 111 110 </div> 111 <!-- "Shopping cart" --> 112 112 <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="region:'right'" style="width: 300px"> 113 113 <div data-dojo-type="rft.ui.List" data-dojo-props="region:'center'"> 114 <div data-dojo-type="rft.ui.LineWithActionsWidgetThijs" data-dojo-props="title:'Question one', actions: {'Cancel':{callback: function(){}, properties: {blockButton: false, class:'black'}}}"></div> 115 <div data-dojo-type="rft.ui.LineWithActionsWidgetThijs" data-dojo-props="title:'Question two', actions: {'Cancel':{callback: function(){}, properties: {blockButton: false, class:'black'}}}"></div> 114 <!-- These would have to be dynamically generated instead of declared here! --> 115 <div data-dojo-type="rft.ui.LineWithActionsWidgetThijs" data-dojo-props="title:'Question one', actions: {'Cancel':{callback: function(){}, properties: {blockButton: false, modifiers:'white'}}}"></div> 116 <div data-dojo-type="rft.ui.LineWithActionsWidgetThijs" data-dojo-props="title:'Question two', actions: {'Cancel':{callback: function(){}, properties: {blockButton: false, modifiers:'white'}}}"></div> 116 117 </div> 117 118 </div>
Note: See TracChangeset
for help on using the changeset viewer.