#!/usr/local/bin/php <? /* Thursday, July 6th - Robert Hetzler - Dreamweaver template hax. chdir, for properly locating constants.php rather than searching - Stopping with the modifying of php self, check and put root->current relative path in $path_from_root - should we have a $conf variable for storing all this stuff? - @TODO make $chmod validly set $path_from_root ___________________ Tuesday, January 24th - Michael Roberts - Adding in the ability to use Template Properties to control PHP logic - Added Side_navigation and Breadcrumbs ___________________ Monday, January 23rd - Michael Roberts - Converted to work with PHP4 and ACS servers. ___________________ Friday, January 20th - Michael Roberts - Adding version information/change log - Side items work well, this version might require PHP5 for its autoload capabilities */ if ($chmod) ob_end_clean(); ob_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/Autolink.dwt.php" codeOutsideHTMLIsLocked="true" --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <?php /* */ // only needed if we need sessions for everyone $header = ob_get_contents(); // doing it like this because Dreamweaver won't accept the next hack without the header first, but we can't hack the ACS session name after this.... so... blech. ob_end_clean(); /* */ ob_start(); ?> <link href="../constants.php" rel="stylesheet" type="text/css" /><!-- Dreamweaver automagically updates the relative path, so we parse it for the correct constants.php location --> <?php preg_match('/href="(.*?)"/',ob_get_contents(), $capture); // The most awesome dreamweaver template hack EVAR. ob_end_clean(); $constants_file = $capture[1]; if (!$chmod) { $in_site_root = false; require($constants_file); if ( strstr($_SERVER['PHP_SELF'], WEB_CGI_PATH)) { $path_from_root = substr($_SERVER['PHP_SELF'], strpos($_SERVER['PHP_SELF'], WEB_CGI_PATH) + strlen(WEB_CGI_PATH)); } else { die('Invalid WEB_CGI_PATH. Please check your constants.php'); } } else unset($chmod); session_name(session_id().WEB_CGI_PATH); session_start(); $contrib = $_SESSION['contrib']; // var_dump( $_SESSION ); if ($contrib && strlen($_SESSION['ccn'])>0) { $logged_in = true; } else $logged_in = false; echo $header; $this_page = new SmartTemplate( '/' . $path_from_root ); ?> <?php ob_start(); ?> <!-- InstanceBeginEditable name="doctitle" --> <title>Travel Information</title> <!-- InstanceEndEditable --> <?php $title = trim( strip_tags( ob_get_contents() ) ); ob_end_flush(); $this_page->set( 'title', $title ); ?> <?php ob_start(); ?> <link href="http://www.sfu.ca/hp/clf/css/layout.css" rel="stylesheet" type="text/css" /> <link href="../css/layout.css" rel="stylesheet" type="text/css" /> <link href="../css/dynamic/banner.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="http://www.sfu.ca/hp/clf/js/flyout.js"></script> <script type="text/javascript" src="http://www.sfu.ca/hp/clf/js/browserdetect_lite.js"></script> <script type="text/javascript" src="http://www.sfu.ca/hp/clf/js/opacity.js"></script> <script type="text/javascript" src="http://www.sfu.ca/hp/clf/js/admin.js"></script> <script type="text/javascript" src="http://www.sfu.ca/hp/clf/js/random.js"></script> <script type="text/javascript" src="../js/dynamic/banner.js"></script> <script type="text/javascript" src="http://www.sfu.ca/hp/clf/js/onload.js"></script> <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable --><!-- InstanceParam name="RedirectURL" type="URL" value="" --> <?php $tp = ob_get_contents(); ob_end_flush(); $offset = 0; // I'm using Template Parameters to control certain things like breadcrumb trim. (How deep you have to be before breadcrumbs will show) for( $count=$this_page->getTemplParamCount($tp); $count>0;$count--) { $t_name = $this_page->getTemplParamName($tp, $offset ); $t_val = $this_page->getTemplParamValue($t_name, $tp, $offset ); $this_page->set($t_name, $t_val ); } $this_page->generateHeaders(); // will try to load the page. ob_start(); ?> <link href="../css/contrib_only.css" rel="stylesheet" type="text/css" /> <?php ob_end_clean(); ?> </head> <body> <div id="LIDCuseOnly"><!-- #BeginLibraryItem "/Library/Category.lbi" --> <?php $this_page->set('category', true ) ?> <!-- #EndLibraryItem --></div> <div id="absWrapper"> <div id="container"> <script type="text/javascript" src="http://www.sfu.ca/hp/clf/js/main_sfu_script.js"></script> <a href="../index.php">Simon Fraser University</a> <script type="text/javascript"> //<![CDATA[ document.write('</'+'div>'); //]]> </script><noscript> <div id="header" class="banner_0"><a href="../">Simon Fraser University</a></div> </noscript> <?php $this_page->beforeMainRegion(); ?> <div id="sideItems"> <?php $this_page->afterMainRegion(); ?> </div> <div id="topLinks"> <a href="http://www.sfu.ca/" class="spacer main">SFU.ca</a> <a href="http://www.burnaby.sfu.ca/">Burnaby</a> <div class="divider">|</div> <a href="http://www.surrey.sfu.ca/">Surrey</a> <div class="divider">|</div> <a href="http://www.vancouver.sfu.ca/">Vancouver</a> <form class="search" action="http://www.google.com/u/sfu"> <div class="divider">|</div> <p> <input name="sitesearch" type="hidden" value="sfu.ca" checked="checked" /> <input type="hidden" name="domains" value="sfu.ca" /> <label>SFU Search <input name="q" type="text" size="20" /> </label> </p> </form> <ul id="pullDowns" class="flyout"> <li><a href="http://www.sfu.ca/onlineservices/index.html">SFU Online</a> <script type="text/javascript" src="http://www.sfu.ca/hp/clf/js/SFUonline.js"></script> </li> <li class="divider">|</li> <li><script type="text/javascript" src="http://www.sfu.ca/hp/clf/js/AtoZ.js"></script><noscript> <div><a href="http://www.sfu.ca/dir/az_dir.html">A-Z Links</a></div></noscript> </li> </ul> </div> <!-- InstanceBeginEditable name="MainRegion" --> <p>Simon Fraser University is located in the city of Burnaby, a sister city to Vancouver, British Columbia, Canada.</p> <p>Flight destination is Vancouver International Airport (YVR).</p> <p>US citizens be sure to have a current passport. (If you don't, then apply now, to allow for possible delays.)</p> <p> </p> <p>The airport is located south of Vancouver. </p> <p>SFU is located to the east of Vancouver and is about a 50 minute drive from the airport.</p> <p>Allow an hour -- and significantly more during rush periods.</p> <p>If not renting a car, you will need to take a taxi or limosine from the airport.</p> <p>See the <a href="Accommodation/index.php">Accommodations</a> page for hotel options. </p> <p> </p> <p>For driving map and directions see <a href="http://www.mapquest.com/directions/main.adp?mo=ma&2si=ca&un=m&go=1&1ffi=1&2gi=0&1a=Grant+Mcconachie+Way&1c=Vancouver&1pl=604-276-6101&1pn=Vancouver+International+Airport+(YVR)&1g=5G76nZDIkoF0wjkPoCEOfA%253d%253d&2a=W+Campus+Road&1l=e4m7ic3fO3crlLhofRSlAA%253d%253d&2c=Burnaby&cl=EN&1qn=Vancouver+International+Airport+(YVR)&2g=vGglAWJSNSEfIwLafXMH%252bw%253d%253d&qq=IEaKSvfsRso9tf48KtoXO0epPe6idRiTXm1i2GWReURf6MBjEv8ZfmeBew1CkBohLOGMpYTJWfOBYdJCnef5NKLpxvYP9NGuuKPxlxWoik1Nu5jYJCtYI7BvMGHNcDn3CQxOqEsJWQXECUJtuPsCgmLmGMKC8kjOiaCzDb0ZC%252fwGG7azEW3G292GA%252f5d8QyrNWgVH3rqvr%252fsNpPPFDE1YZpPjYVYVkzxJX8qRMEib2wizhAE0vr0xmWG4IIXShrsGbKGXfPbxwPaYsS%252bJ4rudOTmsS7SOZ%252bVVEG%252bpTwStoyXRp77fxDeZxsKRSoECezLOtunbG4xd7Hi4QItWnPjxrkH3sQlzbVqaaXMXUIU9H6%252fMFJdrJ19OcomXfv8FAeP0pnvQpdrBsrDid%252bR64Uu5L84TEN7YF6%252faO9Quez0sMeNuhmaQJC1Vp8CJUWaT8IsxJlEpmV5Qf%252bptUQzqDCLAK%252bKQW9bU%252bGBmfPgDQOiziKeKVMw1Mbm61l%252fRnEMD3oq&1s=BC&2l=9SPb8jY5fOfCp8X31IHNVA%253d%253d&ct=NA&1v=ADDRESS&1y=CA&1z=V7B&2s=BC&2da=-1.000000&2rc=B2AAA&2v=STREET&did=1191155103&2y=CA&2z=V5A&rsres=1&do=nw&r=s">mapquest.com</a>.</p> <p>To get directions from the airport to <a href="http://www.sfu.ca/conference-accommodation/directions.html">SFU Guest Accomodations</a>, specify:</p> <p>Starting location/Place name: YVR</p> <p>Ending location/Address or Intersection: W Campus Rd, Burnaby BC </p> <p>or for alternative off-campus hotel </p> <p>Ending location/Place name: Executive Hotels&Resorts Address: 405 North Rd, Coquitlam, BC V3K 3V9</p> <p>Compare:</p> <p>The <a href="http://www.mapquest.com/directions/main.adp?mo=ma&2si=ca&un=m&go=1&1ffi=1&1a=Grant+Mcconachie+Way&1c=Vancouver&1pl=604-276-6101&1pn=Vancouver+International+Airport+(YVR)&1g=5G76nZDIkoF0wjkPoCEOfA%253d%253d&2a=W+Campus+Road&1l=e4m7ic3fO3crlLhofRSlAA%253d%253d&2c=Burnaby&cl=EN&1qn=Vancouver+International+Airport+(YVR)&2g=vGglAWJSNSEfIwLafXMH%252bw%253d%253d&qq=IEaKSvfsRso9tf48KtoXO0epPe6idRiTXm1i2GWReURf6MBjEv8ZfmeBew1CkBohLOGMpYTJWfOBYdJCnef5NKLpxvYP9NGuuKPxlxWoik1Nu5jYJCtYI7BvMGHNcDn3CQxOqEsJWQXECUJtuPsCgmLmGMKC8kjOiaCzDb0ZC%252fwGG7azEW3G292GA%252f5d8QyrNWgVH3rqvr%252fsNpPPFDE1YZpPjYVYVkzxJX8qRMEib2wizhAE0vr0xmWG4IIXShrsw%252fFXqWLeNcchvGUkIEI7%252fUewVuTTbSAhXt7VxarXZ6mflLR%252fVvzB%252bNZhjJCQHoIep%252fsec%252bQymHzqvXVHQrwDOUiIOwpwTIjWaE7MjCiGLaeegt1vnG8PAWd63DNFkV%252fenxTe6gayyMZVqY%252f%252fnlhZZZV%252bxJps2y2146hSqX0L%252br3wB9kbbr4Aubn34WyXAkYQCNjuovOeEoYdht3mhYWVo8leeCxZ4ubT4FtIJbuoEHXWkug3TAUKVnnLaNszfycmiCJXFgcWJKWYiYUzqFTvjc%252fX%252bIlT2%252bu0S8S8kqD9YzAKrVDd9kzLp2X8feV1yg4a8mJ%252fdVrSqdDWFm7IDz2uJCV%252bbxFOaLAT7sFjhk5IkuCtsC9en5jSWg%253d%253d&1s=BC&2l=9SPb8jY5fOfCp8X31IHNVA%253d%253d&ct=NA&1v=ADDRESS&1y=CA&1z=V7B&2s=BC&2rc=B2AAA&2v=STREET&did=1191155103&2y=CA&2z=V5A&rsres=1&do=nw&r=s">shortest distance</a> may take you directly through downtown Vancouver or through south Vancouver/Burnaby.</p> <p>The <a href="http://www.mapquest.com/directions/main.adp?mo=ma&2si=ca&un=m&go=1&1ffi=1&1a=Grant+Mcconachie+Way&1c=Vancouver&1pl=604-276-6101&1pn=Vancouver+International+Airport+(YVR)&1g=5G76nZDIkoF0wjkPoCEOfA%253d%253d&2a=W+Campus+Road&1l=e4m7ic3fO3crlLhofRSlAA%253d%253d&2c=Burnaby&cl=EN&1qn=Vancouver+International+Airport+(YVR)&2g=vGglAWJSNSEfIwLafXMH%252bw%253d%253d&qq=UHVXrlaxt4gsDHU%252ftQpiN50OzSSCuLpWWLQMqwfZsIO9Ys7MNYH5F1n402Ft3rEWnCYE4Jf6RUzUjsb%252bsuOL%252fi8cE7qzb%252bPuGmfjIM5bQRffxBO8PTyMuAFQYpANQ%252fdluPPu4GhFIYrXvNvIhSmaULslv6YN2TdVxAn%252frNE2Gm9h7dwNPY%252beWfqI1Uc0UDsf8QgCHSxYKCdHWUcQRjDO94fZHJ3nqe68GyTawRFa03euGZKRjh4jlmdrGNjgngpszSS1KnVdQ%252f0G77tJsxpyqCEOqQd7nxTS15J%252fBDQC6bg39Dl1No4ke27unVUUIGBTKLJnpY9BegGGRQPpNRzeNHCMyyB2Rr3GAGYY9YeO9%252bRXO5VyxDTNaJFtYtvKeRsoI9hZEyEX6JbFh5pVmdOiNVTbGGqAJCt2CaU5QAL0Uvjk3YneA0Um23NssuTjJ70fAAKbQmNwWlZhPpDmiCiszcYAgyAsGlIScgtAir8LQV4e9vlxOyCHTRHo26AuKOPe4QYMEypTAiMP4U%252fk9RTqvhgczLkKbPSJQE9z1rbfZE6STnQ%252bdn5A7D1eA4U7SCA67kOseM304B8YeAChDZEpePksCHPdQRF47NNnnamAvLprfJMzxZHAjg%253d%253d&1s=BC&2l=9SPb8jY5fOfCp8X31IHNVA%253d%253d&ct=NA&1v=ADDRESS&1y=CA&1z=V7B&2s=BC&2rc=B2AAA&2v=STREET&did=1191155103&2y=CA&2z=V5A&rsres=1&do=nw&r=f">shortest time</a> may bypass both Vancouver and Burnaby to the south. </p> <p> </p> <p>Arrving at SFU on Gagliardi Way, directly ahead, you will see the 24-hour Information and Security Office. </p> <p>You can park temporarily in front. Go in and ask directions to the Guest Accommodations Office.</p> <p>The Guest Accommodations Office is in Residences Administration Building A, to the south-east of the Residences parking lot. Arrange for a visitor parking permit at the Guest Accomodations check-in desk. The cost of the parking permit is $5.50/day.</p> <p>This permit would be valid ONLY for the Residences parking lot. If you need to park temporarily in other designated vistor parking areas on campus, please be aware that you will need to purchase a ticket from an automatic dispenser at that site. Do not park anywhere on campus without a valid ticket or permit for the specific location. </p> <p> </p> <p>See the SFU <a href="Maps.php">Maps</a> page.</p> <p> </p> <p>Note that check-in is from 3:00 PM until midnight. Guests arriving outside that time interval must <a href="http://www.sfu.ca/conference-accommodation/contact.html">contact the Guest Accommodations Office</a> in advance to make special arrangements. </p> <p> </p> <p>A suggestion for a nice easy walk is the trail to Burnaby Mountain Park where there is an unobstructed view toward Vancouver and also vantages facing north towards the mountains, and overlooking Burrard Inlet and Indian Arm. On the north side of University Way at about the point where W Campus Rd intersects, a level foot trail leads off to the west. The round trip between the Simon Hotel and the park is about 2 km. The trail divides a short way along, but both branches end up at the park. Do not leave the trail to the north, as there are hidden precipices. </p> <p> </p> <p>The following booklet contains a broad collection of visitor information -- on-campus restaurants etc.: </p> <p><a href="http://www.irmacs.sfu.ca/documents/Visitor_Booklet.pdf">• IRMACS Visitor Information Booklet (pdf)</a></p> <p> </p> <!-- InstanceEndEditable --> <?php $this_page->printFooterItems(); ?> <div id="footer"><?php include('footer'.'.php'); ?> | <a href="http://www.sfu.ca/webmaster/terms.html">Terms / Privacy</a> | <a href="http://www.sfu.ca/contact/index.html">Contact Us</a> | <a href="http://www.sfu.ca/about/sitemap.html">SiteMap</a> | <a href="http://www.sfu.ca/security/sfuroadconditions/">Road Conditions</a> | © Simon Fraser University</div> </div> </div> <?php $this_page->pageLogic(); ?> </body><!-- InstanceEnd --> </html>