<?xml version="1.0" encoding="UTF-8"?>
<?pcf-stylesheet path="/jordan-literary-prize/_resources/xsl/program.xsl" title="HTML" extension="php"?>

<!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>program.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="includeUndergraduate" 
				  group="Everyone"
				  type="radio" 
				  prompt="Show/Hide Undergraduate Degrees" 
				  alt="Include undergraduate degrees section?"><!--%echo var="includeUndergraduate" encoding="none" --></parameter>
		<parameter name="includeGraduate" 
				  group="Everyone"
				  type="radio" 
				  prompt="Show/Hide Graduate Degrees" 
				  alt="Include graduate degrees section?"><!--%echo var="includeGraduate" encoding="none" --></parameter>
		<parameter name="includeOther" 
				  group="Everyone"
				  type="radio" 
				  prompt="Show/Hide Other Programs" 
				  alt="Include other programs section?"><!--%echo var="includeOther" encoding="none" --></parameter>
		<parameter name="includeCareer" 
				  group="Everyone"
				  type="radio" 
				  prompt="Show/Hide Career Opportunities" 
				  alt="Include career opportunities section?"><!--%echo var="includeCareer" encoding="none" --></parameter>
		<parameter name="includeStories" 
				  group="Everyone"
				  type="radio" 
				  prompt="Show/Hide Student Success Stories" 
				  alt="Include student success stories section?"><!--%echo var="includeStories" encoding="none" --></parameter>
	</ouc:properties>

	<ouc:div label="introduction" group="Everyone" button-text="Edit Introduction">
		<ouc:editor csspath="/jordan-literary-prize/_resources/ou/editor/wysiwyg.css" cssmenu="/jordan-literary-prize/_resources/ou/editor/styles.txt" wysiwyg-class="introduction"/>
		<p>This is placeholder text. Please remove before publishing.</p>
	</ouc:div>

	<ouc:div label="undergraduate-degrees" group="Everyone" button-text="Edit Undergraduate Degrees">
		<ouc:editor csspath="/jordan-literary-prize/_resources/ou/editor/wysiwyg.css" cssmenu="/jordan-literary-prize/_resources/ou/editor/styles.txt" wysiwyg-class="undergraduate-degrees"/>
		<p>This is placeholder text. Please remove before publishing.</p>
		<table class="ou-three-columns-cards"><colgroup> <col /> <col /> </colgroup><caption>Three Columns (Cards)</caption>
			<thead>
				<tr>
					<th>Column 1</th>
					<th>Column 2</th>
					<th>Column 3</th>
				</tr>
			</thead>
			<tbody>
				<tr>
					<td>Text Here</td>
					<td>Text Here</td>
					<td>Text Here</td>
				</tr>
			</tbody>
		</table>
	</ouc:div>

	<ouc:div label="graduate-degrees" group="Everyone" button-text="Edit Graduate Degrees">
		<ouc:editor csspath="/jordan-literary-prize/_resources/ou/editor/wysiwyg.css" cssmenu="/jordan-literary-prize/_resources/ou/editor/styles.txt" wysiwyg-class="graduate-degrees"/>
		<p>This is placeholder text. Please remove before publishing.</p>
		<table class="ou-three-columns-cards"><colgroup> <col /> <col /> </colgroup><caption>Three Columns (Cards)</caption>
			<thead>
				<tr>
					<th>Column 1</th>
					<th>Column 2</th>
					<th>Column 3</th>
				</tr>
			</thead>
			<tbody>
				<tr>
					<td>Text Here</td>
					<td>Text Here</td>
					<td>Text Here</td>
				</tr>
			</tbody>
		</table>
	</ouc:div>

	<ouc:div label="other-programs" group="Everyone" button-text="Edit Other Programs">
		<ouc:editor csspath="/jordan-literary-prize/_resources/ou/editor/wysiwyg.css" cssmenu="/jordan-literary-prize/_resources/ou/editor/styles.txt" wysiwyg-class="other-programs"/>
		<p>This is placeholder text. Please remove before publishing.</p>
		<table class="ou-three-columns-cards"><colgroup> <col /> <col /> </colgroup><caption>Three Columns (Cards)</caption>
			<thead>
				<tr>
					<th>Column 1</th>
					<th>Column 2</th>
					<th>Column 3</th>
				</tr>
			</thead>
			<tbody>
				<tr>
					<td>Text Here</td>
					<td>Text Here</td>
					<td>Text Here</td>
				</tr>
			</tbody>
		</table>
	</ouc:div>

	<ouc:div label="careers" group="Everyone" button-text="Edit Career Opportunities">
		<ouc:editor csspath="/jordan-literary-prize/_resources/ou/editor/wysiwyg.css" cssmenu="/jordan-literary-prize/_resources/ou/editor/styles.txt" wysiwyg-class="careers"/>
		<p>This is placeholder text. Please remove before publishing.</p>
	</ouc:div>

	<ouc:div label="success" group="Everyone" button-text="Edit Success Stories">
		<ouc:editor csspath="/jordan-literary-prize/_resources/ou/editor/wysiwyg.css" cssmenu="/jordan-literary-prize/_resources/ou/editor/styles.txt" wysiwyg-class="success"/>
		<p>This is placeholder text. Please remove before publishing.</p>
	</ouc:div>

</document>