Changeset 460 for trunk/app/views/layouts/admin.ctp
- Timestamp:
- 05/07/08 19:19:10 (7 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/layouts/admin.ctp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/layouts/admin.ctp
r459 r460 29 29 30 30 <div id="header"> 31 <h1><?php echo $html->link('Karamelo: Control Panel', '/admin/entries/start'); ?></h1> e-Learning platform 32 <?php 33 echo $html->link($cU['User']['username'] . '\'s blog', '/blog/'. $cU['User']['username'], array("style"=>"color:white;text-decoration:none;font-weight:bold;")); 34 ?> 31 <div style="width:300px;float:left;margin-right:15px;"> 32 <h1><?php echo $html->link('Karamelo: Control Panel', '/admin/entries/start'); ?></h1> 33 <?php echo $html->para(null, 'e-Learning platform'); ?> 34 </div> 35 <div style="width:700px;float:left;"> 35 36 Logged in as <strong><?php echo $cU['User']['username']; ?></strong> | 36 <?php echo $html->link($_SERVER['SERVER_NAME'], '/').' '. $html->link('My Account', '/admin/users/edit') .' | '. $html->link('Logout', '/users/logout'); ?> 37 <?php 38 echo $html->link($cU['User']['username'] . '\'s blog', '/blog/'. $cU['User']['username']) . ' | '; 39 echo $html->link($_SERVER['SERVER_NAME'], '/').' | '; 40 echo $html->link('My Account', '/admin/users/edit') .' | '. $html->link('Logout', '/users/logout'); ?> 41 </div> 37 42 </div><!-- header ends--> 38 <div style="clear:both;"></div> 43 39 44 <?php echo $this->renderElement('admin_menu'); ?> 40 45 … … 46 51 <?php echo $html->div('footer', 'Powered by the '. $html->link('Karamelo Project © 2002-2008 GPLv3', 'http://www.chipotle-software.com/', null, false, false)); ?> 47 52 48 <div style="position:absolute;top: 15px;left:800px"><!-- help button-->53 <div style="position:absolute;top:22px;left:950px"><!-- help button--> 49 54 <?php 50 55 // help popup window … … 61 66 ?> 62 67 </div> 63 64 68 </body> 65 69 </html>
