changeset 7:4c495190076f boosterpack

[svn r9] fixed blanes dodrio bug
author robert
date Thu, 10 Sep 2009 08:01:18 -0400
parents 4246c7ef6487
children 8c6d2ce90677
files 6.UAT.PastProject.pdf images/GymChallenge/32_Blaines_Dodrio.jpg index.html index.pl style.css
diffstat 5 files changed, 17 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
     1.1 Binary file 6.UAT.PastProject.pdf has changed
     2.1 Binary file images/GymChallenge/32_Blaines_Dodrio.jpg has changed
     3.1 --- a/index.html	Tue Sep 08 17:20:52 2009 -0400
     3.2 +++ b/index.html	Thu Sep 10 08:01:18 2009 -0400
     3.3 @@ -33,6 +33,19 @@
     3.4  <b>Rules:</b><br>
     3.5  
     3.6  
     3.7 +<SCRIPT LANGUAGE="JavaScript">
     3.8 +<!-- Idea by:  Nic Wolfe -->
     3.9 +<!-- This script and many more are available free online at -->
    3.10 +<!-- The JavaScript Source!! http://javascript.internet.com -->
    3.11 +
    3.12 +<!-- Begin
    3.13 +function popUp(URL) {
    3.14 +day = new Date();
    3.15 +id = day.getTime();
    3.16 +eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=356,height=467,left = 476,top = 197');");
    3.17 +}
    3.18 +// End -->
    3.19 +</script>
    3.20  
    3.21  
    3.22  
     4.1 --- a/index.pl	Tue Sep 08 17:20:52 2009 -0400
     4.2 +++ b/index.pl	Thu Sep 10 08:01:18 2009 -0400
     4.3 @@ -117,7 +117,9 @@
     4.4  	
     4.5  	for $crd(@final_list)
     4.6  	{
     4.7 -		$rob = $rob."<img src = \"".$crd->getPix()."\"></img>";	
     4.8 +		$rob = $rob."<A HREF=\"javascript:popUp('".$crd->getPix()."')\"><img src = \"".$crd->getPix()."\"></img></A>";	
     4.9 +		
    4.10 +		
    4.11  	}
    4.12  	
    4.13  	#print $rob;
     5.1 --- a/style.css	Tue Sep 08 17:20:52 2009 -0400
     5.2 +++ b/style.css	Thu Sep 10 08:01:18 2009 -0400
     5.3 @@ -26,6 +26,7 @@
     5.4  #header *{vertical-align:middle;}
     5.5  
     5.6  
     5.7 +img { border: none; } 
     5.8  
     5.9  /* OUTPUT */
    5.10  #out1{