home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / lc / folder.htt < prev    next >
Text File  |  2005-12-19  |  3KB  |  82 lines

  1. <!--
  2.  * Copyright 1999 Microsoft Corporation.  All rights reserved.
  3.  -->
  4.  
  5. <html>
  6.     <head>
  7.         <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  8.     </head>
  9.     <style>
  10.         body        {margin: 0; font: menu; color: black}
  11.         #Panel      {position: absolute; width: 200px; height: 100%; visibility: hidden; overflow: auto}
  12.         #Corner     {padding-left: 12px; padding-top: 11px}
  13.         #FolderIcon {width: 32px; height: 32px}
  14.         #FolderName {margin-top: 8px; font: 14pt/14pt menu; font-weight: bold}
  15.         #LogoLine   {width: 100%; height: 2px; margin-top: 4px; vertical-align: top}
  16.         #Details    {padding-left: 12px; margin-top: 8px}
  17.         #Locked     {vertical-align: baseline}
  18.         .Divider    {width: 100%; color: #C0C0C0; height: 1px}
  19.         #Thumbnail  {width: 120px; height: 120px}
  20.         .Legend     {margin-left: 8px}
  21.         #Brand      {position: absolute; left: 200px; width: 100%; height: 100%; padding-left: 12px}
  22.         p           {margin-top: 12px}
  23.         p.Half      {margin-top: 4px}
  24.         button      {font: 9pt σ«ïΣ╜ô, MS Song; margin-left: 12px; background: white; color: black}
  25.         .Message    {width: 100%; frameBorder: 0; background: infobackground; color: infotext; border: 1px solid lightgrey}
  26.         #CSCPlusMin {width: 17px}
  27.         #CSCText    {}
  28.         #CSCDetail  {}
  29.         #CSCButton  {}
  30.  
  31.         #FileList   {position:absolute; width:0; height:100%; border=0}
  32.     </style>
  33.     <body scroll=no>
  34.         <div id=Panel style="background: white URL(wvleft.bmp) no-repeat">
  35.             <div id=Corner>
  36.                 <object id=FolderIcon classid="clsid:844F4806-E8A8-11d2-9652-00C04FC30871" tabIndex=-1>
  37.                     <param name="scale" value=100>
  38.                 </object>
  39.                 <br>
  40.                 <div id=FolderName>
  41.                     %THISDIRNAME%
  42.                 </div>
  43.             </div>
  44.             <img id=LogoLine src="wvline.gif">
  45.             <div id=Details>
  46.                 <span id=CSC>
  47.                     <div tabIndex=2 id=CSCHotTrack>
  48.                     <span id=CSCPlusMin>
  49.                     </span>
  50.                     <span id=CSCText>
  51.                     </span>
  52.                     </div>
  53.                     <div id=CSCDetail>
  54.                     </div>
  55.                     <span id=CSCButton>
  56.                     </span>
  57.                     <hr CLASS=Divider NOSHADE>
  58.                 </span>
  59.                 <span id=Info>
  60.                 </span>
  61.  
  62.                 <br>
  63.                 <span id=MediaPlayerSpan>
  64.                 </span>
  65.  
  66.                 <object id=Thumbnail classid="clsid:71650000-E8A8-11d2-9652-00C04FC30871" tabIndex=-1>
  67.                 </object>
  68.                 <label id=ThumbnailLabel for="Thumbnail" style="display: none">
  69.                 </label>
  70.  
  71.                 <span id=Links>
  72.                 </span>
  73.             </div>
  74.         </div>
  75.         <object id=FileList classid="clsid:1820FED0-473E-11D0-A96C-00C04FD705A2" tabIndex=1>
  76.         </object>
  77.         <object id=WVCoord classid="clsid:BCFD624E-705A-11d2-A2AF-00C04FC30871">
  78.         </object>
  79.     </body>
  80. </html>
  81.  
  82.