2
0
Fork 0
tcrud/lib/www_views/node-ff-tcrud/angular/thtml/application-view.ejs
2017-06-10 16:53:29 +02:00

20 lines
762 B
Plaintext

<div role="main" class="container-fluid">
<div>
<div class="col-xs-12">
<!--[if lt IE 7]>
<p class="alert alert-error">Your browser is <em>ancient!</em>
<a href="http://browsehappy.com/">Upgrade to a different browser</a> or
<a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.
</p>
<![endif]-->
<!--[if lt IE 9]>
<div class="alert">
You are using an old version of Internet Explorer.
For better and safer browsing experience please <a href="http://www.microsoft.com/IE9">upgrade IE</a>
or install <a href="http://google.com/chrome">Google Chrome browser</a>.
</div>
<![endif]-->
</div>
<div class="fillHeightView" ng-view/>
</div>
</div>