BUG3685, BUG3686
[groupbasedpolicy.git] / groupbasedpolicy-ui / module / src / main / resources / gbp / views / main / governance.tpl.html
1 <section ng-controller="governanceCtrl">\r
2     <section class="col-md-9">\r
3         \r
4         <section ng-if="contentTpl" ng-include src="view_path + 'governance/' + contentTpl + '.tpl.html'" onload="checkBroadcastCalling(contentTpl)"></section>\r
5         \r
6     </section>\r
7 \r
8     <!-- RIGHT PANEL -->\r
9     <aside class="col-md-3"> \r
10         <section class="inWrapper">\r
11 \r
12             <!-- Menu including -->\r
13             <section ng-if="menuTpl" ng-include src="view_path + 'menu/' + menuTpl + '.tpl.html'"></section>\r
14             <section class="mb50" ng-if="menuBox" ng-include src="view_path + 'box/' + menuBox + '.tpl.html'" onload="broadcastCalling('menuBox')"></section>\r
15         </section>\r
16     </aside>\r
17 \r
18     <section ng-show="wizards.actionReferenceWizard">\r
19         <div ng-include src="view_path+'wizards/actionReferenceWizard.tpl.html'"></div>\r
20     </section>\r
21 </section>\r
22 \r