Advertisement
tatdat171

HTML

Apr 16th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.97 KB | None | 0 0
  1. <div class="hbox hbox-auto-xs hbox-auto-sm" ng-controller="MorningCheckListMailExchangeCtrl as showCase">
  2.     <div class="wrapper-md">
  3.  
  4.         <!--table for "System AD"-->
  5.         <div class="row">
  6.             <div class="panel panel-green">
  7.                 <div class="panel-heading">
  8.                     <a href="" class="text-white">Mail Exchange </a>
  9.                     <div class="toolbars">
  10.                         <a ng-click="TableSystemAD = ! TableSystemAD" class="text-white"><i class="icon" ng-class="TableSystemAD? ' icon-arrow-down ' : ' icon-arrow-up'"></i></a>
  11.                     </div>
  12.                 </div>
  13.                 <div class="panel-body" ng-show="TableSystemAD">
  14.                     <table datatable="" dt-options="showCase.dtOptions" dt-columns="showCase.dtColumns" class="table table-responsive table-bordered table-hover"></table>
  15.                 </div>
  16.             </div>
  17.         </div>
  18.  
  19.  
  20.         <div>
  21.  
  22.         </div>
  23.     </div>
  24. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement