From 3fcf847e0cadfb9ede930f538c2f277483442175 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 21 Jan 2006 17:29:40 +0000 Subject: BE AWARE: Significant change! Changed event definition from XXX to OnXXX. --- .../pages/Fundamentals/Samples/Hangman/Home.page | 60 +++++++++++----------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'demos/quickstart/protected/pages/Fundamentals/Samples/Hangman/Home.page') diff --git a/demos/quickstart/protected/pages/Fundamentals/Samples/Hangman/Home.page b/demos/quickstart/protected/pages/Fundamentals/Samples/Hangman/Home.page index bae7b308..977b2a04 100644 --- a/demos/quickstart/protected/pages/Fundamentals/Samples/Hangman/Home.page +++ b/demos/quickstart/protected/pages/Fundamentals/Samples/Hangman/Home.page @@ -11,7 +11,7 @@ If you make too many mistakes, you lose the game!

- + @@ -21,46 +21,46 @@ If you make too many mistakes, you lose the game!

You have made <%=$this->Page->Misses %> bad guesses out of a maximum of <%= $this->Page->Level %>.

Guess: - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +

-

+

You Win!

The word was: <%= $this->Page->Word %>.

-

+

You Lose!

The word was: <%= $this->Page->Word %>.

-

+

\ No newline at end of file -- cgit v1.2.3