Difference between revisions of "WolfTech Ex-Staff"
Jump to navigation
Jump to search
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | __NOTOC__ | + | {{About WolfTech}}__NOTOC__ |
::''TWO roads diverged in a yellow wood, And sorry I could not travel both | ::''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 | ::''And be one traveler, long I stood, And looked down one as far as I could | ||
Line 14: | Line 14: | ||
::--Robert Frost | ::--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. | + | |
+ | Over the years, we've had many of our staff move on. <BR>We wish them well, and enjoy hearing where their travels have taken them. | ||
==(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> |
Latest revision as of 10:14, 16 May 2007
- 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>