CVS: TapestryBook/hangman1/context Home.html,1.1,1.2 Lose.html,1.2,1.3 Mockup.html,1.1,1.2 Win.html,1.1,1.2 Guess.html,1.2,1.3

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-serv8664/hangman1/context

Modified Files:
	Home.html Lose.html Mockup.html Win.html Guess.html 
Log Message:
Finish off chapter two.

Index: Home.html
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/hangman1/context/Home.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Home.html	13 Jan 2003 19:02:12 -0000	1.1
--- Home.html	19 Jan 2003 13:26:04 -0000	1.2
***************
*** 5,14 ****
  <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 height="36" alt="6" 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">
--- 5,14 ----
  <LINK rel="stylesheet" type="text/css" href="css/hangman.css"/>
  </HEAD>
! <BODY jwcid="@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 height="36" alt="5" src="images/Chalkboard_3x8.png" width="36" border="0">
  		</TD>
  		<TD><IMG alt="Guesses Left" src="images/guesses-left.png" width="164" height="11" border="0">

Index: Lose.html
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/hangman1/context/Lose.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Lose.html	14 Jan 2003 16:44:54 -0000	1.2
--- Lose.html	19 Jan 2003 13:26:04 -0000	1.3
***************
*** 40,44 ****
  		<!--- 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">
--- 40,44 ----
  		<!--- Additional letters from the mockup --->
  		
! 		<IMG height="36" alt="A" src="images/Chalkboard_1x1.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_1x5.png" width="36" border="0">

Index: Mockup.html
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/hangman1/context/Mockup.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Mockup.html	13 Jan 2003 19:02:11 -0000	1.1
--- Mockup.html	19 Jan 2003 13:26:04 -0000	1.2
***************
*** 10,14 ****
  		<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="6" 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">
--- 10,14 ----
  		<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="5" src="images/Chalkboard_3x8.png" width="36" border="0">
  		</TD>
  		<TD><IMG alt="Guesses Left" src="images/guesses-left.png" width="164" height="11" border="0">
***************
*** 29,34 ****
  <P align="right"><IMG alt="Current Guess" src="images/guess.png" align="MIDDLE" width="127" height="20" border="0"></P>
  		</TD>
! 		<TD><IMG height="36" alt="_" src="images/Chalkboard_5x3.png" width="36" border="0">
! 		<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">
--- 29,35 ----
  <P align="right"><IMG alt="Current Guess" src="images/guess.png" align="MIDDLE" width="127" height="20" border="0"></P>
  		</TD>
! 		<TD>
! 		<IMG height="36" alt="_" src="images/Chalkboard_5x3.png" width="36" border="0">
! 		<IMG height="36" alt="A" src="images/Chalkboard_1x1.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_1x5.png" width="36" border="0">

Index: Win.html
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/hangman1/context/Win.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Win.html	14 Jan 2003 16:44:51 -0000	1.1
--- Win.html	19 Jan 2003 13:26:04 -0000	1.2
***************
*** 11,17 ****
  		</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">
--- 11,17 ----
  		</TD>
  		<TD width="70" align="right"><IMG jwcid="@Image"
! 			alt="[[ visit.game.incorrectGuessesLeft ]]"
! 			image='[[ getAsset("digit" + visit.game.incorrectGuessesLeft) ]]'
! 		 	height="36" src="images/Chalkboard_3x8.png" width="36" border="0"/>
  		</TD>
  		<TD><IMG alt="Guesses Left" src="images/guesses-left.png" width="164" height="11" border="0">
***************
*** 23,27 ****
  		<TD>
  		</TD>
! 		<TD><IMG jwcid="@Image" image="[[ getScaffoldImage(visit.game.failuresLeft) ]]" alt="[Scaffold]" src="images/scaffold.png" border="0"/>
  		</TD>
  	</TR>
--- 23,27 ----
  		<TD>
  		</TD>
! 		<TD><IMG jwcid="@Image" image='[[ getAsset("scaffold" + visit.game.incorrectGuessesLeft) ]]' alt="[Scaffold]" src="images/scaffold.png" border="0"/>
  		</TD>
  	</TR>
***************
*** 43,47 ****
  		<!--- 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">
--- 43,47 ----
  		<!--- Additional letters from the mockup --->
  		
! 		<IMG height="36" alt="A" src="images/Chalkboard_1x1.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_1x5.png" width="36" border="0">

Index: Guess.html
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/hangman1/context/Guess.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Guess.html	14 Jan 2003 16:44:56 -0000	1.2
--- Guess.html	19 Jan 2003 13:26:04 -0000	1.3
***************
*** 11,16 ****
  		</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>
--- 11,16 ----
  		</TD>
  		<TD width="70" align="right"><IMG jwcid="@Image"
! 			alt="[[ visit.game.incorrectGuessesLeft ]]"
! 			image='[[ getAsset("digit" + visit.game.incorrectGuessesLeft) ]]'
  		 	height="36" src="images/Chalkboard_4x7.png" width="36" border="0"/>
  		</TD>
***************
*** 23,27 ****
  		<TD>
  		</TD>
! 		<TD><IMG jwcid="@Image" image="[[ getScaffoldImage(visit.game.failuresLeft) ]]" alt="[Scaffold]" src="images/scaffold.png" border="0"/>
  		</TD>
  	</TR>
--- 23,27 ----
  		<TD>
  		</TD>
! 		<TD><IMG jwcid="@Image" image='[[ getAsset("scaffold" + visit.game.incorrectGuessesLeft) ]]' alt="[Scaffold]" src="images/scaffold.png" border="0"/>
  		</TD>
  	</TR>
***************
*** 42,46 ****
  		<!--- 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">
--- 42,46 ----
  		<!--- Additional letters from the mockup --->
  		
! 		<IMG height="36" alt="A" src="images/Chalkboard_1x1.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_1x5.png" width="36" border="0">



-------------------------------------------------------
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.