<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New Scholarship 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="Scholarship Information" name="title" type="text" prompt="Scholarship Name" alt="Required Field. Enter the scholarship name."></variable>
		<variable name="scholarship_eligibility" prompt="Eligibility:" alt="Enter the eligibility information." type="text" editor="yes" rows="15"></variable>
		<variable name="scholarship_awards" prompt="Awards:" alt="Enter the award information." type="text" editor="yes" rows="15"></variable>
		<variable name="scholarship_deadline" prompt="Deadline:" alt="Enter the deadline information." type="text" editor="yes" rows="15"></variable>
		<variable name="scholarship_renewable" prompt="Renewable:" alt="Enter the renewal information." type="text" editor="yes" rows="15"></variable>
		<variable name="scholarship_contact" prompt="Contact Information:" alt="Enter the contact information." type="text" editor="yes" rows="15"></variable>
		<variable name="scholarship_applications" prompt="Applications:" alt="Enter the scholarship applications." type="text" editor="yes" rows="15"></variable>
	</variable-list>

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

</tcf>