File "DSC_0039.html"

Full path: E:/sites/Single15/tinmung2007/webroot/Tin VUI_BUON/Khan Tron/album/slides/DSC_0039.html
File size: 11.1 KiB (11366 bytes)
MIME-type:
Charset: utf-8

Download   Open   Back

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
  <!-- saved from url=(0014)about:internet -->
<HEAD>
    <META HTTP-EQUIV="imagetoolbar" CONTENT="no">
    <TITLE>DSC_0039</TITLE>
    <LINK HREF="../res/styles.css" REL=stylesheet>
    <script type="text/javascript" src="../res/MyArray.js"></script>
    <script type="text/javascript" src="../res/urlState.js"></script>
    <script type="text/javascript" src="../res/beamer.js"></script>

<SCRIPT LANGUAGE="javascript">
//ExifInfo never shown at load.
showingExif = false;

showingNavigationBox = true;
if (theUrlArguments.get("hideNavigationBox") == "yes") {
  //alert("Load, hideNavigationBox == yes");
  showingNavigationBox = false;
}

howToShowFileBaseName = theUrlArguments.get("imageFileName");
//alert("Load, 1: ");
if (howToShowFileBaseName == undefined) {
  //alert("Load, 2: ");
  howToShowFileBaseName = "top"; //Initally no urlArguments are set, select the correct default here.
}

howToShowCaption = theUrlArguments.get("showCaption");
if (howToShowCaption == undefined) {
  howToShowCaption = "top"; //Initally no urlArguments are set, select the correct default here.
}

playing = false;
if (theUrlArguments.get("play") == "yes") {
  //alert("Load, 3: ");
  playing = true;
}

delay = 5 * 1000; // 5s.
if (theUrlArguments.get("delay")) {
  //alert("Load, 4: ");
  delay = theUrlArguments.get("delay") * 1000;
}
timeout = 0;

mustResize = false;
if (theUrlArguments.get("resize") == "yes") {
  //alert("Load, 5: ");
  mustResize = true;
}

mustLoop = false;
if (theUrlArguments.get("loop") == "yes") {
  //alert("Load, 6: ");
  mustLoop = true;
}

var atEnd = false;

  nextURL = 'DSC_0040.html';



  previousURL = 'DSC_0036.html';


play_img = new Image();
play_img.src = "../res/play_1.gif";
pause_img = new Image();
pause_img.src = "../res/pause_1.gif";


function goToIndexPage() {
  goTo('../index.html');
}
//Set function to be called when key is released.
document.onkeyup = keyEvent;


debugOn = (theUrlArguments.get("debugOn") == "yes");

function doLog(msg) {
  if (debugOn == true) {
    alert(msg);
  }
}


function slide() {
  navigationBoxDisplay(); //Jova: try. Here is also OK.
  fileBaseNameDisplay(); //Jova: try. Here is also OK.
  playPause();
}

function next() {
  goTo(nextURL);
}

function previous() {
  goTo(previousURL);
}


//////// RESIZE.
function setVal()
{
   colCount = 5;
   rowCount = 4;
   win = new Array ("w","h");
   avail = new Array ("w","h");
   obso = new Array ("w","h");
   imgSp = new Array ("w","h");
   headSp = 115;                      // Space for the title and the controls, dependant on stylesheet
   lablSp = 12;                       // Rowheight for the labels, dependant on stylesheet
   footSp = 35;                       // Space for the jAlbum link and bottom margin
   ixMarg = 30;                       // left and right margin value
   scrollSp = 16;                     // width or height of scrollbars - shouldn't really be needed   addSpH = 40;                       // Additional vertical space needed, probably due too browser dependent rendering
   addSpH = 0;                        // Additional vertical space needed, probably due too browser dependent rendering
   addSpW = 0;                        // Additional horizontal space needed, probably due too browser dependent rendering

  if (window.innerWidth)
  {
    win["w"] = window.innerWidth;
    win["h"] = window.innerHeight;
    doLog("inner: Width " + win["w"] + ", Height " + win["h"]);
  }
  
  else if (document.body.clientWidth)
  {
    win["w"] = document.body.clientWidth;
    win["h"] = document.body.clientHeight;
    doLog("client: Width " + win["w"] + ", Height " + win["h"]);
  }
  
  else
  {
    win["w"] = screen.width - 25;
    win["h"] = screen.height - 115;
    doLog("else: Width " + win["w"] + ", Height " + win["h"]);
  }
  
  
  obso["w"] = (ixMarg * 2) + scrollSp + addSpW;
  obso["h"] = headSp + lablSp + footSp + scrollSp + addSpH;
  
  avail["w"] = win["w"];// - obso["w"];
  avail["h"] = win["h"];// - obso["h"];
  doLog("Available: Width " + avail["w"] + ", Height " + avail["h"]);
}

