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/wot/10.php | |
parent | 3aaa4cdb41b2a2ab155baaaf1dc99246b788d4a6 (diff) | |
download | cacert-devel-9159baecf3516528f9ad9c0353bd0478365ca287.tar.gz cacert-devel-9159baecf3516528f9ad9c0353bd0478365ca287.tar.xz cacert-devel-9159baecf3516528f9ad9c0353bd0478365ca287.zip |
Source code taken from cacert-20111217.tar.bz2
Diffstat (limited to 'pages/wot/10.php')
-rw-r--r-- | pages/wot/10.php | 23 |
1 files changed, 22 insertions, 1 deletions
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> |