<?xml version="1.0" encoding="UTF-8"?>
<?pcf-stylesheet path="/_resources/xsl/interior.xsl" title="Interior Page" extension="html"?>

<!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 -->
  
  <parameter name="pagetype" type="text" group="Everyone" prompt="Select Page Type" alt="Select Page Type">onecol</parameter>
  <ouc:properties label="config">
    <parameter name="breadcrumb" type="text" group="Everyone" prompt="Breadcrumb" alt="Not displayed for index pages. Page title by default."><!--%echo var="title" --></parameter>

    <parameter name="bottomcontent_check" type="checkbox" group="Everyone" prompt="Display Bottom Region" alt="This will display the Bottom Editable Region">
      <option value="true" selected="false">Displayed if checked </option>
    </parameter>
    <parameter section="LDP Gallery" name="galleryType" type="select" group="Everyone" alt="Select the output type for gallery assets on this page.">
      <option value="FlexSlider" selected="false">Flex Slider</option>
      <option value="PrettyPhoto" selected="true">Pretty Photo</option>
    </parameter>
  </ouc:properties>
  
  <ouc:properties label="metadata">
    <title><!--%echo var="title" --></title>
    <meta name="Description" content="<!--%echo var="description" -->" />
  </ouc:properties>
  
  <ouc:div label="maincontent" group="Everyone" button-text="Main Content">
    <ouc:editor csspath="/_resources/ou/editor/maincontent.css" cssmenu="/_resources/ou/editor/styles.txt" width="1200px" wysiwyg-class="maincontent"/>
    
  </ouc:div>
    
  <ouc:div label="bottomcontent" group="Everyone" button-text="Bottom Content">
    <ouc:editor csspath="/_resources/ou/editor/maincontent.css" cssmenu="/_resources/ou/editor/styles.txt" wysiwyg-class="bottomcontent"/>
    
  </ouc:div>
  
</document>



