@@ -1,4 +1,4 @@ | |||||
<?php /* Smarty version 2.6.16, created on 2007-11-03 09:51:05 | |||||
<?php /* Smarty version 2.6.16, created on 2008-02-21 14:24:04 | |||||
compiled from index.tpl */ ?> | compiled from index.tpl */ ?> | ||||
<?php $_smarty_tpl_vars = $this->_tpl_vars; | <?php $_smarty_tpl_vars = $this->_tpl_vars; | ||||
$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array())); | $this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array())); | ||||
@@ -1,4 +1,4 @@ | |||||
<?php /* Smarty version 2.6.16, created on 2007-11-03 10:05:39 | |||||
<?php /* Smarty version 2.6.16, created on 2008-02-21 14:24:04 | |||||
compiled from header.tpl */ ?> | compiled from header.tpl */ ?> | ||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | ||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||||
@@ -10,13 +10,13 @@ class confirmed_page { | |||||
//Properties | //Properties | ||||
var $postcode = ""; | var $postcode = ""; | ||||
var $alert_area_size = 0; | var $alert_area_size = 0; | ||||
//Constructor | //Constructor | ||||
function confirmed_page() { | function confirmed_page() { | ||||
$this->setup(); | $this->setup(); | ||||
$this->bind(); | $this->bind(); | ||||
} | } | ||||
//Setup | //Setup | ||||
function setup (){ | function setup (){ | ||||
@@ -742,7 +742,7 @@ | |||||
return new OSRef($east + $nx, $north + $ny); | return new OSRef($east + $nx, $north + $ny); | ||||
} | } | ||||
/** | /** | ||||
* Work out the UTM latitude zone from the latitude | * Work out the UTM latitude zone from the latitude | ||||
* | * | ||||
@@ -103,7 +103,7 @@ | |||||
<h4 id="hLicenseInfo">License information</h4> | <h4 id="hLicenseInfo">License information</h4> | ||||
<p> | <p> | ||||
Both the <a href="http://www.planningalerts.com/backup.gz"> raw data</a> and data via the api are licensed under the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0 license</a>. The license granted in relation to the 'Work' should be read broadly to relate not only copyright but all other IP rights present in this dataset including, for example, any Database rights. | |||||
Both the <a href="http://www.planningalerts.com/backup.gz"> raw data</a> and data via the api are licensed under the <a href="http://creativecommons.org/licenses/by-nc/3.0/">Creative Commons Attribution-Noncommercial 3.0 license</a>. The license granted in relation to the 'Work' should be read broadly to relate not only copyright but all other IP rights present in this dataset including, for example, any Database rights. | |||||
</p> | </p> | ||||
{include file="footer.tpl"} | {include file="footer.tpl"} |