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

	<variable-list>
		<variable section="Section Information" name="dirname" prompt="Directory Name" alt="Enter the directory name that will be visible in OU Campus and in the URL. No special characters or spaces and must be lowercase. Convert spaces to hyphens (-) to help with searching."></variable>
		<variable name="breadcrumb-name" prompt="Breadcrumb Name" alt="This will be displayed as the breadcrumb for the section."></variable>
		<variable name="section_type" output="xml" type="select" group="Everyone" prompt="What type of section is this?" alt="Choose the most appropriate section type.">
			<option value="clinic" selected="false">Clinic</option>
			<option value="college" selected="false">College</option>
			<option value="continuing-education" selected="false">Continuing Education</option>
			<option value="department" selected="false">Department</option>
			<option value="division" selected="false">Division</option>
			<option value="event" selected="false">Event</option>
			<option value="institute" selected="false">Institute</option>
			<option value="interest-group" selected="false">Interest Group</option>
			<option value="library" selected="false">Library</option>
			<option value="office" selected="false">Office</option>
			<option value="organization" selected="false">Organization</option>
			<option value="program" selected="false">Program</option>
			<option value="section" selected="true">Section</option>
			<option value="unit" selected="false">Unit</option>
		</variable>
		<variable name="use_menu" output="xml" type="select" group="Everyone" prompt="Use Menu?" alt="Choosing Yes will give the section its own menu. Choosing No will use the parent section's menu.">
			<option value="true" selected="true">Yes</option>
			<option value="false" selected="false">No</option>
		</variable>
		<variable name="use_contacts" output="xml" type="select" group="Everyone" prompt="Use Contacts?" alt="Choosing Yes will give the section its own contact information. Choosing No will use the parent section's contact information.">
			<option value="true" selected="true">Yes</option>
			<option value="false" selected="false">No</option>		
		</variable>
		<variable name="use_links" output="xml" type="select" group="Everyone" prompt="Use Links?" alt="Choosing Yes will give the section its own related links. Choosing No will use the parent section's related links.">
			<option value="true" selected="true">Yes</option>
			<option value="false" selected="false">No</option>		
		</variable>
		<variable name="section_links" output="xml" prompt="Section Links" alt="Do you have any links related to this section? If so, you can enter them now. Create an ordered list, and add the links. These can also be added later." editor="yes" rows="5"></variable>
		
		<!-- general page setup -->
		<variable section="Index Page Setup" name="title" type="text" prompt="Page Title" alt="Enter the page title."></variable>
		<variable name="description" type="text" rows="3" prompt="Description" alt="Enter a short description of the page, to be displayed by search engines.">Established in 1911, The University of Tennessee Health Science Center aims to improve human health through education, research, clinical care and public service. The UT Health Science Center campuses include colleges of Dentistry, Graduate Health Sciences, Health Professions, Medicine, Nursing and Pharmacy. Patient care, professional education and research are carried out at hospitals and other clinical sites across Tennessee. Endowed professorships, Research Centers of Excellence, and continuing relationships with research and healthcare facilities across Tennessee ensure that both basic science and applied research stay focused on contemporary health topics.</variable>

		<variable name="layout-1" output="xml" type="radio" group="Everyone" prompt="Define the initial structure" alt="You can change this later and add more rows later as well.">
			<option value="full" selected="false">Full</option>
			<option value="half" selected="false">Halves</option>
			<option value="heavy-left" selected="true">Heavy Left (2/3, 1/3)</option>
			<option value="heavy-right" selected="false">Heavy Right (1/3, 2/3)</option>
			<option value="heavy-middle" selected="false">Heavy Middle (1/4, 1/2, 1/4)</option>
			<option value="thirds" selected="false">Thirds (1/3, 1/3, 1/3)</option>
			<option value="fourths" selected="false">Fourths (1/4, 1/4, 1/4, 1/4)</option>
			<option value="hide" selected="false">Hide this row</option>
		</variable>	

	</variable-list>

	<template-list>
		<template 
				  prompt-prefix="Page" 
				  filename="index" 
				  display-filename="no"
				  display-group="no"
				  display-overwrite="no"
				  extension="pcf" 
				  destination="{directory/}{dirname}" 
				  force-destination="yes" 
				  preferred-redirect="yes">interior.tmpl
		</template>
		<template 
				  filename="-section.prop" 
				  display-filename="no"
				  display-group="no"
				  display-overwrite="no"
				  extension="pcf" 
				  destination="{directory/}{dirname}" 
				  force-destination="yes">-section.prop.tmpl
		</template>
		<template 
				  prompt-prefix="Contact Us" 
				  filename="-contact-us" 
				  display-filename="no"
				  display-group="no"
				  display-overwrite="no"
				  extension="inc" 
				  destination="{directory/}{dirname}" 
				  force-destination="yes">-contact-us.tmpl
		</template>
		<template 
				  filename="-navigation" 
				  display-filename="no"
				  display-group="no"
				  display-overwrite="no"
				  extension="pcf" 
				  destination="{directory/}{dirname}" 
				  force-destination="yes">-navigation.tmpl
		</template>
		<template 
				  filename="-section-links" 
				  display-filename="no"
				  display-group="no"
				  display-overwrite="no"
				  extension="pcf" 
				  destination="{directory/}{dirname}" 
				  force-destination="yes">-section-links.tmpl
		</template>
		<template 
				  filename="-social-links" 
				  display-filename="no"
				  display-group="no"
				  display-overwrite="no"
				  extension="pcf" 
				  destination="{directory/}{dirname}" 
				  force-destination="yes">-social-links.tmpl
		</template>
		<template 
				  filename="index" 
				  display-filename="no"
				  display-group="no"
				  display-overwrite="no"
				  extension="php"
				  publish="yes"
				  destination="{directory/}{dirname}/documents" 
				  force-destination="yes">blank-index-page.tmpl
		</template>
		<template 
				  filename="index" 
				  display-filename="no"
				  display-group="no"
				  display-overwrite="no"
				  extension="php"
				  publish="yes"
				  destination="{directory/}{dirname}/images" 
				  force-destination="yes">blank-index-page.tmpl
		</template>
	</template-list>
	
	<directory-list>
		<parent name="current_folder" force-lowercase="no" path=".">
			<directory
					   name="documents"
					   force-lowercase="yes">{directory/}{dirname}/documents
			</directory>
			<directory
					   name="images"
					   force-lowercase="yes">{directory/}{dirname}/images
			</directory>
		</parent>
	</directory-list>

</tcf>

