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")
|
|
|