blank.gif
triangle.gif http://www.hvepseeksperten.dk
Http://www.hvepseeksperten.dk

Search after ...
Search

Contact us by Email
Contact us

for at planlægge din rejse
Klik her

blank.gif
blank.gif
triangle.gif You are here: /  Top page  /  We live here    
blank.gif
blank.gif
arrow-headline.gif Navigation
blank.gif
home.gif
Top Page

doc.gif  Articles, read more ...
doc.gif  Picture Gallery
doc.gif  Design
doc.gif  Company Profile
minus.gif  We live here »»»
doc.gif  Our Prices
doc.gif  Danish Travel Planner
doc.gif  Search google
doc.gif  The source code
http://www.hvepseeksperten.dk (44)
arrow-headline.gif Resources
 
Loading, please wait ...

  DEFINE GOOGLE MAPS SHOW   














<?
/**
* The Google maps is wrapped into a myPHP taglib
* <code>
* Usage:
*    $googlemaps = new Googlemaps();
*    print $googlemaps->getCss();
*    print $googlemaps->getJavascript(GOOGLE_MAPS_KEY);
*    print $googlemaps->getHtml();
* Or
*    Googlemaps::css();
*    Googlemaps::javascript(GOOGLE_MAPS_KEY);
*    Googlemaps::display();
* </code>
* @package google-maps
* @filesource
* @see HTML_GOOGLE_MAPS_PAGE_PATH.'/Googlemaps.php'
* @copyright (c) http://Finn-Rasmussen.com
* @license http://Finn-Rasmussen.com/license/ myPHP License conditions
* @author http://Finn-Rasmussen.com
* @version 1.10
* @since 22-feb-2007
*/

// The Google maps api is wrapped into this myPHP taglib
require_once(HTML_GOOGLE_MAPS_PAGE_PATH.'/Googlemaps.php');

                        
// The page layout
DocType::display();        // The html document type
                        // The head section
HeadStart::display('');    // The <html><head>
CssBase::display();        // The style sheet
Googlemaps::css();        // The style sheet for Google map
Googlemaps::javascript(GOOGLE_MAPS_KEY);
                        
// The Body section
BodyStart::display();     // The </head><body>
Googlemaps::display();    // The Google maps api
BodyEnd::display();     // The </body></html>
?>

triangle.gif

Show this page in danmark

Show this page in Germany

Show this page in England

Show this page in France

Show this page in Italy

Show this page in Norge

Show this page in Sverige

Show this page in USA


 
blank.gif
blank.gif
blank.gif
triangle.gif Copyright @ 1999-2009 Web Expert www.Finn-Rasmussen.com Powered by myPHP Version 1.10
blank.gif