dh_ackergaul
vor 3 Tagen bb80cdf5a6157ca1f3a276e12e9faae9a4739cb7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
html
    head
 
        link(rel="stylesheet" href="jsTree/themes/default/style.css")
        link(rel="stylesheet" href="jsTree/jqPropertyGrid.css")
        // STYLES
        link(rel="stylesheet", href="/styles/0fc145572b09ffbad242.dhmc.css")
        // STYLES END
        // SCRIPTS
        script(src="/js/0fc145572b09ffbad242.externals.js")
        // SCRIPTS END
 
        script(src="js/geometryPoolDebug.js")
        script(src="jsTree/jqPropertyGrid.js")
 
    body(style="height:100%;width: 100%;display:flex; flex-direction:column")
        .ui.menu(style="flex: 1 40px")
            .right.menu
                a.ui.item#refresh Refresh
        //.ui.grid
        //    .sixteen.wide.column(style="flex:1; display:flex;height: 100%; overflow-y: auto; overflow-x: hidden")
        div(style="display:flex; flex: 1 100%;flex-direction: row")
            div(style="flex:1 100%;overflow-x: auto; overflow-y: auto; display:flex")
                #poolList(style="flex:1 100%;height: 100%")
            div(style="flex:1 100%;overflow-x: auto; overflow-y: auto;")
                #poolView(style="flex:1 100%;height: 100%; width: 100%")