diff options
author | Michael Tänzer <neo@nhng.de> | 2011-12-22 15:09:58 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-12-22 15:09:58 +0100 |
commit | 9159baecf3516528f9ad9c0353bd0478365ca287 (patch) | |
tree | 7c942691bffa95fdd97e850bee3adf1f846c22a5 /pages | |
parent | 3aaa4cdb41b2a2ab155baaaf1dc99246b788d4a6 (diff) | |
download | cacert-9159baecf3516528f9ad9c0353bd0478365ca287.tar.gz cacert-9159baecf3516528f9ad9c0353bd0478365ca287.tar.xz cacert-9159baecf3516528f9ad9c0353bd0478365ca287.zip |
Source code taken from cacert-20111217.tar.bz2
Diffstat (limited to 'pages')
-rw-r--r--[-rwxr-xr-x] | pages/account/39.php | 0 | ||||
-rw-r--r-- | pages/wot/10.php | 23 | ||||
-rw-r--r-- | pages/wot/5.php | 14 |
3 files changed, 26 insertions, 11 deletions
diff --git a/pages/account/39.php b/pages/account/39.php index 9e09bb8..9e09bb8 100755..100644 --- a/pages/account/39.php +++ b/pages/account/39.php diff --git a/pages/wot/10.php b/pages/wot/10.php index 51ed019..bc76a86 100644 --- a/pages/wot/10.php +++ b/pages/wot/10.php @@ -16,6 +16,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ ?> <? + $thawte = false; + ?> <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper"> <tr> @@ -43,6 +45,11 @@ <td class="DataTD"><?=sprintf(_("You have made %s assurances which ranks you as the #%s top assurer."), intval($rc), intval($rank))?></td> </tr> </table> +<center> +<br> +<?=sprintf(_("The calculation of points will be changed in the near future. Please check the %s new calculation %s"), "<a href='/wot.php?id=15'>", "</a>")?> +<br> +</center> <br> <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper"> <tr> @@ -71,13 +78,27 @@ <td class="DataTD"><?=$row['location']?></td> <td class="DataTD"><?=_(sprintf("%s", $row['method']))?></td> </tr> -<? } ?> +<? + $thawte = ($row['method'] == "Thawte Points Transfer") || $thawte; +} ?> <tr> <td class="DataTD" colspan="3"><b><?=_("Total Points")?>:</b></td> <td class="DataTD"><?=intval($_SESSION['profile']['points'])?></td> <td class="DataTD" colspan="2"> </td> </tr> </table> +<? +if ($thawte) +{ +?> +<br> +<center> +<strong style='color: red'> +<?=_("Your Thawte-Points will be revoked in the near future. Please check new calculation!");?> +<br> +</strong> +</center> +<?}?> <br> <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper"> <tr> diff --git a/pages/wot/5.php b/pages/wot/5.php index 6c53d00..f717870 100644 --- a/pages/wot/5.php +++ b/pages/wot/5.php @@ -20,16 +20,10 @@ <? if(array_key_exists('error',$_SESSION['_config']) && $_SESSION['_config']['error'] != "") { - if(array_key_exists('reminderset',$_SESSION['_config']) && $_SESSION['_config']['remindersent'] == 1) - { - ?><font color="orange" size="+1"><? - } - else - { - ?><font color="orange" size="+1"><?=_("ERROR")?>: <? - } - echo $_SESSION['_config']['error']."</font>"; - unset($_SESSION['_config']['error']); + ?><font color="orange" size="+1"> + <? echo _("ERROR").": ".$_SESSION['_config']['error'] ?> + </font> + <?unset($_SESSION['_config']['error']); } ?> <? if(array_key_exists('noemailfound',$_SESSION['_config']) && $_SESSION['_config']['noemailfound'] == 1) { ?> |