00dd479bfd1ec4a43639ca229f2aafacf3915c6f
[brisk.git] / web / Obj / brisk.conf-templ.pho
1 <?php
2 // G_dbasetype value can be "pgsql" or "file"
3 $G_dbasetype="pgsql";
4 $G_lang = "it";
5 $G_shutdown = FALSE;
6 $G_room_roadmap = '<div style=\"text-align: left;\"><ul>
7 <li>testing della versione beta di brisk2</li>
8 <li>rilascio di brisk2</li>
9 <li>inizio di brisk3 - supporto a database</li>
10 <li>possibilit&agrave; di autenticarsi</li>
11 </ul></div>';
12 $G_proxy_white_list = array();
13 $G_alarm_passwd = "yourpasswd";
14 $G_is_local = FALSE;
15
16 $G_webserver_max = 120;
17
18 $G_black_list = array();
19
20 // is the top banner active ?
21 $G_with_topbanner = FALSE;
22 // is the first side banner active ?
23 $G_with_sidebanner = TRUE;
24 // is the second side banner active ?
25 $G_with_sidebanner2 = TRUE;
26 // is poll active ?
27 $G_with_poll = FALSE;
28
29 // this is the prefix path to remove from backtrace 
30 $G_btrace_pref_sub = "/home/nastasi/web/";
31
32 $G_with_splash = TRUE;
33 $G_splash_interval = 25200; // 3600 * 7
34 $G_splash_idx = 3;
35 $G_splash_w = 350;
36 $G_splash_h = 500;
37 $G_splash_timeout = 5000;
38 $G_splash_content = array( 'it' => 'content italico',
39                            'en' => 'content anglofico' );
40
41 $G_with_donors = TRUE;
42 $G_donors_cur = 12;
43 $G_donors_all = 50;
44
45 $G_topbanner = '<div class="topbanner" id="topbanner" onMouseOver="show_bigpict(this, \'over\', -100, 80);" onMouseOut="show_bigpict(this, \'out\', 0, 0);">
46 <a target="_blank" href="http://www.briscolachiamatamilano.it/maggiotorneo.htm">
47 Torneo di briscola<br> chiamata - Milano<br> 17/05/2008</a>
48 </div>
49 <img class="nobohide" id="topbanner_big" src="img/bcm_tor080517.gif">';
50
51 $G_sidebanner = '<div class="topbanner" style="background: #ffd780; border: solid 1px #ffae00; width: 60px; margin: auto;" id="sidebanner2">
52 <a target="_blank" href="briskmeeting4.php">
53 <img style="position: static; border: solid 0px black;" src="img/brisk_meeting_trinacria60b.png"  onMouseOver="show_bigpict($(\'sidebanner2\'), \'over\', 100, -80, \'\');" onMouseOut="show_bigpict($(\'sidebanner2\'), \'out\', 0, 0, \'\');"></div>
54 <img class="nobohide" id="sidebanner2_big" src="img/brisk_meeting4big150.png">';
55
56 $G_sidebanner2 = '<div class="topbanner" style="background: #ffd780; border: solid 1px #ffae00; width: 60px; margin: auto;" id="sidebanner2">
57 <a target="_blank" href="briskmeeting4.php">
58 <img style="position: static; border: solid 0px black;" src="img/brisk_meeting_trinacria60b.png"  onMouseOver="show_bigpict($(\'sidebanner2\'), \'over\', 100, -80, \'\');" onMouseOut="show_bigpict($(\'sidebanner2\'), \'out\', 0, 0, \'\');"></div>
59 <img class="nobohide" id="sidebanner2_big" src="img/brisk_meeting4big150.png">';
60
61 $G_poll_name = "calcolo_punteggio";
62 $G_poll_title = "Vota come calcolare i punteggi!";
63 $G_poll_entries = array( array( 'id' => 'din', 'cont' => 'Dinner room'),
64                          array( 'id' => 'bat', 'cont' => 'Bath room'),
65                          array( 'id' => 'coo', 'cont' => 'Cooking room') );
66
67 ?>