<?xml version="1.0" encoding="UTF-8"?>
<?pcf-stylesheet path="/_resources/xsl/blog-post.xsl" title="HTML" extension="php"?>
<?pcf-stylesheet path="/_resources/xsl/_dmc/_core/single-item-xml.xsl" title="XML" extension="xml" alternate="yes" ?>

<!DOCTYPE document SYSTEM "http://commons.omniupdate.com/dtd/standard.dtd">

<document xmlns:ouc="http://omniupdate.com/XSL/Variables">

	<headcode></headcode> <!-- before closing head tag -->
	<bodycode></bodycode> <!-- after opening body tag -->
	<footcode></footcode> <!-- before closing body tag -->

	<ouc:info>
		<tcf><!--%echo var="tcfname" --></tcf>
		<tmpl>post.tmpl</tmpl>
	</ouc:info>

	<ouc:properties label="metadata">
		<title><!--%echo var="title" --></title>
		<meta name="Description" content="<!--%echo var='description' -->" />
		<meta name="Keywords" content="<!--%echo var='keywords' -->" />
	</ouc:properties>
	
	<parameter name="dsn">news</parameter>
	
	<ouc:properties label="config">
		<parameter section="Page Content" name="breadcrumb" type="text" group="Everyone" prompt="Breadcrumb" alt="Please enter the breadcrumb text. This is not used on index pages."><!--%echo var="title" --></parameter>
	</ouc:properties>

	<item>		
		<ouc:div label="pubDate" group="Everyone" button="hide"><ouc:multiedit type="date" prompt="Date Published" alt="Select date this news post is published."/></ouc:div>
		<ouc:div label="title" group="Everyone" button="hide" id="multiedit"><ouc:multiedit type="text" prompt="Title" alt="Enter the news title."/><!--%echo var="title" --></ouc:div>
		<ouc:div label="description" group="Everyone" button="hide" id="multiedit"><ouc:multiedit type="textarea" prompt="Description" alt="Enter the news description." rows="4"/></ouc:div>
		<ouc:div label="author" group="Everyone" button="hide" id="multiedit"><ouc:multiedit type="text" prompt="Author" alt=""/></ouc:div>
		
	<ouc:div label="category" group="Everyone" button="hide" id="multiedit"><ouc:multiedit type="checkbox" prompt="Category" alt="Select category or categories." options="Admissions:Admissions;Alumni:Alumni;Art and Design:Art and Design;Arts and Sciences:Arts and Sciences;Athletics:Athletics;Ask the Expert:Ask the Expert;Bell Tower:Bell Tower;Business and Industry:Business and Industry;Center for Economic Development:Center for Economic Development;Chancellor:Chancellor;Chancellor Reports:Chancellor Reports;Class Notes:Class Notes;Community:Community;Events:Events;Featured:Featured;First Generation:First Generation;Foundation:Foundation;Foundation Reports:Foundation Reports;Giving:Giving;Health Education and Human Sciences:Health Education and Human Sciences;Intrepid Ambition:Intrepid Ambition;Lion Voices:Lion Voices;News:News;Research:Research;Students:Students;UAFS Mailbag:UAFS Mailbag;Test:Test;"/></ouc:div>
		
		<ouc:div label="image" group="Everyone" button="hide"><ouc:multiedit type="image" prompt="Image" alt="Select your image."/></ouc:div>
		<ouc:div label="caption" group="Everyone" button="hide"><ouc:multiedit type="text" prompt="Image Caption" alt="Enter the image caption." rows="4"/></ouc:div>
	</item>

	<ouc:div label="main-content" group="Everyone" button-text="Main Content">
		<ouc:editor csspath="/_resources/ou/editor/wysiwyg.css" cssmenu="/_resources/ou/editor/styles.txt" wysiwyg-class="maincontent"/>		
	</ouc:div>

	<ouc:div label="additional-content" group="Everyone" button-text="Additional Content">
		<ouc:editor csspath="/_resources/ou/editor/wysiwyg.css" cssmenu="/_resources/ou/editor/styles.txt" wysiwyg-class="main-content"/>			
	</ouc:div>
		
</document>