home *** CD-ROM | disk | FTP | other *** search
/ moodle.waes.ac.uk / moodle.waes.ac.uk.zip / moodle.waes.ac.uk / TMG / SP1-TMG-KB981324-AMD64-ENU.msp / PCW_CAB_SHFx2 / F2143_msfpcui.dll / BINARY / REPORTFRAME.XSL < prev   
Extensible Markup Language  |  2010-06-15  |  2KB  |  29 lines

  1. <?xml version="1.0"?>
  2. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
  3.   <xsl:template match="/DocMap">              
  4.     <html>
  5.       <head>
  6.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-16" />
  7.         <meta http-equiv="Content-Language" content="en-us" />
  8.         <meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
  9.         <title>Microsoft Forefront TMG Report</title>
  10.       </head>
  11.       <frameset rows="110,*" frameborder="no" style="padding:0px; margin: 0px; border: 0px">
  12.         <frameset cols="250,*" frameborder="no" style="padding:0px; margin: 0px; border: 0px">
  13.           <frame noresize="noresize" frameborder="no" marginheight="0" marginwidth="0" name="Logo" scrolling="no" target="logo" src="logo.jpg" style="border-bottom: 0.75pt solid Silver; border-right: 0pt none Silver; padding:0px; padding-top:10px; padding-left:10px; margin: 0px; border-top: 4pt solid DimGray;" />
  14.           <frame noresize="noresize" frameborder="no" marginheight="0" marginwidth="0" name="Header" scrolling="no" target="header" src="header.htm" style="border-bottom: 0.75pt solid Silver; border-right: 0pt none Silver; padding:0px; margin: 0px; border-top: 4pt solid DimGray;" />
  15.         </frameset>
  16.         <frameset cols="268,*"  style="padding:0px; margin: 0px; border: 0px">
  17.           <frame frameborder="no" marginheight="0" marginwidth="0" name="contents" target="contents" src="contents.htm" style="padding:0px; margin: 0px; border: 0px" />
  18.           <frame frameborder="no" marginheight="0" marginwidth="0" name="Reports" src="reportsdata.htm" target="Reports" style="padding:0px; margin: 0px; border: 0px" />
  19.         </frameset>
  20.         <noframes>
  21.           <body>
  22.             <p>This page uses frames, but your browser doesn't support them.</p>
  23.           </body>
  24.         </noframes>
  25.       </frameset>
  26.     </html>
  27.   </xsl:template> 
  28. </xsl:stylesheet>
  29.