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
6af79297
Commit
6af79297
authored
Oct 19, 2016
by
c24b
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Firsts steps [ok] => pb with export
parent
4f941d06
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
15 deletions
+26
-15
sources.html
templates/pages/corpora/sources.html
+3
-2
terms.html
templates/pages/corpora/terms.html
+2
-2
titles.html
templates/pages/corpora/titles.html
+4
-4
menu.html
templates/pages/menu.html
+15
-5
overview.html
templates/pages/projects/overview.html
+1
-1
project.html
templates/pages/projects/project.html
+1
-1
No files found.
templates/pages/corpora/sources.html
View file @
6af79297
...
...
@@ -23,7 +23,8 @@
<div
class=
"col-md-3 col-md-offset-2"
>
<div
id=
"monthly-move-chart"
>
<center>
Select a frequency group in the chart with blue bars to zoom in
<p
id=
"sources_time"
class=
"help"
>
Select a frequency group in the chart with blue bars to zoom in
</p>
<p
align=
"center"
>
<!--<a class="btn btn-xs btn-default" role="button" href="/chart/corpus/{{ corpus.id }}/data.csv">Save</a>-->
<a
class=
"btn btn-xs btn-default"
href=
"javascript:volumeChart.filterAll();dc.redrawAll();"
>
Reset
</a></p>
...
...
@@ -87,5 +88,5 @@
<!-- custom-lib for dynatable.js and dc.js -->
<script
type=
"text/javascript"
src=
"{% static "
lib
/
gargantext
/
Sources_dyna_chart_and_table
.
js
"
%}"
></script>
<
script
type=
"text/javascript"
src=
"{% static "
lib
/
gargantext
/
help
.
js
"
%}"
></script
>
<
!-- <script type="text/javascript" src="{% static "lib/gargantext/help.js" %}"></script> --
>
{% endblock %}
templates/pages/corpora/terms.html
View file @
6af79297
...
...
@@ -80,7 +80,7 @@ em {
<div
class=
"col-md-3 col-md-offset-2"
>
<div
id=
"monthly-move-chart"
>
<center>
Select a score/frequency range in the chart with blue bars to zoom in
<p
id=
"terms_time"
class=
"help"
>
Select a score/frequency range in the chart with blue bars to zoom in
<p>
<p
align=
"center"
>
<!--<a class="btn btn-xs btn-default" role="button" href="/chart/corpus/{{ corpus.id }}/data.csv">Save</a>-->
<a
class=
"btn btn-xs btn-default"
href=
"javascript:volumeChart.filterAll();dc.redrawAll();"
>
Reset
</a></p>
...
...
@@ -457,7 +457,7 @@ function listmergeCsvPost(theFile){
}
};
</script>
<
script
type=
"text/javascript"
src=
"{% static "
lib
/
gargantext
/
help
.
js
"
%}"
></script
>
<
!-- <script type="text/javascript" src="{% static "lib/gargantext/help.js" %}"></script> --
>
{% endblock %}
templates/pages/corpora/titles.html
View file @
6af79297
...
...
@@ -20,8 +20,8 @@
<div
class=
"container"
>
<div
class=
"col-md-3 col-md-offset-2"
>
<div
id=
"monthly-move-chart"
>
<center>
Select a time range in the chart with blue bars to zoom in
<center
>
<p
class=
"help"
id=
"titles_time"
>
Select a time range in the chart with blue bars to zoom in
</p>
<p
align=
"center"
>
<!--<a class="btn btn-xs btn-default" role="button" href="/chart/corpus/{{ corpus.id }}/data.csv">Save</a>-->
<a
class=
"btn btn-xs btn-default"
href=
"javascript:volumeChart.filterAll();dc.redrawAll();"
>
Reset
</a>
...
...
@@ -77,7 +77,7 @@
</input>
</span>
<span
class=
"glyphicon glyphicon-filter"
aria-hidden=
"true"
></span>
<select
id=
"docFilter"
name=
"docFilter"
>
<select
id=
"docFilter"
name=
"docFilter"
class=
"help"
>
<option
value=
"filter_all"
>
All
</option>
<option
value=
"filter_favs"
>
Favorite documents
</option>
<option
value=
"filter_dupl_all"
>
Duplicates (title, date
&
src)
</option>
...
...
@@ -102,5 +102,5 @@
<!-- custom-lib for dynatable.js and dc.js -->
<script
type=
"text/javascript"
src=
"{% static "
lib
/
gargantext
/
Docs_dyna_chart_and_table
.
js
"
%}"
></script>
<
script
type=
"text/javascript"
src=
"{% static "
lib
/
gargantext
/
help
.
js
"
%}"
></script
>
<
!-- <script type="text/javascript" src="{% static "lib/gargantext/help.js" %}"></script> --
>
{% endblock %}
templates/pages/menu.html
View file @
6af79297
...
...
@@ -223,22 +223,23 @@
<!-- export button -->
<div
class=
"col-md-6"
>
{% if view == 'terms' %}
<a
class=
"
btn btn-primary exportbtn pull-right"
role=
"button"
<a
id=
"export_terms"
class=
"help
btn btn-primary exportbtn pull-right"
role=
"button"
href=
"/api/ngramlists/export?corpus={{corpus.id}}"
title=
"Export terms table in CSV"
>
Export terms table
<span
class=
"glyphicon glyphicon-download"
aria-hidden=
"true"
></span>
</a>
{% elif view == 'titles' %}
<a
href=
"http://gitlab.iscpif.fr/humanities/gargantext/wikis/faq/exportImport"
class=
"pull-right btn btn-lg"
>
<
!-- <
a href="http://gitlab.iscpif.fr/humanities/gargantext/wikis/faq/exportImport" class="pull-right btn btn-lg">
<span class="glyphicon glyphicon-question-sign" aria-hidden="true"></span>
</a>
</a>
-->
<a
class=
"
btn btn-primary exportbtn pull-right"
role=
"button"
<a
id=
"export_corpus"
class=
"help
btn btn-primary exportbtn pull-right"
role=
"button"
href=
"/api/nodes?parent_id={{corpus.id}}&types[]=DOCUMENT&pagination_limit=100000&formated=csv"
title=
"Export full corpus in CSV"
>
...
...
@@ -252,6 +253,15 @@
{% else %}
<!-- TODO export source table -->
<!-- <a id="export_sources" class="help btn btn-primary exportbtn pull-right" role="button"
href="/api/nodes?parent_id={{corpus.id}}&types[]=DOCUMENT&pagination_limit=100000&formated=csv"
title="Export full corpus in CSV">
Export sources
<span class="glyphicon glyphicon-download" aria-hidden="true"></span>
</a><span class="help" id="export_sources"> -->
{% endif %}
</div>
</div>
...
...
@@ -331,7 +341,7 @@
-->
<script
type=
"text/javascript"
src=
"{% static "
lib
/
bootstrap
/
3
.
2
.
0
/
bootstrap
.
min
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
lib
/
gargantext
/
help
.
js
"
%}"
></script>
<script
type=
"text/javascript"
>
// initializes the popover elements with jquery
$
(
function
()
{
$
(
"[data-toggle='popover']"
).
popover
({
...
...
templates/pages/projects/overview.html
View file @
6af79297
...
...
@@ -183,7 +183,7 @@
</style>
<script
type=
"text/javascript"
src=
"{% static "
lib
/
gargantext
/
garganrest_projects
.
js
"
%}"
></script>
<
script
type=
"text/javascript"
src=
"{% static "
lib
/
gargantext
/
help
.
js
"
%}"
></script
>
<
!-- <script type="text/javascript" src="{% static "lib/gargantext/help.js" %}"></script> --
>
<script
type=
"text/javascript"
>
getProjects
();
...
...
templates/pages/projects/project.html
View file @
6af79297
...
...
@@ -331,7 +331,7 @@
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
<script
type=
"text/javascript"
src=
"{% static "
lib
/
jquery
/
1
.
11
.
2
/
jquery-ui
.
js
"
%}"
></script>
<
script
type=
"text/javascript"
src=
"{% static "
lib
/
gargantext
/
help
.
js
"
%}"
></script
>
<
!-- <script type="text/javascript" src="{% static "lib/gargantext/help.js" %}"></script> --
>
<script
type=
"text/javascript"
>
var
corporaDivs
=
document
.
getElementsByClassName
(
'corpusElt'
)
...
...
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