This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
for (i = 0; i <= 5; i++) | |
{ | |
document.write("<image imageURL="images/"+i+".jpg" thumbURL="thumbs/s_"+i+".jpg" linkURL="" linkTarget=""> </image>"); | |
} | |
</script> | |
for | |
<image imageURL="images/1.jpg" thumbURL="thumbs/s_1jpg" linkURL="" linkTarget="" ></image> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
for (i = 0; i <= 5; i++){ | |
document.write("<image imageURL="images/"+i+".jpg" thumbURL="thumbs/s_"+i+".jpg" linkURL="" linkTarget=""> </image>"); | |
} | |
</script> | |
<image imageURL="images/1.jpg" thumbURL="thumbs/s_1jpg" linkURL="" linkTarget="" > | |
<caption></caption> | |
</image> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
for (i = 0; i <= 5; i++){ | |
document.write("<image imageURL=\"images/"+i+".jpg\" thumbURL=\"thumbs/s_"+i+".jpg\" linkURL=\"\" linkTarget=\"\"> </image>"); | |
} | |
</script> | |
-------------- | |
<image imageURL="images/1.jpg" thumbURL="thumbs/s_1.jpg" linkURL="" linkTarget="" ></image> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<meta name="description" content="" /> | |
<meta name="keywords" content="" /> | |
<meta name="language" content="en" /> | |
<title>Gallery</title> | |
<!--JQUERY--> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> | |
<!--LIGHTBOX STUFF--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<meta name="description" content="" /> | |
<meta name="keywords" content="" /> | |
<meta name="language" content="en" /> | |
<title>Gallery</title> | |
<!--JQUERY--> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> | |
<!--LIGHTBOX STUFF--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#footer_left{ | |
float:left; | |
background: url("images/footer_left.png"); | |
height: 58px; | |
width: 23px; | |
} | |
#footer_mid{ | |
float:left; | |
text-align:center; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for($i=1; $i<13; ++$i){ | |
echo "<a href=" . CreateMonth($month[$i]) . ">" . $month[$i] . "</a><br />"; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Calendar</title> | |
</head> | |
<body> | |
<?php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Calendar</title> | |
<!-- link calendar files --> | |
<script language="JavaScript" src="calendar_us.js"></script> | |
<link rel="stylesheet" href="calendar.css"> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Calendar</title> | |
<!-- link calendar files --> | |
<script language="JavaScript" src="calendar_us.js"></script> | |
<link rel="stylesheet" href="calendar.css"> | |
OlderNewer