role == SERVICE_ROLE ) { echo ""; } else if( $user->role == ADMIN_ROLE ) { // admin role echo ""; } else if( $user->role == USER_ROLE ) { // user role echo ""; } ?>
border="0">   "; else if( $Brand != "tandberg" ) echo "". LIBTYPE_NAME .""; else echo '   '; ?> Library is NOT initialized "; else { switch($libState) { case 0: $sTmp = "Library is not ready."; break; case 1: $sTmp = ""; // Library is Ready - We don't show anything break; case 2: $sTmp = "Library is becoming ready."; break; case 3: $sTmp = "Library needs manual attention."; break; case 4: $sTmp = "Library's door is open."; break; case 5: $sTmp = "Library has not calibrated"; break; } echo " ". $sTmp ." "; } ?>
  User: username [$user->role]" ?>