Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-stable
Commits
a1e98678
Commit
a1e98678
authored
Dec 11, 2003
by
Jay Lepreau
Browse files
Add Jon, other updates. Support non-Utah URLs, little cleanup.
parent
b502fd8a
Changes
1
Show whitespace changes
Inline
Side-by-side
www/people.php3
View file @
a1e98678
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
2
University of Utah and the Flux Group.
# Copyright (c) 2000-200
3
University of Utah and the Flux Group.
# All rights reserved.
#
require
(
"defs.php3"
);
...
...
@@ -11,16 +11,20 @@ require("defs.php3");
#
PAGEHEADER
(
"People Power"
);
function
FLUXPERSON
(
$
perso
n
,
$name
)
{
echo
"<li> <a href=
\"
http://www.cs.utah.edu/~
$
perso
n
\"
>
$name
</a>
\n
"
;
function
FLUXPERSON
(
$
logi
n
,
$name
)
{
echo
"<li> <a href=
\"
http://www.cs.utah.edu/~
$
logi
n
\"
>
$name
</a>
\n
"
;
}
function
PARTFLUXPERSON
(
$
perso
n
,
$name
,
$
ot
her
)
{
echo
"<li> <a href=
\"
http://www.cs.utah.edu/~
$
perso
n
\"
>
$name
</a> (
$
ot
her
)
\n
"
;
function
PARTFLUXPERSON
(
$
logi
n
,
$name
,
$
w
her
e
)
{
echo
"<li> <a href=
\"
http://www.cs.utah.edu/~
$
logi
n
\"
>
$name
</a> (
$
w
her
e
)
\n
"
;
}
function
MAILPERSON
(
$person
,
$name
)
{
echo
"<li> <a href=
\"
mailto:
$person
\"
>
$name
</a>
\n
"
;
function
EXFLUXPERSON
(
$url
,
$name
,
$where
)
{
echo
"<li> <a href=
\"
$url
\"
>
$name
</a> (
$where
)
\n
"
;
}
function
MAILPERSON
(
$login
,
$name
)
{
echo
"<li> <a href=
\"
mailto:
$login
\"
>
$name
</a>
\n
"
;
}
echo
"<h3>Faculty:</h3>
\n
"
;
...
...
@@ -31,10 +35,11 @@ echo "</ul>\n";
echo
"<h3>Students and Staff:</h3>
\n
"
;
echo
"<ul>
\n
"
;
PARTFLUXPERSON
(
"calfeld"
,
"Chris Alfeld"
,
"Univ. Wisconsin"
);
PARTFLUXPERSON
(
"danderse"
,
"Dav
e
Andersen"
,
"MIT"
);
FLUXPERSON
(
"davidand"
,
"David Anderson"
);
PARTFLUXPERSON
(
"danderse"
,
"Dav
id G.
Andersen"
,
"MIT"
);
FLUXPERSON
(
"davidand"
,
"David
S.
Anderson"
);
FLUXPERSON
(
"rchriste"
,
"Russ Christensen"
);
FLUXPERSON
(
"aclement"
,
"Austin Clements"
);
FLUXPERSON
(
"duerig"
,
"Jonathon Duerig"
);
FLUXPERSON
(
"shash"
,
"Shashi Guruprasad"
);
FLUXPERSON
(
"mike"
,
"Mike Hibler"
);
FLUXPERSON
(
"abhijeet"
,
"Abhijeet Joglekar"
);
...
...
@@ -51,8 +56,8 @@ PARTFLUXPERSON("barb", "Chad Barb", "Sensory Sweep");
PARTFLUXPERSON
(
"sclawson"
,
"Steve Clawson"
,
"Alcatel"
);
PARTFLUXPERSON
(
"ikumar"
,
"Indrajeet Kumar"
,
"Qualcomm"
);
PARTFLUXPERSON
(
"vanmaren"
,
"Kevin Van Maren"
,
"Unisys"
);
PART
FLUXPERSON
(
"
i
murdock"
,
"Ian Murdock"
,
"Progeny"
);
PART
FLUXPERSON
(
"bwhite"
,
"Brian White"
,
"Cornell"
);
EX
FLUXPERSON
(
"
http://ian
murdock
.com/
"
,
"Ian Murdock"
,
"Progeny"
);
EX
FLUXPERSON
(
"
http://www.csl.cornell.edu/~
bwhite
/
"
,
"Brian White"
,
"Cornell"
);
# Some consulting for UCB; don't know how much.
FLUXPERSON
(
"kwright"
,
"Kristin Wright"
);
echo
"</ul>
\n
"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment