Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
b90cad79
Commit
b90cad79
authored
Jul 07, 2016
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MERGE OK] fix some forgotten paths using deprecated symlink 'external_libs'
parent
16b7efad
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
explorer.html
templates/graphExplorer/explorer.html
+12
-12
No files found.
templates/graphExplorer/explorer.html
View file @
b90cad79
...
...
@@ -6,9 +6,9 @@
{% block css %}
<link
rel=
"stylesheet"
href=
"{% static "
lib
/
jquery
/
1
.
11
.
2
/
jquery-ui
.
css
"
%}"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"{% static "
lib
/
external_
libs
/
css2
/
freshslider
.
css
"
%}"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"{% static "
lib
/
external_
libs
/
css2
/
custom
.
css
"
%}"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"{% static "
lib
/
external_
libs
/
css2
/
sidebar
.
css
"
%}"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"{% static "
lib
/
graphExplorer
/
libs
/
css2
/
freshslider
.
css
"
%}"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"{% static "
lib
/
graphExplorer
/
libs
/
css2
/
custom
.
css
"
%}"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"{% static "
lib
/
graphExplorer
/
libs
/
css2
/
sidebar
.
css
"
%}"
media=
"screen"
>
<style>
...
...
@@ -38,8 +38,8 @@
#category1
ul
li
{
margin
:
0
12px
12px
0
;
}
</style>
<!--
<link rel="stylesheet" href="{% static "lib/
external_
libs/bootswatch/css/bootswatch.css" %}">
<link rel="stylesheet" href="{% static "lib/
external_
libs/css2/font.css" %}" type="text/css">
<link rel="stylesheet" href="{% static "lib/
graphExplorer/
libs/bootswatch/css/bootswatch.css" %}">
<link rel="stylesheet" href="{% static "lib/
graphExplorer/
libs/css2/font.css" %}" type="text/css">
-->
</head>
...
...
@@ -421,16 +421,16 @@
<script
src=
"{% static "
lib
/
jquery
/
1
.
11
.
1
/
jquery
.
min
.
js
"
%}"
type=
"text/javascript"
></script>
<script
src=
"{% static "
lib
/
jquery
/
1
.
11
.
2
/
jquery-ui
.
js
"
%}"
type=
"text/javascript"
></script>
<script
src=
"{% static "
lib
/
external_
libs
/
jquery
/
jquery
.
ba-dotimeout
.
min
.
js
"
%}"
type=
"text/javascript"
></script>
<script
src=
"{% static "
lib
/
external_
libs
/
jquery
/
jquery
.
mousewheel
.
min
.
js
"
%}"
type=
"text/javascript"
></script>
<script
src=
"{% static "
lib
/
graphExplorer
/
libs
/
jquery
/
jquery
.
ba-dotimeout
.
min
.
js
"
%}"
type=
"text/javascript"
></script>
<script
src=
"{% static "
lib
/
graphExplorer
/
libs
/
jquery
/
jquery
.
mousewheel
.
min
.
js
"
%}"
type=
"text/javascript"
></script>
<script
type=
"text/javascript"
src=
"{% static "
lib
/
external_
libs
/
freshslider
.
1
.
0
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
lib
/
external_
libs
/
readmore
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
lib
/
external_
libs
/
jquery
/
jquery
.
easytabs
.
min
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
lib
/
graphExplorer
/
libs
/
freshslider
.
1
.
0
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
lib
/
graphExplorer
/
libs
/
readmore
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
lib
/
graphExplorer
/
libs
/
jquery
/
jquery
.
easytabs
.
min
.
js
"
%}"
></script>
<script
src=
"{% static "
lib
/
external_
libs
/
bootstrap
/
js
/
bootstrap-modal
.
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 "
lib
/
graphExplorer
/
libs
/
bootstrap
/
js
/
bootstrap-modal
.
js
"
%}"
type=
"text/javascript"
></script>
<script
src=
"{% static "
lib
/
graphExplorer
/
libs
/
bootstrap
/
js
/
bootstrap-hover-dropdown
.
min
.
js
"
%}"
type=
"text/javascript"
></script>
<script
src=
"{% static "
lib
/
graphExplorer
/
tinawebJS
/
globalUtils
.
js
"
%}"
type=
"text/javascript"
></script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment