|
2 | 2 | xmlns="sap.m"
|
3 | 3 | xmlns:mvc="sap.ui.core.mvc" displayBlock="true"
|
4 | 4 | xmlns:html="http://www.w3.org/1999/xhtml">
|
5 |
| - <Shell> |
6 |
| - <App class=""> |
7 |
| - <pages> |
8 |
| - <Page> |
9 |
| - <html:div id="main"> |
10 |
| - <html:div id="container"> |
11 |
| - <html:div class="jumbotron"> |
12 |
| - <html:div class="row"> |
13 |
| - <html:div class="col-md-6"> |
14 |
| - <html:h1>OpenUi5</html:h1> |
15 |
| - </html:div> |
16 | 5 |
|
17 |
| - <html:div class="col-sm-6 smallpad"> |
18 |
| - <html:div class="row"> |
19 |
| - <html:div class="col-sm-6 smallpad"> |
20 |
| - <mvc:View viewName="module:ui5/benchmark/view/MyButtonVRun" /> |
21 |
| - </html:div> |
22 |
| - <html:div class="col-sm-6 smallpad"> |
23 |
| - <mvc:View viewName="module:ui5/benchmark/view/MyButtonVRunLots" /> |
24 |
| - </html:div> |
25 |
| - <html:div class="col-sm-6 smallpad"> |
26 |
| - <mvc:View viewName="module:ui5/benchmark/view/MyButtonVAdd" /> |
27 |
| - </html:div> |
28 |
| - <html:div class="col-sm-6 smallpad"> |
29 |
| - <mvc:View viewName="module:ui5/benchmark/view/MyButtonVUpdate" /> |
30 |
| - </html:div> |
31 |
| - <html:div class="col-sm-6 smallpad"> |
32 |
| - <mvc:View viewName="module:ui5/benchmark/view/MyButtonVClear" /> |
33 |
| - </html:div> |
34 |
| - <html:div class="col-sm-6 smallpad"> |
35 |
| - <mvc:View viewName="module:ui5/benchmark/view/MyButtonVSwapRows" /> |
36 |
| - </html:div> |
37 |
| - </html:div> |
38 |
| - </html:div> |
| 6 | + <html:div id="main"> |
| 7 | + <html:div id="container"> |
| 8 | + <html:div class="jumbotron"> |
| 9 | + <html:div class="row"> |
| 10 | + <html:div class="col-md-6"> |
| 11 | + <html:h1>OpenUi5</html:h1> |
| 12 | + </html:div> |
39 | 13 |
|
40 |
| - </html:div> |
| 14 | + <html:div class="col-sm-6 smallpad"> |
| 15 | + <html:div class="row"> |
| 16 | + <html:div class="col-sm-6 smallpad"> |
| 17 | + <mvc:View viewName="module:ui5/benchmark/view/MyButtonVRun" /> |
| 18 | + </html:div> |
| 19 | + <html:div class="col-sm-6 smallpad"> |
| 20 | + <mvc:View viewName="module:ui5/benchmark/view/MyButtonVRunLots" /> |
| 21 | + </html:div> |
| 22 | + <html:div class="col-sm-6 smallpad"> |
| 23 | + <mvc:View viewName="module:ui5/benchmark/view/MyButtonVAdd" /> |
| 24 | + </html:div> |
| 25 | + <html:div class="col-sm-6 smallpad"> |
| 26 | + <mvc:View viewName="module:ui5/benchmark/view/MyButtonVUpdate" /> |
| 27 | + </html:div> |
| 28 | + <html:div class="col-sm-6 smallpad"> |
| 29 | + <mvc:View viewName="module:ui5/benchmark/view/MyButtonVClear" /> |
| 30 | + </html:div> |
| 31 | + <html:div class="col-sm-6 smallpad"> |
| 32 | + <mvc:View viewName="module:ui5/benchmark/view/MyButtonVSwapRows" /> |
41 | 33 | </html:div>
|
42 |
| - <mvc:XMLView viewName="ui5.benchmark.view.DataList" /> |
43 | 34 | </html:div>
|
44 | 35 | </html:div>
|
45 |
| - </Page> |
46 |
| - </pages> |
47 |
| - </App> |
48 |
| - </Shell> |
| 36 | + |
| 37 | + </html:div> |
| 38 | + </html:div> |
| 39 | + <mvc:XMLView viewName="ui5.benchmark.view.DataList" /> |
| 40 | + </html:div> |
| 41 | + </html:div> |
| 42 | + |
49 | 43 | </mvc:View>
|
0 commit comments