示例#1
0
$depth = "../../../../";
//INCLUDE ALL OF OUR MODULE CLASSES
include "../../../../_admin/class/class_config.php";
include "../../../../_admin/class/class_db.php";
include "../../../../_admin/class/class_time.php";
//INCLUDE FACE MODULES NEEDED FOR THIS PAGE;
include "../../../../_face/class/face_common.php";
include "../../../../_admin/includes/meta_data.php";
//CREATE OUR CONFIG
$cfg = new class_config();
//CREATE OUR DATABASE
$db = new class_db($cfg->db_host, $cfg->db_name, $cfg->db_user, $cfg->db_pass);
//CREATE OUR TIME
$time = new class_time($db, $cfg);
//CREATE OUR COMMON CLASS
$common = new face_common();
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
		<title><? echo $cfg->site_title; ?> | Career Opportunities</title>
		<meta name="author" content="Werkbot Studios" />
		<meta name="keywords" content="<? echo $meta_keywords; ?>" />
		<meta name="description" content="<? echo $meta_description; ?>"/>
		<meta name="robots" content="index, follow" />
<meta name="googlebot" content="noodp">
		<link href="../../../../_scripts/master.css" rel="stylesheet" type="text/css" />
	</head>
	<body>
示例#2
0
$depth = "../../../../";
//INCLUDE ALL OF OUR MODULE CLASSES
include "../../../../_admin/class/class_config.php";
include "../../../../_admin/class/class_db.php";
include "../../../../_admin/class/class_time.php";
//INCLUDE FACE MODULES NEEDED FOR THIS PAGE;
include "../../../../_face/class/face_common.php";
include "../../../../_admin/includes/meta_data.php";
//CREATE OUR CONFIG
$cfg = new class_config();
//CREATE OUR DATABASE
$db = new class_db($cfg->db_host, $cfg->db_name, $cfg->db_user, $cfg->db_pass);
//CREATE OUR TIME
$time = new class_time($db, $cfg);
//CREATE OUR COMMON CLASS
$common = new face_common();
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
		<title><? echo $cfg->site_title; ?> | Courses/Credits</title>
		<meta name="author" content="Werkbot Studios" />
		<meta name="keywords" content="<? echo $meta_keywords; ?>" />
		<meta name="description" content="<? echo $meta_description; ?>"/>
		<meta name="robots" content="index, follow" />
<meta name="googlebot" content="noodp">
		<link href="../../../../_scripts/master.css" rel="stylesheet" type="text/css" />
	</head>
	<body>
示例#3
0
//SET OUR DEPTH VARIABLE WHICH CAN BE USED BY CONTENT BLOCKS THROUGHOUT THE TEMPLATE
$depth = "../";
//INCLUDE ALL OF OUR MODULE CLASSES
include "../_admin/class/class_config.php";
include "../_admin/class/class_db.php";
include "../_admin/class/class_time.php";
//INCLUDE FACE MODULES NEEDED FOR THIS PAGE;
include "../_face/class/face_common.php";
//CREATE OUR CONFIG
$cfg = new class_config();
//CREATE OUR DATABASE
$db = new class_db($cfg->db_host, $cfg->db_name, $cfg->db_user, $cfg->db_pass);
//CREATE OUR TIME
$time = new class_time($db, $cfg);
//CREATE OUR COMMON CLASS
$common = new face_common();
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
		<title><? echo $cfg->site_title; ?> | Alumni</title>
		<meta name="author" content="Werkbot Studios" />
		<meta name="keywords" content="" />
		<meta name="description" content=""/>
		<meta name="robots" content="index, follow" />
		<link href="../_scripts/master.css" rel="stylesheet" type="text/css" />
	</head>
	<body onload="load();" onunload="GUnload();">
		<div id="masterframe">
示例#4
0
$depth = "../../../../";
//INCLUDE ALL OF OUR MODULE CLASSES
include "../../../../_admin/class/class_config.php";
include "../../../../_admin/class/class_db.php";
include "../../../../_admin/class/class_time.php";
//INCLUDE FACE MODULES NEEDED FOR THIS PAGE;
include "../../../../_face/class/face_common.php";
include "../../../../_admin/includes/meta_data.php";
//CREATE OUR CONFIG
$cfg = new class_config();
//CREATE OUR DATABASE
$db = new class_db($cfg->db_host, $cfg->db_name, $cfg->db_user, $cfg->db_pass);
//CREATE OUR TIME
$time = new class_time($db, $cfg);
//CREATE OUR COMMON CLASS
$common = new face_common();
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
		<title><? echo $cfg->site_title; ?> | Courses/Credits</title>
		<meta name="author" content="Werkbot Studios" />
		<meta name="keywords" content="<? echo $meta_keywords; ?>" />
		<meta name="description" content="<? echo $meta_description; ?>"/>
		<meta name="robots" content="index, follow" />
