Commit 9aae706c authored by c24b's avatar c24b

[DEL]- tentative d'ajout de option search corpus

parent ba0381e1
...@@ -178,7 +178,6 @@ ...@@ -178,7 +178,6 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
<!-- Modal --> <!-- Modal -->
<div class="modal fade" id="stack1" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal fade" id="stack1" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog"> <div class="modal-dialog">
...@@ -200,7 +199,6 @@ ...@@ -200,7 +199,6 @@
</div><!-- /.modal-content --> </div><!-- /.modal-content -->
</div><!-- /.modal-dialog --> </div><!-- /.modal-dialog -->
</div><!-- /.modal --> </div><!-- /.modal -->
<!-- Modal --> <!-- Modal -->
<div class="modal fade" id="addcorpus" tabindex="-1" role="dialog" aria-labelledby="myModalLabel2" aria-hidden="true"> <div class="modal fade" id="addcorpus" tabindex="-1" role="dialog" aria-labelledby="myModalLabel2" aria-hidden="true">
<div class="modal-dialog"> <div class="modal-dialog">
...@@ -473,6 +471,8 @@ ...@@ -473,6 +471,8 @@
console.log($(this).val()) console.log($(this).val())
if(theType=="Pubmed (XML format)") if(theType=="Pubmed (XML format)")
testPUBMED( $(this).val() ) testPUBMED( $(this).val() )
if(theType=="Cern (XML format)")
testPUBMED( $(this).val() )
}); });
} }
} }
......
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