├── thumbs ├── sms.png ├── clock.png ├── help.png ├── ipod.png ├── mail.png ├── maps.png ├── music.png ├── nike+.png ├── other.png ├── start.png ├── video.png ├── voice.png ├── appstore.png ├── basics.png ├── calendar.png ├── camera.png ├── compass.png ├── contacts.png ├── itunes.png ├── iwebkit.png ├── messages.png ├── notepad.png ├── photos.png ├── plugin.png ├── safari.png ├── settings.png ├── sketches.png ├── stocks.png ├── weather.png ├── youtube.png ├── calculator.png ├── calendar2.png ├── otherapps.png ├── telephone.png ├── wordpress.png └── accessibility.png ├── images ├── arrow.png ├── home.png ├── play.gif ├── 0stars.png ├── 1stars.png ├── 2stars.png ├── 3stars.png ├── 4stars.png ├── 5stars.png ├── checkbox.png ├── navleft.png ├── navright.png ├── navbutton.png ├── tributton.png ├── 0starsborder.png ├── 1starsborder.png ├── 2starsborder.png ├── 3starsborder.png ├── 4starsborder.png ├── navbuttonblue.png ├── navleftblack.png ├── navlinkleft.png ├── navlinkright.png ├── navrightblack.png ├── radiobutton.png ├── searchfield.png ├── navbuttonblack.png ├── apple-touch-icon.png ├── navlinkleftblack.png └── navlinkrightblack.png ├── README.md ├── javascript ├── add_to_home_screen.js ├── functions.js └── developer-functions.js ├── css ├── iPhone.css ├── shortage.php ├── drmc_dictate_old.css ├── scip_old.css ├── shortage.xsl ├── drmc.css ├── AntibioticShortage.xml ├── antibiogram-old.xsl ├── antibiogram.xsl ├── style.css └── developer-style.css ├── cache.manifest ├── antibiogram ├── antibiogram.php ├── index.php └── DRMCAntibiogramTemplate.xml ├── template.html ├── preop-testing ├── hcg.html ├── no-labs.html ├── cmp.html ├── pt-ptt.html ├── hold-meds.html ├── cxr.html ├── ekg.html ├── bmp.html ├── cbc.html ├── cardiology-consult.html └── index.html ├── dictate ├── access.html ├── keypad_functions.html ├── location.html ├── dictate.html ├── index.html ├── keypad_listen.html ├── keypad_edit.html ├── keypad_dictate.html ├── outpatient.html ├── hospital.html ├── edit.html ├── decision.html ├── listen.html ├── physical.html └── history.html ├── scip ├── gyn_ssi.html ├── clean_ssi.html ├── beta_lactam_all.html ├── inf2ah.html ├── vte_either.html ├── gi_ssi.html ├── vte_mechanical.html ├── vte_pharm.html ├── vte.html └── index.html ├── index.php ├── mobile.php └── test.php /thumbs/sms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/sms.png -------------------------------------------------------------------------------- /images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/arrow.png -------------------------------------------------------------------------------- /images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/home.png -------------------------------------------------------------------------------- /images/play.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/play.gif -------------------------------------------------------------------------------- /thumbs/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/clock.png -------------------------------------------------------------------------------- /thumbs/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/help.png -------------------------------------------------------------------------------- /thumbs/ipod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/ipod.png -------------------------------------------------------------------------------- /thumbs/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/mail.png -------------------------------------------------------------------------------- /thumbs/maps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/maps.png -------------------------------------------------------------------------------- /thumbs/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/music.png -------------------------------------------------------------------------------- /thumbs/nike+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/nike+.png -------------------------------------------------------------------------------- /thumbs/other.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/other.png -------------------------------------------------------------------------------- /thumbs/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/start.png -------------------------------------------------------------------------------- /thumbs/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/video.png -------------------------------------------------------------------------------- /thumbs/voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/voice.png -------------------------------------------------------------------------------- /images/0stars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/0stars.png -------------------------------------------------------------------------------- /images/1stars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/1stars.png -------------------------------------------------------------------------------- /images/2stars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/2stars.png -------------------------------------------------------------------------------- /images/3stars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/3stars.png -------------------------------------------------------------------------------- /images/4stars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/4stars.png -------------------------------------------------------------------------------- /images/5stars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/5stars.png -------------------------------------------------------------------------------- /images/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/checkbox.png -------------------------------------------------------------------------------- /images/navleft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/navleft.png -------------------------------------------------------------------------------- /images/navright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/navright.png -------------------------------------------------------------------------------- /thumbs/appstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/appstore.png -------------------------------------------------------------------------------- /thumbs/basics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/basics.png -------------------------------------------------------------------------------- /thumbs/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/calendar.png -------------------------------------------------------------------------------- /thumbs/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/camera.png -------------------------------------------------------------------------------- /thumbs/compass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/compass.png -------------------------------------------------------------------------------- /thumbs/contacts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/contacts.png -------------------------------------------------------------------------------- /thumbs/itunes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/itunes.png -------------------------------------------------------------------------------- /thumbs/iwebkit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/iwebkit.png -------------------------------------------------------------------------------- /thumbs/messages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/messages.png -------------------------------------------------------------------------------- /thumbs/notepad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/notepad.png -------------------------------------------------------------------------------- /thumbs/photos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/photos.png -------------------------------------------------------------------------------- /thumbs/plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/plugin.png -------------------------------------------------------------------------------- /thumbs/safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/safari.png -------------------------------------------------------------------------------- /thumbs/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/settings.png -------------------------------------------------------------------------------- /thumbs/sketches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/sketches.png -------------------------------------------------------------------------------- /thumbs/stocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/stocks.png -------------------------------------------------------------------------------- /thumbs/weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/weather.png -------------------------------------------------------------------------------- /thumbs/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/youtube.png -------------------------------------------------------------------------------- /images/navbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/navbutton.png -------------------------------------------------------------------------------- /images/tributton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/tributton.png -------------------------------------------------------------------------------- /thumbs/calculator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/calculator.png -------------------------------------------------------------------------------- /thumbs/calendar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/calendar2.png -------------------------------------------------------------------------------- /thumbs/otherapps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/otherapps.png -------------------------------------------------------------------------------- /thumbs/telephone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/telephone.png -------------------------------------------------------------------------------- /thumbs/wordpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/wordpress.png -------------------------------------------------------------------------------- /images/0starsborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/0starsborder.png -------------------------------------------------------------------------------- /images/1starsborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/1starsborder.png -------------------------------------------------------------------------------- /images/2starsborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/2starsborder.png -------------------------------------------------------------------------------- /images/3starsborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/3starsborder.png -------------------------------------------------------------------------------- /images/4starsborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/4starsborder.png -------------------------------------------------------------------------------- /images/navbuttonblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/navbuttonblue.png -------------------------------------------------------------------------------- /images/navleftblack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/navleftblack.png -------------------------------------------------------------------------------- /images/navlinkleft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/navlinkleft.png -------------------------------------------------------------------------------- /images/navlinkright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/navlinkright.png -------------------------------------------------------------------------------- /images/navrightblack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/navrightblack.png -------------------------------------------------------------------------------- /images/radiobutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/radiobutton.png -------------------------------------------------------------------------------- /images/searchfield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/searchfield.png -------------------------------------------------------------------------------- /thumbs/accessibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/thumbs/accessibility.png -------------------------------------------------------------------------------- /images/navbuttonblack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/navbuttonblack.png -------------------------------------------------------------------------------- /images/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/apple-touch-icon.png -------------------------------------------------------------------------------- /images/navlinkleftblack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/navlinkleftblack.png -------------------------------------------------------------------------------- /images/navlinkrightblack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/drmc-webapp/HEAD/images/navlinkrightblack.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | DRMC Webapp 2 | =========== 3 | 4 | Git repo for DRMC Webapp giving antiobiogram, scip info and coding info at your fingertips. Designed for iPhone. -------------------------------------------------------------------------------- /javascript/add_to_home_screen.js: -------------------------------------------------------------------------------- 1 | function standalone() { 2 | if(window.navigator.standalone) 3 | { 4 | } 5 | else {alert("Please add this page to your homescreen \(\+\)\ to view the custom icon, startup screen, and full screen mode.")}} 6 | window.addEventListener("load",standalone, false) -------------------------------------------------------------------------------- /css/iPhone.css: -------------------------------------------------------------------------------- 1 | table#antibiotic-organism td.sens { padding-left:30px; text-align:left;} 2 | table#organism-antibiotic td.sens { width:50px; padding-left:10px;} 3 | table#organism, table#antibiotic { width:300px; } 4 | table.center { margin-left:auto; margin-right:auto; } 5 | th, td {font-size:0.9em;} 6 | -------------------------------------------------------------------------------- /css/shortage.php: -------------------------------------------------------------------------------- 1 | load('AntibioticShortage.xml'); 5 | 6 | $xsl = new DOMDocument; 7 | $xsl->load('shortage.xsl'); 8 | 9 | $proc = new XSLTProcessor(); 10 | $proc->importStyleSheet($xsl); 11 | 12 | echo $proc->transformToXML($xml); 13 | -------------------------------------------------------------------------------- /css/drmc_dictate_old.css: -------------------------------------------------------------------------------- 1 | table#center { margin-left:auto; margin-right:auto; } 2 | li.center { padding-top:0.5em; padding-bottom:0.5em;} 3 | 4 | .pad1 { padding-left:1em; } 5 | .pad15 { padding-left:1.5em;} 6 | .indent_half { text-indent:-0.5em;} 7 | 8 | li .item_wrap { margin-left:-0.5em; } 9 | 10 | .small { font-size: 80%;} -------------------------------------------------------------------------------- /css/scip_old.css: -------------------------------------------------------------------------------- 1 | table#center { margin-left:auto; margin-right:auto; } 2 | li.center { padding-top:0.5em; padding-bottom:0.5em; } 3 | 4 | .pad1 { padding-left:1em; } 5 | .pad15 { padding-left:1.5em;} 6 | .pad_half { padding-left:0.5em; } 7 | .indent_half { text-indent:-0.5em; } 8 | .pad_top { padding-top:0.5em; } 9 | 10 | li .item_wrap { margin-left:-0.5em; } 11 | 12 | .small { font-size: 80%; } -------------------------------------------------------------------------------- /javascript/functions.js: -------------------------------------------------------------------------------- 1 | var iWebkit;if(!iWebkit){iWebkit=window.onload=function(){function fullscreen(){var a=document.getElementsByTagName("a");for(var i=0;iIsFile() && 10 | $file != "./cache.manifest" && 11 | substr($file->getFilename(), 0, 1) != ".") 12 | { 13 | echo $file . "\n"; 14 | $hashes .= md5_file($file); 15 | } 16 | } 17 | echo "# Hash: " . md5($hashes) . "\n"; 18 | -------------------------------------------------------------------------------- /antibiogram/antibiogram.php: -------------------------------------------------------------------------------- 1 | 2020 || $y < 2010) { exit; } 8 | 9 | $xml = new DOMDocument(); 10 | if ( isset( $xml->doctype ) ) { exit; } 11 | $xml->load('./DRMCAntibiogram_' . $y . '.xml'); 12 | 13 | $xsl = new DOMDocument; 14 | $xsl->load('../css/antibiogram.xsl'); 15 | 16 | $proc = new XSLTProcessor(); 17 | $proc->importStyleSheet( $xsl ); 18 | 19 | echo $proc->transformToXML( $xml ); 20 | -------------------------------------------------------------------------------- /css/shortage.xsl: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | . {text-decoration:line-through;} 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /javascript/developer-functions.js: -------------------------------------------------------------------------------- 1 | var iWebkit; 2 | 3 | if (!iWebkit) { 4 | 5 | iWebkit = window.onload = function () { 6 | function fullscreen() { 7 | var a = document.getElementsByTagName("a"); 8 | for (var i = 0; i < a.length;i++) { 9 | if (a[i].className.match("noeffect")) { 10 | } 11 | else { 12 | a[i].onclick = function () { 13 | window.location = this.getAttribute("href"); 14 | return false; 15 | }; 16 | } 17 | } 18 | } 19 | 20 | function hideURLbar() { 21 | window.scrollTo(0, 0.9); 22 | } 23 | iWebkit.init = function () { 24 | fullscreen(); 25 | hideURLbar(); 26 | }; 27 | iWebkit.init(); 28 | }; 29 | } -------------------------------------------------------------------------------- /css/drmc.css: -------------------------------------------------------------------------------- 1 | table#center { margin-left:auto; margin-right:auto; } 2 | li.center { padding-top:0.5em; padding-bottom:0.5em; } 3 | 4 | .pad1 { padding-left:1em; } 5 | .pad15 { padding-left:1.5em;} 6 | .pad_half { padding-left:0.5em; } 7 | .indent_half { text-indent:-0.5em; } 8 | .pad_top { padding-top:0.5em; } 9 | 10 | li .item_wrap { margin-left:-0.5em; } 11 | 12 | .small { font-size: 80%; } 13 | 14 | /* Fix tributton for iPhone 6 */ 15 | #tributton a:first-child, #duobutton a:first-child { 16 | width: 101px; 17 | } 18 | #tributton a:last-child, #duobutton a:last-child { 19 | width: 101px; 20 | } 21 | #tributton a { 22 | width: 106px; 23 | } 24 | #duobutton .links { 25 | width: 195px; 26 | } 27 | #tributton .links { 28 | width: 302px; 29 | } 30 | -------------------------------------------------------------------------------- /template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Title of your page 13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 |
21 |
22 |
23 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /preop-testing/hcg.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | HCG 14 | 15 | 16 | 17 | 18 | 19 |
20 |
β-HCG
21 |
22 | home 23 | 24 |
25 |
26 |
27 | 36 |
37 | 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /preop-testing/no-labs.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | No Labs 14 | 15 | 16 | 17 | 18 | 19 |
20 |
No Labs Indicated
21 |
22 | home 23 | 24 |
25 |
26 |
27 | 36 |
37 | 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /preop-testing/cmp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | Comprehensive Metabolic Panel 14 | 15 | 16 | 17 | 18 | 19 |
20 |
CMP
21 |
22 | home 23 | 24 |
25 |
26 |
27 | 37 |
38 | 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /preop-testing/pt-ptt.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | PT - PTT 14 | 15 | 16 | 17 | 18 | 19 |
20 |
Coags
21 |
22 | home 23 | 24 |
25 |
26 |
27 | 37 |
38 | 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /preop-testing/hold-meds.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | Hold Meds 14 | 15 | 16 | 17 | 18 | 19 |
20 |
Meds to be Held
21 |
22 | home 23 | 24 |
25 |
26 |
27 | 38 |
39 | 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /dictate/access.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | Access 14 | 15 | 16 | 17 | 18 | 19 |
20 |
Access System
21 |
22 | home 23 | 24 |
25 |
26 |
Access Dictation System 27 | 32 |
33 | 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /scip/gyn_ssi.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | GYN Prophylaxis 13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 |
SSI
21 |
22 | home 23 | 24 | 25 |
26 |
27 |
Hysterectomy Prophylaxis
28 | 32 |
33 | 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /preop-testing/cxr.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | CXR 14 | 15 | 16 | 17 | 18 | 19 |
20 |
Chest XRay
21 |
22 | home 23 | 24 |
25 |
26 |
27 | 40 |
41 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /preop-testing/ekg.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | EKG 14 | 15 | 16 | 17 | 18 |
19 |
EKG
20 |
21 | home 22 | 23 |
24 |
25 |
26 | 40 |
41 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /dictate/keypad_functions.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Keypad Functions 12 | 13 | 14 | 15 | 16 | 17 |
18 |
Keypads
19 |
20 | home 21 | 22 |
23 | 24 |
25 |
Keypad Functions 26 | 32 |
33 | 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /scip/clean_ssi.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Clean Procedure SSI Prophylaxis 13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 |
SSI
21 |
22 | home 23 | 24 | 25 |
26 |
27 |
Cardiac, Vascular or Orthopedic Prophylaxis
28 | 32 | 35 | 36 |
37 | 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /scip/beta_lactam_all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | β-lactam allergy 13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 |
22 | home 23 | 24 | 25 |
26 |
27 |
β-lactam Allergy Prophylaxis
28 | 34 | 35 |
36 | 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /scip/inf2ah.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Antibiotic Selection for Surgery 13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 |
SSI Prophylaxis
21 |
22 | home 23 | 24 |
25 |
26 |
Prophylactic Antibiotic Selection
27 | 33 | 34 |
35 | 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /preop-testing/bmp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | BMP 14 | 15 | 16 | 17 | 18 | 19 |
20 |
BMP
21 |
22 | home 23 | 24 |
25 |
26 |
27 | 46 |
47 | 50 | 51 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /scip/vte_either.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Neurosurgical Venous Thromboembolism Prophylaxis 13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 |
VTE
21 |
22 | home 23 | 24 | 25 |
26 |
27 |
Any of the following
28 | 33 | 36 | 37 | 38 |
39 | 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /scip/gi_ssi.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Gastrointestinal Surgery SSI Prophylaxis 13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 |
SSI
21 |
22 | home 23 | 24 | 25 |
26 |
27 |
Colon Prophylaxis
28 | 34 |
35 | 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /scip/vte_mechanical.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Mechanical Venous Thromboembolism Prophylaxis 13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 |
VTE
21 |
22 | home 23 | 24 |
25 |
26 |
Mechanical VTE Prophylaxis
27 | 31 | 35 | 36 |
37 | 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /dictate/location.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Locations 13 | 14 | 15 | 16 | 17 | 18 |
19 |
Locations
20 |
21 | home 22 | 23 |
24 |
25 |
DRMC Dictation Locations 26 | 34 |
35 | 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /css/AntibioticShortage.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Ampicillin 7 | yes 8 | 9 | 10 | Amikacin 11 | yes 12 | 13 | 14 | Cefazolin 15 | yes 16 | 17 | 18 | Cefepime 19 | yes 20 | 21 | 22 | Ceftazidime 23 | yes 24 | 25 | 26 | Ceftriaxone 27 | yes 28 | 29 | 30 | Ciprofloxacin 31 | yes 32 | 33 | 34 | Clindamycin 35 | yes 36 | 37 | 38 | Erythromycin 39 | yes 40 | 41 | 42 | Gentamicin 43 | yes 44 | 45 | 46 | Imipenem 47 | yes 48 | 49 | 50 | Levofloxacin 51 | yes 52 | 53 | 54 | Linezolid 55 | yes 56 | 57 | 58 | Nitrofurantoin 59 | yes 60 | 61 | 62 | Penicillin_G 63 | yes 64 | 65 | 66 | Pip_Tazo 67 | yes 68 | 69 | 70 | Tobramycin 71 | yes 72 | 73 | 74 | Trim_Smx 75 | yes 76 | 77 | 78 | Vancomycin 79 | yes 80 | 81 | -------------------------------------------------------------------------------- /preop-testing/cbc.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | CBC 14 | 15 | 16 | 17 | 18 | 19 |
20 |
CBC
21 |
22 | home 23 | 24 |
25 |
26 |
27 | 49 |
50 | 53 | 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /preop-testing/cardiology-consult.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | Cardiology Consult 14 | 15 | 16 | 17 | 18 | 19 |
20 |
Cardiology Consult
21 |
22 | home 23 | 24 |
25 |
26 |
27 | 39 | 48 |
49 | 50 | 53 | 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /scip/vte_pharm.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Pharmacologic Venous Thromboembolism Prophylaxis 13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 |
Chemical VTE
21 |
22 | home 23 | 24 | 25 |
26 |
27 |
Any of the following
28 | 37 | 40 | 41 |
42 | 45 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | DRMC 17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 |
DRMC Webapps
25 |
26 |
27 | 34 | 37 | 38 | 39 |
40 | 43 | 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /dictate/dictate.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Edit Suspended Dictations 12 | 13 | 14 | 15 | 16 | 17 |
18 |
Dictate
19 |
20 | home 21 | 22 |
23 |
24 |
Dictation Mode Workflow 25 | 45 |
46 | 49 | 50 | 51 | 52 | 53 | -------------------------------------------------------------------------------- /dictate/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | DRMC Dictation 15 | 16 | 17 | 18 | 19 | 20 |
21 |
DRMC Dictation
22 |
23 | home 24 | 25 |
26 |
27 |
DRMC Dictation Instructions 28 | 38 |
39 | 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /dictate/keypad_listen.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Keypad Functions 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 |
21 | home 22 | 23 | Keypads 24 |
25 | 26 |
27 |
Keypad Functions for LISTEN 28 | 46 |
47 | 50 | 51 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /mobile.php: -------------------------------------------------------------------------------- 1 | 7 | function standalone() { 8 | if(window.navigator.standalone) { 9 | } 10 | else {alert(\"$msg\")}} 11 | window.addEventListener(\"load\",standalone, false)"; 12 | } else { 13 | echo ""; 16 | } 17 | } 18 | function ip_in_network($ip, $net_addr, $net_mask){ 19 | if($net_mask <= 0){ return false; } 20 | $ip_binary_string = sprintf("%032b",ip2long($ip)); 21 | $net_binary_string = sprintf("%032b",ip2long($net_addr)); 22 | return (substr_compare($ip_binary_string,$net_binary_string,0,$net_mask) === 0); 23 | } 24 | $homescreen="Please add this page to your homescreen to view the custom icon, startup screen, and full screen mode."; 25 | //$ip=@$REMOTE_ADDR; 26 | $ip=$_SERVER['REMOTE_ADDR']; 27 | // $my_ip="IP Address = $ip" . "\r\n
"; 28 | 29 | // echo ip_in_network($ip,$net_addr,16); 30 | if (ip_in_network($ip,"67.98.222.0",24) == 1) { 31 | $loc="You're on the DRMC network. You need to tell everyone you know, especially in Administration, that this application by Dr. Fragen is ingenious."; 32 | } elseif (ip_in_network($ip,"65.60.85.32",27) == 1) { 33 | $loc="You're on the DRMCGuest network. Be sure to tell everyone in Administration this application by Dr. Fragen is ingenious."; 34 | } else { 35 | $loc="You're out and about."; 36 | } 37 | 38 | if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),"iphone") || strpos(strtolower($_SERVER['HTTP_USER_AGENT']),"ipad")) { 39 | if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),"safari")) { 40 | $device='Running in iOS browser.'; 41 | confirm($ip . "\\r\\n" . $loc . "\\r\\n" . $device . "\\r\\n" . $homescreen, true); 42 | // }else{ 43 | // $device='Running as stand alone WebApp on iPhone'; 44 | // confirm($loc . "\\r\\n" . $device); 45 | } 46 | }elseif (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),"android")) { 47 | $device='Running in browser on Android.'; 48 | confirm($ip . "\\r\\n" . $loc . "\\r\\n" . $device . "\\r\\n" . $homescreen, true); 49 | }else{ 50 | // echo('
Running in browser.'); 51 | $device='Running in browser. This was designed to run on handhelds.'; 52 | confirm($ip . "\\r\\n" . $loc . "\\r\\n" . $device, false); 53 | } 54 | -------------------------------------------------------------------------------- /dictate/keypad_edit.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Keypad Functions 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 |
21 | home 22 | 23 | Keypads 24 |
25 | 26 |
27 |
Keypad Functions for EDIT 28 | 46 |
47 | 50 | 51 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /dictate/keypad_dictate.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Keypad Functions 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 |
21 | home 22 | 23 | Keypads 24 |
25 | 26 |
27 |
Keypad Functions for DICTATE 28 | 46 |
47 | 50 | 51 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /scip/vte.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Venous Thromboembolism Prophylaxis 13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 |
VTE
21 |
22 | home 23 | 24 |
25 |
26 |
Venous Thromboembolism Prophylaxis
27 | 37 | 38 |
39 | 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /preop-testing/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | Pre-Op Testing 15 | 16 | 17 | 18 | 19 | 20 |
21 |
Pre-Op Testing
22 |
23 | home 24 | 25 |
26 |
27 |
Lab Requirements 28 | 41 |
42 | 45 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /dictate/outpatient.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Out-Patient Work Types 13 | 14 | 15 | 16 | 17 | 18 |
19 |
 
20 |
21 | home 22 | 23 | Locations
24 |
25 |
Out-Patient Work Types 26 | 29 | El Mirador Surgical Center (Loc 2) 30 | 42 | Primary Care (Loc 3) 43 | 46 | ICON Ortho (Loc 4) 47 | 50 | ICON Neuro (Loc 5) 51 | 54 | 55 |
56 | 59 | 60 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /antibiogram/index.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | DRMC Antibiograms 13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 |
DRMC Antibiograms
21 |
22 | home 23 |
24 | 25 |
26 |
27 | 28 | ' . "\r\n\t"; 59 | $directory_array = list_directory($default_dir); 60 | for($i=0; $iDRMC Antibiogram ' . find_year($directory_array[$i]) . ' ' . "\r\n\t"; 62 | } 63 | echo ""; 64 | ?> 65 | 66 |
67 | 70 | 71 | 72 | 73 | 74 | -------------------------------------------------------------------------------- /dictate/hospital.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Hospital Work Types 13 | 14 | 15 | 16 | 17 | 18 |
19 |
20 |
21 | home 22 | 23 | Locations
24 |
25 |
Hospital Work Types 26 | 29 | Hospital (Loc 1) 30 | 48 | 49 |
50 | 53 | 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /dictate/edit.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Edit Suspended Dictations 12 | 13 | 14 | 15 | 16 | 17 |
18 |
Edit
19 |
20 | home 21 | 22 |
23 |
24 |
Edit Suspended Dictions 25 | 51 |
52 | 55 | 56 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /dictate/decision.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Decision Making 13 | 14 | 15 | 16 | 17 | 18 |
19 |
Coding
20 |
21 | home 22 | 23 |
24 | 25 |
26 |
27 |
28 | Medical Decision Making 29 | 32 | Counseling 33 | 37 | Coordination of Care 38 | 41 | Time Spent with Patient 42 | 46 | 50 | 54 |
55 | 58 | 59 | 60 | 61 | 62 | -------------------------------------------------------------------------------- /dictate/listen.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Listen Previous Dictations 12 | 13 | 14 | 15 | 16 | 17 |
18 |
Listen
19 |
home 20 | 21 |
22 |
23 |
Listen to Previous Dictations 24 | 51 |
52 | 55 | 56 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /dictate/physical.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Physical 13 | 14 | 15 | 16 | 17 | 18 |
19 |
Coding
20 |
21 | home 22 | 23 |
24 | 25 |
26 |
27 |
28 | 31 | Body Areas 32 | 41 | Organ Systems 42 | 57 |
58 | 61 | 62 | 63 | 64 | 65 | -------------------------------------------------------------------------------- /test.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IP and UserAgent 6 | 7 | 8 | 9 | 10 | 11 | 12 | 19 | function standalone() { 20 | if(window.navigator.standalone) { 21 | } 22 | else {alert(\"$msg\")}} 23 | window.addEventListener(\"load\",standalone, false)"; 24 | } else { 25 | echo ""; 28 | } 29 | } 30 | function ip_in_network($ip, $net_addr, $net_mask){ 31 | if($net_mask <= 0){ return false; } 32 | $ip_binary_string = sprintf("%032b",ip2long($ip)); 33 | $net_binary_string = sprintf("%032b",ip2long($net_addr)); 34 | return (substr_compare($ip_binary_string,$net_binary_string,0,$net_mask) === 0); 35 | } 36 | $homescreen="Please add this page to your homescreen to view the custom icon, startup screen, and full screen mode."; 37 | //$ip=@$REMOTE_ADDR; 38 | $ip=$_SERVER['REMOTE_ADDR']; 39 | // echo "IP Address = $ip" . "\r\n
"; 40 | $my_ip="IP Address = $ip" . "\r\n
"; 41 | // echo $my_ip; 42 | 43 | // echo ip_in_network($ip,$net_addr,16); 44 | if (ip_in_network($ip,"67.98.222.0",24) == 1) { 45 | $loc="You're on the DRMC network. You need to tell everyone you know, especially in Administration, that this application by Dr. Fragen is ingenious."; 46 | } elseif (ip_in_network($ip,"65.60.85.32",27) == 1) { 47 | $loc="You're on the DRMCGuest network."; 48 | } else { 49 | $loc="You're out and about."; 50 | } 51 | 52 | // echo $loc; 53 | 54 | if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),"iphone") || strpos(strtolower($_SERVER['HTTP_USER_AGENT']),"ipad")) { 55 | if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),"safari")) { 56 | // echo('
Running in browser on iPhone or iPad'); 57 | $device='Running in iOS browser.'; 58 | confirm($ip . "\\r\\n" . $loc . "\\r\\n" . $device . "\\r\\n" . $homescreen, true); 59 | // }else{ 60 | // echo('
Running as stand alone WebApp on iPhone'); 61 | // $device='Running as stand alone WebApp on iPhone'; 62 | // confirm($ip . "\\r\\n" . $loc . "\\r\\n" . $device); 63 | } 64 | }elseif (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),"android")) { 65 | $device='Running in browser on Android.'; 66 | confirm($ip . "\\r\\n" . $loc . "\\r\\n" . $device . "\\r\\n" . $homescreen, true); 67 | }else { 68 | // echo('
Running in browser.'); 69 | $device='Running in browser. This was designed to run on handhelds.'; 70 | confirm($ip . "\\r\\n" . $loc . "\\r\\n" . $device, false); 71 | } 72 | 73 | echo date(DATE_RFC822) . "\r\n
"; 74 | echo $my_ip; 75 | echo $_SERVER['HTTP_USER_AGENT'] . "\r\n
"; 76 | 77 | ?> 78 | 79 | 80 | -------------------------------------------------------------------------------- /scip/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | SCIP 14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 |
SCIP
22 |
23 | home 24 | 25 |
26 |
27 |
28 | 31 | 35 | 38 | 41 | 44 | 48 | 49 |
50 | 53 | 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /dictate/history.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | History 13 | 14 | 15 | 16 | 17 | 18 |
19 |
Coding
20 |
21 | home 22 | 23 |
24 | 25 |
26 |
27 |
28 | Indications 29 | 33 | Chief Complaint - HPI 34 | 37 | Past Medical History 38 | 41 | Review Of Systems 42 | 59 | Family History 60 | 63 | Social History 64 | 67 |
68 | 71 | 72 | 73 | 74 | 75 | -------------------------------------------------------------------------------- /antibiogram/DRMCAntibiogramTemplate.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DRMC Antibiogram 6 | 1/1/10 - 12/31/10 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | Ampicillin 15 | Ampicillin 16 | 17 | 18 | 19 | Amikacin 20 | Amikacin 21 | 22 | 23 | 24 | Cefazolin 25 | Cefazolin 26 | 27 | 28 | 29 | Cefepime 30 | Cefepime 31 | 32 | 33 | 34 | Ceftazidime 35 | Ceftazidime 36 | 37 | 38 | 39 | Ceftriaxone 40 | Ceftriaxone 41 | 42 | 43 | 44 | Ciprofloxacin 45 | Ciprofloxacin 46 | 47 | 48 | 49 | Clindamycin 50 | Clindamycin 51 | 52 | 53 | 54 | Erythromycin 55 | Erythromycin 56 | 57 | 58 | 59 | Gentamicin 60 | Gentamicin 61 | 62 | 63 | 64 | Imipenem 65 | Imipenem 66 | 67 | 68 | 69 | Levofloxacin 70 | Levofloxacin 71 | 72 | 73 | 74 | Linezolid 75 | Linezolid 76 | 77 | 78 | 79 | Nitrofurantoin 80 | Nitrofurantoin 81 | 82 | 83 | 84 | Penicillin G 85 | Penicillin_G 86 | 87 | 88 | 89 | Pip/Tazo 90 | Pip_Tazo 91 | 92 | 93 | 94 | Tobramycin 95 | Tobramycin 96 | 97 | 98 | 99 | Trim/Smx 100 | Trim_Smx 101 | 102 | 103 | 104 | Vancomycin 105 | Vancomycin 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | gram_negative 116 | A baumannii 117 | 118 | 119 | 120 | 121 | 122 | gram_negative 123 | E aerogenes 124 | 125 | 126 | 127 | 128 | 129 | gram_negative 130 | E cloacae 131 | 132 | 133 | 134 | 135 | 136 | gram_negative 137 | E coli 138 | 139 | 140 | 141 | 142 | 143 | gram_negative 144 | K pneumonia 145 | 146 | 147 | 148 | 149 | 150 | gram_negative 151 | P mirabilis 152 | 153 | 154 | 155 | 156 | 157 | gram_negative 158 | P aeurginosa 159 | 160 | 161 | 162 | 163 | 164 | gram_negative 165 | S marcescens 166 | 167 | 168 | 169 | 170 | 171 | gram_positive 172 | Coag neg staph 173 | 174 | 175 | 176 | 177 | 178 | gram_positive 179 | S epidermidis 180 | 181 | 182 | 183 | 184 | 185 | gram_positive 186 | S aureus 187 | 188 | 189 | 190 | 191 | 192 | gram_positive 193 | E faecalis 194 | 195 | 196 | 197 | 198 | 199 | gram_positive 200 | E faecium 201 | 202 | 203 | 204 | 205 | 206 | gram_positive 207 | S pneumonia 208 | 209 | 210 | 211 | 212 | -------------------------------------------------------------------------------- /css/antibiogram-old.xsl: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | <!DOCTYPE html> 16 | 17 | 18 | 19 | 20 | 31 | 56 | <xsl:value-of select="antibiogram/title"/> 57 | 58 | 59 | 60 | 61 |

:

62 | 63 | 64 | 65 | 66 | 67 | 68 |
69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 |
OrganismIsolatesAntibiotic Sensitivity
92 |
93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 |
109 |
110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 |
145 |
146 | 147 | 148 |
149 | -------------------------------------------------------------------------------- /css/antibiogram.xsl: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 42 | 67 | <xsl:value-of select="antibiogram/title"/> 68 | 69 | 70 | 71 | 72 |
73 |
Antibiogram
74 |
75 | home 76 | 77 |
78 |
79 |
80 | : 81 |
    82 |
  • 83 | 84 | 85 | 86 | 87 |
  • 88 |
89 |
90 | 94 | 95 | 96 | 97 |
98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 |
OrganismIsolatesAntibiotic/Sensitivity
121 |
122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 |
139 |
140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 |
177 |
178 | 179 | 180 |
181 | -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- 1 | /*iWebKit css 5.04 by Christopher Plieger*/body{position:relative;margin:0;-webkit-text-size-adjust:none;min-height:416px;font-family:helvetica,sans-serif;-webkit-background-size:0.438em 100%;background:-webkit-gradient(linear,left top,right top,from(#c5ccd4),color-stop(71%, #c5ccd4),color-stop(72%, #cbd2d8),to(#cbd2d8));-webkit-touch-callout:none}.center{margin:auto;display:block;text-align:center!important}img{border:0}a:hover .arrow{background-position:0 -13px!important}@media screen and (max-width:320px){#topbar{height:44px}#title{line-height:44px;height:44px;font-size:16pt}#tributton a:first-child,#duobutton a:first-child{width:101px}#tributton a:last-child,#duobutton a:last-child{width:101px}#tributton a{width:106px}#duobutton .links{width:195px}#tributton .links{width:302px}#doublead{width:300px!important}#duoselectionbuttons{width:191px;height:30px;top:7px}#triselectionbuttons{width:290px;height:30px;top:7px}#triselectionbuttons a:first-child,#duoselectionbuttons a:first-child{width:99px;height:28px;line-height:28px}#triselectionbuttons a{width:98px;height:28px;line-height:28px}#triselectionbuttons a:last-child,#duoselectionbuttons a:last-child{width:99px;height:28px;line-height:28px}.searchbox form{width:272px}.searchbox input[type="text"]{width:275px}.menu .name{max-width:77%}.checkbox .name{max-width:190px}.radiobutton .name{max-width:190px}#leftnav a,#rightnav a,#leftbutton a,#rightbutton a,#blueleftbutton a,#bluerightbutton a{line-height:30px;height:30px}#leftnav img,#rightnav img{margin-top:4px}#leftnav,#leftbutton,#blueleftbutton{top:7px}#rightnav,#rightbutton,#bluerightbutton{top:7px}.musiclist .name{max-width:55%}.textbox textarea{width:280px}.bigfield input{width:295px}}@media screen and (min-width:321px){#topbar{height:32px}#title{line-height:32px;height:32px;font-size:13pt}.menu .name{max-width:85%}.checkbox .name{max-width:75%}.radiobutton .name{max-width:75%}#leftnav a,#rightnav a,#leftbutton a,#rightbutton a,#blueleftbutton a,#bluerightbutton a{line-height:24px;height:24px}#leftnav img,#rightnav img{margin-top:4px;height:70%}#leftnav,#leftbutton,#blueleftbutton{top:4px}#rightnav,#rightbutton,#bluerightbutton{top:4px}.musiclist .name{max-width:70%}.textbox textarea{width:440px}#tributton a:first-child,#duobutton a:first-child{width:152px}#tributton a:last-child,#duobutton a:last-child{width:152px}#tributton a{width:154px}#tributton .links{width:452px}#duobutton .links{width:298px}#doublead{width:350px!important}#duoselectionbuttons{width:293px;height:24px;top:4px}#triselectionbuttons{width:450px;height:24px;top:4px}#triselectionbuttons a:first-child,#duoselectionbuttons a:first-child{width:150px;height:22px;line-height:22px}#triselectionbuttons a{width:156px;height:22px;line-height:22px}#triselectionbuttons a:last-child,#duoselectionbuttons a:last-child{width:150px;height:22px;line-height:22px}.searchbox form{width:432px}.searchbox input[type="text"]{width:435px}.bigfield input{width:455px}}#topbar.black{background:-webkit-gradient(linear,0% 0%,0% 100%,from(#858585),color-stop(3%,#636363),color-stop(50%,#202020),color-stop(51%,black),color-stop(97%,black),to(#262626))}#topbar.transparent{background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(133,133,133,0.7)),color-stop(3%,rgba(99,99,99,0.7)),color-stop(50%,rgba(32,32,32,0.7)),color-stop(51%,rgba(0,0,0,0.7)),color-stop(97%,rgba(0,0,0,0.7)),to(rgba(38,38,38,0.7)))}#topbar{position:relative;left:0;top:0;width:auto;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#cdd5df),color-stop(3%,#b0bccd),color-stop(50%,#889bb3),color-stop(51%,#8195af),color-stop(97%,#6d84a2),to(#2d3642));margin-bottom:13px}#title{position:absolute;font-weight:bold;top:0;left:0;right:0;padding:0 10px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#FFF;text-shadow:rgba(0,0,0,0.6) 0 -1px 0}#content{width:100%;position:relative;min-height:250px;margin-top:10px;height:auto;z-index:0;overflow:hidden}#footer{text-align:center;position:relative;margin:20px 10px 0;height:auto;width:auto;bottom:10px}.ipodlist #footer,.ipodlist #footer a{text-shadow:#FFF 0 -1px 0}#footer a,#footer{text-decoration:none;font-size:9pt;color:#4C4C4C;text-shadow:#FFF 0 1px 0}.pageitem{-webkit-border-radius:8px;background-color:#fff;border:#878787 solid 1px;font-size:12pt;overflow:hidden;padding:0;position:relative;display:block;height:auto;width:auto;margin:3px 9px 17px;list-style:none}.textbox{padding:5px 9px;position:relative;overflow:hidden;border-top:1px solid #878787}#tributton,#duobutton{height:44px;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#cdd4d9),color-stop(3%,#c0c9cf),color-stop(97%,#abb7bf),to(#81929f));margin:-13px 0 13px 0;text-align:center}#tributton .links,#duobutton .links{height:30px;-webkit-border-image:url("../images/tributton.png") 0 4 0 4;border-width:0 4px 0 4px;margin:0 auto 0px auto;position:relative;top:7px}#tributton a:first-child,#duobutton a:first-child{border-right:1px solid #6d7e91;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;margin-left:-4px}#tributton a,#duobutton a{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:27px;display:inline-block;line-height:27px;margin-top:1px;font:bold 13px;text-decoration:none;color:#3f5c84;text-shadow:#FFF 0 1px 0}#duobutton a:last-child{border:0}#tributton a:last-child{border-left:1px solid #6d7e91}#tributton a:last-child,#duobutton a:last-child{-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;margin-right:-4px}#tributton a:hover,#tributton a#pressed,#duobutton a:hover,#duobutton a#pressed{background:-webkit-gradient(linear,0% 0%,0% 100%,from(#7b8b9f),color-stop(3%,#8c9baf),to(#647792));color:white;text-shadow:black 0 -1px 0}#triselectionbuttons,#duoselectionbuttons{-webkit-border-image:url('../images/navbutton.png') 0 5 0 5;border-width:0 5px 0 5px;position:relative;margin:auto}#duoselectionbuttons a:first-child{border:0}#triselectionbuttons a:first-child{border-right:solid 1px #556984}#triselectionbuttons a:first-child,#duoselectionbuttons a:first-child{margin-left:-4px;-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px}#triselectionbuttons a,#duoselectionbuttons a{display:inline-block;text-align:center;color:white;text-decoration:none;margin-top:1px;text-shadow:black 0 -1px 0;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#909baa),color-stop(3%,#a5b4c6),color-stop(50%,#798eaa),color-stop(51%,#6b83a1),color-stop(97%,#6e85a3),to(#526379))}#triselectionbuttons a:last-child,#duoselectionbuttons a:last-child{border-left:solid 1px #556984;margin-right:-4px;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px}#triselectionbuttons a:hover,#triselectionbuttons a#pressed,#duoselectionbuttons a:hover,#duoselectionbuttons a#pressed{background:none}#doublead{height:83px!important;position:relative;margin:0 auto 13px auto}#doublead a:first-child{left:0!important}#doublead a:last-child{right:0!important}#doublead a{width:147px!important;height:83px!important;position:absolute;-webkit-border-radius:8px;display:block;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#7c7c7c),color-stop(3%,#858585),color-stop(97%,#a4a4a4),to(#c2c2c2))}li#doublead{margin-top:25px;margin-bottom:10px!important;background:none}li#doublead:hover{background:none}.searchbox{height:44px;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f1f3f4),color-stop(3%,#e0e4e7),color-stop(50%,#c7cfd4),color-stop(51%,#bec7cd),color-stop(97%,#b4bec6),to(#8999a5));margin:-13px 0 13px 0;width:100%}.searchbox form{height:24px;-webkit-border-image:url('../images/searchfield.png') 4 14 1 24;border-width:4px 14px 1px 24px;display:block;position:relative;top:8px;margin:auto}fieldset{border:0;margin:0;padding:0}.searchbox input[type="text"]{border:0;-webkit-appearance:none;height:18px;float:left;font-size:13px;padding:0;position:relative;top:2px;left:2px}.textbox img{max-width:100%}.textbox p{margin-top:2px}.textbox p{margin-top:2px;color:#000;margin-bottom:2px;text-align:justify}.textbox img{max-width:100%}.textbox ul{margin:3px 0 3px 0;list-style:circle!important}.textbox li{margin:0!important}.pageitem li:first-child,.pageitem li.form:first-child{border-top:0}.menu,.checkbox,.radiobutton,.select,li.button,li.bigfield,li.smallfield{position:relative;list-style-type:none;display:block;height:43px;overflow:hidden;border-top:1px solid #878787;width:auto}.pageitem li:first-child:hover,.pageitem li:first-child a,.radiobutton:first-child input,.select:first-child select,li.button:first-child input,.bigfield:first-child input{-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px}.pageitem li:last-child:hover,.pageitem li:last-child a,.radiobutton:last-child input,.select:last-child select,li.button:last-child input,.bigfield:last-child input{-webkit-border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px}.menu:hover,.store:hover,.list #content li a:hover,.list .withimage:hover,.applist li:hover:nth-child(n),.ipodlist li:hover:nth-child(n){background:-webkit-gradient(linear,0% 0%,0% 100%,from(#058cf5),to(#015fe6))}.ipodlist li:hover:nth-child(n) .name,.ipodlist li:hover:nth-child(n) .time{border:0}.menu a:hover .name,.store:hover .starcomment,.store:hover .name,.store:hover .comment,.list .withimage a:hover .comment{color:#fff}.menu a:hover .comment{color:#CCF}.menu a{display:block;height:43px;width:auto;text-decoration:none}.menu a img{width:auto;height:32px;margin:5px 0 0 5px;float:left}.menu .name,.checkbox .name,.radiobutton .name{margin:11px 0 0 7px;width:auto;color:#000;font-weight:bold;font-size:17px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float:left}.menu .comment{margin:11px 30px 0 0;width:auto;font-size:17px;text-overflow:ellipsis;overflow:hidden;max-width:75%;white-space:nowrap;float:right;color:#324f85}.menu .arrow,.store .arrow,.musiclist .arrow,.list .arrow{position:absolute;width:8px!important;height:13px!important;right:10px;top:15px;margin:0!important;background:url("../images/arrow.png") 0 0 no-repeat}.applist .arrow{position:absolute;width:8px!important;height:13px!important;right:10px;top:29px;margin:0!important;background:url("../images/arrow.png") 0 0 no-repeat}.store{height:90px;border-top:#878787 solid 1px;overflow:hidden;position:relative}.store a{width:100%;height:90px;display:block;text-decoration:none;position:absolute}.store .image{position:absolute;left:0;top:0;height:90px;width:90px;display:block;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#eff1f5),to(#d6dce6));-webkit-background-size:90px}.applist .image{width:57px;height:57px;display:block;position:absolute;top:7px;left:11px;-webkit-border-radius:8px;-webkit-box-shadow:0 2px 3px rgb(0,0,0);background:-webkit-gradient(linear,0% 0%,0% 100%,from(#7c7c7c),color-stop(3%,#858585),color-stop(97%,#a4a4a4),to(#c2c2c2));-webkit-background-size:57px}li:first-child.store .image,.store:first-child a{-webkit-border-top-left-radius:8px 8px}li:last-child.store .image,.store:last-child a{-webkit-border-bottom-left-radius:8px 8px}.store .name,.applist .name{font-size:15px;white-space:nowrap;display:block;overflow:hidden;color:#000;max-width:60%;text-overflow:ellipsis;font-weight:bold}.store .name{position:absolute;left:95px;top:35px}.applist .name{position:absolute;top:27px;left:80px;text-shadow:#eee 0 1px 0}.store .comment,.list .withimage .comment,.applist .comment,.applist .price{font-size:12px;color:#7f7f7f;display:block;width:60%;font-weight:bold;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.store .comment,.list .withimage .comment{margin:16px 0 0 95px}.applist .comment{position:absolute;top:9px;left:80px;text-shadow:#eee 0 1px 0;color:#3b3b3b}.applist .price{position:absolute;top:29px;right:26px;text-shadow:#eee 0 1px 0;text-align:right;color:#3b3b3b}.store .arrow,.list .withimage .arrow{top:39px!important}.store .stars0,.store .stars1,.store .stars2,.store .stars3,.store .stars4,.store .stars5{position:absolute;top:56px;left:95px;width:65px;height:18px;display:block!important}.store .stars0{background:url('../images/0starsborder.png')}.store .stars1{background:url('../images/1starsborder.png')}.store .stars2{background:url('../images/2starsborder.png')}.store .stars3{background:url('../images/3starsborder.png')}.store .stars4{background:url('../images/4starsborder.png')}.store .stars5,.applist .stars5{background:url('../images/5stars.png')}.applist .stars0,.applist .stars1,.applist .stars2,.applist .stars3,.applist .stars4,.applist .stars5{position:absolute;top:46px;left:79px;width:65px;height:18px;display:block!important}.applist .stars0{background:url('../images/0stars.png')}.applist .stars1{background:url('../images/1stars.png')}.applist .stars2{background:url('../images/2stars.png')}.applist .stars3{background:url('../images/3stars.png')}.applist .stars4{background:url('../images/4stars.png')}.applist .starcomment{left:147px;top:46px;color:#3b3b3b}.starcomment{position:absolute;left:165px;top:56px;font-size:12px;color:#7f7f7f;font-weight:lighter}.applist a:hover .name,.applist a:hover .starcomment,.applist a:hover .comment,.applist a:hover .price{color:white;text-shadow:none}.graytitle{position:relative;font-weight:bold;font-size:17px;right:20px;left:9px;color:#4C4C4C;text-shadow:#FFF 0 1px 0;padding:1px 0 3px 8px}.header{display:block;font-weight:bold;color:rgb(73,102,145);font-size:12pt;margin-bottom:6px;line-height:14pt}.musiclist ul,.ipodlist ul,.applist ul{padding:0}.ipodlist ul{margin:0}.musiclist li:nth-child(odd){background:#dddee0}.applist li:nth-child(even){background:-webkit-gradient(linear,0% 0%,0% 100%,from(#adadb0),color-stop(98%,#adadb0),to(#898a8d))}.applist li:nth-child(odd){background:-webkit-gradient(linear,0% 0%,0% 100%,from(#98989c),color-stop(98%,#98989c),to(#898a8d))}.ipodlist li:nth-child(even){background:-webkit-gradient(linear,0% 0%,0% 100%,from(#414041),color-stop(3%,rgba(45,45,45,0.2)),to(rgba(45,45,45,0.2)))}.ipodlist li:nth-child(odd){background:-webkit-gradient(linear,0% 0%,0% 100%,from(#414041),color-stop(3%,rgba(50,50,50,0.4)),to(rgba(50,50,50,0.4)))}.musiclist #content li,.ipodlist #content li,.applist #content li{list-style:none;width:auto;position:relative}.musiclist #content li{height:44px;border-bottom:1px solid #e6e6e6}.applist #content li{height:70px;margin-bottom:1px}.ipodlist #content li{height:42px}.ipodlist #content{background:-webkit-gradient(radial,50% -70,0,50% 0,200,from(#444),to(rgb(13,13,13)));top:16px}.musiclist #content li a,.ipodlist #content li a{text-decoration:none;color:#000;width:100%!important;height:100%;display:block}.applist #content li a{text-decoration:none;color:#000;width:100%;height:100%;display:block}.musiclist .number,.musiclist .name,.musiclist .time{display:inline-block;height:44px;font-weight:bold;font-size:large;width:44px;text-align:center;line-height:46px}.musiclist .name{margin-left:0;width:auto!important;font-size:medium;padding-left:5px;border-left:solid 1px #e6e6e6}.musiclist .time{color:#848484;font-size:medium;margin-left:4px;width:auto!important;font-weight:normal}.musiclist{background-image:none!important;background-color:#cbcccf}.ipodlist{background-image:none!important;background-color:black}.applist{background-image:none!important;background-color:#98989c}.ipodlist span{color:white;font-weight:bold;font-size:14px}.musiclist .name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.musiclist a:hover .name{color:#0380f2}.ipodlist .number{width:23px;display:block;float:left;height:42px;margin-right:3px;text-align:right;line-height:43px}.ipodlist .stop,.ipodlist .auto,.ipodlist .play{width:18px;display:block;float:left;height:10px;text-align:right;line-height:43px;margin-top:16px}.ipodlist .play{background:url('../images/play.gif') no-repeat}.ipodlist a:hover .auto,.ipodlist a:hover .play{background:url('../images/play.gif') no-repeat;background-position:0 -10px}.ipodlist .time{width:48px;float:right;border-left:solid #414041 1px;display:block;height:42px;text-align:center;line-height:43px}.ipodlist .name{display:block;float:left;width:inherit;height:42px;text-overflow:ellipsis;line-height:42px;padding-left:5px;overflow:hidden;white-space:nowrap;max-width:62%;border-left:solid #414041 1px}.list .title{background:-webkit-gradient(linear,0% 0%,0% 100%,from(#a5b1ba),color-stop(3%,#909faa),color-stop(97%,#b5bfc6),to(#989ea4));height:22px!important;width:100%;color:#fff;font-weight:bold;font-size:16px;text-shadow:gray 0 1px 0;line-height:22px;padding-left:20px;border-bottom:none!important}.list ul{background-color:#fff;width:100%;overflow:hidden;padding:0;margin:0}.list #content li{height:40px;border-bottom:1px solid #e1e1e1;list-style:none}.list{background-color:#fff;background-image:none!important}.list #footer{margin-top:24px!important}.ipodlist #footer{margin-top:48px!important}.list #content li a{padding:9px 0 0 20px;font-size:large;font-weight:bold;position:relative;display:block;color:#000;text-decoration:none;height:32px}.list #content li a .name{text-overflow:ellipsis;overflow:hidden;max-width:93%;white-space:nowrap;display:block}.list #content li a:hover{color:#fff}.list #content{margin-top:-13px!important}.ipodlist #content,.musiclist #content,.applist #content{margin-top:-29px!important}.list ul img{width:90px;height:90px;position:absolute;left:0;top:0}.list .withimage{height:90px!important}.list .withimage .name{margin:13px 0 0 90px;text-overflow:ellipsis;overflow:hidden;max-width:63%!important;white-space:nowrap}.list .withimage .comment{margin:10px auto auto 90px !important;max-width:63%!important}.list .withimage a,.list .withimage:hover a{height:81px!important}#leftnav,#leftbutton,#blueleftbutton{position:absolute;font-size:12px;left:9px;font-weight:bold}#leftnav,#leftbutton,#rightnav,#rightbutton,#blueleftbutton,#bluerightbutton{z-index:5000}#leftnav a,#rightnav a,#leftbutton a,#rightbutton a,#blueleftbutton a,#bluerightbutton a{display:block;color:#fff;text-shadow:rgba(0,0,0,0.6) 0 -1px 0;text-decoration:none}.black #leftnav a:first-child,.transparent #leftnav a:first-child{-webkit-border-image:url("../images/navleftblack.png") 0 5 0 13}.black #leftnav a,.transparent #leftnav a{-webkit-border-image:url("../images/navlinkleftblack.png") 0 5 0 13}.black #rightnav a:first-child,.transparent #rightnav a:first-child{-webkit-border-image:url("../images/navrightblack.png") 0 13 0 5}.black #rightnav a,.transparent #rightnav a{-webkit-border-image:url("../images/navlinkrightblack.png") 0 13 0 5}.black #leftbutton a,.black #rightbutton a,.transparent #leftbutton a,.transparent #rightbutton a{-webkit-border-image:url("../images/navbuttonblack.png") 0 5 0 5}#leftnav a:first-child{z-index:2;-webkit-border-image:url("../images/navleft.png") 0 5 0 13;border-width:0 5px 0 13px;-webkit-border-top-left-radius:16px;-webkit-border-bottom-left-radius:16px;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;width:auto}#leftnav a{-webkit-border-image:url("../images/navlinkleft.png") 0 5 0 13;z-index:3;margin-left:-4px;border-width:0 5px 0 13px;padding-right:4px;-webkit-border-top-left-radius:16px;-webkit-border-bottom-left-radius:16px;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;float:left}#rightnav,#rightbutton,#bluerightbutton{position:absolute;font-size:12px;right:9px;font-weight:bold}#rightnav a{-webkit-border-image:url("../images/navlinkright.png") 0 13 0 5;z-index:3;margin-right:-4px;border-width:0 13px 0 5px;padding-left:4px;-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;float:right;-webkit-border-top-right-radius:16px;-webkit-border-bottom-right-radius:16px}#rightnav a:first-child{z-index:2;-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-image:url("../images/navright.png") 0 13 0 5;border-width:0 13px 0 5px;-webkit-border-top-right-radius:16px;-webkit-border-bottom-right-radius:16px}#leftbutton a,#rightbutton a{-webkit-border-image:url("../images/navbutton.png") 0 5 0 5;border-width:0 5px;-webkit-border-radius:6px}#blueleftbutton a,#bluerightbutton a{-webkit-border-image:url("../images/navbuttonblue.png") 0 5 0 5;border-width:0 5px;-webkit-border-radius:6px}input[type="checkbox"]{width:94px;height:27px;background:url('../images/checkbox.png');-webkit-appearance:none;border:0;float:right;margin:8px 4px 0 0}input[type="checkbox"]:checked{background-position:0 27px}input[type="radio"]{-webkit-appearance:none;border:0;width:100%;height:100%;z-index:2;position:absolute;left:0;margin:0;-webkit-border-radius:0}input[type="radio"]:checked{background:url('../images/radiobutton.png') no-repeat;background-position:right center}.radiobutton .name{z-index:1}select{-webkit-appearance:none;height:100%;width:100%;border:0}.select select{-webkit-border-radius:0;color:#000;font-weight:bold;font-size:17px}.select option{max-width:90%}.select .arrow{background:url('../images/arrow.png');width:8px;height:13px;display:block;-webkit-transform:rotate(90deg);position:absolute;right:10px;top:18px}.button input{width:100%;height:100%;-webkit-appearance:none;border:0;-webkit-border-radius:0;font-weight:bold;font-size:17px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:none}.textbox textarea{padding:0;margin-top:5px;font-size:medium}.bigfield input{-webkit-appearance:none;border:0;height:100%;padding:0;-webkit-border-radius:0;background:transparent;font-weight:bold;font-size:17px;padding-left:5px}.smallfield .name{width:48%;position:absolute;left:0;font-size:17px;text-overflow:ellipsis;white-space:nowrap;font-weight:bold;line-height:44px;font-size:17px;padding-left:5px;overflow:hidden}.smallfield input{width:50%;position:absolute;right:0;height:44px;-webkit-appearance:none;border:none;padding:0;background:transparent;-webkit-border-radius:0;font-weight:bold;font-size:17px}.smallfield:first-child input{-webkit-border-top-right-radius:8px}.smallfield:last-child input{-webkit-border-bottom-right-radius:8px} -------------------------------------------------------------------------------- /css/developer-style.css: -------------------------------------------------------------------------------- 1 | /*iWebKit css 5.04 by Christopher Plieger*/ 2 | body { 3 | position: relative; 4 | margin: 0; 5 | -webkit-text-size-adjust: none; 6 | min-height: 416px; 7 | font-family: helvetica,sans-serif; 8 | -webkit-background-size:0.438em 100%; 9 | background: -webkit-gradient(linear,left top,right top,from(#c5ccd4), color-stop(71%, #c5ccd4), color-stop(72%, #cbd2d8), to(#cbd2d8)); 10 | -webkit-touch-callout: none; 11 | } 12 | .center { 13 | margin: auto; 14 | display: block; 15 | text-align: center!important; 16 | } 17 | img { 18 | border: 0; 19 | } 20 | a:hover .arrow { 21 | background-position: 0 -13px!important; 22 | } 23 | @media screen and (max-width: 320px) 24 | { 25 | #topbar { 26 | height: 44px; 27 | } 28 | #title { 29 | line-height: 44px; 30 | height: 44px; 31 | font-size: 16pt; 32 | } 33 | #tributton a:first-child, #duobutton a:first-child { 34 | width: 101px; 35 | } 36 | #tributton a:last-child, #duobutton a:last-child { 37 | width: 101px; 38 | } 39 | #tributton a { 40 | width: 106px; 41 | } 42 | #duobutton .links { 43 | width: 195px; 44 | } 45 | #tributton .links { 46 | width: 302px; 47 | } 48 | #doublead { 49 | width: 300px!important; 50 | } 51 | #duoselectionbuttons { 52 | width: 191px; 53 | height: 30px; 54 | top: 7px; 55 | } 56 | #triselectionbuttons { 57 | width: 290px; 58 | height: 30px; 59 | top: 7px; 60 | } 61 | #triselectionbuttons a:first-child, #duoselectionbuttons a:first-child { 62 | width: 99px; 63 | height: 28px; 64 | line-height: 28px; 65 | } 66 | #triselectionbuttons a { 67 | width: 98px; 68 | height: 28px; 69 | line-height: 28px; 70 | } 71 | #triselectionbuttons a:last-child, #duoselectionbuttons a:last-child { 72 | width: 99px; 73 | height: 28px; 74 | line-height: 28px; 75 | } 76 | .searchbox form { 77 | width: 272px; 78 | } 79 | .searchbox input[type="text"] { 80 | width: 275px; 81 | } 82 | .menu .name { 83 | max-width: 77%; 84 | }.checkbox .name { 85 | max-width: 190px; 86 | }.radiobutton .name { 87 | max-width: 190px; 88 | } 89 | #leftnav a, #rightnav a, #leftbutton a, #rightbutton a, #blueleftbutton a, #bluerightbutton a { 90 | line-height: 30px; 91 | height: 30px; 92 | } 93 | #leftnav img, #rightnav img { 94 | margin-top: 4px; 95 | } 96 | #leftnav, #leftbutton, #blueleftbutton { 97 | top: 7px; 98 | } 99 | #rightnav, #rightbutton, #bluerightbutton { 100 | top: 7px; 101 | } 102 | .musiclist .name { 103 | max-width:55% 104 | } 105 | .textbox textarea { 106 | width: 280px; 107 | } 108 | .bigfield input{ 109 | width:295px 110 | } 111 | } 112 | @media screen and (min-width: 321px) 113 | { 114 | #topbar { 115 | height: 32px; 116 | } 117 | #title { 118 | line-height: 32px; 119 | height: 32px; 120 | font-size: 13pt; 121 | } 122 | .menu .name { 123 | max-width: 85%; 124 | }.checkbox .name { 125 | max-width: 75%; 126 | }.radiobutton .name { 127 | max-width: 75%; 128 | } 129 | #leftnav a, #rightnav a, #leftbutton a, #rightbutton a, #blueleftbutton a, #bluerightbutton a { 130 | line-height: 24px; 131 | height: 24px; 132 | } 133 | #leftnav img, #rightnav img { 134 | margin-top: 4px; 135 | height: 70%; 136 | } 137 | #leftnav, #leftbutton, #blueleftbutton { 138 | top: 4px; 139 | } 140 | #rightnav, #rightbutton, #bluerightbutton { 141 | top: 4px; 142 | } 143 | .musiclist .name { 144 | max-width:70% 145 | } 146 | .textbox textarea { 147 | width: 440px; 148 | } 149 | #tributton a:first-child, #duobutton a:first-child { 150 | width: 152px; 151 | } 152 | #tributton a:last-child, #duobutton a:last-child { 153 | width: 152px; 154 | } 155 | #tributton a { 156 | width: 154px; 157 | } 158 | #tributton .links { 159 | width: 452px; 160 | } 161 | #duobutton .links { 162 | width: 298px; 163 | } 164 | #doublead { 165 | width: 350px!important; 166 | } 167 | #duoselectionbuttons { 168 | width: 293px; 169 | height: 24px; 170 | top: 4px; 171 | } 172 | #triselectionbuttons { 173 | width: 450px; 174 | height: 24px; 175 | top: 4px; 176 | } 177 | #triselectionbuttons a:first-child, #duoselectionbuttons a:first-child { 178 | width: 150px; 179 | height: 22px; 180 | line-height: 22px; 181 | } 182 | #triselectionbuttons a { 183 | width: 156px; 184 | height: 22px; 185 | line-height: 22px; 186 | } 187 | #triselectionbuttons a:last-child, #duoselectionbuttons a:last-child { 188 | width: 150px; 189 | height: 22px; 190 | line-height: 22px; 191 | } 192 | .searchbox form { 193 | width: 432px; 194 | } 195 | .searchbox input[type="text"] { 196 | width: 435px; 197 | } 198 | .bigfield input{ 199 | width:455px 200 | } 201 | } 202 | #topbar.black { 203 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#858585), color-stop(3%, #636363), color-stop(50%, #202020), color-stop(51%, black), color-stop(97%, black), to(#262626)); 204 | } 205 | #topbar.transparent { 206 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(133,133,133,0.7)), color-stop(3%, rgba(99,99,99,0.7)), color-stop(50%, rgba(32,32,32,0.7)), color-stop(51%, rgba(0,0,0,0.7)), color-stop(97%, rgba(0,0,0,0.7)), to(rgba(38,38,38,0.7))); 207 | } 208 | #topbar { 209 | position: relative; 210 | left: 0; 211 | top: 0; 212 | width: auto; 213 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cdd5df), color-stop(3%, #b0bccd), color-stop(50%, #889bb3), color-stop(51%, #8195af), color-stop(97%, #6d84a2), to(#2d3642)); 214 | margin-bottom: 13px; 215 | } 216 | #title { 217 | position: absolute; 218 | font-weight: bold; 219 | top: 0; 220 | left: 0; 221 | right: 0; 222 | padding: 0 10px; 223 | text-align: center; 224 | text-overflow: ellipsis; 225 | white-space: nowrap; 226 | overflow: hidden; 227 | color: #FFF; 228 | text-shadow: rgba(0,0,0,0.6) 0 -1px 0; 229 | } 230 | #content { 231 | width: 100%; 232 | position: relative; 233 | min-height: 250px; 234 | margin-top: 10px; 235 | height: auto; 236 | z-index: 0; 237 | overflow: hidden; 238 | } 239 | #footer { 240 | text-align: center; 241 | position: relative; 242 | margin: 20px 10px 0; 243 | height: auto; 244 | width: auto; 245 | bottom: 10px; 246 | } 247 | .ipodlist #footer, .ipodlist #footer a { 248 | text-shadow: #FFF 0 -1px 0; 249 | } 250 | #footer a, #footer { 251 | text-decoration: none; 252 | font-size: 9pt; 253 | color: #4C4C4C; 254 | text-shadow: #FFF 0 1px 0; 255 | } 256 | .pageitem { 257 | -webkit-border-radius: 8px; 258 | background-color: #fff; 259 | border: #878787 solid 1px; 260 | font-size: 12pt; 261 | overflow: hidden; 262 | padding: 0; 263 | position: relative; 264 | display: block; 265 | height: auto; 266 | width: auto; 267 | margin: 3px 9px 17px; 268 | list-style: none; 269 | } 270 | .textbox { 271 | padding: 5px 9px; 272 | position: relative; 273 | overflow: hidden; 274 | border-top: 1px solid #878787; 275 | } 276 | #tributton, #duobutton { 277 | height: 44px; 278 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cdd4d9), color-stop(3%, #c0c9cf), color-stop(97%, #abb7bf),to(#81929f)); 279 | margin: -13px 0 13px 0; 280 | text-align: center; 281 | } 282 | #tributton .links, #duobutton .links { 283 | height: 30px; 284 | -webkit-border-image: url("../images/tributton.png") 0 4 0 4; 285 | border-width: 0 4px 0 4px; 286 | margin: 0 auto 0px auto; 287 | position: relative; 288 | top: 7px; 289 | } 290 | #tributton a:first-child, #duobutton a:first-child { 291 | border-right: 1px solid #6d7e91; 292 | -webkit-border-top-left-radius: 5px; 293 | -webkit-border-bottom-left-radius: 5px; 294 | margin-left: -4px; 295 | } 296 | #tributton a, #duobutton a { 297 | text-overflow: ellipsis; 298 | overflow: hidden; 299 | white-space: nowrap; 300 | height: 27px; 301 | display: inline-block; 302 | line-height: 27px; 303 | margin-top: 1px; 304 | font: bold 13px; 305 | text-decoration: none; 306 | color: #3f5c84; 307 | text-shadow: #FFF 0 1px 0; 308 | } 309 | #duobutton a:last-child { 310 | border: 0; 311 | } 312 | #tributton a:last-child { 313 | border-left: 1px solid #6d7e91; 314 | } 315 | #tributton a:last-child, #duobutton a:last-child { 316 | -webkit-border-top-right-radius: 5px; 317 | -webkit-border-bottom-right-radius: 5px; 318 | margin-right: -4px; 319 | } 320 | #tributton a:hover, #tributton a#pressed, #duobutton a:hover, #duobutton a#pressed { 321 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7b8b9f), color-stop(3%, #8c9baf), to(#647792)); 322 | color: white; 323 | text-shadow: black 0 -1px 0; 324 | } 325 | #triselectionbuttons, #duoselectionbuttons { 326 | -webkit-border-image: url('../images/navbutton.png') 0 5 0 5; 327 | border-width: 0 5px 0 5px; 328 | position: relative; 329 | margin: auto; 330 | } 331 | #duoselectionbuttons a:first-child { 332 | border: 0; 333 | } 334 | #triselectionbuttons a:first-child { 335 | border-right: solid 1px #556984; 336 | } 337 | #triselectionbuttons a:first-child, #duoselectionbuttons a:first-child { 338 | margin-left: -4px; 339 | -webkit-border-top-left-radius: 6px; 340 | -webkit-border-bottom-left-radius: 6px; 341 | } 342 | #triselectionbuttons a, #duoselectionbuttons a { 343 | display: inline-block; 344 | text-align: center; 345 | color: white; 346 | text-decoration: none; 347 | margin-top: 1px; 348 | text-shadow: black 0 -1px 0; 349 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#909baa), color-stop(3%, #a5b4c6), color-stop(50%, #798eaa), color-stop(51%, #6b83a1), color-stop(97%, #6e85a3), to(#526379)); 350 | } 351 | #triselectionbuttons a:last-child, #duoselectionbuttons a:last-child { 352 | border-left: solid 1px #556984; 353 | margin-right: -4px; 354 | -webkit-border-top-right-radius: 6px; 355 | -webkit-border-bottom-right-radius: 6px; 356 | } 357 | #triselectionbuttons a:hover, #triselectionbuttons a#pressed, #duoselectionbuttons a:hover, #duoselectionbuttons a#pressed { 358 | background: none; 359 | } 360 | #doublead { 361 | height: 83px!important; 362 | position: relative; 363 | margin: 0 auto 13px auto; 364 | } 365 | #doublead a:first-child { 366 | left: 0!important; 367 | } 368 | #doublead a:last-child { 369 | right: 0!important; 370 | } 371 | #doublead a { 372 | width: 147px!important; 373 | height: 83px!important; 374 | position: absolute; 375 | -webkit-border-radius: 8px; 376 | display: block; 377 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7c7c7c), color-stop(3%, #858585), color-stop(97%, #a4a4a4),to(#c2c2c2)); 378 | } 379 | li#doublead { 380 | margin-top: 25px; 381 | margin-bottom: 10px!important; 382 | background: none; 383 | } 384 | li#doublead:hover { 385 | background: none; 386 | } 387 | .searchbox { 388 | height: 44px; 389 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f3f4), color-stop(3%, #e0e4e7), color-stop(50%, #c7cfd4), color-stop(51%, #bec7cd), color-stop(97%, #b4bec6), to(#8999a5)); 390 | margin: -13px 0 13px 0; 391 | width: 100%; 392 | } 393 | .searchbox form { 394 | height: 24px; 395 | -webkit-border-image: url('../images/searchfield.png') 4 14 1 24; 396 | border-width: 4px 14px 1px 24px; 397 | display: block; 398 | position: relative; 399 | top: 8px; 400 | margin: auto; 401 | } 402 | fieldset { 403 | border: 0; 404 | margin: 0; 405 | padding: 0; 406 | } 407 | .searchbox input[type="text"] { 408 | border: 0; 409 | -webkit-appearance: none; 410 | height: 18px; 411 | float: left; 412 | font-size: 13px; 413 | padding: 0; 414 | position: relative; 415 | top: 2px; 416 | left: 2px; 417 | } 418 | .textbox img { 419 | max-width: 100%; 420 | } 421 | .textbox p { 422 | margin-top: 2px; 423 | } 424 | .textbox p { 425 | margin-top: 2px; 426 | color: #000; 427 | margin-bottom: 2px; 428 | text-align: justify; 429 | } 430 | .textbox img { 431 | max-width: 100%; 432 | } 433 | .textbox ul { 434 | margin: 3px 0 3px 0; 435 | list-style: circle!important; 436 | } 437 | .textbox li { 438 | margin: 0!important; 439 | } 440 | .pageitem li:first-child, .pageitem li.form:first-child { 441 | border-top: 0; 442 | } 443 | .menu, .checkbox, .radiobutton, .select, li.button, li.bigfield, li.smallfield { 444 | position: relative; 445 | list-style-type: none; 446 | display: block; 447 | height: 43px; 448 | overflow: hidden; 449 | border-top: 1px solid #878787; 450 | width: auto; 451 | } 452 | .pageitem li:first-child:hover, .pageitem li:first-child a, .radiobutton:first-child input, .select:first-child select, li.button:first-child input, .bigfield:first-child input { 453 | -webkit-border-top-left-radius: 8px; 454 | -webkit-border-top-right-radius: 8px; 455 | } 456 | .pageitem li:last-child:hover, .pageitem li:last-child a, .radiobutton:last-child input, .select:last-child select, li.button:last-child input, .bigfield:last-child input { 457 | -webkit-border-bottom-left-radius: 8px; 458 | -webkit-border-bottom-right-radius: 8px; 459 | } 460 | .menu:hover, .store:hover, .list #content li a:hover, .list .withimage:hover, .applist li:hover:nth-child(n),.ipodlist li:hover:nth-child(n) { 461 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#058cf5), to(#015fe6)); 462 | } 463 | .ipodlist li:hover:nth-child(n) .name,.ipodlist li:hover:nth-child(n) .time{border:0} 464 | .menu a:hover .name, .store:hover .starcomment, .store:hover .name, .store:hover .comment, .list .withimage a:hover .comment { 465 | color: #fff; 466 | } 467 | .menu a:hover .comment { 468 | color: #CCF; 469 | } 470 | .menu a { 471 | display: block; 472 | height: 43px; 473 | width: auto; 474 | text-decoration: none; 475 | } 476 | .menu a img { 477 | width: auto; 478 | height: 32px; 479 | margin: 5px 0 0 5px; 480 | float: left; 481 | } 482 | .menu .name, .checkbox .name, .radiobutton .name { 483 | margin: 11px 0 0 7px; 484 | width: auto; 485 | color: #000; 486 | font-weight: bold; 487 | font-size: 17px; 488 | text-overflow: ellipsis; 489 | overflow: hidden; 490 | white-space: nowrap; 491 | float: left; 492 | } 493 | .menu .comment { 494 | margin: 11px 30px 0 0; 495 | width: auto; 496 | font-size: 17px; 497 | text-overflow: ellipsis; 498 | overflow: hidden; 499 | max-width: 75%; 500 | white-space: nowrap; 501 | float: right; 502 | color: #324f85; 503 | } 504 | .menu .arrow, .store .arrow, .musiclist .arrow, .list .arrow { 505 | position: absolute; 506 | width: 8px!important; 507 | height: 13px!important; 508 | right: 10px; 509 | top: 15px; 510 | margin: 0!important; 511 | background: url("../images/arrow.png") 0 0 no-repeat; 512 | } 513 | .applist .arrow { 514 | position: absolute; 515 | width: 8px!important; 516 | height: 13px!important; 517 | right: 10px; 518 | top: 29px; 519 | margin: 0!important; 520 | background: url("../images/arrow.png") 0 0 no-repeat; 521 | } 522 | .store { 523 | height: 90px; 524 | border-top: #878787 solid 1px; 525 | overflow: hidden; 526 | position: relative; 527 | } 528 | .store a { 529 | width: 100%; 530 | height: 90px; 531 | display: block; 532 | text-decoration: none; 533 | position: absolute; 534 | } 535 | .store .image { 536 | position: absolute; 537 | left: 0; 538 | top: 0; 539 | height: 90px; 540 | width: 90px; 541 | display: block; 542 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eff1f5), to(#d6dce6)); 543 | -webkit-background-size: 90px; 544 | } 545 | .applist .image { 546 | width: 57px; 547 | height: 57px; 548 | display: block; 549 | position: absolute; 550 | top: 7px; 551 | left: 11px; 552 | -webkit-border-radius: 8px; 553 | -webkit-box-shadow: 0 2px 3px rgb(0,0,0); 554 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7c7c7c), color-stop(3%, #858585), color-stop(97%, #a4a4a4),to(#c2c2c2)); 555 | -webkit-background-size: 57px; 556 | } 557 | li:first-child.store .image, .store:first-child a { 558 | -webkit-border-top-left-radius: 8px 8px; 559 | } 560 | li:last-child.store .image, .store:last-child a { 561 | -webkit-border-bottom-left-radius: 8px 8px; 562 | } 563 | .store .name, .applist .name { 564 | font-size: 15px; 565 | white-space: nowrap; 566 | display: block; 567 | overflow: hidden; 568 | color: #000; 569 | max-width: 60%; 570 | text-overflow: ellipsis; 571 | font-weight: bold; 572 | } 573 | .store .name { 574 | position: absolute; 575 | left: 95px; 576 | top: 35px; 577 | } 578 | .applist .name { 579 | position: absolute; 580 | top: 27px; 581 | left: 80px; 582 | text-shadow: #eeeeee 0 1px 0; 583 | } 584 | .store .comment, .list .withimage .comment, .applist .comment, .applist .price { 585 | font-size: 12px; 586 | color: #7f7f7f; 587 | display: block; 588 | width: 60%; 589 | font-weight: bold; 590 | white-space: nowrap; 591 | text-overflow: ellipsis; 592 | overflow: hidden; 593 | } 594 | .store .comment, .list .withimage .comment { 595 | margin: 16px 0 0 95px; 596 | } 597 | .applist .comment { 598 | position: absolute; 599 | top: 9px; 600 | left: 80px; 601 | text-shadow: #eeeeee 0 1px 0; 602 | color: #3b3b3b; 603 | } 604 | .applist .price { 605 | position: absolute; 606 | top: 29px; 607 | right: 26px; 608 | text-shadow: #eeeeee 0 1px 0; 609 | text-align: right; 610 | color: #3b3b3b; 611 | } 612 | .store .arrow, .list .withimage .arrow { 613 | top: 39px!important; 614 | } 615 | .store .stars0, .store .stars1, .store .stars2, .store .stars3, .store .stars4, .store .stars5 { 616 | position: absolute; 617 | top: 56px; 618 | left: 95px; 619 | width: 65px; 620 | height: 18px; 621 | display: block!important; 622 | } 623 | .store .stars0 { 624 | background: url('../images/0starsborder.png'); 625 | } 626 | .store .stars1 { 627 | background: url('../images/1starsborder.png'); 628 | } 629 | .store .stars2 { 630 | background: url('../images/2starsborder.png'); 631 | } 632 | .store .stars3 { 633 | background: url('../images/3starsborder.png'); 634 | } 635 | .store .stars4 { 636 | background: url('../images/4starsborder.png'); 637 | } 638 | .store .stars5, .applist .stars5 { 639 | background: url('../images/5stars.png'); 640 | } 641 | .applist .stars0, .applist .stars1, .applist .stars2, .applist .stars3, .applist .stars4, .applist .stars5 { 642 | position: absolute; 643 | top: 46px; 644 | left: 79px; 645 | width: 65px; 646 | height: 18px; 647 | display: block!important; 648 | } 649 | .applist .stars0 { 650 | background: url('../images/0stars.png'); 651 | } 652 | .applist .stars1 { 653 | background: url('../images/1stars.png'); 654 | } 655 | .applist .stars2 { 656 | background: url('../images/2stars.png'); 657 | } 658 | .applist .stars3 { 659 | background: url('../images/3stars.png'); 660 | } 661 | .applist .stars4 { 662 | background: url('../images/4stars.png'); 663 | } 664 | .applist .starcomment { 665 | left: 147px; 666 | top: 46px; 667 | color: #3b3b3b; 668 | } 669 | .starcomment { 670 | position: absolute; 671 | left: 165px; 672 | top: 56px; 673 | font-size: 12px; 674 | color: #7f7f7f; 675 | font-weight: lighter; 676 | } 677 | .applist a:hover .name, .applist a:hover .starcomment, .applist a:hover .comment, .applist a:hover .price { 678 | color: white; 679 | text-shadow: none; 680 | } 681 | .graytitle { 682 | position: relative; 683 | font-weight: bold; 684 | font-size: 17px; 685 | right: 20px; 686 | left: 9px; 687 | color: #4C4C4C; 688 | text-shadow: #FFF 0 1px 0; 689 | padding: 1px 0 3px 8px; 690 | } 691 | .header { 692 | display: block; 693 | font-weight: bold; 694 | color: rgb(73,102,145); 695 | font-size: 12pt; 696 | margin-bottom: 6px; 697 | line-height: 14pt; 698 | } 699 | .musiclist ul, .ipodlist ul, .applist ul { 700 | padding: 0; 701 | } 702 | .ipodlist ul { 703 | margin: 0; 704 | } 705 | .musiclist li:nth-child(odd) { 706 | background: #dddee0 707 | } 708 | .applist li:nth-child(even) { 709 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#adadb0), color-stop(98%, #adadb0), to(#898a8d)) 710 | } 711 | .applist li:nth-child(odd) { 712 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#98989c), color-stop(98%, #98989c), to(#898a8d)) 713 | 714 | } 715 | .ipodlist li:nth-child(even) { 716 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#414041), color-stop(3%, rgba(45,45,45,0.2)), to(rgba(45,45,45,0.2))) 717 | } 718 | .ipodlist li:nth-child(odd) { 719 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#414041), color-stop(3%, rgba(50,50,50,0.4)), to(rgba(50,50,50,0.4))) 720 | } 721 | .musiclist #content li, .ipodlist #content li, .applist #content li { 722 | list-style: none; 723 | width: auto; 724 | position: relative; 725 | } 726 | .musiclist #content li { 727 | height: 44px; 728 | border-bottom: 1px solid #e6e6e6; 729 | } 730 | .applist #content li { 731 | height: 70px; 732 | margin-bottom: 1px; 733 | } 734 | .ipodlist #content li { 735 | height: 42px; 736 | } 737 | .ipodlist #content { 738 | background: -webkit-gradient(radial, 50% -70, 0, 50% 0, 200, from(#444444), to(rgb(13, 13, 13))); 739 | top: 16px; 740 | } 741 | .musiclist #content li a, .ipodlist #content li a { 742 | text-decoration: none; 743 | color: #000; 744 | width: 100%!important; 745 | height: 100%; 746 | display: block; 747 | } 748 | .applist #content li a { 749 | text-decoration: none; 750 | color: #000; 751 | width: 100%; 752 | height: 100%; 753 | display: block; 754 | } 755 | .musiclist .number, .musiclist .name, .musiclist .time { 756 | display: inline-block; 757 | height: 44px; 758 | font-weight: bold; 759 | font-size: large; 760 | width: 44px; 761 | text-align: center; 762 | line-height: 46px; 763 | } 764 | .musiclist .name { 765 | margin-left: 0; 766 | width: auto!important; 767 | font-size: medium; 768 | padding-left: 5px; 769 | border-left: solid 1px #e6e6e6; 770 | } 771 | .musiclist .time { 772 | color: #848484; 773 | font-size: medium; 774 | margin-left: 4px; 775 | width: auto!important; 776 | font-weight: normal; 777 | } 778 | .musiclist { 779 | background-image: none!important; 780 | background-color: #cbcccf; 781 | } 782 | .ipodlist { 783 | background-image: none!important; 784 | background-color: black; 785 | } 786 | .applist { 787 | background-image: none!important; 788 | background-color: #98989c; 789 | } 790 | .ipodlist span { 791 | color: white; 792 | font-weight: bold; 793 | font-size: 14px; 794 | } 795 | .musiclist .name { 796 | text-overflow: ellipsis; 797 | overflow: hidden; 798 | white-space: nowrap; 799 | } 800 | .musiclist a:hover .name { 801 | color: #0380f2; 802 | } 803 | .ipodlist .number { 804 | width: 23px; 805 | display: block; 806 | float: left; 807 | height: 42px; 808 | margin-right: 3px; 809 | text-align: right; 810 | line-height: 43px; 811 | } 812 | .ipodlist .stop, .ipodlist .auto, .ipodlist .play { 813 | width: 18px; 814 | display: block; 815 | float: left; 816 | height: 10px; 817 | text-align: right; 818 | line-height: 43px; 819 | margin-top: 16px; 820 | } 821 | .ipodlist .play { 822 | background: url('../images/play.gif') no-repeat; 823 | } 824 | .ipodlist a:hover .auto, .ipodlist a:hover .play { 825 | background: url('../images/play.gif') no-repeat; 826 | background-position: 0 -10px; 827 | } 828 | .ipodlist .time { 829 | width: 48px; 830 | float: right; 831 | border-left: solid #414041 1px; 832 | display: block; 833 | height: 42px; 834 | text-align: center; 835 | line-height: 43px; 836 | } 837 | .ipodlist .name { 838 | display: block; 839 | float: left; 840 | width: inherit; 841 | height: 42px; 842 | text-overflow: ellipsis; 843 | line-height: 42px; 844 | padding-left: 5px; 845 | overflow: hidden; 846 | white-space: nowrap; 847 | max-width: 62%; 848 | border-left: solid #414041 1px; 849 | } 850 | .list .title { 851 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5b1ba), color-stop(3%, #909faa), color-stop(97%, #b5bfc6), to(#989ea4)); 852 | height: 22px!important; 853 | width: 100%; 854 | color: #fff; 855 | font-weight: bold; 856 | font-size: 16px; 857 | text-shadow: gray 0 1px 0; 858 | line-height: 22px; 859 | padding-left: 20px; 860 | border-bottom: none!important; 861 | } 862 | .list ul { 863 | background-color: #fff; 864 | width: 100%; 865 | overflow: hidden; 866 | padding: 0; 867 | margin: 0; 868 | } 869 | .list #content li { 870 | height: 40px; 871 | border-bottom: 1px solid #e1e1e1; 872 | list-style: none; 873 | } 874 | .list { 875 | background-color: #fff; 876 | background-image: none!important; 877 | } 878 | .list #footer { 879 | margin-top: 24px!important; 880 | } 881 | .ipodlist #footer { 882 | margin-top: 48px!important; 883 | } 884 | .list #content li a { 885 | padding: 9px 0 0 20px; 886 | font-size: large; 887 | font-weight: bold; 888 | position: relative; 889 | display: block; 890 | color: #000; 891 | text-decoration: none; 892 | height: 32px; 893 | } 894 | .list #content li a .name { 895 | text-overflow: ellipsis; 896 | overflow: hidden; 897 | max-width: 93%; 898 | white-space: nowrap; 899 | display: block; 900 | } 901 | .list #content li a:hover { 902 | color: #fff; 903 | } 904 | .list #content { 905 | margin-top: -13px!important; 906 | } 907 | .ipodlist #content, .musiclist #content, .applist #content { 908 | margin-top: -29px!important; 909 | } 910 | .list ul img { 911 | width: 90px; 912 | height: 90px; 913 | position: absolute; 914 | left: 0; 915 | top: 0; 916 | } 917 | .list .withimage { 918 | height: 90px!important; 919 | } 920 | .list .withimage .name { 921 | margin: 13px 0 0 90px; 922 | text-overflow: ellipsis; 923 | overflow: hidden; 924 | max-width: 63%!important; 925 | white-space: nowrap; 926 | } 927 | .list .withimage .comment { 928 | margin: 10px auto auto 90px !important; 929 | max-width: 63%!important; 930 | } 931 | .list .withimage a, .list .withimage:hover a { 932 | height: 81px!important; 933 | } 934 | #leftnav, #leftbutton, #blueleftbutton { 935 | position: absolute; 936 | font-size: 12px; 937 | left: 9px; 938 | font-weight: bold; 939 | } 940 | #leftnav, #leftbutton, #rightnav, #rightbutton, #blueleftbutton, #bluerightbutton { 941 | z-index: 5000; 942 | } 943 | #leftnav a, #rightnav a, #leftbutton a, #rightbutton a, #blueleftbutton a, #bluerightbutton a { 944 | display: block; 945 | color: #fff; 946 | text-shadow: rgba(0,0,0,0.6) 0 -1px 0; 947 | text-decoration: none; 948 | } 949 | .black #leftnav a:first-child, .transparent #leftnav a:first-child { 950 | -webkit-border-image: url("../images/navleftblack.png") 0 5 0 13; 951 | } 952 | .black #leftnav a, .transparent #leftnav a { 953 | -webkit-border-image: url("../images/navlinkleftblack.png") 0 5 0 13; 954 | } 955 | .black #rightnav a:first-child, .transparent #rightnav a:first-child { 956 | -webkit-border-image: url("../images/navrightblack.png") 0 13 0 5; 957 | } 958 | .black #rightnav a, .transparent #rightnav a { 959 | -webkit-border-image: url("../images/navlinkrightblack.png") 0 13 0 5; 960 | } 961 | .black #leftbutton a, .black #rightbutton a, .transparent #leftbutton a, .transparent #rightbutton a { 962 | -webkit-border-image: url("../images/navbuttonblack.png") 0 5 0 5; 963 | } 964 | #leftnav a:first-child { 965 | z-index: 2; 966 | -webkit-border-image: url("../images/navleft.png") 0 5 0 13; 967 | border-width: 0 5px 0 13px; 968 | -webkit-border-top-left-radius: 16px; 969 | -webkit-border-bottom-left-radius: 16px; 970 | -webkit-border-top-right-radius: 6px; 971 | -webkit-border-bottom-right-radius: 6px; 972 | width: auto; 973 | } 974 | #leftnav a { 975 | -webkit-border-image: url("../images/navlinkleft.png") 0 5 0 13; 976 | z-index: 3; 977 | margin-left: -4px; 978 | border-width: 0 5px 0 13px; 979 | padding-right: 4px; 980 | -webkit-border-top-left-radius: 16px; 981 | -webkit-border-bottom-left-radius: 16px; 982 | -webkit-border-top-right-radius: 6px; 983 | -webkit-border-bottom-right-radius: 6px; 984 | float: left; 985 | } 986 | #rightnav, #rightbutton, #bluerightbutton { 987 | position: absolute; 988 | font-size: 12px; 989 | right: 9px; 990 | font-weight: bold; 991 | } 992 | #rightnav a { 993 | -webkit-border-image: url("../images/navlinkright.png") 0 13 0 5; 994 | z-index: 3; 995 | margin-right: -4px; 996 | border-width: 0 13px 0 5px; 997 | padding-left: 4px; 998 | -webkit-border-top-left-radius: 6px; 999 | -webkit-border-bottom-left-radius: 6px; 1000 | float: right; 1001 | -webkit-border-top-right-radius: 16px; 1002 | -webkit-border-bottom-right-radius: 16px; 1003 | } 1004 | #rightnav a:first-child { 1005 | z-index: 2; 1006 | -webkit-border-top-left-radius: 6px; 1007 | -webkit-border-bottom-left-radius: 6px; 1008 | -webkit-border-image: url("../images/navright.png") 0 13 0 5; 1009 | border-width: 0 13px 0 5px; 1010 | -webkit-border-top-right-radius: 16px; 1011 | -webkit-border-bottom-right-radius: 16px; 1012 | } 1013 | #leftbutton a, #rightbutton a { 1014 | -webkit-border-image: url("../images/navbutton.png") 0 5 0 5; 1015 | border-width: 0 5px; 1016 | -webkit-border-radius: 6px; 1017 | } 1018 | #blueleftbutton a, #bluerightbutton a { 1019 | -webkit-border-image: url("../images/navbuttonblue.png") 0 5 0 5; 1020 | border-width: 0 5px; 1021 | -webkit-border-radius: 6px; 1022 | } 1023 | input[type="checkbox"] { 1024 | width: 94px; 1025 | height: 27px; 1026 | background: url('../images/checkbox.png'); 1027 | -webkit-appearance: none; 1028 | border: 0; 1029 | float: right; 1030 | margin: 8px 4px 0 0; 1031 | } 1032 | input[type="checkbox"]:checked { 1033 | background-position: 0 27px; 1034 | } 1035 | input[type="radio"] { 1036 | -webkit-appearance: none; 1037 | border: 0; 1038 | width: 100%; 1039 | height: 100%; 1040 | z-index: 2; 1041 | position: absolute; 1042 | left: 0; 1043 | margin: 0; 1044 | -webkit-border-radius: 0; 1045 | } 1046 | input[type="radio"]:checked { 1047 | background: url('../images/radiobutton.png') no-repeat; 1048 | background-position: right center; 1049 | } 1050 | .radiobutton .name { 1051 | z-index: 1; 1052 | } 1053 | select { 1054 | -webkit-appearance: none; 1055 | height: 100%; 1056 | width: 100%; 1057 | border: 0; 1058 | } 1059 | .select select { 1060 | -webkit-border-radius: 0; 1061 | color: #000; 1062 | font-weight: bold; 1063 | font-size: 17px; 1064 | } 1065 | .select option { 1066 | max-width: 90%; 1067 | } 1068 | .select .arrow { 1069 | background: url('../images/arrow.png'); 1070 | width: 8px; 1071 | height: 13px; 1072 | display: block; 1073 | -webkit-transform: rotate(90deg); 1074 | position: absolute; 1075 | right: 10px; 1076 | top: 18px; 1077 | } 1078 | .button input { 1079 | width: 100%; 1080 | height: 100%; 1081 | -webkit-appearance: none; 1082 | border: 0; 1083 | -webkit-border-radius: 0; 1084 | font-weight: bold; 1085 | font-size: 17px; 1086 | text-overflow: ellipsis; 1087 | white-space: nowrap; 1088 | overflow: hidden; 1089 | background: none; 1090 | } 1091 | .textbox textarea { 1092 | padding: 0; 1093 | margin-top: 5px; 1094 | font-size: medium; 1095 | } 1096 | .bigfield input { 1097 | -webkit-appearance: none; 1098 | border: 0; 1099 | height: 100%; 1100 | padding: 0; 1101 | -webkit-border-radius: 0; 1102 | background: transparent; 1103 | font-weight: bold; 1104 | font-size: 17px; 1105 | padding-left: 5px; 1106 | } 1107 | .smallfield .name { 1108 | width: 48%; 1109 | position: absolute; 1110 | left: 0; 1111 | font-size: 17px; 1112 | text-overflow: ellipsis; 1113 | white-space: nowrap; 1114 | font-weight: bold; 1115 | line-height: 44px; 1116 | font-size: 17px; 1117 | padding-left: 5px; 1118 | overflow: hidden; 1119 | } 1120 | .smallfield input { 1121 | width: 50%; 1122 | position: absolute; 1123 | right: 0; 1124 | height: 44px; 1125 | -webkit-appearance: none; 1126 | border: none; 1127 | padding: 0; 1128 | background: transparent; 1129 | -webkit-border-radius: 0; 1130 | font-weight: bold; 1131 | font-size: 17px; 1132 | } 1133 | .smallfield:first-child input { 1134 | -webkit-border-top-right-radius: 8px; 1135 | } 1136 | .smallfield:last-child input { 1137 | -webkit-border-bottom-right-radius: 8px; 1138 | } 1139 | --------------------------------------------------------------------------------