List of cars
Rules
License
You must have a CERN Driving Permission (V) to drive the car. Please respect
all CERN car driving rules.
Pickup
The car can be found at the location specified in the comment above. Please
make the booking request sufficiently in advance (at least 3 working days
before) and arrange with the responsible person to get the key.
Return
Car should be returned to the specified location shown in Comment above
by next day lunch time.
Example: If you rent a car on Jan. 1, you can use the car whole Jan. 1
and then return by Jan. 2nd 12:00.
If you are unable to return by that time to the specified location, you
must organize that car is surely returned by second person.
Gas
If the gasoline of the car is below quarter, you must fill before
you return. Gasoline can be filled for free at Meyrin site (next to hospital)
using a token attached to the keyring.
Cleaning
The car should be returned in "cleaner" condition than you got it. It is
strictly forbidden to eat/drink in the car or leave any food or garbage
inside.
Accident/Damage
Any accidents & damages, made while you are renting must be reported
immediately.
Usage
The car is for working. You should as much as possible share with others,
and make use for TRD installation/running as first priority.
Request a car
0 && $date_till > 0) {
if ($date_till > $date_from) {
$sql_request="insert into car_request (user_id, start, end, comment) values (".
$_SESSION[uid].", '".
date("Y-m-d", $date_from)."', '".
date("Y-m-d", $date_till)."', '".
$comment."');";
$connection = db_connect();
db_query($sql_request, $connection);
echo "Your request was added! You will be informed upon (dis-)approval.";
inform_carowners($_SESSION[name], date("Y-m-d", $date_from), date("Y-m-d", $date_till), $comment);
}
}
}
else {
$date_from = time();
$date_till = time();
}
if (!isset($sql_request)) {
?>