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
29
30
31
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/materialDebugging.js")
        script(src="jsTree/jqPropertyGrid.js")
        script(src="/js/unsupported.js")
 
 
    body(style="height:100%;width: 100%")
        .ui.menu
            .right.menu
                a.ui.item#refresh Refresh
        .ui.grid(style="height: 90%")
            .five.wide.column(style="height: 100%; overflow-x: auto; overflow-y: auto")
                #matList.ui.middle.aligned.selection.list
                button#submit.ui.button Save
            .ten.wide.column(style="height: 100%; overflow-x: auto; overflow-y: auto")
                #matView(style="height: 500px; width: 100%")
                #propGrid(style="height:30%; width:100% overflow-x: auto; overflow-y: auto")