Browse Source

banner

master
memespring 15 years ago
parent
commit
7cdb06509a
6 changed files with 11 additions and 8 deletions
  1. +1
    -1
      data/%%45^45E^45E480CD%%index.tpl.php
  2. +1
    -1
      data/%%6E^6E1^6E190D42%%preview.tpl.php
  3. +4
    -3
      data/%%F7^F7F^F7F34188%%header.tpl.php
  4. +1
    -1
      docs/css/main.css
  5. +1
    -1
      docs/preview.php
  6. +3
    -1
      docs/templates/header.tpl

+ 1
- 1
data/%%45^45E^45E480CD%%index.tpl.php View File

@@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.16, created on 2009-10-05 13:50:52
<?php /* Smarty version 2.6.16, created on 2009-10-05 14:04:40
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
- 1
data/%%6E^6E1^6E190D42%%preview.tpl.php View File

@@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.16, created on 2007-03-17 15:24:58
<?php /* Smarty version 2.6.16, created on 2009-10-05 13:52:45
compiled from preview.tpl */ ?> compiled from preview.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">


+ 4
- 3
data/%%F7^F7F^F7F34188%%header.tpl.php View File

@@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.16, created on 2009-10-05 13:50:52
<?php /* Smarty version 2.6.16, created on 2009-10-05 14:04:40
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">
@@ -20,8 +20,9 @@
<a href="#divContent">Skip navigation</a> <a href="#divContent">Skip navigation</a>
</div> </div>
<div id="divAppeal"> <div id="divAppeal">
Please help support Planning Alerts - <a href="<?php echo $this->_tpl_vars['www_server']; ?>
/donate.php">donate to our server fund today!</a>
<strong>PlanningAlerts.com is currently experiencing technical difficulties because of ongoing legal action by Royal Mail</strong>.<br/>
Our provider of postcode data, ErnestMarples.com, has been taken offline because of legal action. Until we find an alternative source, PlanningAlerts.com will be unable to send out any email alerts, or publish data via it's API.
We apologise for the inconvenience. For more information, visit the <a href="http://www.ernestmarples.com/blog/">Ernest Marples Blog</a>
</div> </div>
<div id="divMenu"> <div id="divMenu">
<ul class="collapse"> <ul class="collapse">


+ 1
- 1
docs/css/main.css View File

@@ -18,7 +18,7 @@ h3, h4 {color:#96ca2f;font-style:italic;font-weight:normal}
#divHeader img {position:absolute;top:-15px;} #divHeader img {position:absolute;top:-15px;}


/* Appeal */ /* Appeal */
#divAppeal {background:#fff; color:#333; border-bottom:solid 1px #333; font-size:0.8em; padding-bottom:0.2em;}
#divAppeal {background:#f9b4b4; color:#333; border-bottom:solid 1px #333; font-size:0.8em; padding-bottom:0.2em;}
#divAppeal a {color:#CC0000;} #divAppeal a {color:#CC0000;}
#divPayment {text-align:center; border:solid 1px #ccc; padding:2em 1em 1em 1em; background:#ffff88;} #divPayment {text-align:center; border:solid 1px #ccc; padding:2em 1em 1em 1em; background:#ffff88;}




+ 1
- 1
docs/preview.php View File

@@ -33,7 +33,7 @@ class preview_page {
$this->warnings .= "No area size specified "; $this->warnings .= "No area size specified ";
} }


if ($this->warnings == ""){
if ($this->warnings == ""){
$url = "http://ernestmarples.com/?p=sw98jx&f=csv"; $url = "http://ernestmarples.com/?p=sw98jx&f=csv";
$result = file_get_contents($url); $result = file_get_contents($url);


+ 3
- 1
docs/templates/header.tpl View File

@@ -17,7 +17,9 @@
<a href="#divContent">Skip navigation</a> <a href="#divContent">Skip navigation</a>
</div> </div>
<div id="divAppeal"> <div id="divAppeal">
Please help support Planning Alerts - <a href="{$www_server}/donate.php">donate to our server fund today!</a>
<strong>PlanningAlerts.com is currently experiencing technical difficulties because of ongoing legal action by Royal Mail</strong>.<br/>
Our provider of postcode data, ErnestMarples.com, has been taken offline because of legal action. Until we find an alternative source, PlanningAlerts.com will be unable to send out any email alerts, or publish data via it's API.
We apologise for the inconvenience. For more information, visit the <a href="http://www.ernestmarples.com/blog/">Ernest Marples Blog</a>
</div> </div>
<div id="divMenu"> <div id="divMenu">
<ul class="collapse"> <ul class="collapse">


Loading…
Cancel
Save