From cc2e1384904ff984208cf0236a9a5c6e957ba899 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 15 Sep 2011 00:41:14 -0700 Subject: Tutorial work --- includes/maps.php | 81 +++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 70 insertions(+), 11 deletions(-) (limited to 'includes') diff --git a/includes/maps.php b/includes/maps.php index c01af22..bef6c63 100644 --- a/includes/maps.php +++ b/includes/maps.php @@ -1,10 +1,19 @@ + +
+
+
+ + +
+ + +
+
+ 0 moves +
+
+ +
+ + ".$mapdata['walls']." walls + +
+ + + $maptable + + +
+ + Speed: + +
+ +
+ $mutebutton +
+ $mapdatadiv + + + "; + return $output; + } + + //NORMAL OUTPUT: $output = "
-
- MapID: $idprefix -
+
+ MapID: $idprefix +
- - ".$mapdata['walls']." walls - - - ( Reset ) - + + ".$mapdata['walls']." walls + + + ( Reset ) +
@@ -187,7 +246,7 @@ function DisplayMap($mapMatrix, $idprefix = 1, $example = false, $speed = NULL)
- ".$path['moves']." moves + 0 moves
-- cgit v1.2.3