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

  1. <!-- 
  2.  * This file was automatically generated by Microsoft Internet Explorer 4.0 
  3.  * using the file %TEMPLATEDIR%\printers.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    = "Denne mappe indeholder oplysninger om installerede printere samt en guide, der kan hjµlpe dig med at installere en ny printer.<br><br>Hvis du vil have yderligere oplysninger om en installeret printer, skal du h°jreklikke pσ dens ikon.<br><br>Hvis du vil tilf°je en ny printer, skal du klikke pσ <b>Tilf°j printer</b> for at starte guiden Tilf°j printer.<br><br>Marker et ikon for at fσ vist en beskrivelse.";
  25.             var L_Multiple_Text    = " markerede objekter.";
  26.             var L_Help_Text        = "Med guiden Tilf°j printer kan du nemt tilf°je en printer ved at f°lge vejledningen pσ skµrmen.";
  27.  
  28.             function FixSize() {
  29.                 // this function handles fixed panel sizing and collapsing when the window resizes
  30.                 var hideTop    = 200;
  31.                 var hideLeft    = 400;
  32.                 var miniHeight    = 32;
  33.                 var ch        = document.body.clientHeight;
  34.                 var cw        = document.body.clientWidth;
  35.  
  36.                 if (hideTop > ch) {
  37.                     document.all.Banner.style.visibility = "hidden";
  38.                     document.all.MiniBanner.style.visibility = "visible";
  39.                     document.all.FileList.style.top = miniHeight;
  40.                     document.all.Panel.style.top = miniHeight;
  41.                 } else {
  42.                     document.all.Banner.style.visibility = "visible";
  43.                     document.all.MiniBanner.style.visibility = "hidden";
  44.                     document.all.FileList.style.top = (document.all.Banner.offsetHeight - 32) + "px";
  45.                     document.all.Panel.style.top = (document.all.Banner.offsetHeight) + "px";
  46.                     document.all.Rule.style.width = (cw > 84 ? cw - 84 : 0) + "px";      
  47.                 }
  48.                 if (hideLeft > cw) {
  49.                     document.all.Panel.style.visibility = "hidden";
  50.                     document.all.FileList.style.pixelLeft = 0;
  51.                     document.all.FileList.style.pixelTop = document.all.Panel.style.pixelTop;
  52.                 } else {
  53.                     document.all.Panel.style.visibility = "visible";
  54.                     document.all.FileList.style.pixelLeft = document.all.Panel.style.pixelWidth;
  55.                 }
  56.                 document.all.FileList.style.pixelWidth = cw - document.all.FileList.style.pixelLeft;
  57.                 document.all.FileList.style.pixelHeight = ch - document.all.FileList.style.pixelTop;
  58.                 document.all.Panel.style.pixelHeight = ch - document.all.Panel.style.pixelTop;
  59.             }
  60.  
  61.             function Init() {
  62.                 // call our FixSize() function whenever the window gets resized
  63.                 window.onresize = FixSize;
  64.                 FixSize();
  65.                 Info.innerHTML = L_Intro_Text;
  66.             }
  67.         </script> <script language="JavaScript" for="FileList" event="SelectionChanged">
  68.             // this script updates the left info panel when you select icons
  69.             var items    = FileList.FocusedItem;
  70.             var fldr    = FileList.Folder;
  71.             var data;
  72.             var text;
  73.             var i;
  74.  
  75.             data = FileList.SelectedItems().Count;
  76.             if (data == 0) {
  77.                 // nothing selected?
  78.                 Info.innerHTML = L_Intro_Text;
  79.                 return;
  80.             }
  81.             else if (data > 1) {
  82.                 // more than one item selected?
  83.                 text = data + L_Multiple_Text + "<br>";
  84.                 if (data <= 16)
  85.                     for (i = 0; i < data; i++)
  86.                         text += "<br>" + FileList.SelectedItems().Item(i).Name;
  87.                 Info.innerHTML = text;
  88.                 return;
  89.             }
  90.  
  91.             // name
  92.             text = "<b>" + items.Name + "</b>";
  93.  
  94.             // comment
  95.             data = fldr.GetDetailsOf(items, 3);
  96.             if (data)
  97.                 text += "<br>" + data;
  98.  
  99.             // documents
  100.             data = fldr.GetDetailsOf(items, 1);
  101.             if (data)
  102.                 text += "<br><br>" + fldr.GetDetailsOf(null, 1) + ": " + data;
  103.  
  104.             // status
  105.             data = fldr.GetDetailsOf(items, 2);
  106.             if (data)
  107.                 text += "<br><br><b><font color=red>" + data + "</font></b>";
  108.  
  109.             // tip?
  110.             data = fldr.GetDetailsOf(items, -1);
  111.             if (data != "" && data != items.Name)
  112.                 text += "<br><br>" + data;
  113.  
  114.             // help
  115.             if (fldr.GetDetailsOf(items, 0) == "WinUtils_NewObject")
  116.                 text += "<br><br>" + L_Help_Text;
  117.  
  118.             Info.innerHTML = text;
  119.         </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");
  120.             <span id="Info"> </span> </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"
  121.         </object> <!-- webbot bot="HTMLMarkup" endspan --> </body> </html>
  122.