From 8cf173d68f241c4a2afb9d129176d43886026ba0 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Tue, 1 Jan 2013 12:56:34 +0100 Subject: [PATCH] new year icons added --- web/Obj/brisk.phh | 12 ++++++++ web/Obj/user.phh | 4 +++ web/brisk.css | 2 +- web/index.php | 70 +++++++++++++++++++++++++++++++++++------------ web/room.js | 16 +++++++++++ 5 files changed, 86 insertions(+), 18 deletions(-) diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 0d28447..c7233f5 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -1466,6 +1466,18 @@ class Room else if (strcasecmp($st_str, "pulizie") == 0) { $st = USER_FLAG_S_MOP; } + else if (strcasecmp($st_str, "babbo") == 0) { + $st = USER_FLAG_S_BABBO; + } + else if (strcasecmp($st_str, "renna") == 0) { + $st = USER_FLAG_S_RENNA; + } + else if (strcasecmp($st_str, "pupazzo") == 0) { + $st = USER_FLAG_S_PUPAZ; + } + else if (strcasecmp($st_str, "vischio") == 0) { + $st = USER_FLAG_S_VISCH; + } else { /* MLANG: "Questo stato non esiste." */ $to_user = sprintf('chatt_sub("%s", [2,"%s"],"%s");', $dt, NICKSERV, $mlang_brisk['statunkn'][$G_lang]); diff --git a/web/Obj/user.phh b/web/Obj/user.phh index ad63154..4beaa5f 100644 --- a/web/Obj/user.phh +++ b/web/Obj/user.phh @@ -46,6 +46,10 @@ define('USER_FLAG_S_RABB', 0x800); // done define('USER_FLAG_S_SOCC', 0x900); // done define('USER_FLAG_S_BABY', 0xa00); // done define('USER_FLAG_S_MOP', 0xb00); // done +define('USER_FLAG_S_BABBO', 0xc00); // done +define('USER_FLAG_S_RENNA', 0xd00); // done +define('USER_FLAG_S_PUPAZ', 0xe00); // done +define('USER_FLAG_S_VISCH', 0xf00); // done define('USER_FLAG_S_ALL', 0xf00); // done diff --git a/web/brisk.css b/web/brisk.css index b918872..82fbe90 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -22,7 +22,7 @@ */ body { - background-image: url('img/icefallbg.jpg'); + background-image: url('img/snowy.jpg'); background-color: #fafafa; background-repeat: no-repeat; background-position: center center; diff --git a/web/index.php b/web/index.php index d380c15..0534005 100644 --- a/web/index.php +++ b/web/index.php @@ -88,6 +88,14 @@ $mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati 'en' => 'baby'), 'st_mop_desc' => array('it' => 'pulizie', 'en' => 'mop'), + 'st_babbo_desc' => array('it' => 'babbo', + 'en' => 'mop'), + 'st_renna_desc' => array('it' => 'renna', + 'en' => 'mop'), + 'st_pupaz_desc' => array('it' => 'pupazzo', + 'en' => 'mop'), + 'st_visch_desc' => array('it' => 'vischio', + 'en' => 'mop'), 'tit_ticker' => array('it' => 'scrivi un invito al tavolo e clicca', 'en' => 'write an invitation at the table and click'), @@ -564,7 +572,7 @@ google_color_url = "000000"; '.$mlang_room['itm_pro'][$G_lang].'
-about
@@ -575,15 +583,15 @@ google_color_url = "000000";
-'.$mlang_room['itm_cla'][$G_lang].'
-'.$mlang_room['itm_rmap'][$G_lang].'
@@ -641,92 +649,120 @@ google_color_url = "000000"; .$mlang_room['stat_desc'][$G_lang]. '