Files
stf/res/app/control-panes/control-panes.jade
2014-07-08 15:02:19 +09:00

20 lines
1.1 KiB
Plaintext

div(ng-if='$root.basicMode').fill-height
div.fill-height.basic-remote-control
.remote-control.fill-height
div(ng-include='"control-panes/device-control/device-control.jade"').fill-height
div(ng-if='!$root.basicMode', ng-controller='ControlPanesHotKeysCtrl')
div(fa-pane, pane-id='control-device', pane-anchor='west', pane-size='30% + 2px', pane-min='200px', pane-max='100% + 2px', pane-handle='4', pane-no-toggle='false')
//.stf-catch-all-keys(ng-controller='KeysCtrl')
catch-all-keys(keys-down='keysDown($event)', keys-up='keysUp($event)')
.remote-control
//include control-screen
div(ng-include='"control-panes/device-control/device-control.jade"').fill-height
div(fa-pane, pane-id='control-bottom-tabs', pane-anchor='south', pane-size='30% + 2px', pane-handle='4').pane-bottom-p
.widget-container.fluid-height
nice-tabs(key='ControlBottomTabs', direction='below', tabs='belowTabs', filter='$root.platform')
div(fa-pane, pane-id='control-top-tabs', pane-anchor='')
.widget-container.fluid-height
nice-tabs(key='ControlBottomTabs', tabs='topTabs', filter='$root.platform')