<?xml version="1.0" encoding="UTF-8"?>
<?pcf-stylesheet path="/_resources/xsl/news-article.xsl" title="Web" extension="aspx"?>

<!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>interior.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>

	<ouc:properties label="config">
		<parameter name="heading" type="text" group="Everyone" prompt="Page Heading" alt="Please enter the page heading."><!--%echo var="title" --></parameter>
		<parameter 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>

		<parameter name="date" type="date" group="Everyone" prompt="Date" alt="Please choose the date that displays on this article. This does not affect the date on the listing. Please navigate to the RSS settings of this page to change the listing date."></parameter>
		

		<parameter name="image" type="filechooser" dependency="yes" group="Everyone" prompt="Top Image" alt="Please choose the top image. If there is not an image choosen, the top image will be hidden. Recommended size: 1430 x 950"></parameter>
		<parameter name="image-alt" type="text" group="Everyone" prompt="Top Image Alt" alt="Please enter the alt text for the top image.">Image alt text</parameter>
		<parameter name="image-caption" type="text" group="Everyone" prompt="Top Image Caption" alt="Please enter a caption for the top image.">Congressman Roger Marshall on campus with GCCC employees</parameter>
		<parameter section="LDP Gallery" name="gallery-type" type="select" group="Everyone" prompt="Gallery Type" alt="Select the output type for gallery assets on this page.">
			<option value="slick" selected="true">Carousel Gallery</option>
			<option value="fancybox" selected="false">Popup Gallery</option>
		</parameter>
	</ouc:properties>
	
	<ouc:div label="maincontent" 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="right-column" group="Everyone" button-text="Right Sidebar">
		<ouc:editor csspath="/_resources/ou/editor/wysiwyg.css" cssmenu="/_resources/ou/editor/styles.txt" wysiwyg-class="additional-content"/>
		<table class="ou-news-recent">
			<caption>Recent News</caption>
			<tbody>
				<tr>
					<th>Heading</th>
					<td>RECENT STORIES</td>
				</tr>
				<tr>
					<th>RSS Feed</th>
					<td>/rss-sample.xml</td>
				</tr>
				<tr>
					<th>Category</th>
					<td></td>
				</tr>
				<tr>
					<th>Count</th>
					<td>3</td>
				</tr>
			</tbody>
		</table>
		<br /><br />
		<table class="ou-events-listing">
			<caption>Event Listing</caption>
			<tbody>
				<tr>
					<th>Heading</th>
					<td>CALENDAR</td>
				</tr>
				<tr>
					<th>Link</th>
					<td><a href="">View All</a></td>
				</tr>
				<tr>
					<th>RSS Feed</th>
					<td>/rss-sample.xml</td>
				</tr>
				<tr>
					<th>Category</th>
					<td></td>
				</tr>
				<tr>
					<th>Count</th>
					<td>3</td>
				</tr>
			</tbody>
		</table>
	</ouc:div>

</document>



