<!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">
  
  <xsl:template name="splashpage">
    <table style="width: 100%;">
      <tbody>
        <tr>
          <td align="center">
          <img style="vertical-align: bottom;" src="/_resources/images/distlogo.gif" alt="The San Diego Community College/Mesa Campus" width="477" height="105" />
          </td>
        </tr>
        <tr>
          <td align="center">
            <xsl:call-template name="page-content"/>
            <p style="text-align: center;">This is the OU version of this splash page.</p>
          </td>
        </tr>
        <tr>
          <td align="center">
            <img src="/_resources/images/consbar.gif" alt="Page Under Contstruction" width="574" height="51" />
          </td>
        </tr>
      </tbody>
    </table>
  </xsl:template>

</xsl:stylesheet>