<meta name="googlebot" content="noodp">
		<link href="../../../../_scripts/master.css" rel="stylesheet" type="text/css" />
	</head>
	<body>
示例#5
0
//INCLUDE ALL OF OUR MODULE CLASSES
include "../_admin/class/class_config.php";
include "../_admin/class/class_db.php";
include "../_admin/class/class_time.php";
//INCLUDE FACE MODULES NEEDED FOR THIS PAGE;
include "../_face/class/face_common.php";
include "../_face/class/face_news.php";
include "../_face/class/face_blocks.php";
//CREATE OUR CONFIG
$cfg = new class_config();
//CREATE OUR DATABASE
$db = new class_db($cfg->db_host, $cfg->db_name, $cfg->db_user, $cfg->db_pass);
//CREATE OUR TIME
$time = new class_time($db, $cfg);
//CREATE OUR COMMON CLASS
$common = new face_common();
//CONNECT TO OUR DATABASE
$database_connection = $db->DB_CONNECT();
//SET DEFAULT PAGE OPTIONS HERE
if (isset($_REQUEST['start'])) {
    $start = $_REQUEST['start'];
} else {
    $start = 0;
}
if (isset($_REQUEST['limit'])) {
    $limit = $_REQUEST['limit'];
} else {
    $limit = 20;
}
?>
//INCLUDE ALL OF OUR MODULE CLASSES
include "[DEPTH]_admin/class/class_config.php";
include "[DEPTH]_admin/class/class_db.php";
include "[DEPTH]_admin/class/class_time.php";
//INCLUDE FACE MODULES NEEDED FOR THIS PAGE;
include "[DEPTH]_face/class/face_common.php";
include "[DEPTH]_face/class/face_news.php";
include "[DEPTH]_face/class/face_blocks.php";
//CREATE OUR CONFIG
$cfg = new class_config();
//CREATE OUR DATABASE
$db = new class_db($cfg->db_host, $cfg->db_name, $cfg->db_user, $cfg->db_pass);
//CREATE OUR TIME
$time = new class_time($db, $cfg);
//CREATE OUR COMMON CLASS
$common = new face_common();
//CONNECT TO OUR DATABASE
$database_connection = $db->DB_CONNECT();
//SET DEFAULT PAGE OPTIONS HERE
if (isset($_REQUEST['start'])) {
    $start = $_REQUEST['start'];
} else {
    $start = 0;
}
if (isset($_REQUEST['limit'])) {
    $limit = $_REQUEST['limit'];
} else {
    $limit = 20;
}
?>
示例#7
0
//SET OUR DEPTH VARIABLE WHICH CAN BE USED BY CONTENT BLOCKS THROUGHOUT THE TEMPLATE
$depth = "../";
//INCLUDE ALL OF OUR MODULE CLASSES
include "../_admin/class/class_config.php";
include "../_admin/class/class_db.php";
include "../_admin/class/class_time.php";
//INCLUDE FACE MODULES NEEDED FOR THIS PAGE;
include "../_face/class/face_common.php";
//CREATE OUR CONFIG
$cfg = new class_config();
//CREATE OUR DATABASE
$db = new class_db($cfg->db_host, $cfg->db_name, $cfg->db_user, $cfg->db_pass);
//CREATE OUR TIME
$time = new class_time($db, $cfg);
//CREATE OUR COMMON CLASS
$common = new face_common();
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
		<title><? echo $cfg->site_title; ?> | careers</title>
		<meta name="author" content="Werkbot Studios" />
		<meta name="keywords" content="" />
		<meta name="description" content=""/>
		<meta name="robots" content="index, follow" />
		<link href="../_scripts/master.css" rel="stylesheet" type="text/css" />
	</head>
	<body>
		<div id="masterframe">
示例#8
0
//SET OUR DEPTH VARIABLE WHICH CAN BE USED BY CONTENT BLOCKS THROUGHOUT THE TEMPLATE
$depth = "../../";
//INCLUDE ALL OF OUR MODULE CLASSES
include "../../_admin/class/class_config.php";
include "../../_admin/class/class_db.php";
include "../../_admin/class/class_time.php";
//INCLUDE FACE MODULES NEEDED FOR THIS PAGE;
include "../../_face/class/face_common.php";
//CREATE OUR CONFIG
$cfg = new class_config();
//CREATE OUR DATABASE
$db = new class_db($cfg->db_host, $cfg->db_name, $cfg->db_user, $cfg->db_pass);
//CREATE OUR TIME
$time = new class_time($db, $cfg);
//CREATE OUR COMMON CLASS
$common = new face_common();
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
		<title><? echo $cfg->site_title; ?> | Career Planning & Placement</title>
		<meta name="author" content="Werkbot Studios" />
		<meta name="keywords" content="" />
		<meta name="description" content=""/>
		<meta name="robots" content="index, follow" />
		<link href="../../_scripts/master.css" rel="stylesheet" type="text/css" />
	</head>
	<body>
		<div id="masterframe">
