<?xml version="1.0" encoding="UTF-8"?>
<?pcf-stylesheet path="/_resources/xsl/biography.xsl" title="HTML" extension="php"?>

<!DOCTYPE document SYSTEM "http://commons.omniupdate.com/dtd/standard.dtd"> 

<document xmlns:ouc="http://omniupdate.com/XSL/Variables">

	<headcode>
	<?php 
include '/var/www/shared/findit2014/directory_functions.php' ; 	
include '/var/www/shared/core_scripts/class.oracle.php' ;
connect();
?>
	</headcode> <!-- before closing head tag -->
	<bodycode></bodycode> <!-- after opening body tag -->
	<footcode></footcode> <!-- before closing body tag -->
	<ouc:info><tcf><!--%echo var="tcfname" --></tcf><tmpl>biography.tmpl</tmpl></ouc:info>

	<ouc:properties label="metadata">
		<title><!--%echo var="title" --></title>
		<meta name="Description" content="<!--%echo var='description' -->" />
		<meta name="Keywords" content="<!--%echo var='keywords' -->" />
	</ouc:properties>

	<ouc:properties label="config">
		<parameter name="heading" type="text" group="Everyone" prompt="Page Heading" alt="Please enter the page heading."><!--%echo var="title" --></parameter>
		<parameter name="breadcrumb" type="text" group="Everyone" prompt="Breadcrumb" alt="Please enter the breadcrumb text. This is not used on index pages."><!--%echo var="title" --></parameter>
		<parameter name="includeEducation" 
				   group="Everyone"
				   type="radio" 
				   prompt="Show/Hide Education" 
				   alt="Include education section?"><!--%echo var="includeEducation" encoding="none" --></parameter>
		<parameter name="includeSpecialty" 
				   group="Everyone"
				   type="radio" 
				   prompt="Show/Hide Specialty Area" 
				   alt="Include specialty area section?"><!--%echo var="includeSpecialty" encoding="none" --></parameter>
		<parameter name="includeBio" 
				   group="Everyone"
				   type="radio" 
				   prompt="Show/Hide Biography" 
				   alt="Include biography section?"><!--%echo var="includeBio" encoding="none" --></parameter>
		<parameter name="includeOther" 
				   group="Everyone"
				   type="radio" 
				   prompt="Show/Hide Other" 
				   alt="Include other section?"><!--%echo var="includeOther" encoding="none" --></parameter>
	</ouc:properties>

	<ouc:div label="introduction" group="Everyone" button-text="Edit Introduction" button="hide">
		<p class="lead"><strong><ouc:multiedit type="textarea" prompt="Title" alt="Fill out the faculty's title." rows="15" editor="yes" /><!--%echo encoding="none" var="faculty_title" --></strong></p>
	</ouc:div>
	
	<ouc:div label="contact" group="Everyone" button-text="Edit Contact" button="hide">
		<h2>Contact</h2>
		<?php getContactsArray(array('<!--%echo encoding="none" var="faculty_login" -->'), 'paragraph'); ?>
	</ouc:div>
	
	<ouc:div label="education" group="Everyone" button-text="Edit Education" button="hide">
		<ouc:multiedit type="textarea" prompt="Education" alt="Fill out the education background." rows="15" editor="yes" /><!--%echo encoding="none" var="faculty_education" -->
	</ouc:div>
	
	<ouc:div label="specialty-area" group="Everyone" button-text="Edit Specialty Area" button="hide">
		<ouc:multiedit type="textarea" prompt="Specialty" alt="Fill out the specialty area." rows="15" editor="yes" /><!--%echo encoding="none" var="faculty_specialty" -->
	</ouc:div>
	
	<ouc:div label="biography" group="Everyone" button-text="Edit Biography" button="hide">
		<ouc:multiedit type="textarea" prompt="Biography" alt="Fill out the biography." rows="15" editor="yes" /><!--%echo encoding="none" var="faculty_bio" -->
	</ouc:div>
	
	<ouc:div label="other" group="Everyone" button-text="Edit Other" button="hide">
		<ouc:multiedit type="textarea" prompt="Other Fields" alt="Add any additional information here. Be sure to use H3 headers for each section heading. Examples: Publicaitons, Organizations, Research Areas, Awards and Honors, etc." rows="15" editor="yes" /><!--%echo encoding="none" var="faculty_other" -->
	</ouc:div>

</document>