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

	<variable-list>
		<!-- general page setup -->
		<include>_commonvars.inc</include>
		<!-- A safer way to create a file, forces PCF file extension -->
		<variable name="image" type="filechooser" prompt="Choose an Image"></variable>
		<variable name="firstname" type="text" prompt="First Name"></variable>
		<variable name="lastname" type="text" prompt="Last Name"></variable>
		<variable name="degree" type="text" prompt="Degree"></variable>
		<variable name="title" type="text" prompt="Title"></variable>
		<variable name="department" type="text" prompt="Department"></variable>
		<variable name="email" type="text" prompt="Email"></variable>
		<variable name="phone" type="text" prompt="Phone"></variable>
		<variable name="office" type="text" prompt="Office Extension"></variable>
		<variable name="website" type="text" prompt="Website"></variable>
		<variable name="pcf-filename" prompt="Filename" alt="Enter a filename using only lowercase letters, underscores, or dashes"></variable>
		<variable name="tcfname" type="text" display="none">profice.tcf</variable>
	</variable-list>

	<template-list>
		<template
			prompt-prefix="Profile Page"
			filename="{pcf-filename}"
			display-filename="no"
			extension="pcf"
			preferred-redirect="yes"
			tags="{tags}"
			autonav="{autonavigation}">profile.tmpl</template>
	</template-list>

	<navigation-list>
		<!-- navigation options and link style -->
	   <include>_navigationlist.inc</include>
	</navigation-list>
</tcf>
