Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #41

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
}
.header {
width: 100%;
height: 260px;
/* height: 260px; */
margin: 0;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -507,6 +507,7 @@
width: 100%;
height: 20px;
transition: .3s ease transform;
margin-bottom: 20px;
}
.tab {
display: inline-block;
Expand Down Expand Up @@ -586,7 +587,7 @@
div.col1{
width: 80%;
height: auto;
margin-bottom: 120px;
margin-bottom: 80px;
align-items: center;
padding-left: 80px;
margin-right: 40px;
Expand Down Expand Up @@ -643,7 +644,6 @@
justify-content: center;
background-color: lightgray;
margin-bottom: 50px;
margin-top: 10px;
}
p.info {
font-size: 2.5rem;
Expand Down Expand Up @@ -706,4 +706,4 @@
color: white;
padding: 5px;
}
}
}
Binary file modified templates/.DS_Store
Binary file not shown.
64 changes: 32 additions & 32 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
<li><a href="contact">Contact</a></li>
</ul>
<div class="bar"></div>
<div class="disclaimer">
<!-- <div class="disclaimer">
<p id="blink">Faster access to data, Lepto-classifier parser coming soon!</p>
<script type="text/javascript">
var blink = document.getElementById('blink');
setInterval(function() {
blink.style.opacity = (blink.style.opacity == 0 ? 1 : 0);
}, 1500);
</script>
<!-- <a href="lepto"><button>Lepto</button></a> -->
</div>
<a href="lepto"><button>Lepto</button></a> -->
<!-- </div> -->
</div>

<!-- put restrictions -->
Expand All @@ -56,17 +56,17 @@
<label for="Dog Name">Dog Name</label>
<input name="Dog Name" type="text">
<br><br>
<label for="Owner Name">Owner Name</label>
<input name="Owner Name" type="text">
<label for="owner name">Owner's Last Name</label>
<input name="owner name" type="text">
<br><br>
<label for="Zipcode">Zipcode</label>
<input name="Zipcode" type="text" inputmode="numeric" pattern="\d*" placeholder="6-digits" min="0">
<label for="Zipcode">Dog's Zipcode</label>
<input name="Zipcode" type="number" placeholder="6-digits">
<br><br>
<label for="Vet Name">Name of Vet</label>
<input name="Vet Name" type="text" placeholder="Last First">
<label for="Name of Vet">Name of Veterinarian</label>
<input name="Name of Vet" type="text" placeholder="Last First">
<br><br>
<label for="Vet Email Address">Email Address</label>
<input name="Email Address" type="text">
<label for="email address">Email Address of Veterinarian</label>
<input name="email address" type="text">
<br><br>
<label for="Weight">Weight</label>
<input name="Weight" type="number" placeholder="kg" step=".01" min="0">
Expand Down Expand Up @@ -597,7 +597,7 @@
<label for="female"> Female</label><br>
</fieldset>
<br>
<label for="MAT">MAT</label>
<label for="MAT">Microscopic Agglutination Test</label>
<select name="MAT" id="MAT">
<option value="-1">I do not have MAT</option>
<option value="0">0</option>
Expand All @@ -611,11 +611,11 @@
<!--
<input type="number" name="MAT" placeholder="0, 100, 200, 400, ..." step="100">
--> <br><br>
<label for="Hct">Hct</label>
<input type="number" name="Hct" placeholder="%" step=".01" min="0">
<label for="Hct">Hematoerit</label>
<input type="number" name="Hct" placeholder="%" step=".01">
<br><br>
<label for="Hgb">Hgb</label>
<input type="number" name="Hgb" placeholder="g/dL" step=".01" min="0">
<label for="Hgb">Hemoglobin</label>
<input type="number" name="Hgb" placeholder="g/dL" step=".01">
<br><br>
<label for="MCV">MCV</label>
<input type="number" name="MCV" placeholder="fL" step=".01" min="0">
Expand All @@ -626,22 +626,22 @@
<label for="Bands">Bands</label>
<input type="number" name="Bands" placeholder="/mcL" step=".01" min="0">
<br><br>
<label for="Neut">Neut</label>
<input type="number" name="Neut" placeholder="/mcL" step=".01" min="0">
<label for="Neut">Neutophils</label>
<input type="number" name="Neut" placeholder="/mcL" step=".01">
<br><br>
<label for="Lymph">Lymph</label>
<input type="number" name="Lymph" placeholder="/mcL" step=".01" min="0">
<label for="Lymph">Lymphocytosis</label>
<input type="number" name="Lymph" placeholder="/mcL" step=".01">
<br><br>
</div>
<div class="col2">
<label for="Mono">Mono</label>
<input type="number" name="Mono" placeholder="/mcL" step=".01" min="0">
<label for="Mono">Monocytes</label>
<input type="number" name="Mono" placeholder="/mcL" step=".01">
<br><br>
<label for="Eosin">Eosin</label>
<input type="number" name="Eosin" placeholder="/mcL" step=".01" min="0">
<label for="Eosin">Eosinophils</label>
<input type="number" name="Eosin" placeholder="/mcL" step=".01">
<br><br>
<label for="Plt">Plt</label>
<input type="number" name="Plt" placeholder="/mcL" step=".01" min="0">
<label for="Plt">Platelet Count</label>
<input type="number" name="Plt" placeholder="/mcL" step=".01">
<br><br>
<label for="anion gap">Anion Gap</label>
<input type="number" name="Anion Gap" placeholder="mmol/L" step=".01" min="0">
Expand Down Expand Up @@ -690,9 +690,6 @@
<br><br>
</div>
<div class="col3">
<label for="Urine Specific Gravity">Urine Specific Gravity</label>
<input type="text" inputmode="numeric" pattern="\d*" name="Urine Specific Gravity" placeholder="number to 3 sig digits" step=".001" onchange="setThreeDecimal" min="0">
<br><br>
<label for="ALP">ALP</label>
<input type="number" name="ALP" placeholder="IU/L" step=".01" min="0">
<br><br>
Expand All @@ -703,8 +700,11 @@
<input type="number" name="Cholesterol" placeholder="mg/dL" step=".01" min="0">
<br><br>
<label for="Bilirubin">Bilirubin</label>
<input type="number" name="Bilirubin" placeholder="mg/dL" step=".01" min="0">
<input type="text" name="Bilirubin" placeholder="mg/dL" step=".01">
<br><br>
<label for="Urine Specific Gravity">Urine Specific Gravity</label>
<input type="text" pattern="^\d*(\.\d{0,3})?$" name="Urine Specific Gravity" placeholder="number to 3 sig digits" step=".01">
<br><br>
<label>Urine Protein</label><br>
<!-- <input type="number" name="Urine Protein" step="1"> -->
<div class="shrink">
Expand All @@ -727,7 +727,7 @@
</div>
<div>
<input type="radio" name="Urine Protein" value="4">
<label for="4"> 4+ or > 151 mg/dL</label>
<label for="4"> 4+ or 151 mg/dL</label>
</div>
</fieldset>
</div>
Expand Down Expand Up @@ -755,7 +755,7 @@
</div>
<div>
<input type="radio" name="Urine Glucose" value="4">
<label for="4"> 4+ or > 501 mg/dL </label>
<label for="4"> 4+ or 501 mg/dL </label>
</div>
</fieldset>
</div>
Expand Down