<!DOCTYPE xsl:stylesheet [
<!ENTITY nbsp    "&#160;">
<!ENTITY lsaquo  "&#8249;">
<!ENTITY rsaquo  "&#8250;">
<!ENTITY laquo   "&#171;">
<!ENTITY raquo   "&#187;">
<!ENTITY copy    "&#169;">
<!ENTITY bull    "&#8226;"> <!-- Added 20150319. DJ -->
]>
<xsl:stylesheet version="3.0"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns:ou="http://omniupdate.com/XSL/Variables"
  xmlns:fn="http://omniupdate.com/XSL/Functions"
  xmlns:ouc="http://omniupdate.com/XSL/Variables"
  exclude-result-prefixes="xsl xs ou fn ouc">
  
  <!--  Importing files to acquire their functionality of templates and parameters. All imported templates and parameters have lower priority. 
  This makes it possible to define templates or parameters with the same name/match conditions and redefine their functionality. -->
  <xsl:import href="common2.xsl" />
  
  <!-- This is the primary page-content template -->
  <xsl:template name="page-content">
    <!-- #page-header -->
    <div id="page-header-cccapply" class="clearfix">
    <div style="min-height: 250px;">&nbsp;</div>
      <div class="ht-container-cccapply">
        <h1 class="cccapplyh1">Accepting Applications for Fall 2024</h1>

      </div>
    </div>
    <!-- /#page-header -->
    <!-- #primary -->
    <div id="primary" class="sidebar-right clearfix"> 
      <div class="ht-container">
        <!-- #content -->
        <section id="content" role="main">
          
          <div id="homepage-widgets" class="row stacked">
            
            <!-- #static text -->
            <div class="column col-two-third clearfix"> 
              
              <h4 class="widget-title"><a name="welcome"></a><span>Welcome to the San Diego Community College District</span></h4>
              <xsl:apply-templates select="ouc:div[@label='intro']" mode="copy" />
            </div>  
            <!-- #/static text -->    
            
            <div id="recent-posts-3" class="column col-third clearfix">    
              <h4 class="widget-title"><span>News</span></h4> 
              <!-- ************************************** -->
              <!-- Begin OU Campus Interior Page Editable Region -->
              <xsl:apply-templates select="ouc:div[@label='news']" mode="copy" />
              <!-- End OU Campus Interior Page Editable Region -->
              <!-- ************************************** -->
            </div>        
            
          </div>
          
        </section>
        <!-- /#content -->
        
      </div>
    </div>
    <!-- /#primary -->
    
    
    <!-- #features-list -->
    <div id="college-list">
    
      <div class="ht-container">
      <div>
        <h3 class="widget-title" style="text-align:center;"><a name="apply"></a><span>Apply Today</span></h3>
        <!-- ************************************** -->
        <!-- Begin OU Campus Interior Page Editable Region -->
        <xsl:apply-templates select="ouc:div[@label='apply']" mode="copy" />
        <!-- End OU Campus Interior Page Editable Region -->
        <!-- ************************************** -->
      </div>
        
      </div>
    </div>
    <!-- /#features-list -->
    
    
  </xsl:template>

</xsl:stylesheet>
