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
9a5f2481
Commit
9a5f2481
authored
May 03, 2016
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
working links in corpora exploration navbar
parent
728cf04c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
38 deletions
+34
-38
journals.html
templates/pages/corpora/journals.html
+4
-5
terms.html
templates/pages/corpora/terms.html
+6
-7
titles.html
templates/pages/corpora/titles.html
+0
-1
menu.html
templates/pages/menu.html
+24
-25
No files found.
templates/pages/corpora/journals.html
View file @
9a5f2481
...
@@ -84,7 +84,6 @@
...
@@ -84,7 +84,6 @@
<script
type=
"text/javascript"
src=
"{% static "
js
/
jquery
/
jquery
.
min
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
jquery
/
jquery
.
dynatable
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
jquery
/
jquery
.
dynatable
.
js
"
%}"
></script>
<!-- custom-lib for dynatable.js and dc.js -->
<!-- custom-lib for dynatable.js and dc.js -->
...
...
templates/pages/corpora/terms.html
View file @
9a5f2481
{% extends "pages/menu.html" %}
{% extends "pages/menu.html" %}
{% block css %}
{% load staticfiles %}
{% load staticfiles %}
{% block css %}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
css
/
bootstrap
.
css
"
%}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
css
/
bootstrap
.
css
"
%}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
css
/
d3
/
dc
.
css
"%}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
css
/
d3
/
dc
.
css
"%}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
css
/
jquery
/
jquery
.
dynatable
.
css
"%}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
css
/
jquery
/
jquery
.
dynatable
.
css
"%}"
/>
...
@@ -11,7 +12,6 @@
...
@@ -11,7 +12,6 @@
<script
type=
"text/javascript"
src=
"{% static "
js
/
d3
/
d3
.
js
"%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
d3
/
d3
.
js
"%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
d3
/
crossfilter
.
js
"%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
d3
/
crossfilter
.
js
"%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
d3
/
dc
.
js
"%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
d3
/
dc
.
js
"%}"
></script>
{% endblock %}
{% endblock %}
...
@@ -115,10 +115,9 @@
...
@@ -115,10 +115,9 @@
-->
-->
<script
type=
"text/javascript"
src=
"{% static "
js
/
jquery
/
jquery
.
min
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
jquery
/
jquery
.
dynatable
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
jquery
/
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 "
js
/
gargantext
/
NGrams_dyna_chart_and_table
.
js
"
%}"
></script>
{% endblock %}
{% endblock %}
templates/pages/corpora/titles.html
View file @
9a5f2481
...
@@ -98,7 +98,6 @@
...
@@ -98,7 +98,6 @@
</div>
</div>
</div>
</div>
<script
type=
"text/javascript"
src=
"{% static "
js
/
jquery
/
jquery
.
min
.
js
"
%}"
></script>
<!-- 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
/
jquery
.
dynatable
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
jquery
/
jquery
.
dynatable
.
js
"
%}"
></script>
...
...
templates/pages/menu.html
View file @
9a5f2481
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
{% 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
/
jquery
.
min
.
js
"
%}"
></script>
{% block css %}
{% block css %}
{% endblock %}
{% endblock %}
</head>
</head>
...
@@ -76,14 +77,16 @@
...
@@ -76,14 +77,16 @@
<div
class=
"container"
>
<div
class=
"container"
>
<ul
class=
"nav nav-tabs navbar-static-top nav-justified"
>
<ul
class=
"nav nav-tabs navbar-static-top nav-justified"
>
<li>
<li>
<a
type=
"button"
class=
"btn btn-default {% if view == "
titles
"
%}
active
{%
endif
%}"
<a
type=
"button"
class=
"btn btn-default {% if view == 'titles' %} active {% endif %}"
href=
"/projects/{{project.id}}/corpora/{{ corpus.id }}/"
>
Titles
onclick=
"javascript:location.href='/projects/{{project.id}}/corpora/{{ corpus.id }}/'"
data-target=
'#'
href=
'#'
>
Titles
</a>
</a>
</li>
</li>
<li>
<li>
<a
type=
"button"
class=
"btn btn-default {% if view == "
journals
"
%}
active
{%
endif
%}"
<a
type=
"button"
class=
"btn btn-default {% if view == 'journals' %} active {% endif %}"
href=
"/projects/{{project.id}}/corpora/{{ corpus.id }}/journals"
>
Journals
onclick=
"javascript:location.href='/projects/{{project.id}}/corpora/{{ corpus.id }}/journals'"
data-target=
'#'
href=
'#'
>
Journals
</a>
</a>
</li>
</li>
...
@@ -93,17 +96,18 @@
...
@@ -93,17 +96,18 @@
{% if state.complete %}
{% if state.complete %}
<li>
<li>
<a
type=
"button"
class=
"btn btn-default
<a
type=
"button"
class=
"btn btn-default {% if view == 'terms' %} active {% endif %}"
{% if view == "
terms
"
%}
active
{%
endif
%}"
onclick=
"javascript:location.href='/projects/{{project.id}}/corpora/{{ corpus.id }}/terms'"
href=
"/projects/{{project.id}}/corpora/{{ corpus.id }}/terms"
>
Terms
</a>
data-target=
'#'
href=
'#'
>
Terms
</a>
</li>
</li>
<li
class=
"dropdown"
>
<li
class=
"dropdown"
>
<a
type=
"button"
class=
"btn btn-default
"
>
<a
href=
"#"
class=
"dropdown-toggle btn btn-default"
data-toggle=
"dropdown"
role=
"button"
aria-haspopup=
"true"
aria-expanded=
"false
"
>
Graphs
Graphs
</a>
</a>
<
/li
>
<
span
class=
"caret"
></span
>
<ul
class=
"dropdown-menu"
>
<ul
class=
"dropdown-menu"
>
<li>
<li>
<a
tabindex=
"-1"
type=
"button"
class=
"btn btn-default "
<a
tabindex=
"-1"
type=
"button"
class=
"btn btn-default "
...
@@ -222,7 +226,6 @@
...
@@ -222,7 +226,6 @@
});
});
});
});
</script>
</script>
<script type="text/javascript" src="{% static "js/jquery/jquery.min.js" %}"></script>
-->
-->
<script
type=
"text/javascript"
src=
"{% static "
js
/
bootstrap
/
bootstrap
.
min
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
bootstrap
/
bootstrap
.
min
.
js
"
%}"
></script>
...
@@ -294,7 +297,3 @@
...
@@ -294,7 +297,3 @@
</body>
</body>
</html>
</html>
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