From 925c51d0b63b61340ef89462e32e5fb784165428 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 23 Dec 2005 03:33:21 +0000 Subject: --- demos/hangman/protected/pages/Home.page | 64 +++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 demos/hangman/protected/pages/Home.page (limited to 'demos/hangman/protected/pages/Home.page') diff --git a/demos/hangman/protected/pages/Home.page b/demos/hangman/protected/pages/Home.page new file mode 100644 index 00000000..03aed1d3 --- /dev/null +++ b/demos/hangman/protected/pages/Home.page @@ -0,0 +1,64 @@ +<%@ MasterClass="Application.pages.Layout" Title="Prado Hangman Game" %> + + +

Prado Hangman Game

+ + +

This is the game of Hangman. You must guess a word, a letter at a time. +If you make too many mistakes, you lose the game!

+
+
+
+ + +
+ + +

Please make a guess

+

<%= $this->Page->GuessWord %>

+

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