UNPKG

unserver-unify

Version:

73 lines (72 loc) 3.28 kB
<style type="text/css"> .arg_bg{background: url('assets/images/arg/bg.gif') no-repeat center 1px !important; background-size: cover !important;} </style> <!-- Wrapper--> <div id="wrapper" ng-class="{ share_header: shareFlag, highlight_yellow: colorStyle == 'highlight_yellow', highlight_blue: colorStyle == 'highlight_blue', highlight_orange: colorStyle == 'highlight_orange', 'arg_bg': loginService.subDomain == 'arg', 'poiz_web': loginService.subDomain == 'poiz', 'cap_web': loginService.subDomain == 'cap', course_argbg:course_argbg_highlight_flag, home_argbg:home_argbg_highlight_flag, 'scrl_header_change':bottomFlag, 't_new':currentSchool.theme == 't8' }" ng-controller="IndexCtrl as ctrl" scroll="" class="transition"> <!-- Navigation --> <div ng-if="!mobileView"> <div ng-switch="loginService.subDomain"> <div ng-switch-when="gsx"> <div ng-include="'components/common/gsx/header.html'"> </div> </div> <div ng-switch-when="openlearning"> <div ng-include="'components/common/openlearning/header.html'"> </div> </div> <div ng-switch-when="arg"> <div ng-include="'components/common/arg/header.html'"> </div> </div> <div ng-switch-default=""> <div ng-if=" currentSchool.theme != 't3' && currentSchool.theme != 't4' && currentSchool.theme != 't8'" ng-include="'components/common/header.html'"> </div> <div ng-if=" currentSchool.theme == 't8'" ng-include="'components/common/header_t8.html'"> </div> <div ng-if=" currentSchool.theme == 't3' || currentSchool.theme == 't4'" ng-include="'components/common/header_theme3.html'"> </div> </div> </div> </div> <div class="mbl_hdr_cntnr" ng-if="mobileView" ng-include="'components/common/mobiletopheader.html'"> </div> <!-- Page wraper --> <!-- ng-class with current state name give you the ability to extended customization your view --> <div id="page-wrapper" ng-class="{'gsx_bg': loginService.subDomain == 'gsx'}" ng-if="!mobileView"> <div class="{{ fullwidthflag ? 'container-fluid':'container'}}"> <div class="row"> <div style="min-height:550px"> <!-- Main view --> <div class="row"> <div ng-if="loginService.subDomain == 'poiz'" class="margin-bottom-20"></div> <div class="col-md-12 col-sm-12" ng-class="{'full_screen':hideHeader&&currentSchool.courseTheme=='fullscreen','theme_3':(currentSchool.theme == 't3' || currentSchool.theme == 't4'),'theme_8':currentSchool.theme == 't8'}" ui-view=""> </div> </div> </div> </div> </div> <!-- Footer --> <div ng-include="'components/common/footer.html'"> </div> </div> <!-- End page wrapper--> <!-- theme_3 for theme3 --> <!-- mobile page warper --> <div class="mbl_cntnr" ng-class="{'header_adjust':hideHeader}" ng-if="mobileView" style="margin-top:55px;"> <div> <div ui-view="" ng-cloak> </div> </div> </div> <div ng-include="'components/common/footer.html'" ng-if="(loginService.subDomain == 'wdbamboo' || loginService.subDomain == 'bamboosys') && mobileView"> </div> </div> <!-- End wrapper-->