home *** CD-ROM | disk | FTP | other *** search
/ Sera Monastery Entrance Ticket / Sera-Monastery-Ticket.iso / TP / FOLDER.HTT < prev    next >
Text File  |  2003-04-03  |  3KB  |  81 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: windowtext}
  11.         #Panel      {position: absolute; width: 200px; height: 100%; visibility: hidden}
  12.         #Corner     {padding-left: 12px; padding-right: 0px; 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; padding-right: 0px; 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; margin-right: 0px}
  21.         p           {margin-top: 12px}
  22.         p.Half      {margin-top: 4px}
  23.         button      {font: 9pt σ«ïΣ╜ô, MS Song; margin-left: 12px; margin-right: 0px; background: window; color: windowtext}
  24.         .Message    {width: 100%; frameBorder: 0; background: infobackground; color: infotext; border: 1px solid lightgrey}
  25.         #CSCPlusMin {width: 17px}
  26.         #CSCText    {}
  27.         #CSCDetail  {}
  28.         #CSCButton  {}
  29.  
  30.         #FileList   {position:absolute; width:0; height:100%; border:0}
  31.     </style>
  32.     <body scroll=no>
  33.         <div id=Panel style="background: window URL(wvleft.gif) no-repeat left top">
  34.             <div id=Corner>
  35.                 <object id=FolderIcon classid="clsid:844F4806-E8A8-11d2-9652-00C04FC30871" tabIndex=-1>
  36.                     <param name="scale" value=100>
  37.                 </object>
  38.                 <br>
  39.                 <div id=FolderName>
  40.                     %THISDIRNAME%
  41.                 </div>
  42.             </div>
  43.             <img id=LogoLine src="wvline.gif">
  44.             <div id=Details>
  45.                 <span id=CSC>
  46.                     <div tabIndex=2 id=CSCHotTrack>
  47.                     <span id=CSCPlusMin>
  48.                     </span>
  49.                     <span id=CSCText>
  50.                     </span>
  51.                     </div>
  52.                     <div id=CSCDetail>
  53.                     </div>
  54.                     <span id=CSCButton>
  55.                     </span>
  56.                     <hr CLASS=Divider NOSHADE>
  57.                 </span>
  58.                 <span id=Info>
  59.                 </span>
  60.  
  61.                 <br>
  62.                 <span id=MediaPlayerSpan>
  63.                 </span>
  64.  
  65.                 <object id=Thumbnail classid="clsid:71650000-E8A8-11d2-9652-00C04FC30871" tabIndex=-1>
  66.                 </object>
  67.                 <label id=ThumbnailLabel for="Thumbnail" style="display: none">
  68.                 </label>
  69.  
  70.                 <span id=Links>
  71.                 </span>
  72.             </div>
  73.         </div>
  74.         <object id=FileList classid="clsid:1820FED0-473E-11D0-A96C-00C04FD705A2" tabIndex=1>
  75.         </object>
  76.         <object id=WVCoord classid="clsid:BCFD624E-705A-11d2-A2AF-00C04FC30871">
  77.         </object>
  78.     </body>
  79. </html>
  80.  
  81.