-l*) legal_path="$(get_param "-l" "$1" "$2")"; sh=$?;;
-U*) usock_path="$(get_param "-U" "$1" "$2")"; sh=$?;;
-u*) sys_user="$(get_param "-u" "$1" "$2")"; sh=$?;;
- system) action=system;;
+ system) action=system ; sh=1;;
-W) web_only="TRUE";;
-x) test_add="TRUE";;
-h) usage $0; exit 0;;
}
body {
- background-image: url('img/beta.png');
+ background-image: url('img/brisk-bg.png');
background-color: #fafafa;
background-attachment: fixed;
margin: 0px;
-moz-border-radius: 8px;
border-radius: 8px;
- background-image: url('img/beta_light.png');
+ background-image: url('img/brisk-bg-light.png');
background-attachment: fixed;
top: 0;
'en' => 'cookie policy'),
'itm_cook' => array('it' => 'cookie',
'en' => 'cookie'),
+ 'tit_dtmg' => array('it' => 'trattamento dati personali',
+ 'en' => 'personal data management'),
+ 'itm_dtmg' => array('it' => 'dati personali',
+ 'en' => 'personal data'),
'tit_cla' => array('it' => 'classifiche degli utenti',
'en' => 'user\'s placings'),
'itm_cla' => array('it' => 'classifiche',
onmouseover="menu_hide(0,1);"
title="'.$mlang_room['tit_cook'][$G_lang].'"
alt="'.$mlang_room['tit_cook'][$G_lang].'">'.$mlang_room['itm_cook'][$G_lang].'</a><br>
+
+<a target="_blank" href="http://www.alternativeoutput.it/personal_data.php"
+ onmouseover="menu_hide(0,1);"
+ title="'.$mlang_room['tit_dtmg'][$G_lang].'"
+ alt="'.$mlang_room['tit_dtmg'][$G_lang].'">'.$mlang_room['itm_dtmg'][$G_lang].'</a><br>
<hr>
<a href="#"
}
table.placing {
- background-image: url('img/beta_light.png');
+ background-image: url('img/brisk-bg-light.png');
background-attachment: fixed;
border: 1px solid gray;
-moz-border-radius: 8px;
border-radius: 8px;
- background-image: url('img/beta_light.png');
+ background-image: url('img/brisk-bg-light.png');
background-attachment: fixed;
width: 25%;
border-spacing: 0px;
padding: 0px;
- background-image: url('img/beta_light.png');
+ background-image: url('img/brisk-bg-light.png');
background-attachment: fixed;
}
border: 1px solid gray;
margin-top: 8px;
- background-image: url('img/beta_light.png');
+ background-image: url('img/brisk-bg-light.png');
background-attachment: fixed;
}
-moz-border-radius: 4px;
border-radius: 4px;
- background-image: url('img/beta_light.png');
+ background-image: url('img/brisk-bg-light.png');
background-attachment: fixed;
}
$subj = $mlang_indwr['nu_msubj'][$G_lang];
if (($usr_obj->type & USER_FLAG_TY_APPR) == USER_FLAG_TY_APPR) {
$body_txt = sprintf($mlang_indwr['ap_mtext'][$G_lang],
- $cli_name, $confirm_page);
+ $usr_obj->login, $confirm_page);
$body_htm = sprintf($mlang_indwr['ap_mhtml'][$G_lang],
- $cli_name, $confirm_page);
+ $usr_obj->login, $confirm_page);
}
else {
$body_txt = sprintf($mlang_indwr['nu_mtext'][$G_lang],