diff options
Diffstat (limited to 'cacert/pages/index')
-rw-r--r-- | cacert/pages/index/1.php | 2 | ||||
-rw-r--r-- | cacert/pages/index/11.php | 2 | ||||
-rw-r--r-- | cacert/pages/index/19.php | 5 | ||||
-rw-r--r-- | cacert/pages/index/8.php | 11 |
4 files changed, 12 insertions, 8 deletions
diff --git a/cacert/pages/index/1.php b/cacert/pages/index/1.php index c5b181e..d9ce8a8 100644 --- a/cacert/pages/index/1.php +++ b/cacert/pages/index/1.php @@ -46,7 +46,7 @@ <tr> <td class="DataTD"><?=_("Suffix")?><br> (<?=_("optional")?>)</td> - <td class="DataTD"><input type="text" name="suffix" value="<?=array_key_exists('suffix',$_REQUEST)?sanitizeHTML($_REQUEST['suffix']):""?>" autocomplete="off"></td> + <td class="DataTD"><input type="text" name="suffix" value="<?=array_key_exists('suffix',$_REQUEST)?sanitizeHTML($_REQUEST['suffix']):""?>" autocomplete="off"><br><?=sprintf(_("Please only write %sName Suffixes%s into this field."),'<a href="http://en.wikipedia.org/wiki/Suffix_%28name%29" target="_blank">','</a>')?></td> </tr> <tr> <td class="DataTD"><?=_("Date of Birth")?><br> diff --git a/cacert/pages/index/11.php b/cacert/pages/index/11.php index 0142682..1b76f9c 100644 --- a/cacert/pages/index/11.php +++ b/cacert/pages/index/11.php @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ - $_SESSION['_config']['secrethash'] = md5(date("YmdHis").rand(0, intval(date("u")))); +if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['secrethash'] = md5(date("YmdHis").rand(0, intval(date("u")))); ?> <H3><?=_("Contact Us")?></H3> diff --git a/cacert/pages/index/19.php b/cacert/pages/index/19.php index bd3a3d1..c58eb68 100644 --- a/cacert/pages/index/19.php +++ b/cacert/pages/index/19.php @@ -15,6 +15,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ ?> +<span style="background-color: #FF8080; font-size: 150%"> +Note that the <strong>TTP</strong> programme is effectively <strong>Frozen</strong><br> +Until a subsidiary policy under AP is written, it is against AP rules.<br> +</span> + <br> <h3><?=_("Information")?></h3> <table border="0" align="center" cellspacing="0" cellpadding="0"> <tr> diff --git a/cacert/pages/index/8.php b/cacert/pages/index/8.php index 368760b..26acaa9 100644 --- a/cacert/pages/index/8.php +++ b/cacert/pages/index/8.php @@ -17,12 +17,11 @@ */ ?> <p><b><? printf(_("The current %s board, and roles."), "CAcert Inc."); ?></b></p> <p> -Nick Bebout - <?=_("President")?><br/> -Mark Lipscombe - <?=_("Vice-President")?><br/> -Philipp Dunkel - <?=_("Secretary")?><br/> +Lambert Hofstra - <?=_("President")?><br/> +Daniel Black - <?=_("Vice-President")?><br/> +Mark Lipscombe - <?=_("Secretary")?>, <?=_("Public Officer")?><br/> Ernestine Schwob - <?=_("Treasurer")?><br/> -Andreas Bürki - <?=_("member")?><br/> -Guillaume Romagny - <?=_("member")?><br/> +Nick Bebout - <?=_("member")?><br/> Ian Grigg - <?=_("member")?><br/> -Robert Cruikshank - <?=_("Public Officer")?><br/> +Mario Lipinski - <?=_("member")?><br/> </p> |