10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 11:17:42 +02:00

Replace "DOI" and "Reference" word by "Paper" to limit confusion

This commit is contained in:
Mickaël Véril 2019-10-03 10:26:56 +02:00
parent 776134bdcc
commit 3f363f2dcd

View File

@ -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">