mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Remove code from input and statistics
This commit is contained in:
parent
654922aaf4
commit
0c6017dcba
@ -108,9 +108,9 @@ draft: false
|
|||||||
for(const[keystr,vals] of sdic){
|
for(const[keystr,vals] of sdic){
|
||||||
row=document.createElement("tr")
|
row=document.createElement("tr")
|
||||||
key=JSON.parse(keystr)
|
key=JSON.parse(keystr)
|
||||||
Reflect.setPrototypeOf(key[0], code.prototype)
|
key.shift()
|
||||||
Reflect.setPrototypeOf(key[1], method.prototype)
|
Reflect.setPrototypeOf(key[0], method.prototype)
|
||||||
Reflect.setPrototypeOf(key[2], doi.prototype)
|
Reflect.setPrototypeOf(key[1], doi.prototype)
|
||||||
for(const el of key){
|
for(const el of key){
|
||||||
var td=document.createElement("td")
|
var td=document.createElement("td")
|
||||||
if(trueTypeOf(el)=="doi"){
|
if(trueTypeOf(el)=="doi"){
|
||||||
@ -256,8 +256,6 @@ draft: false
|
|||||||
<br/>
|
<br/>
|
||||||
<label for="mol_select">Molecule</label>
|
<label for="mol_select">Molecule</label>
|
||||||
<select multiple id="mol_select" onchange="reloadContent()" name="molecule"></select>
|
<select multiple id="mol_select" onchange="reloadContent()" name="molecule"></select>
|
||||||
<label for="code_select">Code</label>
|
|
||||||
<select multiple id="code_select" onchange="reloadContent()" name="code"></select>
|
|
||||||
<label for="method_select">Method</label>
|
<label for="method_select">Method</label>
|
||||||
<select multiple id="method_select" onchange="reloadContent()" name="method"></select>
|
<select multiple id="method_select" onchange="reloadContent()" name="method"></select>
|
||||||
<label for="DOI_select">Paper</label>
|
<label for="DOI_select">Paper</label>
|
||||||
@ -286,7 +284,6 @@ draft: false
|
|||||||
<div id="stat_div">
|
<div id="stat_div">
|
||||||
<table id="stat_table">
|
<table id="stat_table">
|
||||||
<thead>
|
<thead>
|
||||||
<th>Code</th>
|
|
||||||
<th>Method</th>
|
<th>Method</th>
|
||||||
<th>Paper</th>
|
<th>Paper</th>
|
||||||
<th>Min</th>
|
<th>Min</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user