From 79d8f0512eab3fb0c138ea5cf0f5c577e9ff2cb8 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 24 Dec 2005 23:01:51 +0000 Subject: --- demos/hangman/protected/pages/Home.page | 64 --------------------------------- 1 file changed, 64 deletions(-) delete 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 deleted file mode 100644 index 03aed1d3..00000000 --- a/demos/hangman/protected/pages/Home.page +++ /dev/null @@ -1,64 +0,0 @@ -<%@ 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