home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 December / PCWorld_2003-12_cd.bin / Software / komercni / alc / ep2sr51csy.msi / Ep.CAB / reph6 < prev    next >
Text File  |  2002-02-25  |  2KB  |  84 lines

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
  4. <title>Protokol o p°edßnφ</title>
  5. <link rel="stylesheet" href="dummy.css">
  6. </head>
  7.  
  8. <xml id="data"></xml>
  9. <xml id="sheet"></xml>
  10.  
  11. <script>
  12. function FileLocation(fn) {
  13.     return "%HTMLPATH_C%\\" + fn; // release
  14. //    return fn; // debug
  15. }
  16.  
  17. function InitToggles()
  18. {
  19.     SetToggleDetailsButton(true);
  20.  
  21.     var ecol=document.getElementsByTagName("IMG");
  22.     for ( j=0; j < ecol.length; j++ ) {
  23.         if ( ecol(j).id=="CloseDetails" )
  24.             ecol(j).src=FileLocation("close.gif");
  25.     }
  26.  
  27.     // skr²t na protokolu o p°edßnφ
  28.     var ecol=document.getElementsByTagName("TR");
  29.     for ( j=0; j < ecol.length; j++ ) {
  30.         if ( ecol(j).id=="NakupInfo" )
  31.             ecol(j).style.display="none";
  32.     }
  33. }
  34.  
  35. function SetToggleDetailsButton(bUp)
  36. {
  37.     var ecol=document.getElementsByTagName("IMG");
  38.     for ( j=0; j < ecol.length; j++ ) {
  39.         if ( ecol(j).id=="ToggleDetails" )
  40.             ecol(j).src=FileLocation( bUp ? "up.gif" : "down.gif" );
  41.     }
  42. }
  43.  
  44. function OnToggleDetails()
  45. {
  46.     var bUp;
  47.     var ecol=document.getElementsByTagName("TABLE");
  48.     for ( j=0; j < ecol.length; j++ ) {
  49.         if ( ecol(j).id == "Detail" ) {
  50.             if ( ecol(j).style.display == "none" ) {
  51.                 ecol(j).style.display="block";
  52.                 bUp=true;
  53.             }
  54.             else {
  55.                 ecol(j).style.display="none";
  56.                 bUp=false;
  57.             }
  58.         }
  59.     }
  60.  
  61.     SetToggleDetailsButton(bUp);
  62. }
  63.  
  64. </script>
  65.  
  66. <script for="window" event="onload">
  67.     document.styleSheets(0).href=FileLocation("style.css");
  68.  
  69.     data.load("%XMLPATH_C%"); // release
  70. //    data.load("Protokol o p°edßnφ (vn∞jÜφ).xml"); // debug
  71.  
  72.     sheet.load(FileLocation("Protokol o p°edßnφ (vn∞jÜφ).xsl"));
  73.  
  74.     xslTarget.innerHTML = data.transformNode(sheet.XMLDocument);
  75.  
  76.     InitToggles();
  77. </script>
  78.  
  79. <body>
  80. <div id="xslTarget"></div>
  81. </body>
  82.  
  83. </html>
  84.