function sizeImg(imgW, imgH)
{
   imgRatio = imgW / imgH;

   function scaleWB() { tWidth = avail["w"]; tHeight = tWidth / imgRatio; }
   function scaleBW() { tHeight = avail["h"]; tWidth = tHeight * imgRatio; }

   if (imgRatio >= 1)        // determination of orientation of image
   {
      scaleWB();
      if (tHeight > avail["h"]) { scaleBW(); }

   }
   else
   {
      scaleBW();
      if (tWidth > avail["w"]) { scaleWB(); }
   }
   doLog("Original: Width " + imgW + ", Height " + imgH + ", Ratio " + imgRatio + ",   " + "Resized: Width " + tWidth + ", Height " + tHeight);
}

//window.focus();

</SCRIPT>


  <link rel="alternate" href="../album.rss" type="application/rss+xml">
</HEAD>

  <BODY ID="slide" onload="slide()" marginwidth="0" marginheight="0">

    <!-- Image with link to next -->
    <table width="100%" height="100%" cellspacing=0 cellpadding=0>
      <tr>
        <td align="center">
          <A HREF="javascript:next()">
            <script type="text/javascript">
              if (mustResize) {
                setVal();
                sizeImg(800, 531);
                document.write('<IMG SRC="DSC_0039.JPG" WIDTH="' + tWidth + '" HEIGHT="' + tHeight + '" BORDER=0 title="">');
              }
              else {
                document.write('<IMG SRC="DSC_0039.JPG" WIDTH="' + 800 + '" HEIGHT="' + 531 + '" BORDER=0 title="">');
              }
            </script>
          </a>
        </td>
      </tr>
    </table>


    <!-- Always display comment (if exists) -->
    <!-- Not used anymore, replaced by nexty block.
    
    -->

    <!-- Extract the comment from a caption.txt file where the filename is the key -->
    <!-- Print both the comment from the EXIF Comment field and the comment from the single caption file. -->
   <div id="commentTop_shadow"></div>
<div id="commentTop"></div>
<div id="commentBottom_shadow"></div>
<div id="commentBottom"></div>


   <script LANGUAGE="javascript">
     displayCommentTopOrBottom();
   </script>


    <!-- Display file base name -->
    <div id="fileBaseNameTop">&nbsp;DSC_0039&nbsp;</div>
    <div id="fileBaseNameBottom">&nbsp;DSC_0039&nbsp;</div>
    <script LANGUAGE="javascript">
      //Jova: try fileBaseNameDisplay();
    </script>
    

    <!-- Image info if camera information exists -->
    
      <DIV CLASS="imageinfo" ID="imageinfo">
        <table border="1"><tr><td>
          <TABLE WIDTH="360" BORDER="0" cellspacing="0" cellpading="0">
            <TR><TD class="exifInfo" WIDTH="120">File Name</TD><TD class="exifInfo">DSC_0039.JPG</TD></TR>
            <TR><TD class="exifInfo" WIDTH="120">Date taken</TD><TD class="exifInfo">7/18/09 9:45 AM</TD></TR>
            <TR><TD class="exifInfo">File size</TD><TD class="exifInfo">1445120</TD></TR>
            <TR><TD class="exifInfo">Resolution</TD><TD class="exifInfo">2240 x 1488</TD></TR>
            <TR><TD class="exifInfo">Flash</TD><TD class="exifInfo">Flash fired, return detected, auto</TD></TR>
  
            
  
            
                <TR><TD class="exifInfo">Focal length</TD><TD class="exifInfo">24 mm</TD></TR>
              
                <TR><TD class="exifInfo">35 mm equiv.</TD><TD class="exifInfo">117 mm</TD></TR>
              
            
  
            <TR><TD class="exifInfo">Exposure time</TD><TD class="exifInfo">1/80s</TD></TR>
            <TR><TD class="exifInfo">Aperture</TD><TD class="exifInfo">5.6</TD></TR>
  
            
              
            
            <TR><TD class="exifInfo">Focus Distance</TD><TD class="exifInfo"></TD></TR>
            <TR><TD class="exifInfo">Metering Mode</TD><TD class="exifInfo">Multi-segment</TD></TR>
            <TR><TD class="exifInfo">Camera model</TD><TD class="exifInfo">NIKON D70s</TD></TR>
          </TABLE>
        </td></tr></table>
      </DIV>
    


    <!-- Navigation -->
    <div id="navigationBox" style="position:absolute; bottom:0; right:0">
      <table cellspacing=0 cellpadding=0 border=0>
        <tr>

          <!-- File base name display toggle. -->
          <td>
            <A HREF="javascript:toggleFileBaseNameDisplay()"><IMG SRC="../res/info_1.gif" BORDER="0" title="Display file base name [f]" width="20" height="20"></A>
          </td>
          <td>&nbsp;</td>
          

          <!-- Image info button if camera information exists -->
          
            <td>
              <A HREF="javascript:toggleExifInfo()"><IMG SRC="../res/exif_1.gif" BORDER="0" title="Fotographic information [e]" width="20" height="20"></A>
            </td>
            <td>&nbsp;</td>
          
          

          <!-- Previous button -->
          <td>
            
              <A HREF="javascript:previous()"><IMG SRC="../res/left_1.gif" BORDER="0" title="Previous page [Page Up]" width="20" height="20"></A>
            
          </td>
          <td>&nbsp;</td>

          <!-- Next button -->
          <td>
            
              <A HREF="javascript:next()"><IMG SRC="../res/right_1.gif" BORDER="0" title="Next page [Page Down]" width="20" height="20"></A>
            
          </td>
          <td>&nbsp;</td>

          <!-- Play/pause button -->
          <td>
            <a href="javascript:togglePlayPause()"><img src="../res/pause_1.gif" BORDER="0" name="playpause" title="Play/Pause [p]" width="20" height="20"></a>
          </td>
          <td>&nbsp;</td>

          <!-- Index button -->
          <td>
            <A HREF="javascript:goToIndexPage()"><IMG SRC="../res/up_1.gif" BORDER="0" title="Index page [i]" width="20" height="20"></A>
          </td>
          <td>&nbsp;</td>

          <!-- Options button -->
          <td style="vertical-align:top">
            <A HREF="javascript:goToFullscreenOrNot('../res/options.html')"><IMG SRC="../res/options_1.gif" BORDER=0 title="Options" width="20" height="20"></A>
          </td>
          <td>&nbsp;</td>
    
          <!-- Link to users guide. -->
          <td style="vertical-align:top">
            <A HREF="javascript:goToFullscreenOrNot('../res/usersGuide.html')"><IMG SRC="../res/help_1.gif" BORDER=0 title="Help" width="20" height="20"></A>
          </td>
          <td>&nbsp;</td>
      
          <!-- Close button -->
          <td>
            <a href="javascript:doClose()"><img src="../res/close_1.gif" border="0" title="Close Window [Esc]" width="20" height="20"></a>
          </td>

        </tr>
      </table>
    </div>

  <div id="jalbumwidgetcontainer"></div>
<script type="text/javascript" charset="utf-8"><!--//--><![CDATA[//><!--
_jaSkin = "Beamer";
_jaStyle = "Black.css";
_jaVersion = "8.3.5";
_jaLanguage = "en";
_jaPageType = "slide";
_jaRootPath = "..";
_jaUserName = "huutuong";
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "http://jalbum.net/widgetapi/load.js";
document.getElementById("jalbumwidgetcontainer").appendChild(script);
//--><!]]></script>

</BODY>
</HTML>

PHP File Manager