Changeset 342 for trunk/app/views/layouts
- Timestamp:
- 03/25/08 01:03:27 (8 months ago)
- Location:
- trunk/app/views/layouts
- Files:
-
- 1 added
- 3 modified
-
paris.ctp (modified) (3 diffs)
-
portal.ctp (modified) (1 diff)
-
rubyx.ctp (modified) (2 diffs)
-
school.ctp (added)
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 3 7 <head> 4 8 <?php 5 9 if ( isset($javascript) ): 6 echo $html->charset Tag('UTF-8');10 echo $html->charset('UTF-8'); 7 11 echo $javascript->link('prototype'); 8 12 echo $javascript->link('scriptaculous.js?load=effects'); … … 86 90 } 87 91 88 if ( !$ othAuth->sessionValid())92 if ( !$cU['User'] ) 89 93 { 90 94 echo '<p style="text-align:center;margin:35px 0 35px 0">' . $html->link( … … 105 109 <div id="footer"> 106 110 <div id="top">Back on top <a href="#header" title="Back on top ^">^</a></div> 107 <div>Chipotle Software © 2002-200 7. Creative Commons. Some rights reserved.</div>111 <div>Chipotle Software © 2002-2008. Creative Commons. Some rights reserved.</div> 108 112 </div> <!-- /footer --> 109 113 -
trunk/app/views/layouts/portal.ctp
r330 r342 3 3 echo $html->docType(); 4 4 ?> 5 <html xmlns="http://www.w3.org/1999/xhtml"> 5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 6 6 7 <head> 7 8 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> -
trunk/app/views/layouts/rubyx.ctp
r326 r342 27 27 <?php echo $html->css('rubyx/rubyx'); ?> 28 28 </head> 29 <body id="www-url-cz"> 29 30 <script type="text/javascript"> 30 31 window.onload = timedMsg; 31 32 </script> 32 33 <?php $session->flash(); ?> 33 34 <body id="www-url-cz">35 34 36 35 <!-- Main --> … … 46 45 ?> 47 46 </h1> 48 <div id="quote"><?php echo $blog["User"]["quote"] ?></div>47 <div id="quote"><?php echo $blog["User"]["quote"]; ?></div> 49 48 <hr class="noscreen" /> 50 49 <!-- Search -->
