|
-
we offer:
|
|
|
You
are here: TISIP home page>
TISIP/AITeL Employees>
require("/www/innhold/www.aitel.hist.no/admin/ansatte/functions.php");
$conn = con();
$ansatte = pg_Exec($conn,
"SELECT * FROM ansatte " .
"Order by navn " );
?>
$teller=0;
$bgcolor="cccccc";
for ($i = 0; $i < pg_NumRows($ansatte); $i++) {
?>
if (pg_Result($ansatte,$i,"hjemmeside") == "t"){
echo "";} ?>
.jpg" border="0" ?> if (pg_Result($ansatte,$i,"hjemmeside") == "t"){echo "";} ?> |
echo pg_Result($ansatte,$i,"navn") ?>, epost: @aitel.hist.no"> echo pg_Result($ansatte,$i,"brukernavn") ?>@aitel.hist.no if (pg_Result($ansatte,$i,"tlf_intern") <> 0){echo ", telefon: 735" . pg_Result($ansatte,$i,"tlf_intern");} ?> if (pg_Result($ansatte,$i,"romnr") <> ""){echo ", rom nr: " . pg_Result($ansatte,$i,"romnr");} ?>
Stilling: echo pg_Result($ansatte,$i,"stilling") ?>
Fagområde: echo pg_Result($ansatte,$i,"fagomrade") ?>
Utdanning: echo pg_Result($ansatte,$i,"utdanning") ?>
|
$teller=$teller+1;
if ($bgcolor == "cccccc"){
$bgcolor = "dddddd";}
else {
$bgcolor = "cccccc";}
} ?>
|
|
|
|
|