<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New Biography Page</title>

	<variable-list>
		<!-- general page setup -->
		<variable section="General Page Setup" name="description" type="text" rows="3" prompt="Description" alt="Important. Enter a short description of the page, to be displayed by search engines."></variable>
		<variable name="keywords" type="text" rows="3" prompt="Keywords" alt="Add keywords to describe key topics on your page. (For SEO purposes.)"></variable>
		<!-- A safer way to create a file, forces PCF file extension -->
		<variable name="pcf-filename" prompt="Filename" alt="Enter a filename using only lowercase letters or dashes. Do not include any extensions."></variable>
		<variable name="tcfname" type="text" display="none">biography.tcf</variable>
		<variable section="Biography Information" name="title" type="text" prompt="Faculty Name" alt="Required Field. Enter the faculty name."></variable>
		<variable name="faculty_title" prompt="Title" alt="Enter the faculty's title."></variable>
		<variable name="faculty_login" prompt="Username" alt="Enter the faculty's email address minus @columbusstate.edu."></variable>
		<variable name="includeEducation" 
				  type="radio" 
				  prompt="Show/Hide Education" 
				  alt="Include education section?"
				  output="xml">
			<option value="true" selected="false">Yes</option>
			<option value="false" selected="false">No</option>
		</variable>
		<variable name="faculty_education" prompt="Education" alt="Enter the faculty's education background." type="text" editor="yes" rows="15"></variable>
		<variable name="includeSpecialty" 
				  type="radio" 
				  prompt="Show/Hide Specialty Area" 
				  alt="Include specialty area section?"
				  output="xml">
			<option value="true" selected="false">Yes</option>
			<option value="false" selected="false">No</option>
		</variable>
		<variable name="faculty_specialty" prompt="Specialty" alt="Enter the faculty's area of specialty." type="text" editor="yes" rows="15"></variable>
		<variable name="includeBio" 
				  type="radio" 
				  prompt="Show/Hide Biography" 
				  alt="Include biography section?"
				  output="xml">
			<option value="true" selected="false">Yes</option>
			<option value="false" selected="false">No</option>
		</variable>
		<variable name="faculty_bio" prompt="Biography" alt="Enter the faculty's biography." type="text" editor="yes" rows="15"></variable>
		<variable name="includeOther" 
				  type="radio" 
				  prompt="Show/Hide Other" 
				  alt="Include other section?"
				  output="xml">
			<option value="true" selected="false">Yes</option>
			<option value="false" selected="false">No</option>
		</variable>
		<variable name="faculty_other" prompt="Other Information" alt="Add any additional information here. Examples: Publications, Organizations, Research Areas, Awards and Honors, etc." type="text" editor="yes" rows="15"></variable>
	</variable-list>

	<template-list>
		<template 
				  prompt-prefix="Biography Page"
				  filename="{pcf-filename}"
				  display-filename="no"
				  extension="pcf"
				  preferred-redirect="yes"
				  display-group="no">biography.tmpl</template>
	</template-list>

</tcf>