浏览代码

banner

master
memespring 14 年前
父节点
当前提交
7cdb06509a
共有 6 个文件被更改,包括 11 次插入8 次删除
  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 查看文件

@@ -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 */ ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array()));


+ 1
- 1
data/%%6E^6E1^6E190D42%%preview.tpl.php 查看文件

@@ -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 */ ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


+ 4
- 3
data/%%F7^F7F^F7F34188%%header.tpl.php 查看文件

@@ -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 */ ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
@@ -20,8 +20,9 @@
<a href="#divContent">Skip navigation</a>
</div>
<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 id="divMenu">
<ul class="collapse">


+ 1
- 1
docs/css/main.css 查看文件

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

/* 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;}
#divPayment {text-align:center; border:solid 1px #ccc; padding:2em 1em 1em 1em; background:#ffff88;}



+ 1
- 1
docs/preview.php 查看文件

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

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


+ 3
- 1
docs/templates/header.tpl 查看文件

@@ -17,7 +17,9 @@
<a href="#divContent">Skip navigation</a>
</div>
<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 id="divMenu">
<ul class="collapse">


正在加载...
取消
保存