diff Applications/StoneWebViewer/WebApplication/index.html @ 1555:b894072b9e2f

static JavaScript resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Aug 2020 18:58:23 +0200
parents 6d14ed6163b1
children 8898f8f755c8
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/index.html	Mon Aug 17 16:10:00 2020 +0200
+++ b/Applications/StoneWebViewer/WebApplication/index.html	Mon Aug 17 18:58:23 2020 +0200
@@ -8,9 +8,11 @@
     <meta name="apple-mobile-web-app-capable" content="yes" />
     <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
     <link rel="icon" href="data:;base64,iVBORw0KGgo=">
-    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
-    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.css">
+    
+    <link rel="stylesheet" href="css/all.css">  <!-- Font Awesome -->
+    <link rel="stylesheet" href="css/bootstrap.css">
     <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
+    
     <link rel="stylesheet" href="app.css">
 
     <!-- https://stackoverflow.com/a/16863182/881731 -->
@@ -310,19 +312,19 @@
             
             <div class="ng-scope inline-object">
               <button class="wvButton--underline text-center" id="windowing-popover">
-                <i class="fa fa-sun-o"></i>
+                <i class="fa fa-sun"></i>
               </button>
             </div>
 
             <div class="ng-scope inline-object">
               <button class="wvButton--underline text-center" v-on:click="FlipX()">
-                <i class="fas fa-exchange-alt"></i>X
+                <i class="fas fa-exchange-alt"></i>
               </button>
             </div>
 
             <div class="ng-scope inline-object">
               <button class="wvButton--underline text-center" v-on:click="FlipY()">
-                <i class="fa fa-exchange-alt fa-rotate-90"></i>Y
+                <i class="fas fa-exchange-alt fa-rotate-90"></i>
               </button>
             </div>
             
@@ -546,10 +548,10 @@
     </script>
 
 
-    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.js"></script>
-    <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.js"></script>
-    <script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.10/vue.js"></script>
-    <script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.19.0/axios.js"></script>
+    <script src="js/jquery-3.4.1.min.js"></script>
+    <script src="js/bootstrap.min.js"></script>
+    <script src="js/vue.min.js"></script>
+    <script src="js/axios.min.js"></script>
     
     <script src="stone.js"></script>
     <script src="app.js"></script>