<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New Page</title>
	
	<variable-list>
		<!-- general page setup -->
		<include>_commonvars.inc</include>
		<include>_mrssvars.inc</include>
		<variable name="rss-feed" prompt="RSS Feed" alt="Select the RSS feed for this item. Be sure to select the appropriate XML file." type="filechooser" path="/rss" lockout="yes"></variable>
		<variable name="pagetype" type="select" group="Everyone" prompt="Select Page Type" alt="Select Page Type" output="xml">
			<option value="tier1a" selected="false">Tier 1</option>
			<option value="tier2" selected="false">Tier 2</option>
			<option value="tier3" selected="true">Tier 3</option>
		</variable>
		<variable name="header_banner" type="filechooser" path="/images" group="Everyone" prompt="Path to Header Banner" alt="Specify the location of the Header Banner (Only for Tier 1/2)."></variable>	
		<variable name="social_check" type="checkbox" group="Everyone" prompt="Display Social Media plugins" alt="This will display the Social Media plugins" output="xml">
			<option value="true" selected="true">Displayed if checked </option>
		</variable>
		
		<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"
			rss-feed="{rss-feed}" 
			rss-title="{title}" 
			rss-description="{description}" 
			rss-media="{mtitle}^^{murl}^^{mdesc}^^{mthumbnail}^^{mkeywords}"
			display-group="no"
			autonav="{autonavigation}">news.tmpl</template>
	</template-list>
	
	<navigation-list>
		<!-- navigation options and link style -->
	   <include>_navigationlist.inc</include>
	</navigation-list>
</tcf>
