File "01.html"
Full path: E:/sites/Single15/tinmung2007/webroot/GIADINHTANHIEN/CAC MIEN/PhuocLong/HinhsinhhoatII/slides/01.html
File size: 11.5 KiB (11771 bytes)
MIME-type:
Charset: utf-8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Keywords" content="photo album,gallery,photo gallery,digital,photo,gallery,online,exhibitplus_v_onepointfive">
<title>01</title>
<link href="../res/basestyle.css" rel="stylesheet">
<link href="../res/light-blue.css" rel="stylesheet">
<!-- Include styles.inc from root image directory if present -->
<script type="text/javascript">
<!--
var nextPageUrl = "02.html";
var prevPageUrl = "#";
var indexPageUrl = "../" + "index.html";
var firstPageUrl = "01.html";
var lastPageUrl = "15.html";
var zoomPageUrl = "#";
var isSlideShow = true;
-->
</script>
<script type="text/javascript" src="../res/keyboard.js">
</script>
<script type="text/javascript" src="../res/navslide.js">
</script>
</head>
<body onload="initPage();initKeyboard();">
<noscript><div style="position: absolute; bottom: 25px; left: 5px"><img src="../res/warning_icon.gif" alt="Your browser has disabled scripting - some functions of this album will not be available. Please check your browser configuration and security settings for this site" title="Your browser has disabled scripting - some functions of this album will not be available. Please check your browser configuration and security settings for this site" width="32" height="32" ></div></noscript>
<script type="text/javascript">
<!--
next_image = new Image();
next_image.src = "02.JPG";
-->
</script>
<!-- Include header.inc from root image directory if present -->
<!-- KEYBOARD INFO SCRIPT -->
<script type="text/javascript">
<!--
showingKeyboard = false;
function toggleKeyboardInfo() {
if (showingKeyboard == false) {
if (document.all || document.getElementById)
document.getElementById('keyboardDataPopup').style.visibility="visible";
showingKeyboard = true;
} else {
if (document.all || document.getElementById)
document.getElementById('keyboardDataPopup').style.visibility="hidden";
showingKeyboard = false;
}
}
-->
</script>
<script type="text/javascript">
<!--
function saveCookie(name,value,days) {
if (days) {
var date = new Date();
date.setTime(date.getTime()+(days*24*60*60*1000))
var expires = "; expires="+date.toGMTString()
}
else expires = ""
document.cookie = name+"="+value+expires+"; path=/"
}
function readCookie(name) {
var nameEQ = name + "="
var ca = document.cookie.split(';')
for(var i=0;i<ca.length;i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1,c.length)
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length)
}
return '';
}
function setSlideShowCookie() {
saveCookie('slideShow', 'true');
}
function moveOn() {
document.location.href = "02.html";
}
function stopSlideShow() {
try {
clearTimeout(timeout);
} catch(e) {
}
saveCookie('slideShow', '', -1);
}
var timeout = null;
function initPage() {
if (readCookie('slideShow') == 'true') {
timeout = setTimeout('moveOn()', 4000);
}
}
-->
</script>
<div><map name="ee_multiarea" id="ee_multiarea">
<area alt="At first photo" title="At first photo" shape="rect" coords="0,0,166,333">
<area alt="Next photo" title="Next photo" shape="rect" coords="333,0,500,333" href="02.html" style="cursor: e-resize;">
<area alt="Thumbnail page" title="Thumbnail page" shape="rect" coords="166,0,333,333" href="../index.html" style="cursor: crosshair;">
</map></div>
<!-- Cut here for nav stuff (begin) -->
<div id="centercontent">
<!-- Multilevel index links for index page -->
<span class = "folderNavigation"></span><div style="padding: 4px"></div>
<!-- End multilevel index links for index page -->
<div class="minithumbBox"><a href="01.html"><img src="../thumbs/01.JPG" class="minithumbCurrent" width="50" height="33" alt="01" title="01" ></a>
<a href="02.html"><img src="../thumbs/02.JPG" class="minithumb" width="50" height="33" alt="02" title="02" ></a>
<a href="03.html"><img src="../thumbs/03.jpg" class="minithumb" width="50" height="33" alt="03" title="03" ></a>
<a href="04.html"><img src="../thumbs/04.JPG" class="minithumb" width="50" height="33" alt="04" title="04" ></a>
<a href="05.html"><img src="../thumbs/05.JPG" class="minithumb" width="50" height="33" alt="05" title="05" ></a>
<a href="06.html"><img src="../thumbs/06.JPG" class="minithumb" width="50" height="33" alt="06" title="06" ></a>
<a href="08.html"><img src="../thumbs/08.JPG" class="minithumb" width="50" height="33" alt="08" title="08" ></a>
<a href="09.html"><img src="../thumbs/09.JPG" class="minithumb" width="50" height="33" alt="09" title="09" ></a>
<a href="10.html"><img src="../thumbs/10.JPG" class="minithumb" width="50" height="33" alt="10" title="10" ></a>
<a href="11.html"><img src="../thumbs/11.JPG" class="minithumb" width="50" height="33" alt="11" title="11" ></a>
</div>
<!-- First button -->
<img src="../res/crystal-22px-lightbackground/first_disabled.gif" alt="At first page" title="At first page" width="22" height="22" >
<!-- Previous button -->
<img src="../res/crystal-22px-lightbackground/previous_disabled.gif" alt="At first page" title="At first page" width="22" height="22" >
<!-- Index button -->
<a href="../index.html"><img src="../res/crystal-22px-lightbackground/index.gif" alt="Index page" title="Index page" width="22" height="22" ></a>
<!-- Next button -->
<a href="02.html"><img src="../res/crystal-22px-lightbackground/next.gif" alt="Next page" title="Next page" width="22" height="22" ></a>
<!-- Last button -->
<a href="15.html"><img src="../res/crystal-22px-lightbackground/last.gif" alt="Last page" title="Last page" width="22" height="22" ></a>
<!-- Slide show button -->
<script type="text/javascript">
<!--
if (readCookie('slideShow') == 'true') {
document.write(" <a onclick=\"stopSlideShow(); document.location.reload(false); return false;\" href=\"#\"><img src=\"../res/crystal-22px-lightbackground/slideshowstop.gif\" alt=\"Stop slide show\" title=\"Stop slide show\" ><\/a>");
} else {
document.write(" <a onclick=\"setSlideShowCookie();\" href=\"02.html\"><img src=\"../res/crystal-22px-lightbackground/slideshowstart.gif\" alt=\"Start slide show\" title=\"Start slide show\"><\/a>");
}
-->
</script>
<br ><span class="photoName">01 </span><span class="photoPosition">[1 of 14]</span><br >
<br ><br >
<!--Without this comment IE6 doesn't display the nav buttons in the correct postion! -->
<div id ="frame" style="width: 535px; clear: right">
<div id="toolTipAnchor"></div>
<div class="slideFrameButtons" style="top: 345px">
<!-- Add a download link to the original image if appropriate -->
<!-- Add a help button to explain keyboard shortcuts -->
<a href="javascript:toggleKeyboardInfo()"><img src="../res/help.gif" style="float: right" alt="Click to show/hide keyboard shortcut help" title="Click to show/hide keyboard shortcut help" width="22" height="22" ></a>
<div id="keyboardDataPopup" class="keyboardDataPopup">
Keyboard shortcuts are active:<br /><br />RIGHT arrow - next page<br />LEFT arrow - previous page<br />Page Up - index page<br />HOME - first page<br />END - last page<br />ESC,S,s - toggle start/stop slide show
</div>
</div>
<strong><a href="http://exhibitplus.fyvie.net" title="Visit the ExhibitPlus homepage" style="display: none; position: absolute; z-index:-1; left: 18px; top: 18px">ExhibitPlus</a></strong>
<img src="01.JPG" width="500" height="333" alt="01" title="01" style="margin-left: 18px; margin-right: 18px; margin-top: 18px; margin-bottom: 16px" usemap="#ee_multiarea" >
</div>
<div class="photoComments"></div>
<br >
<div class="photoData">
<b>FILE NAME:</b> 01.JPG <i> | </i> <b>DATE:</b> 12/15/04 2:26 PM <i> | </i> <b>CAMERA:</b> NIKON (E3200) <i> | </i> <b>RESOLUTION:</b> 500 x 333 <i> | </i> <b>NATIVE FOCAL LENGTH:</b> 5.8mm <i> | </i> <b>FLASH:</b> Flash did not fire, auto <i> | </i> <b>EXPOSURE TIME:</b> 1/690 sec <i> | </i> <b>METERING MODE:</b> Multi-segment <i> | </i> <b>EXPOSURE MODE:</b> Auto exposure <i> | </i> <b>APERTURE:</b> F5.6 <i> | </i> <b>ISO SETTING:</b> 50
</div>
<br >
<!-- Cut here for nav stuff (begin) -->
<div class="minithumbBox"><a href="01.html"><img src="../thumbs/01.JPG" class="minithumbCurrent" width="50" height="33" alt="01" title="01" ></a>
<a href="02.html"><img src="../thumbs/02.JPG" class="minithumb" width="50" height="33" alt="02" title="02" ></a>
<a href="03.html"><img src="../thumbs/03.jpg" class="minithumb" width="50" height="33" alt="03" title="03" ></a>
<a href="04.html"><img src="../thumbs/04.JPG" class="minithumb" width="50" height="33" alt="04" title="04" ></a>
<a href="05.html"><img src="../thumbs/05.JPG" class="minithumb" width="50" height="33" alt="05" title="05" ></a>
<a href="06.html"><img src="../thumbs/06.JPG" class="minithumb" width="50" height="33" alt="06" title="06" ></a>
<a href="08.html"><img src="../thumbs/08.JPG" class="minithumb" width="50" height="33" alt="08" title="08" ></a>
<a href="09.html"><img src="../thumbs/09.JPG" class="minithumb" width="50" height="33" alt="09" title="09" ></a>
<a href="10.html"><img src="../thumbs/10.JPG" class="minithumb" width="50" height="33" alt="10" title="10" ></a>
<a href="11.html"><img src="../thumbs/11.JPG" class="minithumb" width="50" height="33" alt="11" title="11" ></a>
</div>
<div>
<!-- First button -->
<img src="../res/crystal-22px-lightbackground/first_disabled.gif" alt="At first page" title="At first page" width="22" height="22" >
<!-- Previous button -->
<img src="../res/crystal-22px-lightbackground/previous_disabled.gif" alt="At first page" title="At first page" width="22" height="22" >
<!-- Index button -->
<a href="../index.html"><img src="../res/crystal-22px-lightbackground/index.gif" alt="Index page" title="Index page" width="22" height="22" ></a>
<!-- Next button -->
<a href="02.html"><img src="../res/crystal-22px-lightbackground/next.gif" alt="Next page" title="Next page" width="22" height="22" ></a>
<!-- Last button -->
<a href="15.html"><img src="../res/crystal-22px-lightbackground/last.gif" alt="Last page" title="Last page" width="22" height="22" ></a>
<!-- Slide show button -->
<script type="text/javascript">
<!--
if (readCookie('slideShow') == 'true') {
document.write(" <a onclick=\"stopSlideShow(); document.location.reload(false); return false;\" href=\"#\"><img src=\"../res/crystal-22px-lightbackground/slideshowstop.gif\" alt=\"Stop slide show\" title=\"Stop slide show\" ><\/a>");
} else {
document.write(" <a onclick=\"setSlideShowCookie();\" href=\"02.html\"><img src=\"../res/crystal-22px-lightbackground/slideshowstart.gif\" alt=\"Start slide show\" title=\"Start slide show\"><\/a>");
}
-->
</script>
</div>
<!-- Cut here for nav stuff (end) -->
<br ><br >
<!-- Include visitor comment routine if present and required -->
<!-- Include footer.inc from image directory if present -->
<br >
<div id="w3clogosleft">
<a rel="nofollow" href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Strict!" height="31" width="88" ></a>
<a rel="nofollow" href="http://jigsaw.w3.org/css-validator/check/referer"><img src="http://jigsaw.w3.org/css-validator/images/vcss.gif" alt="valid CSS!" ></a>
<a rel="nofollow" href="http://www.spreadfirefox.com/?q=affiliates&id=45292&t=67"><img alt="Get Firefox!" title="Get Firefox!" src="http://sfx-images.mozilla.org/affiliates/Buttons/88x31/take.gif" ></a>
</div>
</div>
<!--Generated: 0.125s-->
</body>
</html>