home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / index.tpl < prev    next >
Encoding:
Text File  |  2004-03-24  |  699 b   |  25 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5.     <!-- Generated by PhpDoc on {$date}  -->
  6.     <TITLE>{$title}</TITLE>
  7. </HEAD>
  8. <FRAMESET cols='220,*'>
  9. {if $package_count > 1}
  10.     <FRAMESET rows='220,*'>
  11.         <FRAME src='packages.html' name='left_top'>
  12. {/if}
  13.         <FRAME src='{$start}' name='left_bottom'>
  14. {if $package_count > 1}
  15.     </FRAMESET>
  16. {/if}
  17.     <FRAME src='{$blank}.html' name='right'>
  18.     <NOFRAMES>
  19.         <H2>Frame Alert</H2>
  20.         <P>This document is designed to be viewed using the frames feature.
  21.         If you see this message, you are using a non-frame-capable web client.</P>
  22.     </NOFRAMES>
  23. </FRAMESET>
  24. </HTML>
  25.