Commit f005f878 authored by PkSM3's avatar PkSM3

[UPDATE] frontend presque pour rechercher dans ABs

parent 017614ef
...@@ -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"
......
...@@ -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>&nbsp;
<input title="Search in Abstracts" type="checkbox">AB</input>
</span>&nbsp;&nbsp;
<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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment