Ejemplo n.º 1
0
?>
%; height: <?php 
echo $do_debug ? 90 : 30;
?>
%; z-index: 1; background: white; opacity: 80%">
</iframe>



<div id="eval_div"  onclick="hideEval()" onmouseover="window.status='Click to assess the element(s)'" onmouseout="window.status=''">
<div id="eval_path"><div></div></div>
<?

  foreach($relevances as $a => $t) {
  print "<img "
    . " src='" . get_assessment_link($a,false) . "'"
    . " alt='$t'"
    . " id=\"assess_$a\" onclick=\"assess(this,'$a',event); return false;\" "
    . " title=\"$t\" "
    . " name=\"assess\" "
    . " value=\"$a\" />";
}

?>
<div id="eval_breakup_link"><a href="javascript:void(0)" onclick="goDown()">Assess element components</a></div>
</div>
<? } // end of if (write_access)



Ejemplo n.º 2
0
[a='0']:before { background: inherit; content: url(<?php 
echo get_assessment_link("0");
?>
); }
<?php 
echo $xraiatag;
?>
[a='1']:before { background: inherit; content: url(<?php 
echo get_assessment_link("1");
?>
); }
<?php 
echo $xraiatag;
?>
[a='2']:before { background: inherit; content: url(<?php 
echo get_assessment_link("2");
?>
); }

<?php 
echo $xraiatag;
?>
[missing]:after { content: url(<?php 
echo $base_url;
?>
/img/warning.png); }
<?php 
echo $xraiatag;
?>
[deepmissing]:after { content: url(<?php 
echo $base_url;