Commit 09cc0600 authored by Romain Loth's avatar Romain Loth

tidying all libs ('js' dir renamed to 'lib' because of new package-based...

tidying all libs ('js' dir renamed to 'lib' because of new package-based hierarchy which mixes filetypes) and refs to them from the templates etc
parent 3c22a8c7
...@@ -17,16 +17,16 @@ ...@@ -17,16 +17,16 @@
var S = window.STATIC_URL; var S = window.STATIC_URL;
$script([ $script([
S + 'js/angular/1.2.29/angular.min.js', S + 'lib/angular/1.2.29/angular.min.js',
S + 'js/bootstrap/3.3.6/js/bootstrap.min.js', S + 'lib/bootstrap/3.3.6/js/bootstrap.min.js',
S + 'js/bootstrap-select/1.7.7/js/bootstrap-select.min.js', S + 'lib/bootstrap-select/1.7.7/js/bootstrap-select.min.js',
S + 'js/angular-loader/1.2.29/angular-loader.min.js', S + 'lib/angular-loader/1.2.29/angular-loader.min.js',
S + 'js/underscore/underscore-1.5.2.js', S + 'lib/underscore/underscore-1.5.2.js',
//'bower_components/angular-route/angular-route.js', //'bower_components/angular-route/angular-route.js',
], function() { ], function() {
$script([ $script([
S + 'js/angular-cookies/1.2.29/angular-cookies.min.js', S + 'lib/angular-cookies/1.2.29/angular-cookies.min.js',
S + 'js/angular-resource/1.2.29/angular-resource.min.js'], function() { S + 'lib/angular-resource/1.2.29/angular-resource.min.js'], function() {
$script([S + 'annotations/http.js', S + 'annotations/highlight.js', $script([S + 'annotations/http.js', S + 'annotations/highlight.js',
S + 'annotations/document.js', S + 'annotations/ngramlist.js', S + 'annotations/document.js', S + 'annotations/ngramlist.js',
S + 'annotations/activelists.js', S + 'annotations/ngramlist.js', S + 'annotations/activelists.js', S + 'annotations/ngramlist.js',
......
...@@ -12,12 +12,12 @@ ...@@ -12,12 +12,12 @@
<title>Gargantext article editor</title> <title>Gargantext article editor</title>
<meta name="description" content="Gargantext"> <meta name="description" content="Gargantext">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{% static 'js/bootstrap/3.3.6/css/bootstrap.min.css' %}"> <link rel="stylesheet" href="{% static 'lib/bootstrap/3.3.6/css/bootstrap.min.css' %}">
<link rel="stylesheet" href="{% static 'js/bootstrap-select/1.7.7/css/bootstrap-select.min.css' %}"> <link rel="stylesheet" href="{% static 'lib/bootstrap-select/1.7.7/css/bootstrap-select.min.css' %}">
<link rel="stylesheet" href="{% static 'js/angular/1.2.29/angular-csp.css' %}"> <link rel="stylesheet" href="{% static 'lib/angular/1.2.29/angular-csp.css' %}">
<link rel="stylesheet" href="{% static 'annotations/app.css' %}"> <!-- todo --> <link rel="stylesheet" href="{% static 'annotations/app.css' %}"> <!-- todo -->
<script src="{% static 'js/jquery/2.2.0/jquery.min.js' %}"></script> <script src="{% static 'lib/jquery/2.2.0/jquery.min.js' %}"></script>
</head> </head>
<body> <body>
<!-- TODO integrate this later into the any other django template --> <!-- TODO integrate this later into the any other django template -->
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -572,6 +572,8 @@ function Main_test(Data) { ...@@ -572,6 +572,8 @@ function Main_test(Data) {
var dupFlag = false ; var dupFlag = false ;
$("#div-table").on("dynatable:queries:added", function(e, qname, qval) { $("#div-table").on("dynatable:queries:added", function(e, qname, qval) {
// debug
// console.warn(e)
if (!dupFlag && qname == 'docFilter' && qval == "filter_dupl") { if (!dupFlag && qname == 'docFilter' && qval == "filter_dupl") {
MyTable.data('dynatable').queries.remove('docFilter') MyTable.data('dynatable').queries.remove('docFilter')
// to avoid recursion when we'll call this filter again in 4 lines // to avoid recursion when we'll call this filter again in 4 lines
......
...@@ -149,7 +149,7 @@ function CRUD( list_id , ngram_ids , http_method , callback) { ...@@ -149,7 +149,7 @@ function CRUD( list_id , ngram_ids , http_method , callback) {
div_info += ' <li class="dropdown">' div_info += ' <li class="dropdown">'
div_info += '<a href="#" class="dropdown-toggle" data-toggle="dropdown">' div_info += '<a href="#" class="dropdown-toggle" data-toggle="dropdown">'
div_info += ' <img title="Set Colors" src="/static/js/libs/img2/colors.png" width="20px"><b class="caret"></b></img>' div_info += ' <img title="Set Colors" src="/static/img/colors.png" width="20px"><b class="caret"></b></img>'
div_info += '</a>' div_info += '</a>'
div_info += ' <ul class="dropdown-menu">' div_info += ' <ul class="dropdown-menu">'
...@@ -186,7 +186,7 @@ function CRUD( list_id , ngram_ids , http_method , callback) { ...@@ -186,7 +186,7 @@ function CRUD( list_id , ngram_ids , http_method , callback) {
div_info += ' <li class="dropdown">' div_info += ' <li class="dropdown">'
div_info += '<a href="#" class="dropdown-toggle" data-toggle="dropdown">' div_info += '<a href="#" class="dropdown-toggle" data-toggle="dropdown">'
div_info += ' <img title="Set Sizes" src="/static/js/libs/img2/NodeSize.png" width="20px"><b class="caret"></b></img>' div_info += ' <img title="Set Sizes" src="/static/img/NodeSize.png" width="20px"><b class="caret"></b></img>'
div_info += '</a>' div_info += '</a>'
div_info += ' <ul class="dropdown-menu">' div_info += ' <ul class="dropdown-menu">'
...@@ -832,9 +832,9 @@ function GetUserPortfolio() { ...@@ -832,9 +832,9 @@ function GetUserPortfolio() {
var project_id = data["records"][record]["id"] var project_id = data["records"][record]["id"]
var project_name = data["records"][record]["name"] var project_name = data["records"][record]["name"]
portfolio[project_id] = project_name portfolio[project_id] = project_name
html_ += ' <div class="panel panel-default">'+"\n" html_ += ' <div class="panel panel-default">'+"\n"
html_ += ' <div class="panel-heading">'+"\n" html_ += ' <div class="panel-heading">'+"\n"
html_ += ' <h4 class="panel-title">'+"\n" html_ += ' <h4 class="panel-title">'+"\n"
...@@ -846,7 +846,7 @@ function GetUserPortfolio() { ...@@ -846,7 +846,7 @@ function GetUserPortfolio() {
html_ += ' <div id="collapse_'+project_id+'" class="panel-collapse collapse">'+"\n" html_ += ' <div id="collapse_'+project_id+'" class="panel-collapse collapse">'+"\n"
html_ += ' <div class="panel-body" style="input[type=radio] {display: none;}">'+"\n" html_ += ' <div class="panel-body" style="input[type=radio] {display: none;}">'+"\n"
html_ += ' <ul>'+"\n" html_ += ' <ul>'+"\n"
for (var record2 in data["records"]) { for (var record2 in data["records"]) {
if ( data["records"][record2]["typename"] == 'CORPUS' ) { if ( data["records"][record2]["typename"] == 'CORPUS' ) {
var corpus_parent_id = data["records"][record2]["parent_id"] var corpus_parent_id = data["records"][record2]["parent_id"]
...@@ -854,9 +854,9 @@ function GetUserPortfolio() { ...@@ -854,9 +854,9 @@ function GetUserPortfolio() {
if ( corpus_parent_id == project_id) { if ( corpus_parent_id == project_id) {
var corpus_id = data["records"][record2]["id"] var corpus_id = data["records"][record2]["id"]
var corpus_name = data["records"][record2]["name"] var corpus_name = data["records"][record2]["name"]
portfolio[corpus_id] = corpus_name portfolio[corpus_id] = corpus_name
html_ += ' <div class="row">'+"\n" html_ += ' <div class="row">'+"\n"
html_ += ' <div class="radio">'+"\n" html_ += ' <div class="radio">'+"\n"
html_ += ' <label><input type="radio" id="'+project_id+"_"+corpus_id+'" name="optradio">'+"\n" html_ += ' <label><input type="radio" id="'+project_id+"_"+corpus_id+'" name="optradio">'+"\n"
...@@ -869,7 +869,7 @@ function GetUserPortfolio() { ...@@ -869,7 +869,7 @@ function GetUserPortfolio() {
} }
} }
} }
html_ += ' </ul>'+"\n" html_ += ' </ul>'+"\n"
html_ += ' </div>'+"\n" html_ += ' </div>'+"\n"
html_ += ' </div>'+"\n" html_ += ' </div>'+"\n"
...@@ -885,7 +885,7 @@ function GetUserPortfolio() { ...@@ -885,7 +885,7 @@ function GetUserPortfolio() {
$("#add_corpus_tab").prop("disabled",false) $("#add_corpus_tab").prop("disabled",false)
var selected = $('input[name=optradio]:checked')[0].id.split("_") var selected = $('input[name=optradio]:checked')[0].id.split("_")
var sel_p_id = selected[0], sel_c_id =selected[1] var sel_p_id = selected[0], sel_c_id =selected[1]
var html_selection = "" var html_selection = ""
html_selection += '<center>You are comparing :<br><span class="glyphicon glyphicon-hand-down" aria-hidden="true"></span></center>'+"\n" html_selection += '<center>You are comparing :<br><span class="glyphicon glyphicon-hand-down" aria-hidden="true"></span></center>'+"\n"
html_selection += '<center>' html_selection += '<center>'
......
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
{% block css %} {% block css %}
<link rel="stylesheet" href="{% static "js/jquery/1.11.2/jquery-ui.css" %}" media="screen"> <link rel="stylesheet" href="{% static "lib/jquery/1.11.2/jquery-ui.css" %}" media="screen">
<link rel="stylesheet" href="{% static "js/libs/css2/freshslider.css" %}" media="screen"> <link rel="stylesheet" href="{% static "lib/external_libs/css2/freshslider.css" %}" media="screen">
<link rel="stylesheet" href="{% static "js/libs/css2/custom.css" %}" media="screen"> <link rel="stylesheet" href="{% static "lib/external_libs/css2/custom.css" %}" media="screen">
<link rel="stylesheet" href="{% static "js/libs/css2/sidebar.css" %}" media="screen"> <link rel="stylesheet" href="{% static "lib/external_libs/css2/sidebar.css" %}" media="screen">
<style> <style>
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
#category1 ul li { margin: 0 12px 12px 0; } #category1 ul li { margin: 0 12px 12px 0; }
</style> </style>
<!-- <!--
<link rel="stylesheet" href="{% static "js/libs/bootswatch/css/bootswatch.css" %}"> <link rel="stylesheet" href="{% static "lib/external_libs/bootswatch/css/bootswatch.css" %}">
<link rel="stylesheet" href="{% static "js/libs/css2/font.css" %}" type="text/css"> <link rel="stylesheet" href="{% static "lib/external_libs/css2/font.css" %}" type="text/css">
--> -->
</head> </head>
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
<ul class="nav navbar-nav navbar-right"> <ul class="nav navbar-nav navbar-right">
<li> <li>
<a> <a>
<img width="17%" title="Compare with other corpus!" onclick="GetUserPortfolio(); $('#corpuses').modal('show');" src="{% static "js/libs/img2/INTER.png" %}"></img> <img width="17%" title="Compare with other corpus!" onclick="GetUserPortfolio(); $('#corpuses').modal('show');" src="{% static "img/INTER.png" %}"></img>
</a> </a>
</li> </li>
</ul> </ul>
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,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="{% static "js/libs/img2/loading-bar.gif" %}"></img> <img id="semLoader" style="position:absolute; top:50%; left:40%; width:80px;" src="{% static "img/loading-bar.gif" %}"></img>
<ul id="ctlzoom"> <ul id="ctlzoom">
...@@ -205,7 +205,7 @@ ...@@ -205,7 +205,7 @@
<!-- <!--
<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="{% static "js/libs/img2/world.png" %}" ></img> <img title="World Map Distribution" width="34px" src="{% static "img/world.png" %}" ></img>
</a> </a>
</li> </li>
--> -->
...@@ -213,13 +213,13 @@ ...@@ -213,13 +213,13 @@
<li> <li>
<a href="#" id="snapicon" onclick="saveGraphIMG();" > <a href="#" id="snapicon" onclick="saveGraphIMG();" >
<img title="Take a photo!" width="34px" src="{% static "js/libs/img2/camera.png" %}" ></img> <img title="Take a photo!" width="34px" src="{% static "img/camera.png" %}" ></img>
</a> </a>
</li> </li>
<li> <li>
<a href="#" id="saveAs"> <a href="#" id="saveAs">
<img width="30px" title="Save As..." src="{% static "js/libs/img2/save.png" %}" ></img> <img width="30px" title="Save As..." src="{% static "img/save.png" %}" ></img>
</a> </a>
</li> </li>
...@@ -393,13 +393,13 @@ ...@@ -393,13 +393,13 @@
<div class="modal-footer"> <div class="modal-footer">
<button id="closecorpuses" type="button" class="btn btn-default" data-dismiss="modal"> <button id="closecorpuses" type="button" class="btn btn-default" data-dismiss="modal">
<span class="glyphicon glyphicon-remove" aria-hidden="true" ></span> <span class="glyphicon glyphicon-remove" aria-hidden="true" ></span>
Close Close
</button> </button>
<button id="add_corpus_tab" type="button" class="btn btn-primary" disabled onclick='printCorpuses();'> <button id="add_corpus_tab" type="button" class="btn btn-primary" disabled onclick='printCorpuses();'>
<span class="glyphicon glyphicon-ok" aria-hidden="true" ></span> <span class="glyphicon glyphicon-ok" aria-hidden="true" ></span>
Compare Compare
</button> </button>
...@@ -412,41 +412,41 @@ ...@@ -412,41 +412,41 @@
<div id="modalloader" class="modal fade"> <div id="modalloader" class="modal fade">
<div id="loader" class="loader"> <div id="loader" class="loader">
<img src="{% static "js/libs/img2/loader.gif" %}" ></img> <img src="{% static "img/ajax-loader.gif" %}" ></img>
</div> </div>
<div id="closeloader" data-dismiss="modal"></div> <div id="closeloader" data-dismiss="modal"></div>
</div> </div>
<script src="{% static "js/jquery/1.11.1/jquery.min.js" %}" type="text/javascript"></script> <script src="{% static "lib/jquery/1.11.1/jquery.min.js" %}" type="text/javascript"></script>
<script src="{% static "js/jquery/1.11.2/jquery-ui.js" %}" type="text/javascript"></script> <script src="{% static "lib/jquery/1.11.2/jquery-ui.js" %}" type="text/javascript"></script>
<script src="{% static "js/libs/jquery/jquery.ba-dotimeout.min.js" %}" type="text/javascript"></script> <script src="{% static "lib/external_libs/jquery/jquery.ba-dotimeout.min.js" %}" type="text/javascript"></script>
<script src="{% static "js/libs/jquery/jquery.mousewheel.min.js" %}" type="text/javascript"></script> <script src="{% static "lib/external_libs/jquery/jquery.mousewheel.min.js" %}" type="text/javascript"></script>
<script type="text/javascript" src="{% static "js/libs/freshslider.1.0.js" %}"></script> <script type="text/javascript" src="{% static "lib/external_libs/freshslider.1.0.js" %}"></script>
<script type="text/javascript" src="{% static "js/libs/readmore.js" %}"></script> <script type="text/javascript" src="{% static "lib/external_libs/readmore.js" %}"></script>
<script type="text/javascript" src="{% static "js/libs/jquery/jquery.easytabs.min.js" %}"></script> <script type="text/javascript" src="{% static "lib/external_libs/jquery/jquery.easytabs.min.js" %}"></script>
<script src="{% static "js/libs/bootstrap/js/bootstrap-modal.js" %}" type="text/javascript"></script> <script src="{% static "lib/external_libs/bootstrap/js/bootstrap-modal.js" %}" type="text/javascript"></script>
<script src="{% static "js/libs/bootstrap/js/bootstrap-hover-dropdown.min.js" %}" type="text/javascript"></script> <script src="{% static "lib/external_libs/bootstrap/js/bootstrap-hover-dropdown.min.js" %}" type="text/javascript"></script>
<script src="{% static "js/tinawebJS/globalUtils.js" %}" type="text/javascript"></script> <script src="{% static "lib/tinawebJS/globalUtils.js" %}" type="text/javascript"></script>
<script src="{% static "js/tinawebJS/plugins/jLouvain.js" %}" type="text/javascript"></script> <script src="{% static "lib/tinawebJS/plugins/jLouvain.js" %}" type="text/javascript"></script>
<script src="{% static "js/graphExplorer/sigma.min.js" %}" type="text/javascript" language="javascript"></script> <script src="{% static "lib/graphExplorer/sigma.min.js" %}" type="text/javascript" language="javascript"></script>
<script src="{% static "js/tinawebJS/sigma.forceatlas2.js" %}" type="text/javascript" language="javascript"></script> <script src="{% static "lib/tinawebJS/sigma.forceatlas2.js" %}" type="text/javascript" language="javascript"></script>
<script src="{% static "js/graphExplorer/settings_explorerjs.js" %}" type="text/javascript" language="javascript"></script> <script src="{% static "lib/graphExplorer/settings_explorerjs.js" %}" type="text/javascript" language="javascript"></script>
<script src="{% static "js/tinawebJS/sigma.parseCustom.js" %}" type="text/javascript" language="javascript"></script> <script src="{% static "lib/tinawebJS/sigma.parseCustom.js" %}" type="text/javascript" language="javascript"></script>
<script src="{% static "js/graphExplorer/extras_explorerjs.js" %}" type="text/javascript" language="javascript"></script> <script src="{% static "lib/graphExplorer/extras_explorerjs.js" %}" type="text/javascript" language="javascript"></script>
<script src="{% static "js/tinawebJS/sigmaUtils.js" %}" type="text/javascript" language="javascript"></script> <script src="{% static "lib/tinawebJS/sigmaUtils.js" %}" type="text/javascript" language="javascript"></script>
<script src="{% static "js/tinawebJS/methods.js" %}" type="text/javascript" language="javascript"></script> <script src="{% static "lib/tinawebJS/methods.js" %}" type="text/javascript" language="javascript"></script>
<script src="{% static "js/tinawebJS/minimap.js" %}" type="text/javascript" language="javascript"></script> <script src="{% static "lib/tinawebJS/minimap.js" %}" type="text/javascript" language="javascript"></script>
<script src="{% static "js/tinawebJS/enviroment.js" %}" type="text/javascript" language="javascript"></script> <script src="{% static "lib/tinawebJS/enviroment.js" %}" type="text/javascript" language="javascript"></script>
<script src="{% static "js/tinawebJS/asyncFA2.js" %}" type="text/javascript" language="javascript"></script> <script src="{% static "lib/tinawebJS/asyncFA2.js" %}" type="text/javascript" language="javascript"></script>
<script src="{% static "js/tinawebJS/Tinaweb.js" %}" type="text/javascript" language="javascript"></script> <script src="{% static "lib/tinawebJS/Tinaweb.js" %}" type="text/javascript" language="javascript"></script>
<script src="{% static "js/tinawebJS/main.js" %}" type="text/javascript" language="javascript"></script> <script src="{% static "lib/tinawebJS/main.js" %}" type="text/javascript" language="javascript"></script>
<script type="text/javascript"> <script type="text/javascript">
function newPopup(url) { function newPopup(url) {
...@@ -460,5 +460,3 @@ ...@@ -460,5 +460,3 @@
{% endblock %} {% endblock %}
<html> <html>
{% load staticfiles %} {% load staticfiles %}
<head> <head>
<link rel="stylesheet" type="text/css" href="{% static "js/bootstrap/3.0.2/bootstrap.css" %}"> <link rel="stylesheet" type="text/css" href="{% static "lib/bootstrap/3.0.2/bootstrap.css" %}">
</head> </head>
<body> <body>
<div id="grp-container"> <div id="grp-container">
<!-- HEADER --> <!-- HEADER -->
......
...@@ -3,15 +3,15 @@ ...@@ -3,15 +3,15 @@
{% block css %} {% block css %}
{% load staticfiles %} {% load staticfiles %}
<link rel="stylesheet" type="text/css" href="{% static "js/bootstrap/3.0.2/bootstrap.css" %}"> <link rel="stylesheet" type="text/css" href="{% static "lib/bootstrap/3.0.2/bootstrap.css" %}">
<link rel="stylesheet" type="text/css" href="{% static "js/d3/dc.css"%}"/> <link rel="stylesheet" type="text/css" href="{% static "lib/d3/dc.css"%}"/>
<link rel="stylesheet" type="text/css" href="{% static "js/jquery/dynatable/jquery.dynatable.css"%}"/> <link rel="stylesheet" type="text/css" href="{% static "lib/jquery/dynatable/jquery.dynatable.css"%}"/>
<link rel="stylesheet" type="text/css" href="{% static "js/gargantext/tables.css"%}"/> <link rel="stylesheet" type="text/css" href="{% static "lib/gargantext/tables.css"%}"/>
<link rel="stylesheet" type="text/css" href="{% static "js/gargantext/charts.css"%}"/> <link rel="stylesheet" type="text/css" href="{% static "lib/gargantext/charts.css"%}"/>
<script type="text/javascript" src="{% static "js/d3/d3.js"%}"></script> <script type="text/javascript" src="{% static "lib/d3/d3.js"%}"></script>
<script type="text/javascript" src="{% static "js/d3/crossfilter.js"%}"></script> <script type="text/javascript" src="{% static "lib/d3/crossfilter.js"%}"></script>
<script type="text/javascript" src="{% static "js/d3/dc.js"%}"></script> <script type="text/javascript" src="{% static "lib/d3/dc.js"%}"></script>
{% endblock %} {% endblock %}
...@@ -80,9 +80,9 @@ ...@@ -80,9 +80,9 @@
<script type="text/javascript" src="{% static "js/jquery/dynatable/jquery.dynatable.js" %}"></script> <script type="text/javascript" src="{% static "lib/jquery/dynatable/jquery.dynatable.js" %}"></script>
<!-- custom-lib for dynatable.js and dc.js --> <!-- custom-lib for dynatable.js and dc.js -->
<script type="text/javascript" src="{% static "js/gargantext/Journals_dyna_chart_and_table.js" %}"></script> <script type="text/javascript" src="{% static "lib/gargantext/Journals_dyna_chart_and_table.js" %}"></script>
{% endblock %} {% endblock %}
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
{% load staticfiles %} {% load staticfiles %}
{% block css %} {% block css %}
<link rel="stylesheet" type="text/css" href="{% static "js/d3/dc.css"%}"/> <link rel="stylesheet" type="text/css" href="{% static "lib/d3/dc.css"%}"/>
<link rel="stylesheet" type="text/css" href="{% static "js/jquery/dynatable/jquery.dynatable.css"%}"/> <link rel="stylesheet" type="text/css" href="{% static "lib/jquery/dynatable/jquery.dynatable.css"%}"/>
<link rel="stylesheet" type="text/css" href="{% static "js/gargantext/tables.css"%}"/> <link rel="stylesheet" type="text/css" href="{% static "lib/gargantext/tables.css"%}"/>
<link rel="stylesheet" type="text/css" href="{% static "js/gargantext/charts.css"%}"/> <link rel="stylesheet" type="text/css" href="{% static "lib/gargantext/charts.css"%}"/>
<script type="text/javascript" src="{% static "js/d3/d3.js"%}"></script> <script type="text/javascript" src="{% static "lib/d3/d3.js"%}"></script>
<script type="text/javascript" src="{% static "js/d3/crossfilter.js"%}"></script> <script type="text/javascript" src="{% static "lib/d3/crossfilter.js"%}"></script>
<script type="text/javascript" src="{% static "js/d3/dc.js"%}"></script> <script type="text/javascript" src="{% static "lib/d3/dc.js"%}"></script>
{% endblock %} {% endblock %}
...@@ -107,9 +107,9 @@ ...@@ -107,9 +107,9 @@
--> -->
<script type="text/javascript" src="{% static "js/jquery/dynatable/jquery.dynatable.js" %}"></script> <script type="text/javascript" src="{% static "lib/jquery/dynatable/jquery.dynatable.js" %}"></script>
<!-- custom-lib for dynatable.js and dc.js --> <!-- custom-lib for dynatable.js and dc.js -->
<script type="text/javascript" src="{% static "js/gargantext/NGrams_dyna_chart_and_table.js" %}"></script> <script type="text/javascript" src="{% static "lib/gargantext/NGrams_dyna_chart_and_table.js" %}"></script>
{% endblock %} {% endblock %}
...@@ -2,15 +2,15 @@ ...@@ -2,15 +2,15 @@
{% load staticfiles %} {% load staticfiles %}
{% block css %} {% block css %}
<link rel="stylesheet" type="text/css" href="{% static "js/d3/dc.css"%}"/> <link rel="stylesheet" type="text/css" href="{% static "lib/d3/dc.css"%}"/>
<link rel="stylesheet" type="text/css" href="{% static "js/jquery/dynatable/jquery.dynatable.css"%}"/> <link rel="stylesheet" type="text/css" href="{% static "lib/jquery/dynatable/jquery.dynatable.css"%}"/>
<link rel="stylesheet" type="text/css" href="{% static "js/gargantext/tables.css"%}"/> <link rel="stylesheet" type="text/css" href="{% static "lib/gargantext/tables.css"%}"/>
<link rel="stylesheet" type="text/css" href="{% static "js/gargantext/charts.css"%}"/> <link rel="stylesheet" type="text/css" href="{% static "lib/gargantext/charts.css"%}"/>
<script type="text/javascript" src="{% static "js/d3/d3.js"%}"></script> <script type="text/javascript" src="{% static "lib/d3/d3.js"%}"></script>
<script type="text/javascript" src="{% static "js/d3/crossfilter.js"%}"></script> <script type="text/javascript" src="{% static "lib/d3/crossfilter.js"%}"></script>
<script type="text/javascript" src="{% static "js/d3/dc.js"%}"></script> <script type="text/javascript" src="{% static "lib/d3/dc.js"%}"></script>
{% endblock %} {% endblock %}
...@@ -91,9 +91,9 @@ ...@@ -91,9 +91,9 @@
<!--</div> This div is closed in the menu !--> <!--</div> This div is closed in the menu !-->
<!-- here goes import script js/bootstrap/bootstrap-multiselect.js, mais ca marche pas--> <!-- here goes import script js/bootstrap/bootstrap-multiselect.js, mais ca marche pas-->
<script type="text/javascript" src="{% static "js/jquery/dynatable/jquery.dynatable.js" %}"></script> <script type="text/javascript" src="{% static "lib/jquery/dynatable/jquery.dynatable.js" %}"></script>
<!-- custom-lib for dynatable.js and dc.js --> <!-- custom-lib for dynatable.js and dc.js -->
<script type="text/javascript" src="{% static "js/gargantext/Docs_dyna_chart_and_table.js" %}"></script> <script type="text/javascript" src="{% static "lib/gargantext/Docs_dyna_chart_and_table.js" %}"></script>
{% endblock %} {% endblock %}
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{% block css %} {% block css %}
<script src="{% static "js/jquery/1.11.1/jquery.min.js" %}" type="text/javascript"></script> <script src="{% static "lib/jquery/1.11.1/jquery.min.js" %}" type="text/javascript"></script>
{% endblock %} {% endblock %}
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{% block css %} {% block css %}
<script src="{% static "js/jquery/1.11.1/jquery.min.js" %}" type="text/javascript"></script> <script src="{% static "lib/jquery/1.11.1/jquery.min.js" %}" type="text/javascript"></script>
{% endblock %} {% endblock %}
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en" rel="stylesheet">
<!-- App CSS --> <!-- App CSS -->
<link type="text/css" href="{% static "js/bootstrap/4.0.0/login.min.css" %}" rel="stylesheet"> <link type="text/css" href="{% static "lib/bootstrap/4.0.0/login.min.css" %}" rel="stylesheet">
</head> </head>
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
</div> </div>
<div class="form-group"> <div class="form-group">
{{form.password}} {{form.password}}
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>
<div class="center"> <div class="center">
...@@ -68,16 +68,16 @@ ...@@ -68,16 +68,16 @@
</form> </form>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<!-- jQuery --> <!-- jQuery -->
<script src="{% static "js/jquery/1.11.1/jquery.min.js" %}"></script> <script src="{% static "lib/jquery/1.11.1/jquery.min.js" %}"></script>
<!-- Bootstrap --> <!-- Bootstrap -->
<script src="{% static "js/bootstrap/3.2.0/bootstrap.min.js" %}"></script> <script src="{% static "lib/bootstrap/3.2.0/bootstrap.min.js" %}"></script>
</body> </body>
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
{% block css %} {% block css %}
{% load staticfiles %} {% load staticfiles %}
<link rel="stylesheet" href="{% static "js/bootstrap/3.0.2/bootstrap.css" %}"> <link rel="stylesheet" href="{% static "lib/bootstrap/3.0.2/bootstrap.css" %}">
<script src="{% static "js/jquery/1.11.1/jquery.min.js" %}" type="text/javascript"></script> <script src="{% static "lib/jquery/1.11.1/jquery.min.js" %}" type="text/javascript"></script>
{% endblock %} {% endblock %}
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
{% load staticfiles %} {% load staticfiles %}
<head> <head>
<link rel="shortcut icon" href="{% static "/favicon.ico" %}"> <link rel="shortcut icon" href="{% static "/favicon.ico" %}">
<script type="text/javascript" src="{% static "js/jquery/1.11.1/jquery.min.js" %}"></script> <script type="text/javascript" src="{% static "lib/jquery/1.11.1/jquery.min.js" %}"></script>
<link rel="stylesheet" type="text/css" href="{% static "js/bootstrap/3.0.2/bootstrap.css" %}"> <link rel="stylesheet" type="text/css" href="{% static "lib/bootstrap/3.0.2/bootstrap.css" %}">
<link rel="stylesheet" type="text/css" href="{% static "js/gargantext/menu.css"%}"/> <link rel="stylesheet" type="text/css" href="{% static "lib/gargantext/menu.css"%}"/>
{% block css %} {% block css %}
{% endblock %} {% endblock %}
</head> </head>
...@@ -166,18 +166,18 @@ ...@@ -166,18 +166,18 @@
<div class="col-md-5"> <div class="col-md-5">
<h3> <h3>
<span class="glyphicon glyphicon-user" aria-hidden="true"></span> <span class="glyphicon glyphicon-user" aria-hidden="true"></span>
Author(s): Author(s):
</h3> </h3>
<h4> <h4>
<div class="row"> <div class="row">
<span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span> <span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span>
{{ user.username | truncatechars:15}} {{ user.username | truncatechars:15}}
</div> </div>
</h4> </h4>
</div> </div>
<div class="col-md-1"> <div class="col-md-1">
<div class="row"><br> <div class="row"><br>
<a class="btn btn-default" role="button" href="/api/nodes?parent_id={{corpus.id}}&types[]=DOCUMENT&pagination_limit=100000&formated=csv">Download</a> <a class="btn btn-default" role="button" href="/api/nodes?parent_id={{corpus.id}}&types[]=DOCUMENT&pagination_limit=100000&formated=csv">Download</a>
<!--<a class="btn btn-default" role="button" href="/project/{{project.id}}/corpus/{{corpus.id}}/{{view}}/update">Update</a>--!> <!--<a class="btn btn-default" role="button" href="/project/{{project.id}}/corpus/{{corpus.id}}/{{view}}/update">Update</a>--!>
...@@ -190,8 +190,8 @@ ...@@ -190,8 +190,8 @@
<li><a href="/delete/{{corpus.id}}">Delete</a></li> <li><a href="/delete/{{corpus.id}}">Delete</a></li>
</ul> </ul>
'>Manage</a> '>Manage</a>
<a class="btn btn-primary btn-lg" role="button" href="/admin/documents/corpus/{{ corpus.id }}/">Add documents</a></p> <a class="btn btn-primary btn-lg" role="button" href="/admin/documents/corpus/{{ corpus.id }}/">Add documents</a></p>
--!> --!>
</div> </div>
</div> </div>
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
<!-- <!--
<script type="text/javascript" src="{% static "js/jquery/pie-chart/jquery.easypiechart.js"%}"></script> <script type="text/javascript" src="{% static "lib/jquery/pie-chart/jquery.easypiechart.js"%}"></script>
<script type="text/javascript"> <script type="text/javascript">
$(function() { $(function() {
$('.chart').easyPieChart({ $('.chart').easyPieChart({
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
</script> </script>
--> -->
<script type="text/javascript" src="{% static "js/bootstrap/3.2.0/bootstrap.min.js" %}"></script> <script type="text/javascript" src="{% static "lib/bootstrap/3.2.0/bootstrap.min.js" %}"></script>
<script type="text/javascript"> <script type="text/javascript">
$(function () { $("[data-toggle='popover']").popover({ $(function () { $("[data-toggle='popover']").popover({
......
...@@ -3,15 +3,15 @@ ...@@ -3,15 +3,15 @@
{% block css %} {% block css %}
{% load staticfiles %} {% load staticfiles %}
<link rel="stylesheet" href="{% static "js/bootstrap/3.0.2/bootstrap.css" %}"> <link rel="stylesheet" href="{% static "lib/bootstrap/3.0.2/bootstrap.css" %}">
<script type="text/javascript" src="{% static "js/jquery/1.11.1/jquery.min.js" %}"></script> <script type="text/javascript" src="{% static "lib/jquery/1.11.1/jquery.min.js" %}"></script>
<script type="text/javascript" src="{% static "js/gargantext/garganrest.js" %}"></script> <script type="text/javascript" src="{% static "lib/gargantext/garganrest.js" %}"></script>
<link rel="stylesheet" href="{% static "js/jquery/1.11.2/jquery-ui.css" %}"> <link rel="stylesheet" href="{% static "lib/jquery/1.11.2/jquery-ui.css" %}">
<script type="text/javascript" src="{% static "js/morris/morris.min.js" %}"></script> <script type="text/javascript" src="{% static "lib/morris/morris.min.js" %}"></script>
<link rel="stylesheet" href="{% static "js/morris/morris.css" %}"> <link rel="stylesheet" href="{% static "lib/morris/morris.css" %}">
<script src="{% static "js/raphael/raphael-min.js"%}"></script> <script src="{% static "lib/raphael/raphael-min.js"%}"></script>
<style type="text/css"> <style type="text/css">
.ui-autocomplete { .ui-autocomplete {
z-index: 5000; z-index: 5000;
...@@ -77,15 +77,15 @@ ...@@ -77,15 +77,15 @@
<!--<div class="col-md-offset-7 col-md-4 content" style="background-color:grey">!--> <!--<div class="col-md-offset-7 col-md-4 content" style="background-color:grey">!-->
<div id="project_{{project.id}}" class="row"> <div id="project_{{project.id}}" class="row">
<h3> <h3>
<div class="col-md-5 content"> <div class="col-md-5 content">
<a <a
href="/projects/{{ project.id }}"> href="/projects/{{ project.id }}">
<span class="glyphicon glyphicon-book" aria-hidden="true"></span> <span class="glyphicon glyphicon-book" aria-hidden="true"></span>
{{ project.name }} {{ project.name }}
</a> </a>
</div> </div>
<div class="col-md-3 content"> <div class="col-md-3 content">
<a href="/projects/{{project.id}}" > <a href="/projects/{{project.id}}" >
<button type="button" class="btn btn-default" aria-label="Left Align"> <button type="button" class="btn btn-default" aria-label="Left Align">
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
$('input[name=groups]:checked').each(function () { $('input[name=groups]:checked').each(function () {
$("#send_share").attr("disabled","disabled") $("#send_share").attr("disabled","disabled")
console.log( $(this).data("id") ); console.log( $(this).data("id") );
$("#simpleloader").html('<img width="30px" src="{% static "js/libs/img2/loading-bar.gif" %}"></img>') $("#simpleloader").html('<img width="30px" src="{% static "img/loading-bar.gif" %}"></img>')
$.ajax({ $.ajax({
url: "/api/share/"+last_project+"/"+$(this).data("id"), url: "/api/share/"+last_project+"/"+$(this).data("id"),
type: 'POST', type: 'POST',
......
...@@ -2,15 +2,15 @@ ...@@ -2,15 +2,15 @@
{% block css %} {% block css %}
{% load staticfiles %} {% load staticfiles %}
<link rel="stylesheet" href="{% static "js/bootstrap/3.0.2/bootstrap.css" %}"> <link rel="stylesheet" href="{% static "lib/bootstrap/3.0.2/bootstrap.css" %}">
<script type="text/javascript" src="{% static "js/jquery/1.11.1/jquery.min.js" %}"></script> <script type="text/javascript" src="{% static "lib/jquery/1.11.1/jquery.min.js" %}"></script>
<script type="text/javascript" src="{% static "js/gargantext/garganrest.js" %}"></script> <script type="text/javascript" src="{% static "lib/gargantext/garganrest.js" %}"></script>
<link rel="stylesheet" href="{% static "js/jquery/1.11.2/jquery-ui.css" %}"> <link rel="stylesheet" href="{% static "lib/jquery/1.11.2/jquery-ui.css" %}">
<script type="text/javascript" src="{% static "js/morris/morris.min.js" %}"></script> <script type="text/javascript" src="{% static "lib/morris/morris.min.js" %}"></script>
<link rel="stylesheet" href="{% static "js/morris/morris.css" %}"> <link rel="stylesheet" href="{% static "lib/morris/morris.css" %}">
<script src="{% static "js/raphael/raphael-min.js"%}"></script> <script src="{% static "lib/raphael/raphael-min.js"%}"></script>
<style type="text/css"> <style type="text/css">
.ui-autocomplete { .ui-autocomplete {
z-index: 5000; z-index: 5000;
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<!-- Add jumbotron container for each type of corpus (presse, science etc.) --> <!-- Add jumbotron container for each type of corpus (presse, science etc.) -->
<div id="semLoader" style="position:absolute; top:50%; left:40%; width:80px; visibility: hidden;"> <div id="semLoader" style="position:absolute; top:50%; left:40%; width:80px; visibility: hidden;">
<img src="{% static "js/libs/img2/loading-bar.gif" %}"></img> <img src="{% static "img/loading-bar.gif" %}"></img>
</div> </div>
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
<button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="bottom" <button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="bottom"
data-content=" data-content="
<ul> <ul>
<li <li
onclick=&quot; onclick=&quot;
garganrest.nodes.delete({{corpus.id}}, function(){$('#corpus_'+{{corpus.id}}).remove()}); garganrest.nodes.delete({{corpus.id}}, function(){$('#corpus_'+{{corpus.id}}).remove()});
$(this).parent().parent().remove(); $(this).parent().parent().remove();
...@@ -141,9 +141,9 @@ ...@@ -141,9 +141,9 @@
</span> </span>
</div> </div>
{% endifequal %} {% endifequal %}
{% ifequal state.action "ngrams_extraction" %} {% ifequal state.action "ngrams_extraction" %}
<div class="progress-bar progress-bar-striped <div class="progress-bar progress-bar-striped
{% if state.complete %} {% if state.complete %}
progress-bar-success progress-bar-success
{% else %} {% else %}
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
</span> </span>
</div> </div>
{% endifequal %} {% endifequal %}
{% endfor %} {% endfor %}
</div> </div>
{% endif %} {% endif %}
...@@ -251,7 +251,7 @@ ...@@ -251,7 +251,7 @@
</div><!-- /.modal-content --> </div><!-- /.modal-content -->
</div><!-- /.modal-dialog --> </div><!-- /.modal-dialog -->
</div><!-- /.modal --> </div><!-- /.modal -->
<script type="text/javascript" src="{% static "js/jquery/1.11.2/jquery-ui.js" %}"></script> <script type="text/javascript" src="{% static "lib/jquery/1.11.2/jquery-ui.js" %}"></script>
<script type="text/javascript"> <script type="text/javascript">
function getCookie(name) { function getCookie(name) {
var cookieValue = null; var cookieValue = null;
...@@ -317,7 +317,7 @@ ...@@ -317,7 +317,7 @@
var theresults = $("#theresults").html() var theresults = $("#theresults").html()
if( theresults && theresults.search("No results")==-1 ) { if( theresults && theresults.search("No results")==-1 ) {
console.log("we've in dynamic mode") console.log("we've in dynamic mode")
$("#simpleloader").html('<img width="30px" src="{% static "js/libs/img2/loading-bar.gif" %}"></img>') $("#simpleloader").html('<img width="30px" src="{% static "img/loading-bar.gif" %}"></img>')
$("#submit_thing").prop('onclick',null); $("#submit_thing").prop('onclick',null);
var theType = $("#id_type option:selected").html(); var theType = $("#id_type option:selected").html();
...@@ -340,7 +340,7 @@ ...@@ -340,7 +340,7 @@
var typefield = $("#id_type").val()!="" var typefield = $("#id_type").val()!=""
var filefield = $("#id_file").val()!="" var filefield = $("#id_file").val()!=""
if( namefield && typefield && filefield ) { if( namefield && typefield && filefield ) {
$("#simpleloader").html('<img width="30px" src="{% static "js/libs/img2/loading-bar.gif" %}"></img>') $("#simpleloader").html('<img width="30px" src="{% static "img/loading-bar.gif" %}"></img>')
$("#submit_thing").prop('onclick',null); $("#submit_thing").prop('onclick',null);
$( "#id_form" ).submit(); $( "#id_form" ).submit();
} }
...@@ -356,7 +356,7 @@ ...@@ -356,7 +356,7 @@
// var Npubs = $("#id_N").val(); // var Npubs = $("#id_N").val();
if(pubmedquery=="") return; if(pubmedquery=="") return;
var formData = {query:pubmedquery , N:querySize} var formData = {query:pubmedquery , N:querySize}
$("#theresults").html('<img width="30px" src="{% static "js/libs/img2/loading-bar.gif" %}"></img>') $("#theresults").html('<img width="30px" src="{% static "img/loading-bar.gif" %}"></img>')
console.log("disabling "+"#"+value.id) console.log("disabling "+"#"+value.id)
$("#"+value.id).prop('onclick',null); $("#"+value.id).prop('onclick',null);
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
{% block css %} {% block css %}
{% load staticfiles %} {% load staticfiles %}
<link rel="stylesheet" href="{% static "js/bootstrap/3.0.2/bootstrap.css" %}"> <link rel="stylesheet" href="{% static "lib/bootstrap/3.0.2/bootstrap.css" %}">
<script src="{% static "js/jquery/1.11.1/jquery.min.js" %}" type="text/javascript"></script> <script src="{% static "lib/jquery/1.11.1/jquery.min.js" %}" type="text/javascript"></script>
{% endblock %} {% endblock %}
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<h2>Your file has been uploaded ! </h2> <h2>Your file has been uploaded ! </h2>
<h2>Gargantext need some time to eat it.</h2> <h2>Gargantext need some time to eat it.</h2>
<h2>Duration depends on the size of the dish.</h2> <h2>Duration depends on the size of the dish.</h2>
<a class="btn btn-primary btn-lg" href="/projects/{{ project.id }}" title="Click and test by yourself">Continue on Gargantext</a> <a class="btn btn-primary btn-lg" href="/projects/{{ project.id }}" title="Click and test by yourself">Continue on Gargantext</a>
</div> </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