mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 21:24:00 +01:00
Replace "DOI" and "Reference" word by "Paper" to limit confusion
This commit is contained in:
parent
776134bdcc
commit
3f363f2dcd
@ -212,7 +212,7 @@ draft: false
|
|||||||
<select multiple id="code_select" onchange="reloadContent()" name="code"></select>
|
<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">DOI</label>
|
<label for="DOI_select">Paper</label>
|
||||||
<select multiple id="DOI_select" onchange="reloadContent()" name="DOI"></select>
|
<select multiple id="DOI_select" onchange="reloadContent()" name="DOI"></select>
|
||||||
</form>
|
</form>
|
||||||
<form id="form_ref">
|
<form id="form_ref">
|
||||||
@ -228,7 +228,7 @@ draft: false
|
|||||||
<th>Comment</th>
|
<th>Comment</th>
|
||||||
<th>Code</th>
|
<th>Code</th>
|
||||||
<th>Method</th>
|
<th>Method</th>
|
||||||
<th>Reference</th>
|
<th>Paper</th>
|
||||||
<th>File</th>
|
<th>File</th>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="dat_table_b">
|
<tbody id="dat_table_b">
|
||||||
|
Loading…
Reference in New Issue
Block a user