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/HomePage.tpl | 64 ------------------------------ 1 file changed, 64 deletions(-) delete mode 100644 demos/hangman/protected/pages/HomePage.tpl (limited to 'demos/hangman/protected/pages/HomePage.tpl') diff --git a/demos/hangman/protected/pages/HomePage.tpl b/demos/hangman/protected/pages/HomePage.tpl deleted file mode 100644 index 69f7f4d2..00000000 --- a/demos/hangman/protected/pages/HomePage.tpl +++ /dev/null @@ -1,64 +0,0 @@ -<%@ MasterClass="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