CVS: TapestryBook/hangman1/context Win.html,NONE,1.1 Lose.html,1.1,1.2 Guess.html,1.1,1.2

Howard Lewis Ship <[email protected]>
Newsgroups gmane.comp.java.tapestry.cvs
Message-ID <[email protected]>
Update of /cvsroot/tapestry/TapestryBook/hangman1/context
In directory sc8-pr-cvs1:/tmp/cvs-serv2685/hangman1/context

Modified Files:
	Lose.html Guess.html 
Added Files:
	Win.html 
Log Message:
Add in Win page.

--- NEW FILE: Win.html ---
<!DOCTYPE html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Hangman: Mockup</TITLE>
<LINK rel="stylesheet" type="text/css" href="css/hangman.css"/>
</HEAD>
<BODY>
<TABLE>
	<TR>
		<TD><IMG alt="Tapestry Hangman" src="images/tapestry-hangman.png" width="197" height="50" border="0">
		</TD>
		<TD width="70" align="right"><IMG jwcid="@Image"
			alt="[[ visit.game.failuresLeft ]]"
			image="[[ getDigitImage(visit.game.failuresLeft) ]]"
		 	height="36" src="images/Chalkboard_4x7.png" width="36" border="0"/>
		</TD>
		<TD><IMG alt="Guesses Left" src="images/guesses-left.png" width="164" height="11" border="0">
		</TD>
	</TR>
	<TR>
		<TD>
		</TD>
		<TD>
		</TD>
		<TD><IMG jwcid="@Image" image="[[ getScaffoldImage(visit.game.failuresLeft) ]]" alt="[Scaffold]" src="images/scaffold.png" border="0"/>
		</TD>
	</TR>
</TABLE><BR>
<TABLE>
	<TR valign="center">
		<TD width="160">
<P align="right"><IMG alt="Current Guess" src="images/guess.png" align="MIDDLE" width="127" height="20" border="0"></P>
		</TD>

		<TD valign="top">
		
		<span jwcid="@Foreach" source="[[ visit.game.letters ]]" value="[[ letter ]]">
		<IMG jwcid="@Image" image="[[ letterImage ]]" alt="[[ letterLabel ]]"  height="36" src="images/Chalkboard_5x3.png" width="36" border="0"/>
		</span>
		
		<span jwcid="$remove$">
		
		<!--- Additional letters from the mockup --->
		
		<IMG height="36" alt='"A"' src="images/Chalkboard_1x1.png" width="36" align="TOP" border="0">
		<IMG height="36" alt="_" src="images/Chalkboard_5x3.png" width="36" border="0">
		<IMG height="36" alt="_" src="images/Chalkboard_1x5.png" width="36" border="0">
		<IMG height="36" alt="_" src="images/Chalkboard_5x3.png" width="36" border="0">
		<IMG height="36" alt="_" src="images/Chalkboard_5x3.png" width="36" border="0">
		<IMG height="36" alt="_" src="images/Chalkboard_5x3.png" width="36" border="0">
		<IMG height="36" alt="_" src="images/Chalkboard_5x1.png" width="36" border="0">
		</span>
				
				</TD>
	</TR>
</TABLE>
"
	<img src="images/you-win.png" width="341" height="44" border="0" alt="You Win!">
	
	<br><br>
	
	<a href="#" jwcid="@DirectLink" listener="[[ listeners.playAgain ]]"><img src="images/play-again.png" width="446" height="43" border="0" alt="Play Again"></a>
	

</BODY>
</HTML>

Index: Lose.html
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/hangman1/context/Lose.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Lose.html	13 Jan 2003 19:02:16 -0000	1.1
--- Lose.html	14 Jan 2003 16:44:54 -0000	1.2
***************
*** 8,12 ****
  <TABLE>
  	<TR>
! 		<TD><IMG alt="[Tapestry Hangman]" src="images/tapestry-hangman.png" width="197" height="50" border="0">
  		</TD>
  		<TD width="70" align="right"><IMG height="36" alt="0" src="images/Chalkboard_1x7.png" width="36" border="0">
--- 8,12 ----
  <TABLE>
  	<TR>
! 		<TD><IMG alt="Tapestry Hangman" src="images/tapestry-hangman.png" width="197" height="50" border="0">
  		</TD>
  		<TD width="70" align="right"><IMG height="36" alt="0" src="images/Chalkboard_1x7.png" width="36" border="0">
***************
*** 20,24 ****
  		<TD>
  		</TD>
! 		<TD><IMG alt="" src="images/scaffold-7.png" border="0">
  		</TD>
  	</TR>
--- 20,24 ----
  		<TD>
  		</TD>
! 		<TD><IMG alt="" src="images/scaffold-6.png" border="0">
  		</TD>
  	</TR>

Index: Guess.html
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/hangman1/context/Guess.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Guess.html	13 Jan 2003 19:02:16 -0000	1.1
--- Guess.html	14 Jan 2003 16:44:56 -0000	1.2
***************
*** 8,16 ****
  <TABLE>
  	<TR>
! 		<TD><IMG alt="[Tapestry Hangman]" src="images/tapestry-hangman.png" width="197" height="50" border="0">
  		</TD>
  		<TD width="70" align="right"><IMG jwcid="@Image"
  			alt="[[ visit.game.failuresLeft ]]"
! 			image="[[ getFailureImage(visit.game.failuresLeft) ]]"
  		 	height="36" src="images/Chalkboard_4x7.png" width="36" border="0"/>
  		</TD>
--- 8,16 ----
  <TABLE>
  	<TR>
! 		<TD><IMG alt="Tapestry Hangman" src="images/tapestry-hangman.png" width="197" height="50" border="0">
  		</TD>
  		<TD width="70" align="right"><IMG jwcid="@Image"
  			alt="[[ visit.game.failuresLeft ]]"
! 			image="[[ getDigitImage(visit.game.failuresLeft) ]]"
  		 	height="36" src="images/Chalkboard_4x7.png" width="36" border="0"/>
  		</TD>



-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.