forked from halo-battle/game
Version 1.9g
This commit is contained in:
parent
d028822d0b
commit
4c9814a99c
800 changed files with 237325 additions and 1949 deletions
24
jpgraph/Examples/show-example.php
Normal file
24
jpgraph/Examples/show-example.php
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue