diff options
-rwxr-xr-x[-rw-r--r--] | cacertupload.pl | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | pages/account/22.php | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | pages/account/25.php | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | pages/account/39.php | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | pages/account/43.php | 0 | ||||
-rw-r--r-- | pages/wot/10.php | 23 |
6 files changed, 22 insertions, 1 deletions
diff --git a/cacertupload.pl b/cacertupload.pl index 991570b..991570b 100644..100755 --- a/cacertupload.pl +++ b/cacertupload.pl diff --git a/pages/account/22.php b/pages/account/22.php index 9df8200..9df8200 100644..100755 --- a/pages/account/22.php +++ b/pages/account/22.php diff --git a/pages/account/25.php b/pages/account/25.php index a70f608..a70f608 100644..100755 --- a/pages/account/25.php +++ b/pages/account/25.php 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/account/43.php b/pages/account/43.php index f058770..f058770 100644..100755 --- a/pages/account/43.php +++ b/pages/account/43.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> |