<?php
/**
*
* @author Tim Redmond
* @version 2.2
* @since 2.2 Apr 28, 2009
* @package kwalbum
*/
?>
<big><b><a href="<?=$URLP->GetExtendedURL('Locations')?>"><?=$URLP->GetTitle()?>:</a> Locations</b>
for items<?php
if ($URLP->GetUser())
echo ' from <b>'.$URLP->GetUser().'</b>';
if ($URLP->GetDateString())
echo ' with the date <b>'.$URLP->GetDateString().'</b>';
if ($URLP->GetTagString())
echo ' with the tag(s) <b>'.$URLP->GetTagString().'</b>';
?>
</big>
<div id="mapCanvas" style="width: 100%; max-width: 800px; height: 400px;"></div>
<div id="locationsList"><a href="<?=$URLP->GetExtendedURL('Locations')?>&p=LocationsList">List all locations.</a></div>