/**
* User has already logged in, so display relavent links, including
* a link to the admin center if the user is an administrator.
*/
if($session->logged_in){
echo "Welcome
$session->username, you are logged in. ";
//echo "[
username\">My Account] ";
//echo "[
Edit Account] ";
if($session->isAdmin()){
echo "[
Admin Center] ";
}
echo "[
Logout]";
//include("include/view_active.php");
}
else{
?>
/**
* User not logged in, display the login form.
* If user has already tried to login, but errors were
* found, display the total number of errors.
* If errors occurred, they will be displayed.
*/
/*if($form->num_errors > 0){
echo "
".$form->num_errors." error(s) found";
}*/
?>
}
?>
What is TrailMapper?
TrailMapper is an advanced GPS Application for Window Mobile Devices.
Ideal for Geocachers, Hikers, Bikers, Hobbyists and Off-Roaders!!
Track your device in real time using TrailMapper & Google Earth!!
TrailMapper has a comprehensive GPS Dash & Trip Computer
- Live Tracking
- GPS Dash
- Trip Computer
|
- KML Creator
- GPX Waypoint Manager
- Track Logging
|
- WMS Capabilities
- Yahoo Maps
- Custom Maps
|