"); echo (""); echo (""); //*** MENU SYSTEM NEW STYLE ---------------------------------------------------- $back = "activ"; //Selects the type of Stop button. Preferably back $update = "activ"; //Button appears after entering a field include ("/var/www/html/robotigs/mobile/menu.php"); //Mobile menu top bar echo (""); echo (""); echo (""); echo ("
"); //******* EDIT EMAILADDRESS $tmp = get_txt($con1, 9, $koekje[2], 3800); //Fieldname at screen if ($koekje[3]=="1") { //If this user wants to translate then echo ("$tmp"); //Class for colour }else{ //So you are not allowed to translate echo $tmp; //Show screenname of this field in user language } //End of If you want to translate this fieldname at screen echo ("  "); //Keep at least one space distance from next field echo ("
"); //************* EDIT AVATAR $tmp = get_txt($con1, 9, $koekje[2], 3801); //Fieldname at screen if ($koekje[3]=="1") { //If this user wants to translate then echo ("$tmp"); //Class for colour }else{ //So you are not allowed to translate echo $tmp; //Show screenname of this field in user language } //End of If you want to translate this fieldname at screen echo ("  "); //Keep at least one space distance from next field echo ("
"); //*********** EDIT PASSWORD $tmp = get_txt($con1, 9, $koekje[2], 3802); //Fieldname at screen if ($koekje[3]=="1") { //If this user wants to translate then echo ("$tmp"); //Class for colour }else{ //So you are not allowed to translate echo $tmp; //Show screenname of this field in user language } //End of If you want to translate this fieldname at screen echo ("  "); //Keep at least one space distance from next field echo ("

"); //*** BOTTOM BUTTON BAR -------------------------------------------------------- $settings = "Activ"; //User mobile settings, gear picture //$sensors = "Activ"; //Uncomment includes screen with sensor readings include ("/var/www/html/robotigs/mobile/buttonbar.php"); //Mobile bottom bar //*** HELP SYSTEM NEW STYLE ---------------------------------------------------- $help_wdw = 3713; //The hlptxt from blue question button, txlkey = 29 include ("/var/www/html/robotigs/mobile/help.php"); //Mobile help bar echo (""); echo (""); echo ("");