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
23aaf13e
Commit
23aaf13e
authored
Jun 27, 2016
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documents view: add 'trashAll' checkbox and smarter duplicates presentation
parent
3924b0fd
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
195 additions
and
55 deletions
+195
-55
Docs_dyna_chart_and_table.js
static/lib/gargantext/Docs_dyna_chart_and_table.js
+173
-53
tables.css
static/lib/gargantext/tables.css
+22
-1
titles.html
templates/pages/corpora/titles.html
+0
-1
No files found.
static/lib/gargantext/Docs_dyna_chart_and_table.js
View file @
23aaf13e
This diff is collapsed.
Click to expand it.
static/lib/gargantext/tables.css
View file @
23aaf13e
...
...
@@ -46,6 +46,25 @@ th a {
}
/* special effects for duplicate rows
*
* NB: top/bottom convention only works because of sort rule that always put smallest id first
*/
.duplrowkeep
{
border-top
:
3px
solid
black
}
.duplrowdel
{
background-color
:
#CCC
;
border-bottom
:
3px
solid
black
}
/* table titles */
th
.dynatable-head
{
vertical-align
:
middle
!important
;
}
/* notes under table titles */
th
.note
{
color
:
#ccc
;
...
...
@@ -77,6 +96,8 @@ p.note > input {
p
.note
>
label
{
float
:
left
;
margin-bottom
:
0
;
padding-bottom
:
0
;
}
.smaller
{
...
...
@@ -89,7 +110,7 @@ p.note > label {
#my-ajax-table
tr
:hover
{
cursor
:
pointer
;
font-weight
:
bold
;
/*font-weight: bold;*/
}
/* ngram states */
...
...
templates/pages/corpora/titles.html
View file @
23aaf13e
...
...
@@ -76,7 +76,6 @@
<select
id=
"docFilter"
name=
"docFilter"
>
<option
value=
"filter_all"
>
All
</option>
<option
value=
"filter_favs"
>
Favorite documents
</option>
<option
value=
"filter_dupl_tit"
>
Duplicates (title)
</option>
<option
value=
"filter_dupl_all"
>
Duplicates (title, date
&
src)
</option>
</select>
</div>
...
...
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