X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=80ed79172c395355e9d8d3ec539d8333de9ae91e;hb=0d5b50627bcf776d3c2411fb91c01e8cc4349d59;hp=b3126e30fd62ed0a88061c9015fdf6e834893c34;hpb=f48d5700d29e4dec071f9f49940870266c92d38c;p=brisk.git diff --git a/web/index.php b/web/index.php index b3126e3..80ed791 100644 --- a/web/index.php +++ b/web/index.php @@ -20,13 +20,7 @@ * not, write to the Free Software Foundation, Inc, 59 Temple Place - * Suite 330, Boston, MA 02111-1307, USA. * - - -TODO: - - header - - setcookie - - gestire per intero la var globale di output -*/ + */ require_once("Obj/brisk.phh"); require_once("Obj/auth.phh"); @@ -213,7 +207,7 @@ function carousel_top() return (sprintf('', $rn)); } -function index_main(&$room, &$header_out, $addr, $get, $post, $cookie) +function index_main(&$room, $transp_type, &$header_out, $addr, $get, $post, $cookie) { GLOBAL $G_with_donors, $G_donors_cur, $G_donors_all; GLOBAL $G_with_topbanner, $G_topbanner, $G_is_local; @@ -233,8 +227,7 @@ function index_main(&$room, &$header_out, $addr, $get, $post, $cookie) unset ($table_idx); if (($table_token = gpcs_var('table_idx', $get, $post, $cookie)) === FALSE) unset ($table_token); - - + // Use of proxies isn't allowed. if (!$G_is_local && is_proxy($addr)) { return FALSE; @@ -297,7 +290,7 @@ function index_main(&$room, &$header_out, $addr, $get, $post, $cookie) $cookies->add("table_token", $user->table_token, $curtime + 31536000); $cookies->add("table_idx", $user->table, $curtime + 31536000); $header_out['cookies'] = $cookies; - $header_out['Location'] = "Location: briskin5/index.php"; + $header_out['Location'] = "briskin5/index.php"; return TRUE; } @@ -406,14 +399,18 @@ function index_main(&$room, &$header_out, $addr, $get, $post, $cookie) array ( 'id' => 'btn_foroli', 'url' => 'http://www.forumolimpia.it', 'content' => 'img/forumolimpia.gif', - 'content_big' => 'img/forumolimpia_big.png' ) ); + 'content_big' => 'img/forumolimpia_big.png' ), + array ( 'id'=> 'btn_niini', + 'url' => 'http://www.niinivirta.it', + 'content' => 'img/niinivirta.png', + 'content_big' => 'img/niinivirta_big.png') ); $altout_support = ""; $altout_support_big = ""; - for ($i = 0 ; $i < 3 ; $i++) { - $ii = ($i < 2 ? $i : 0); + for ($i = 0 ; $i < 4 ; $i++) { + $ii = ($i < 3 ? $i : 0); $altout_support .= sprintf('
', $i * 20, $altout_support_arr[$ii]['url'], @@ -850,7 +847,8 @@ supported by:


%s %s -
'; +
+'; /* Templates. */ if ($ACTION == 'login') { @@ -862,7 +860,7 @@ supported by:
- + @@ -894,7 +892,7 @@ supported by:
// alert(window.onbeforeunload); g_brow = get_browser_agent(); spo_slide = new sideslide($('spon_caro'), 80, 20); - sup_slide = new sideslide($('supp_caro'), 60, 20); + sup_slide = new sideslide($('supp_caro'), 80, 20); login_init(); - + @@ -1032,7 +1030,7 @@ echo "$body"; ?> window.onload = function() { g_brow = get_browser_agent(); spo_slide = new sideslide($('spon_caro'), 80, 20); - sup_slide = new sideslide($('supp_caro'), 60, 20); + sup_slide = new sideslide($('supp_caro'), 80, 20); sess = ""; -xstm = new xynt_streaming(window, 'iframe', null /* console*/ , gst, 'index_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);}); +xstm = new xynt_streaming(window, "", null /* console */, gst, 'index_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);}); xstm.hbit_set(heartbit); tra = new train($('room_tit')); window.onunload = onunload_cb;