da-body-view.html 2.18 KB
<link href="../../../themes/default/css/bootstrap/3.3.6/bootstrap.css" rel="stylesheet" />

<link href="../../../themes/default/css/bootstrap/3.3.6/main.css" rel="stylesheet" />
<link href="../../../themes/default/css/bootstrap/3.3.6/secondeffect.css" rel="stylesheet" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,400italic">

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
          <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
          <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
        <![endif]-->
<link href="../../../themes/default/css/bootstrap/3.3.6/jquery.mCustomScrollbar.css" rel="stylesheet" />
<link href="../../../themes/default/css/bootstrap/3.3.6/jquery-ui.css" rel="stylesheet" />
<link href="../../../libs/jquery/jquery_plugin/jsPanel/jspanel/jquery.jspanel.min.css" rel="stylesheet" /> 



<div ng-app="AIA" ng-controller="DAController">
    <div class="bodyWrap row" ng-init="openBodyView()">

      
    </div>
</div>

<script src="../../../libs/jquery/1.11.3/jquery.min.js"></script>
<script src="../../../libs/jquery/1.11.4/jquery-ui.js"></script>
<script src="../../../libs/jquery/jquery_plugin/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="../../../themes/default/scripts/bootstrap/3.3.5/bootstrap.js"></script>
<script src="../../../libs/angular/1.4.9/angular.min.js"></script>
<script src="../../../libs/angular/1.4.9/angular-route.min.js"></script>
<script src="../../../libs/angular/1.4.9/angular-sanitize.min.js"></script>
<script src="../../../content/js/custom/custom.js"></script>
<script src="../../../libs/jinqJs.js"></script>
<script src="../../main/AIA.js"></script>
<script src="../../../libs/jquery/jquery_plugin/jsPanel/jspanel/jquery.jspanel.js"></script>
<script src="../../../content/js/custom/custom.js"></script>
<script src="../../controllers/DAController.js"></script>