"); echo (""); //*** MENU SYSTEM NEW STYLE ---------------------------------------------------- $back = "activ"; //Selects the type of Stop button. Preferably back $update = "update"; //Default set no special buttons, just stop and help include ("/var/www/html/robotigs/mobile/menu.php"); //Mobile menu bar //*** FROM HERE ON THE NORMAL USER SCREEN STARTS ------------------------------- echo (""); echo (""); echo (""); echo (""); //Empty field in stead of finger echo (""); echo (""); echo (""); //*** HELP SYSTEM NEW STYLE ---------------------------------------------------- echo ("
 "); //Empty line echo ("
"); //********** EDIT INLOGNAME $tmp = get_txt($con1, 9, $koekje[2], 3690); //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], 2896); //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 ("
 "); //Empty line echo ("
"); //*BECOME MEMBER $tmp = get_txt($con1, 9, $koekje[2], 3776); //Fieldname at screen echo ("$tmp"); echo ("

"); //*** HELP SYSTEM NEW STYLE ---------------------------------------------------- $help_wdw = 3708; //The hlptxt from blue question button, txlkey = 29 include ("/var/www/html/robotigs/mobile/help.php"); //Mobile help bar echo (""); echo (""); echo (""); ?>