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
f005f878
Commit
f005f878
authored
Nov 26, 2015
by
PkSM3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[UPDATE] frontend presque pour rechercher dans ABs
parent
017614ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
Docs_dyna_chart_and_table.js
static/js/Docs_dyna_chart_and_table.js
+1
-0
documents.html
templates/corpus/documents.html
+4
-0
No files found.
static/js/Docs_dyna_chart_and_table.js
View file @
f005f878
...
@@ -453,6 +453,7 @@ function Main_test( Data , SearchFilter ) {
...
@@ -453,6 +453,7 @@ function Main_test( Data , SearchFilter ) {
var
the_content
=
$
(
"#filter_search"
).
html
();
var
the_content
=
$
(
"#filter_search"
).
html
();
$
(
""
+
the_content
).
insertAfter
(
"#dynatable-query-search-my-ajax-table"
)
$
(
""
+
the_content
).
insertAfter
(
"#dynatable-query-search-my-ajax-table"
)
// .insertAfter("#dynatable-query-search-my-ajax-table")
// .insertAfter("#dynatable-query-search-my-ajax-table")
return
"OK"
return
"OK"
...
...
templates/corpus/documents.html
View file @
f005f878
...
@@ -104,6 +104,10 @@ th a {
...
@@ -104,6 +104,10 @@ th a {
<div
id=
"filter_search"
style=
"visibility:hidden"
>
<div
id=
"filter_search"
style=
"visibility:hidden"
>
<span
style=
"font-size:70%;"
>
<input
title=
"Search in Titles"
type=
"checkbox"
checked
onclick=
"return false"
>
TI
</input>
<input
title=
"Search in Abstracts"
type=
"checkbox"
>
AB
</input>
</span>
<select
id=
"example-single-optgroups"
onchange=
"SearchFilters(this);"
>
<select
id=
"example-single-optgroups"
onchange=
"SearchFilters(this);"
>
<!-- <optgroup label=""> -->
<!-- <optgroup label=""> -->
<option
id=
"filter_all"
value=
"filter_all"
>
All
</option>
<option
id=
"filter_all"
value=
"filter_all"
>
All
</option>
...
...
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