Skip to content

Commit

Permalink
debug the reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoranzhou committed Nov 18, 2024
1 parent e9c1ca3 commit 14c1c57
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3512,7 +3512,7 @@ <h3><span name="translateTarget" data-en="1.1 What is the project name or acrony
onfocus='thisOnfocus(this)'
onfocusout='thisOnfocusout(this)' />

<div>
<div class="" id="form_addacronym">
<input class="form-check-input checkbox_1" type="checkbox" value="3" id="check_acronym"
/>
<label class="form-check-label" for="check_acronym">
Expand All @@ -3530,7 +3530,7 @@ <h3><span name="translateTarget" data-en="1.1 What is the project name or acrony
</form>


<form id="form_studyobject">
<form class="" id="form_studyobject">
<label for="input_studyobject">
<h3 class="text-left">
<span name="translateTarget" data-en="1.2 Please briefly state">1.2 Please briefly state</span>
Expand All @@ -3556,7 +3556,7 @@ <h3 class="text-left">

</form>

<form id="form_projectaim">
<form class="" id="form_projectaim">
<label class="" for="input_projectaim">
<h3>
<span name="translateTarget" data-en="and the overall aim of the project">and the overall aim of the project</span>
Expand Down Expand Up @@ -3636,7 +3636,7 @@ <h4><a class="text-primary" id="" href="#" data-bs-toggle="offcanvas"
onkeydown=" if (event.keyCode == 13){event.preventDefault(); event.stopPropagation();this.parentElement.nextElementSibling.children[1].focus();return false;}"
onfocus='thisOnfocus(this)'
onfocusout='thisOnfocusout(this)' />
<div>
<div class="" id="form_addprojectcoordinator">
<input class="form-check-input checkbox_1" type="checkbox" value="3" id="check_projectcoordinator"
/>
<label class="form-check-label" for="check_projectcoordinator"><span name="translateTarget" data-en="This project has a project coordinator:">This project has a project coordinator:</span>
Expand Down Expand Up @@ -3735,7 +3735,7 @@ <h3><span name="translateTarget" data-en="1.4 Please select from the following o
data-original-title="An NFDI consortium of plant research."><span name="translateTarget" data-en="use DataPLANT">use DataPLANT</span></a>
</label>
</div>
<div>
<div id="form_update">
<input class="form-check-input checkbox_1" type="checkbox" value="3" id="check_update"
/>
<label class="form-check-label" for="check_update">
Expand All @@ -3749,7 +3749,7 @@ <h3><span name="translateTarget" data-en="1.4 Please select from the following o
onfocusout='thisOnfocusout(this)'>
</label>
</div>
<div>
<div id="form_previousprojects">

<input class="form-check-input checkbox_1" type="checkbox" value="4"
id="check_previousprojects" />
Expand All @@ -3765,15 +3765,15 @@ <h3><span name="translateTarget" data-en="1.4 Please select from the following o
</label>

</div>
<div>
<div id="form_industry">
<input class="form-check-input checkbox_1" type="checkbox" value="5"
id="check_industry" />
<label class="form-check-label" for="check_industry">
<span name="translateTarget" data-en="This is an industry project.">This is an industry project.</span>

</label>
</div>
<div>
<div id="form_proprietary">

<input class="form-check-input checkbox_1" type="checkbox" value="6"
id="check_proprietary" />
Expand All @@ -3793,7 +3793,7 @@ <h3><span name="translateTarget" data-en="1.4 Please select from the following o
onfocusout='thisOnfocusout(this)' />
</label>
</div>
<div>
<div id="form_partners">

<input class="form-check-input checkbox_1" type="checkbox" value="7"
id="check_partners" />
Expand All @@ -3808,7 +3808,7 @@ <h3><span name="translateTarget" data-en="1.4 Please select from the following o
onfocusout='thisOnfocusout(this)'>
</label>
</div>
<div>
<div >
<input class="form-check-input checkbox_1" type="checkbox" value="8" id="check_eu" />
<label class="form-check-label" for="check_eu">
EU project.
Expand Down Expand Up @@ -4127,7 +4127,7 @@ <h3> <span name="translateTarget" data-en="2.1 Where will you submit your data a
</label>
</div>-->

<div>
<div id="form_otherep">
<input class="form-check-input checkbox_5" type="checkbox" value="4"
id="check_otherep" />
<label class="form-check-label" for="check_otherep">
Expand Down

0 comments on commit 14c1c57

Please sign in to comment.