Show
Ignore:
Timestamp:
03/25/08 01:03:27 (8 months ago)
Author:
aarkerio
Message:

eCourses fixes

Location:
trunk/app/views/layouts
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/layouts/paris.ctp

    r315 r342  
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
    2 <html> 
     1<?php  
     2   echo '<?xml version="1.0"?>';  
     3   echo $html->docType();  
     4?> 
     5<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
     6 
    37<head> 
    48<?php 
    59if ( isset($javascript) ): 
    6          echo $html->charsetTag('UTF-8'); 
     10         echo $html->charset('UTF-8'); 
    711         echo $javascript->link('prototype'); 
    812         echo $javascript->link('scriptaculous.js?load=effects'); 
     
    8690 } 
    8791 
    88  if ( !$othAuth->sessionValid() ) 
     92 if ( !$cU['User'] ) 
    8993 {  
    9094      echo '<p style="text-align:center;margin:35px 0 35px 0">' . $html->link( 
     
    105109 <div id="footer"> 
    106110      <div id="top">Back on top <a href="#header" title="Back on top ^">^</a></div> 
    107       <div>Chipotle Software &copy; 2002-2007. Creative Commons. Some rights reserved.</div> 
     111      <div>Chipotle Software &copy; 2002-2008. Creative Commons. Some rights reserved.</div> 
    108112  </div> <!-- /footer --> 
    109113 
  • trunk/app/views/layouts/portal.ctp

    r330 r342  
    33   echo $html->docType();  
    44?> 
    5 <html xmlns="http://www.w3.org/1999/xhtml"> 
     5<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
     6 
    67<head> 
    78<meta http-equiv="content-type" content="text/html; charset=utf-8" /> 
  • trunk/app/views/layouts/rubyx.ctp

    r326 r342  
    2727<?php echo $html->css('rubyx/rubyx'); ?> 
    2828</head> 
     29<body id="www-url-cz">  
    2930<script type="text/javascript"> 
    3031   window.onload = timedMsg; 
    3132</script> 
    3233<?php $session->flash(); ?>  
    33  
    34 <body id="www-url-cz">  
    3534          
    3635<!-- Main -->  
     
    4645?> 
    4746</h1>  
    48 <div id="quote"><?php echo $blog["User"]["quote"] ?></div>  
     47<div id="quote"><?php echo $blog["User"]["quote"]; ?></div>  
    4948<hr class="noscreen" />                   
    5049    <!-- Search -->