<{if $document.tag_use }> <{if $document.name != '' }> <{$document.name}> <{/if}> <{if $document.description != '' }> <{$document.description}> <{/if}> <{if $document.open_use && ($document.open != '') }> <{$document.open}> <{/if}> <{/if}> <{if $folder.tag_use }> <{if $folder.name != '' }> <{$folder.name}> <{/if}> <{if $folder.description != '' }> <{$folder.description}> <{/if}> <{if $folder.open_use && ($folder.open != '') }> <{$folder.open}> <{/if}> <{/if}> <{* === placemark loop === *}> <{foreach item=placemark from=$placemarks}> <{if $placemark.name != '' }> <{$placemark.name}> <{/if}> <{if $placemark.description != '' }> ]]> <{/if}> <{$placemark.longitude}>,<{$placemark.latitude}> <{/foreach}> <{* === placemark loop end === *}> <{if $folder.tag_use }> <{/if}> <{if $document.tag_use }> <{/if}> <{* http://earth.google.com/kml/ *}> <{* $Id: main_kml.html,v 1.1.1.1 2012/03/17 09:28:11 ohwada Exp $ *}>