Difference between revisions of "WolfTech Ex-Staff"
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
==(Ex) WolfTech Staff== | ==(Ex) WolfTech Staff== | ||
+ | <php> | ||
+ | require_once('wiki-main-functions.inc'); | ||
+ | displayStaff("f", "n"); | ||
+ | </php> | ||
==(Ex) Part-Timers== | ==(Ex) Part-Timers== | ||
+ | <php> | ||
+ | require_once('wiki-main-functions.inc'); | ||
+ | displayStaff("p", "n"); | ||
+ | </php> | ||
==(Ex) WorkStudy Students== | ==(Ex) WorkStudy Students== | ||
+ | <php> | ||
+ | require_once('wiki-main-functions.inc'); | ||
+ | displayStaff("w", "n"); | ||
+ | </php> | ||
==(Ex) Eos Operators== | ==(Ex) Eos Operators== | ||
+ | |||
+ | <php> | ||
+ | require_once('wiki-main-functions.inc'); | ||
+ | displayStaff("o", "n"); | ||
+ | </php> |
Revision as of 11:19, 27 February 2006
- TWO roads diverged in a yellow wood, And sorry I could not travel both
- And be one traveler, long I stood, And looked down one as far as I could
- To where it bent in the undergrowth;
- I shall be telling this with a sigh, Somewhere ages and ages hence:
- Two roads diverged in a wood, and I, I took the one less traveled by,
- And that has made all the difference.
- I shall be telling this with a sigh, Somewhere ages and ages hence:
- Two roads diverged in a wood, and I, I took the one less traveled by,
- And that has made all the difference.
- --Robert Frost
Over the years, we've had many of our staff move on. We wish them well, and enjoy hearing where their travels have taken them.
(Ex) WolfTech Staff
<php> require_once('wiki-main-functions.inc'); displayStaff("f", "n"); </php>
(Ex) Part-Timers
<php> require_once('wiki-main-functions.inc'); displayStaff("p", "n"); </php>
(Ex) WorkStudy Students
<php> require_once('wiki-main-functions.inc'); displayStaff("w", "n"); </php>
(Ex) Eos Operators
<php> require_once('wiki-main-functions.inc'); displayStaff("o", "n"); </php>