示例#9
0
//INCLUDE ALL OF OUR MODULE CLASSES
include "../_admin/class/class_config.php";
include "../_admin/class/class_db.php";
include "../_admin/class/class_time.php";
//INCLUDE FACE MODULES NEEDED FOR THIS PAGE;
include "../_face/class/face_common.php";
include "../_face/class/face_news.php";
include "../_face/class/face_events.php";
//CREATE OUR CONFIG
$cfg = new class_config();
//CREATE OUR DATABASE
$db = new class_db($cfg->db_host, $cfg->db_name, $cfg->db_user, $cfg->db_pass);
//CREATE OUR TIME
$time = new class_time($db, $cfg);
//CREATE OUR COMMON CLASS
$common = new face_common();
//CONNECT TO OUR DATABASE
$database_connection = $db->DB_CONNECT();
//SET DEFAULT PAGE OPTIONS HERE
if (isset($_REQUEST['start'])) {
    $start = $_REQUEST['start'];
} else {
    $start = 0;
}
if (isset($_REQUEST['limit'])) {
    $limit = $_REQUEST['limit'];
} else {
    $limit = 10;
}
?>
示例#10
0
//INCLUDE ALL OF OUR MODULE CLASSES
include "_admin/class/class_config.php";
include "_admin/class/class_db.php";
include "_admin/class/class_time.php";
//INCLUDE FACE MODULES NEEDED FOR THIS PAGE;
include "_face/class/face_common.php";
include "_face/class/face_events.php";
include "_face/class/face_news.php";
//CREATE OUR CONFIG
$cfg = new class_config();
//CREATE OUR DATABASE
$db = new class_db($cfg->db_host, $cfg->db_name, $cfg->db_user, $cfg->db_pass);
//CREATE OUR TIME
$time = new class_time($db, $cfg);
//CREATE OUR COMMON CLASS
$common = new face_common();
//CONNECT TO OUR DATABASE
$database_connection = $db->DB_CONNECT();
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

	<head>

		<link rel="shortcut icon" href="favicon.ico">

		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

		<title><? echo $cfg->site_title; ?> | Home</title>
示例#11
0
//SET OUR DEPTH VARIABLE WHICH CAN BE USED BY CONTENT BLOCKS THROUGHOUT THE TEMPLATE
$depth = "../../";
//INCLUDE ALL OF OUR MODULE CLASSES
include "../../_admin/class/class_config.php";
include "../../_admin/class/class_db.php";
include "../../_admin/class/class_time.php";
//INCLUDE FACE MODULES NEEDED FOR THIS PAGE;
include "../../_face/class/face_common.php";
//CREATE OUR CONFIG
$cfg = new class_config();
//CREATE OUR DATABASE
$db = new class_db($cfg->db_host, $cfg->db_name, $cfg->db_user, $cfg->db_pass);
//CREATE OUR TIME
$time = new class_time($db, $cfg);
//CREATE OUR COMMON CLASS
$common = new face_common();
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
		<title><? echo $cfg->site_title; ?> | Customized Training</title>
		<meta name="author" content="Werkbot Studios" />
		<meta name="keywords" content="erie institute of technology, eit, computer, electronics, manufacturing, technology, technical school, trade school, vocational school, tech school, Biomedical Equipment Technology, Business Office Professional, CNC Technician, Electrician, Electronic Engineering Technology, Electronics Technician, Industrial Automation and Robotics Technology, Maintenance Technician, Multimedia Graphic Design, Network and Database Technologies, Refrigeration, Heating, Ventilation, and Air Conditioning or RHVAC Technology, and Welding Technology, career training" />
		<meta name="description" content="Erie Technology School - Erie Institute of Technology or EIT offers the following Computer, Electronics, Manufacturing, and Technology Programs: Biomedical Equipment Technology, Business Office Professional, CNC Technician, Electrician, Electronic Engineering Technology, Electronics Technician, Industrial Automation and Robotics Technology, Maintenance Technician, Multimedia Graphic Design, Network and Database Technologies, Refrigeration, Heating, Ventilation, and Air Conditioning or RHVAC Technology, and Welding Technology."/>
		<meta name="robots" content="index, follow" />
<meta name="googlebot" content="noodp">
		<link href="../../_scripts/master.css" rel="stylesheet" type="text/css" />
	</head>
	<body>
//INCLUDE ALL OF OUR MODULE CLASSES
include "[DEPTH]_admin/class/class_config.php";
include "[DEPTH]_admin/class/class_db.php";
include "[DEPTH]_admin/class/class_time.php";
//INCLUDE FACE MODULES NEEDED FOR THIS PAGE;
include "[DEPTH]_face/class/face_common.php";
include "[DEPTH]_face/class/face_news.php";
include "[DEPTH]_face/class/face_events.php";
//CREATE OUR CONFIG
$cfg = new class_config();
//CREATE OUR DATABASE
$db = new class_db($cfg->db_host, $cfg->db_name, $cfg->db_user, $cfg->db_pass);
//CREATE OUR TIME
$time = new class_time($db, $cfg);
//CREATE OUR COMMON CLASS
$common = new face_common();
//CONNECT TO OUR DATABASE
$database_connection = $db->DB_CONNECT();
//SET DEFAULT PAGE OPTIONS HERE
if (isset($_REQUEST['start'])) {
    $start = $_REQUEST['start'];
} else {
    $start = 0;
}
if (isset($_REQUEST['limit'])) {
    $limit = $_REQUEST['limit'];
} else {
    $limit = 10;
}
?>
示例#13
0
$depth = "../../";
//INCLUDE ALL OF OUR MODULE CLASSES
include "../../_admin/class/class_config.php";
include "../../_admin/class/class_db.php";
include "../../_admin/class/class_time.php";
//INCLUDE FACE MODULES NEEDED FOR THIS PAGE;
include "../../_face/class/face_common.php";
include "../../_admin/includes/meta_data.php";
//CREATE OUR CONFIG
$cfg = new class_config();
//CREATE OUR DATABASE
$db = new class_db($cfg->db_host, $cfg->db_name, $cfg->db_user, $cfg->db_pass);
//CREATE OUR TIME
$time = new class_time($db, $cfg);
//CREATE OUR COMMON CLASS
$common = new face_common();
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
		<title><? echo $cfg->site_title; ?> | Manufacturing</title>
		<meta name="author" content="Werkbot Studios" />
		<meta name="keywords" content="<? echo $meta_keywords; ?>" />
		<meta name="description" content="<? echo $meta_description; ?>"/>
		<meta name="robots" content="index, follow" />
		<link href="../../_scripts/master.css" rel="stylesheet" type="text/css" />
	</head>
	<body>
		<div id="masterframe">
//SET OUR DEPTH VARIABLE WHICH CAN BE USED BY CONTENT BLOCKS THROUGHOUT THE TEMPLATE
$depth = "";
//INCLUDE ALL OF OUR MODULE CLASSES
include "_admin/class/class_config.php";
include "_admin/class/class_db.php";
include "_admin/class/class_time.php";
//INCLUDE FACE MODULES NEEDED FOR THIS PAGE;
include "_face/class/face_common.php";
//CREATE OUR CONFIG
$cfg = new class_config();
//CREATE OUR DATABASE
$db = new class_db($cfg->db_host, $cfg->db_name, $cfg->db_user, $cfg->db_pass);
//CREATE OUR TIME
$time = new class_time($db, $cfg);
//CREATE OUR COMMON CLASS
$common = new face_common();
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

	<head>

		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

		<title>Continuing Education | Erie Institute of Technology</title>

		<meta name="keywords" content="continuing, education, erie, pa, electronics, computers, manufacturing, microsoft, word, excell, powerpoint, cnc, welding, dreamweaver, web design" />

		<meta name="description" content="Continuing Education Training School - Erie Institute of Technology offers continuing education to further your understanding of your field in electronics, computers, manufacturing and technology."/>
示例#15
0
$depth = "../../";
//INCLUDE ALL OF OUR MODULE CLASSES
include "../../_admin/class/class_config.php";
include "../../_admin/class/class_db.php";
include "../../_admin/class/class_time.php";
//INCLUDE FACE MODULES NEEDED FOR THIS PAGE;
include "../../_face/class/face_common.php";
include "../../_face/class/mimemail/htmlMimeMail.php";
//CREATE OUR CONFIG
$cfg = new class_config();
//CREATE OUR DATABASE
$db = new class_db($cfg->db_host, $cfg->db_name, $cfg->db_user, $cfg->db_pass);
//CREATE OUR TIME
$time = new class_time($db, $cfg);
//CREATE OUR COMMON CLASS
$common = new face_common();
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

	<head>

		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

		<title><? echo $cfg->site_title; ?> | Apply Online</title>

		<meta name="author" content="Werkbot Studios" />

		<meta name="keywords" content="" />