Widget:PillIdentifier: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 101: | Line 101: | ||
$("#back").css("visibility","hidden"); | $("#back").css("visibility","hidden"); | ||
$('#resultsTable-container').html(''); | |||
}; | }; | ||
Line 156: | Line 157: | ||
function runQuery() { | function runQuery() { | ||
$('#resultsTable- | $('#resultsTable-container').html(''); | ||
var queryParameters = buildQueryParameters(); | var queryParameters = buildQueryParameters(); | ||
var printoutRequests = "|?Pill%20Imprint|?Pill%20Dosage|?Pill%20Ingred|?Pill%20Color|?Pill%20Shape|?Pill%20Size%20(mm)|?Pill%20Scoring|?NDC|?Pill%20Name"; | var printoutRequests = "|?Pill%20Imprint|?Pill%20Dosage|?Pill%20Ingred|?Pill%20Color|?Pill%20Shape|?Pill%20Size%20(mm)|?Pill%20Scoring|?NDC|?Pill%20Name"; | ||
Line 498: | Line 499: | ||
#pillIDNav div{ | #pillIDNav div{ | ||
display:inline-block; | display:inline-block; | ||
width:20%; | |||
} | } | ||
Line 554: | Line 556: | ||
font-size:16px; | font-size:16px; | ||
} | } | ||
</style> | </style> | ||
Line 565: | Line 569: | ||
<form id="selectedProperties" action="" method="get"> | <form id="selectedProperties" action="" method="get"> | ||
<div id="selectedShape-container" class="ui-button"> | <div id="selectedShape-container" class="ui-button"> | ||
<span>Shape:</span><input readonly type="text" name="selectedShape" id="selectedShape" value=""> | <span>Shape:</span><input readonly type="text" name="selectedShape" id="selectedShape" size="10" value=""> | ||
</div> | </div> | ||
<div id="selectedColor-container" class="ui-button"> | <div id="selectedColor-container" class="ui-button"> | ||
<span>Color:</span><input readonly type="text" name="selectedColor" id="selectedColor" value=""> | <span>Color:</span><input readonly type="text" name="selectedColor" id="selectedColor" size="10" value=""> | ||
</div> | </div> | ||
<div id="selectedScoring-container" class="ui-button"> | <div id="selectedScoring-container" class="ui-button"> | ||
<span>Scoring:</span><input readonly type="text" name="selectedScoring" id="selectedScoring" value=""> | <span>Scoring:</span><input readonly type="text" name="selectedScoring" id="selectedScoring" size="5" value=""> | ||
</div> | </div> | ||
<div class="ui-button" id="selectedMinSize-container"> | <div class="ui-button" id="selectedMinSize-container"> |