<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New Course Page</title>
	
	<variable-list>
		<!-- general page setup -->
		<include>_commonvars.inc</include>
		
		<!-- XML output parameters -->
		<variable section="Course Configuration" name="course_title" prompt="Course Title" alt="Please enter the course title." type="text">Course Title</variable>
		<variable name="course_check" type="checkbox" group="Everyone" prompt="Display This Course" alt="This will display the course on the course listing page." output="xml">
			<option value="true" selected="true">Displayed if checked </option>
		</variable>
		<variable name="course_type_select" prompt="Course Type" type="select" alt="Please choose course type for proper image on main listing page." output="xml">
			<option value="lifestyle" selected="true">Lifestyle</option>
			<option value="business-improvement" selected="false">Business Improvement</option>
			<option value="trade-certification" selected="false">Trade Certification</option>
			<option value="continuing-education" selected="false">Continuing Education </option>
		</variable>
		<!-- /XML output parameters -->
		
		<variable section="File Configuration" name="autonavigation" prompt="Add Navigation Item" type="select" alt="Specify if this page should be added to the navigation file automatically. Note that both files need to be published after creation.">
			<option value="true">Yes</option>
			<option value="false">No</option>
		</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, underscores, or dashes">untitled</variable>
	</variable-list>
	
	<template-list>
		<template 
			prompt-prefix="Page"
			filename="{pcf-filename}"
			display-filename="no"
			extension="pcf"
			display-group="no"
			autonav="{autonavigation}"
			preferred-redirect="yes"
				  >course.tmpl</template>
	</template-list>
	
	<navigation-list>
		<!-- navigation options and link style -->
	   <include>_navigationlist.inc</include>
	</navigation-list>
</tcf>
