Commit afb51717f397fefc27f963f3190f4f6efc840a1f
Merge branch 'ExternalLink' into Develop
Showing
1 changed file
with
9 additions
and
9 deletions
400-SOURCECODE/AIAHTML5.Web/app/views/Link/Link-view.html
1 | -<div class="bodyWrap row "> | |
2 | - <div ng-include="'app/widget/MainMenu.html'" /> | |
3 | - <div class="main" style="min-height:750px;"> | |
4 | - <div id="siteloader" class="col-sm-12"> | |
5 | - <!--<object style="width:100%; height:100%" type="text/html" data={{objdata}}></object>--> | |
6 | - <object ng-style="myObj" type="text/html" data={{objdata}}></object> | |
7 | - </div> | |
8 | - </div> | |
9 | -</div> | |
1 | +<div class="bodyWrap row "> | |
2 | + <div ng-include="'app/widget/MainMenu.html'" /> | |
3 | + <div class="main" style="min-height:750px;"> | |
4 | + <div id="siteloader" class="col-sm-12"> | |
5 | + <!--<object style="width:100%; height:100%" type="text/html" data={{objdata}}></object>--> | |
6 | + <object id="externalLink" ng-style="myObj" type="text/html" data={{objdata}}></object> | |
7 | + </div> | |
8 | + </div> | |
9 | +</div> | ... | ... |