Widget:CJP4: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<script content-type= "application/javascript" src="http://www.wikidoc.org/includes/raty/md5.js"></script> | <script content-type= "application/javascript" src="http://www.wikidoc.org/includes/raty/md5.js"></script> | ||
<script type"text/javascript"> | |||
$(document).ready(loadResources); | $(document).ready(loadResources); | ||
Line 222: | Line 221: | ||
//Next we build the directory name using the first two characters | //Next we build the directory name using the first two characters | ||
imageDirect = 'http://static.wikidoc.org/' + md5.charAt(0) + '/' + md5.substring(0,2) + '/' + pillName | imageDirect = 'http://static.wikidoc.org/' + md5.charAt(0) + '/' + md5.substring(0,2) + '/' + pillName | ||
///////////////////////////////////////////////////////////////////////// | ///////////////////////////////////////////////////////////////////////// | ||
////// Create the Drug Name Hyperlink ////// | ////// Create the Drug Name Hyperlink ////// | ||
Line 283: | Line 281: | ||
$('#resultsTable-container').css("visibility", "visible") | $('#resultsTable-container').css("visibility", "visible") | ||
}; | }; | ||
</script> | </script> | ||
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/smoothness/jquery-ui.css" /> | |||
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script> | |||
<style type="text/css"> | <style type="text/css"> |