'; ?> getResourcesByType('dialogue', array('resourceID' => $_GET['rid'])); if ( count($objs) > 0 ) { print ''; } $obj = $objs[0]; $dtype = $obj->getDiaType(); $dial = ''; $d_sound = 'plugins/dialogue/sound/'.$dtype.'/'; $d_img = 'plugins/dialogue/images/'.$dtype.'.jpg'; $d_cor = array(0,0,0,0); if ($dtype=="arst") { $d_cor = array(90,-10,280,250); $dial = ''; } else if ($dtype=="ehitaja") { $d_cor = array(120,50,260,125); $dial = ''; } else if ($dtype=="giid") { $d_cor = array(100,100,200,120); $dial = ''; }else if ($dtype=="juuksur") { $d_cor = array(360,-10,90,200); $dial = ''; }else if ($dtype=="kokk") { $d_cor = array(50,180,170,130); $dial = ''; }else if ($dtype=="myyja") { $d_cor = array(230,0,190,250); $dial = ''; }else if ($dtype=="pritsumees") { $d_cor = array(260,0,250,250); $dial = ''; } else { $ddata = $obj->getExerciseData(); $d_sound = false; $d_img = 'images.php?iid='.$ddata['image']; $d_cor = array(50,0,300,250); foreach ($ddata['data'] as $d_data) { $dial .= ''; } } print ''; print $dial; print ''; } ?>