<?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_photo" prompt="Photo" alt="Choose a Photo of the faculty."type="filechooser" path="/images" ></variable>
		<variable name="faculty_login" prompt="Username" alt="Enter the faculty's email address minus @columbusstate.edu."></variable>
		<variable name="faculty_hours" prompt="Office Hours" alt="Enter the faculty's office hours." type="text" editor="yes" rows="15"></variable>
		<variable name="faculty_education" prompt="Education" alt="Enter the faculty's education background." type="text" editor="yes" rows="15"></variable>
		<variable name="faculty_specialty" prompt="Specialty" alt="Enter the faculty's area of specialty." type="text" editor="yes" rows="15"></variable>
		<variable name="faculty_bio" prompt="Biography" alt="Enter the faculty's biography." type="text" editor="yes" rows="15"></variable>
		<variable name="faculty_other" prompt="Other Information" 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." 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>