From 9016f300544a53cda5eb4063735897891bd90c14 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Fri, 7 Aug 2015 17:53:51 +0200 Subject: [PATCH] cookie law management --- web/brisk.css | 8 ++++++++ web/index.php | 51 +++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 51 insertions(+), 8 deletions(-) diff --git a/web/brisk.css b/web/brisk.css index d886215..0eaee81 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -86,6 +86,14 @@ img.nobohide { z-index: 12; } +img.bordergray { + border: 1px solid gray; +} + +img.ib_nobo { + border: 0px solid gray; +} + .bg_white { background-color: #ffffff; } diff --git a/web/index.php b/web/index.php index 8f087d8..7848aa5 100644 --- a/web/index.php +++ b/web/index.php @@ -200,6 +200,10 @@ $mlang_room = array( 'userpassuse' => array('it' => 'Il tuo nickname è g 'en' => 'contacts'), 'itm_mail' => array('it' => 'contatti', 'en' => 'contacts'), + 'tit_cook' => array('it' => 'policy sui cookie', + 'en' => 'cookie policy'), + 'itm_cook' => array('it' => 'cookie', + 'en' => 'cookie'), 'tit_cla' => array('it' => 'classifiche degli utenti', 'en' => 'user\'s placings'), 'itm_cla' => array('it' => 'classifiche', @@ -310,7 +314,13 @@ function sidebanners_render($sidebanner, $sidebanner_idx) $tit = eschtml($sb['title']); printf(' alt="%s" title="%s">', $tit, $tit); printf("\n"); - printf('', $i, $sb['icon_big']); + + $ib_class = ""; + if (array_key_exists('icon_big_class', $sb)) { + $ib_class = $sb['icon_big_class']; + } + + printf('', $ib_class, $i, $sb['icon_big']); printf("\n"); } } @@ -322,7 +332,7 @@ function index_main(&$brisk, $transp_type, $header, &$header_out, $remote_addr_f GLOBAL $G_sidebanner, $G_sidebanner_idx; GLOBAL $G_with_poll; GLOBAL $G_lang, $G_lng, $mlang_room; - GLOBAL $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; + GLOBAL $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER, $_COOKIE; if (($sess = gpcs_var('sess', $get, $post, $cookie)) === FALSE) $sess = ""; @@ -335,6 +345,13 @@ function index_main(&$brisk, $transp_type, $header, &$header_out, $remote_addr_f if (($table_token = gpcs_var('table_idx', $get, $post, $cookie)) === FALSE) unset ($table_token); + log_step("LOGIN: $name"); + + // default values + $_cookie_law_3party = 'true'; + if (isset($cookie['_cookie_law_3party'])) + $_cookie_law_3party = $cookie['_cookie_law_3party']; + $remote_addr = addrtoipv4($remote_addr_full); $is_login = FALSE; @@ -587,7 +604,7 @@ function index_main(&$brisk, $transp_type, $header, &$header_out, $remote_addr_f /* MLANG: "briscola chiamata in salsa ajax", */ mt_srand(make_seed()); - if (!$G_is_local) { + if (!$G_is_local && $_cookie_law_3party == 'true') { $rn = rand(0, 1); if ($rn == 0) { @@ -700,6 +717,10 @@ google_color_url = "000000"; onmouseover="menu_hide(0,1);" title="'.$mlang_room['tit_mail'][$G_lang].'">'.$mlang_room['itm_mail'][$G_lang].'
+'.$mlang_room['itm_cook'][$G_lang].'

@@ -1102,6 +1124,12 @@ window.onload = function() {
+ + + + @@ -1423,6 +1453,11 @@ type="submit" class="button" onclick="this.form.elements['realsub'].value = 'chi +