| School Unit: |
";
IF ($schoolunit == "")
{
PRINT "None entered.";
}
ELSE
{
PRINT "$schoolunit";
}
PRINT "
|
| County: |
$county |
| City, State: |
";
IF ($city == "")
{
PRINT "None entered.";
}
ELSE
{
PRINT "$city";
}
PRINT ", $state
|
| Position Title: |
";
IF ($title == "")
{
PRINT "None entered.";
}
ELSE
{
PRINT "$title";
}
PRINT "
|
| Qualifications: |
";
IF ($qualifications == "")
{
PRINT "None entered.";
}
ELSE
{
PRINT "$qualifications";
}
PRINT "
|
| Position Description: |
";
IF ($description == "")
PRINT "None entered.";
ELSE
PRINT "$previewdescription";
PRINT "
|
| Salary Range: |
";
IF ($salaryrange == "")
PRINT "None entered.";
ELSE
PRINT "$salaryrange";
PRINT "
|
| Application Deadline: |
$deadline |
| Start Date: |
$startdate |
| Additional Information: |
$previewadditionalinformation |
Submit Applications to:
|
| Name: |
";
IF ($name == "")
{
PRINT "None entered.";
}
ELSE
{
PRINT "$name";
}
PRINT "
|
| Title: |
$contacttitle |
| School District: |
$district |
| Address: |
";
IF ($address == "")
PRINT "None entered.";
ELSE
PRINT "$address";
PRINT "
|
| City/State/Zip: |
";
IF ($contactcity == "")
PRINT "None entered.";
ELSE
PRINT "$contactcity";
PRINT "
, $contactstate ";
IF ($zip == "")
PRINT "None entered.";
ELSE
PRINT "$zip";
PRINT "
|
| Telephone: |
($phoneareacode) $phonethreedigits-$phonefourdigits |
| Fax: |
($faxareacode) $faxthreedigits-$faxfourdigits |
| E-mail: |
$email |
School Information:
|
| Web site: |
";
IF ($link != "http://")
{
PRINT "$link";
}
PRINT "
|
| District Size: |
$districtsize |
| School Size/Description: |
$previewschoolsize |
| Community Description: |
$previewcommunitydescription |
";
IF ($eoe == "Yes")
{
PRINT "
This posting is being offered by an equal opportunity employer.
|
";
}
PRINT "
| ";
$city = (ereg_replace("'", "`", $city));
$salaryrange = (ereg_replace("'", "`", $salaryrange));
$qualifications = (ereg_replace("'", "`", $qualifications));
$description = (ereg_replace("'", "`", $description));
$additionalinformation = (ereg_replace("'", "`", $additionalinformation));
$name = (ereg_replace("'", "`", $name));
$contactcity = (ereg_replace("'", "`", $contactcity));
$communitydescription = (ereg_replace("'", "`", $communitydescription));
PRINT "
|
|
|
* Asterisks denote required information.
|
";
?>