Widget:PillIdentifier: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 202: | Line 202: | ||
' <div class="pillResult-text">' + | ' <div class="pillResult-text">' + | ||
'<h1><a href="'+drugNameLink+'">'+drugNameShort+'</a></h1>' + | '<h1><a href="'+drugNameLink+'">'+drugNameShort+'</a></h1>' + | ||
'<h2>'+pillDosage+'</h2>' + | '<h2>'+pillDosage+' (' + pillImprint + ')</h2>' + | ||
'<p>'+pillShape+', '+pillColor+', '+pillSize+' mm, NDC'+ndc+'</p>'+ | '<p>'+pillShape+', '+pillColor+', '+pillSize+' mm, Scored ' + pillScoring +' NDC: '+ndc+'</p>'+ | ||
'<p>'+pillIngred+'</p>' + | '<p>'+pillIngred+'</p>' + | ||
'</div>' + | '</div>' + | ||
Line 521: | Line 521: | ||
</div> | </div> | ||
<div id="formContainer"> | <div id="formContainer"> | ||
<h2>Selected Properties</h2> | |||
<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"> |