Go to the documentation of this file.00001 <?php
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 include ( dirname ( __FILE__ ).'/BMLT_Satellite.class.php' );
00016
00017
00018 if ( !(($bmlt_instance = BMLT_Satellite::MakeBMLT()) instanceof BMLT_Satellite) )
00019 {
00020 die ( 'The BMLT object could not be created' );
00021 }
00022
00023
00024
00025
00026
00027
00028
00029
00030 echo ( $bmlt_instance->Execute ( 'doctype' ) );
00031 ?><head>
00032 <!-- This is the character encoding meta tag. You should always provide it for validation. -->
00033 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
00034
00035 <!-- These should be provided for implicit inline scripting and styles. -->
00036 <meta http-equiv="Content-Script-Type" content="text/javascript" />
00037 <meta http-equiv="Content-Style-Type" content="text/css" />
00038
00039 <!-- This is necessary for Google Maps. It tells IE 8 to act like IE7. -->
00040 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
00041
00042 <title>Standalone BMLT Satellite Server</title>
00043
00044 <!-- These styles are simple "Wipe the slate clean" styles. -->
00045 <style type="text/css">
00046
00047
00048
00049
00050 *{ margin: 0; padding: 0 }
00051
00052
00053
00054
00055 body, html{ width:100%; height:100% }
00056
00057
00058
00059
00060 #c_comdef_search_results_map_container_div
00061 {
00062 position:relative;
00063 width: 640px;
00064 height: 640px;
00065 }
00066
00067 </style>
00068
00069 <!-- This is where all the head scripts and styles are obtained from the root server. -->
00070 <?php echo ( $bmlt_instance->Execute ( 'head' ) ); ?>
00071 </head>
00072 <body>
00073 <!-- This is where the body text is obtained from the server. -->
00074 <?php echo ( $bmlt_instance->Execute ( ) ); ?>
00075 </body>
00076 </html>