Commit 800b4654 authored by PkSM3's avatar PkSM3

all in libs

parent 8613c5d2
...@@ -9,11 +9,11 @@ ...@@ -9,11 +9,11 @@
<link rel="stylesheet" href="libs/jquery/jquery-ui.css" media="screen"> <link rel="stylesheet" href="libs/jquery/jquery-ui.css" media="screen">
<link rel="stylesheet" href="libs/bootstrap/css/bootstrap.css" media="screen"> <link rel="stylesheet" href="libs/bootstrap/css/bootstrap.css" media="screen">
<link rel="stylesheet" href="css2/freshslider.css" media="screen"> <link rel="stylesheet" href="libs/css2/freshslider.css" media="screen">
<link rel="stylesheet" href="css2/custom.css" media="screen"> <link rel="stylesheet" href="libs/css2/custom.css" media="screen">
<link rel="stylesheet" href="css2/sidebar.css" media="screen"> <link rel="stylesheet" href="libs/css2/sidebar.css" media="screen">
<link rel="stylesheet" href="libs/bootswatch/css/bootswatch.css"> <link rel="stylesheet" href="libs/bootswatch/css/bootswatch.css">
<link rel="stylesheet" href="css2/font.css" type="text/css"> <link rel="stylesheet" href="libs/css2/font.css" type="text/css">
</head> </head>
<body class="gradient"> <body class="gradient">
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<div class="container"> <div class="container">
<div class="navbar-header"> <div class="navbar-header">
<a href="index.html" class="navbar-brand"> <img width="20px" src="img2/home.png"></img> ComexJS</a> <a href="index.html" class="navbar-brand"> <img width="20px" src="libs/img2/home.png"></img> ComexJS</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main"> <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
<ul id="colorGraph" class="nav navbar-nav navbar-right"> <ul id="colorGraph" class="nav navbar-nav navbar-right">
<li class="dropdown"> <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">
<img title="Set Colors" src="img2/colors.png" width="20px"><b class="caret"></b></img> <img title="Set Colors" src="libs/img2/colors.png" width="20px"><b class="caret"></b></img>
</a> </a>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<li><a href="#" onclick='clustersBy("country")'>By Country</a></li> <li><a href="#" onclick='clustersBy("country")'>By Country</a></li>
...@@ -204,7 +204,7 @@ ...@@ -204,7 +204,7 @@
<div style="visibility: hidden;" id="sigma-othergraph"></div> <div style="visibility: hidden;" id="sigma-othergraph"></div>
<img id="semLoader" style="position:absolute; top:50%; left:40%; width:80px;" src="img2/loading-bar.gif"></img> <img id="semLoader" style="position:absolute; top:50%; left:40%; width:80px;" src="libs/img2/loading-bar.gif"></img>
<ul id="ctlzoom"> <ul id="ctlzoom">
...@@ -219,20 +219,20 @@ ...@@ -219,20 +219,20 @@
<li> <li>
<a href="#" id="geomapicon" onclick="$('#geomapmodal').modal('show'); callGeomap();"> <a href="#" id="geomapicon" onclick="$('#geomapmodal').modal('show'); callGeomap();">
<img title="World Map Distribution" width="34px" src="img2/world.png"></img> <img title="World Map Distribution" width="34px" src="libs/img2/world.png"></img>
</a> </a>
</li> </li>
<li> <li>
<a href="#" id="snapicon" onclick="saveGraphIMG();" > <a href="#" id="snapicon" onclick="saveGraphIMG();" >
<img title="Take a photo!" width="34px" src="img2/camera.png"></img> <img title="Take a photo!" width="34px" src="libs/img2/camera.png"></img>
</a> </a>
</li> </li>
<li> <li>
<a href="#" id="saveAs"> <a href="#" id="saveAs">
<img width="30px" title="Save As..." src="img2/save.png"></img> <img width="30px" title="Save As..." src="libs/img2/save.png"></img>
</a> </a>
</li> </li>
...@@ -334,7 +334,7 @@ ...@@ -334,7 +334,7 @@
<div id="modalloader" class="modal fade"> <div id="modalloader" class="modal fade">
<div id="loader" class="loader"> <div id="loader" class="loader">
<img src="img2/loader.gif"></img> <img src="libs/img2/loader.gif"></img>
</div> </div>
<div id="closeloader" data-dismiss="modal"></div> <div id="closeloader" data-dismiss="modal"></div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment