home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 1999 #6 / K_CD_6_99.ISO / Arkivet / Ie401DK / DA / packages / IE4SHLNT.CAB / controlp.htt < prev    next >
Text File  |  1998-06-09  |  6KB  |  92 lines

  1. <!-- 
  2.  * This file was automatically generated by Microsoft Internet Explorer 4.0 
  3.  * using the file %TEMPLATEDIR%\controlp.htt
  4.  --> <html> <style>
  5.         body        {font: 8pt/10pt verdana; margin: 0}
  6.         #Banner        {position: absolute; width: 100%; height: 88px; background: URL(res://webvw.dll/folder.gif) no-repeat top left}
  7.         #MiniBanner    {position: absolute; width: 100%; height: 32px; background: window}
  8.         #Icon        {position: absolute; left: 11px; top: 12px; width: 64px; height: 64px}
  9.         #FileList    {position: absolute; left: 30%; top: 88px; width: 1px; height: 1px}
  10.         #Media        {margin-left: 20px; margin-top: 10px}
  11.         #Panel        {position: absolute; top: 88px; width: 30%; background: window; overflow: auto}
  12.         #PieChart    {width: 100px; height: 50px; margin-top: 10px}
  13.         #Thumbnail    {width: 160px; height: 160px; margin-top: 0px}
  14.         #Status        {margin-left: 20px}
  15.         p        {margin-left: 20px; margin-right: 8px}
  16.         p.Title        {font: 16pt/16pt verdana; font-weight: bold; color: #0099FF}
  17.         p.Warning    {font-weight: bold; color: red}
  18.         p.Links        {margin-top: 4px}
  19.         a:link        {color: #FF6633}
  20.         a:visited    {color: #0099FF}
  21.         a:active     {color: black}
  22.     </style> <head>
  23. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252"> <!-- allow references to any resources you might add to the folder --> <!-- (a "webbot" is a special wrapper for FrontPage compatibility) --> <!-- webbot bot="HTMLMarkup" tag="base" startspan --> <base href="%THISDIRPATH%\"> <!-- webbot bot="HTMLMarkup" endspan --> <script language="JavaScript">
  24.             var L_Intro_Text    = "Marker et ikon for at fσ vist en beskrivelse.";
  25.             var L_Multiple_Text    = " markerede objekter.";
  26.  
  27.             function FixSize() {
  28.                 // this function handles fixed panel sizing and collapsing when the window resizes
  29.                 var hideTop    = 200;
  30.                 var hideLeft    = 400;
  31.                 var miniHeight    = 32;
  32.                 var ch        = document.body.clientHeight;
  33.                 var cw        = document.body.clientWidth;
  34.  
  35.                 if (hideTop > ch) {
  36.                     document.all.Banner.style.visibility = "hidden";
  37.                     document.all.MiniBanner.style.visibility = "visible";
  38.                     document.all.FileList.style.top = miniHeight;
  39.                     document.all.Panel.style.top = miniHeight;
  40.                 } else {
  41.                     document.all.Banner.style.visibility = "visible";
  42.                     document.all.MiniBanner.style.visibility = "hidden";
  43.                     document.all.FileList.style.top = (document.all.Banner.offsetHeight - 32) + "px";
  44.                     document.all.Panel.style.top = (document.all.Banner.offsetHeight) + "px";
  45.                     document.all.Rule.style.width = (cw > 84 ? cw - 84 : 0) + "px";      
  46.                 }
  47.                 if (hideLeft > cw) {
  48.                     document.all.Panel.style.visibility = "hidden";
  49.                     document.all.FileList.style.pixelLeft = 0;
  50.                     document.all.FileList.style.pixelTop = document.all.Panel.style.pixelTop;
  51.                 } else {
  52.                     document.all.Panel.style.visibility = "visible";
  53.                     document.all.FileList.style.pixelLeft = document.all.Panel.style.pixelWidth;
  54.                 }
  55.                 document.all.FileList.style.pixelWidth = cw - document.all.FileList.style.pixelLeft;
  56.                 document.all.FileList.style.pixelHeight = ch - document.all.FileList.style.pixelTop;
  57.                 document.all.Panel.style.pixelHeight = ch - document.all.Panel.style.pixelTop;
  58.             }
  59.  
  60.             function Init() {
  61.                 // call our FixSize() function whenever the window gets resized
  62.                 window.onresize = FixSize;
  63.                 FixSize();
  64.                 Info.innerHTML = L_Intro_Text;
  65.             }
  66.         </script> <script language="JavaScript" for="FileList" event="SelectionChanged">
  67.             // this script updates the left info panel when you select icons
  68.             var items    = FileList.FocusedItem;
  69.             var fldr    = FileList.Folder;
  70.             var data;
  71.             var i;
  72.  
  73.             data = FileList.SelectedItems().Count;
  74.             if (data == 0) {
  75.                 // nothing selected?
  76.                 Info.innerHTML = L_Intro_Text;
  77.                 return;
  78.             }
  79.             else if (data > 1) {
  80.                 // more than one item selected?
  81.                 text = data + L_Multiple_Text + "<br>";
  82.                 if (data <= 16)
  83.                     for (i = 0; i < data; i++)
  84.                         text += "<br>" + FileList.SelectedItems().Item(i).Name;
  85.                 Info.innerHTML = text;
  86.                 return;
  87.             }
  88.  
  89.             Info.innerHTML = "<b>" + fldr.GetDetailsOf(items, 0) + "</b><br>" + fldr.GetDetailsOf(items, 1);
  90.         </script> </head> <body scroll=no onload="Init()"> <!-- start normal banner --> <div id="Banner" style="visibility: hidden"> <!-- using a table with nowrap to prevent word wrapping --> <table><tr><td nowrap> <p class=Title style="margin-left: 104px; margin-top: 16px"> <!--webbot bot="HTMLMarkup" startspan alt="<B><I>Web View Folder Title</I></B> " --> %THISDIRNAME% <!--webbot bot="HTMLMarkup" endspan --> </td></tr></table> <!-- this is more efficient than a long graphic, but we have to adjust it in FixSize() --> <hr id="Rule" size=1px color=black style="position: absolute; top: 44px; left: 84px"> <!-- this is our awesome icon extractor --> <object id=Icon classid="clsid:e5df9d10-3b52-11d1-83e8-00a0c90dc849"> <param name="scale" value="200"> </object> </div> <!-- end normal banner --> <!-- start mini banner --> <div id="MiniBanner" style="visibility: hidden"> <!-- using a table with nowrap to prevent word wrapping --> <table><tr><td nowrap> <p class=Title style="margin-left: 16px; margin-top: 4px"> <!--webbot bot="HTMLMarkup" startspan alt="<B><I>Web View Folder Title</I></B> " --> %THISDIRNAME% <!--webbot bot="HTMLMarkup" endspan --> </td></tr></table> </div> <!-- end mini banner --> <!-- start left info panel --> <div id="Panel"> <p style="margin-top: 16px");
  91.             <span id="Info"> </span> <p> <a href="http://www.microsoft.com/Danmark">Microsofts hjemmeside</a> <p class=Links> <a href="http://www.microsoft.com/ie_intl/da/support/">Teknisk support</a> </div> <!-- end left info panel --> <!-- this is the standard file list control --> <!-- webbot bot="HTMLMarkup" startspan u-src="file:///C:\Program Files\Microsoft FrontPage Express\Data\FoldData.gif" --> <object id="FileList" border=0 tabindex=1 classid="clsid:1820FED0-473E-11D0-A96C-00C04FD705A2"
  92.         </object> <!-- webbot bot="HTMLMarkup" endspan --> </body> </html>