Version 1.12

This commit is contained in:
nemunaire 2009-11-01 12:00:00 +01:00
commit de31cd3e9a
1373 changed files with 156282 additions and 45238 deletions

View file

@ -1,24 +0,0 @@
<?php $target = urldecode($_GET['target']); ?>
<!doctype html public "-//W3C//DTD HTML 4.0 Frameset//EN">
<html>
<head>
<title> Test suite for JpGraph - <?php echo $target; ?></title>
<script type="text/javascript" language="javascript">
<!--
function resize()
{
return true;
}
//-->
</script>
</head>
<frameset rows="*,*" onLoad="resize()">
<?php
if( !strstr($target,"csim") )
echo "<frame src=\"show-image.php?target=".basename($target)."\" name=\"image\">";
else
echo "<frame src=\"".basename($target)."\" name=\"image\">";
?>
<frame src="show-source.php?target=<?php echo basename($target); ?>" name="source">
</frameset>
</html>