Update of /cvsroot/plplot/www/examples
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21851
Modified Files:
example_page.php
Log Message:
Make the buttons for the language bindings really work by having the correct
link to the PHP file.
Index: example_page.php
===================================================================
RCS file: /cvsroot/plplot/www/examples/example_page.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- example_page.php 7 Feb 2004 02:54:51 -0000 1.3
+++ example_page.php 7 Feb 2004 03:02:30 -0000 1.4
@@ -11,7 +11,7 @@
<div ALIGN="CENTER"><b>Select to see the example $demo source code</b></div>
<div ALIGN="CENTER">
-<form ACTION="index.php" METHOD="GET">
+<form ACTION="demo$demo_str.php" METHOD="GET">
<input TYPE="submit" NAME="lbind" VALUE="C">
<input TYPE="submit" NAME="lbind" VALUE="F77">
|