Widget:MedIDMaker: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 104: | Line 104: | ||
$(document).ready(ensureLoggedIn); | $(document).ready(ensureLoggedIn); | ||
</script> | </script> | ||
<div id="instructions"> | <div id="instructions"> | ||
</div> | </div> | ||
Pill Image Name: <input type="text" id="pillName" /><br /> | |||
<br /> | |||
Pill Imprint: <input type="text" id="pillImprint" /><br /> | Pill Imprint: <input type="text" id="pillImprint" /><br /> | ||
<br /> | |||
Pill Dosage: <input type="text" id="dosageValue" /> <select id="dosageUnit"> | Pill Dosage: <input type="text" id="dosageValue" /> <select id="dosageUnit"> | ||
<option>kg</option> | <option>kg</option> | ||
Line 123: | Line 125: | ||
</select><br /> | </select><br /> | ||
If the dosage does not fit the above format, you may enter it here: <input type="text" id="dosageFreeText" /><br /> | If the dosage does not fit the above format, you may enter it here: <input type="text" id="dosageFreeText" /><br /> | ||
Pill Size: <input type="text" id="pillSize" /><br /><br /> | Pill Size: <input type="text" id="pillSize" /><br /> | ||
Pill Shape: <select id="pillShape" | <br /> | ||
Pill Shape: <select id="pillShape"> | |||
<option>Round</option> | <option>Round</option> | ||
<option>Round</option> | <option>Round</option> | ||
Line 145: | Line 148: | ||
<option>Freeform</option> | <option>Freeform</option> | ||
</select><br /> | </select><br /> | ||
<br /> | |||
Pill Color: <select id="pillColor"> | Pill Color: <select id="pillColor"> | ||
<option>Brown</option> | <option>Brown</option> | ||
Line 158: | Line 162: | ||
<option>Grey</option> | <option>Grey</option> | ||
<option>White</option> | <option>White</option> | ||
</ | </select><br /> | ||
<br /> | |||
Pill Scoring: <select id="pillScoring"> | Pill Scoring: <select id="pillScoring"> | ||
<option>1</option> | <option>1</option> | ||
Line 171: | Line 176: | ||
<option>10</option> | <option>10</option> | ||
</select><br /> | </select><br /> | ||
<br /> | |||
Direct link to the pill image: <input type="text" id="pillImage" defualt="http://static.wikidoc.org/0/0e/No_image.jpg" /> | Direct link to the pill image: <input type="text" id="pillImage" defualt="http://static.wikidoc.org/0/0e/No_image.jpg" /> | ||
<br /> | <br /> |