From 9f3a7ca806638f6f33387ab80d85fff5a019cc3b Mon Sep 17 00:00:00 2001 From: raylu Date: Wed, 9 Nov 2011 03:01:51 -0800 Subject: tutorial pagination --- pages/howtoplay.php | 4 +- pages/tutorial.php | 151 ++++++++++++++++++++++++++++++++-------------------- 2 files changed, 94 insertions(+), 61 deletions(-) (limited to 'pages') diff --git a/pages/howtoplay.php b/pages/howtoplay.php index bfad879..a1e07c4 100644 --- a/pages/howtoplay.php +++ b/pages/howtoplay.php @@ -110,13 +110,13 @@ $tpmap = displaymap(GenerateMapByCode($tpcode), 3, 'example'); + - - -
-

-
-The point of this game is to create the longest path between the start and the finish -
Press Go! -
-
-
+
+
+

+ The point of this game is to create the longest path between the start and the finish. +

+ Press Go! +

+
Previous | Next "; //Prepare maps. $example1[] = "sraoorooof"; @@ -199,25 +224,33 @@ $myparams['teleports'] = 1; $myparams['walls'] = 5; $map5 = GenerateShapedMap($challenge5, $myparams); - //Display maps. -echo "
Target: 35 moves."; +echo ''; ?> + +
+ + +
- - - + + + -- cgit v1.2.3