include_once("auth.php");
$a = new user_auth;
if ($_GET["TL"] == "trucks"){
$TL = "trucks";
$od_msg = "by location";
}else if ($_GET["TL"] == "washouts"){
$TL = "washouts";
$od_msg = "by location";
}else {
$TL = "loads";
if ($_GET["OD"] == "orig") {
$OD = "orig"; $od_msg = "by origin";
} else {
$OD = "dest"; $od_msg = "by destination.";
}
}
if ($_GET["my"] && $_GET["TL"] != "washouts"){
$action = "my_$TL.php";
} else {
$action = "$TL.php";
}
?>
|
if ($TL == "loads" && $OD == "orig") print ""; ?>
">Loads by origin
if ($TL == "loads" && $OD == "orig") print ""; ?>
||
if ($TL == "loads" && $OD == "dest") print ""; ?>
">Loads by destination
if ($TL == "loads" && $OD == "dest") print ""; ?>
||
if ($TL == "trucks") print ""; ?>
Trucks
if ($TL == "trucks") print ""; ?>
||
if ($TL == "washouts") print ""; ?>
Washouts
if ($TL == "washouts") print ""; ?>
|
|
You are searching through EclipseTrans.com's online listings.
- For more information, click on "Go to LM Menu" below.
- To sign up for a new account, click on "Sign Up".
- If you have an account already, please log in.
Go to LM Menu || Sign Up || Contact Us
print $a->prompt(); ?>
|