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