/halogy/scaffolding/views/header.php

https://bitbucket.org/haloweb/halogy-1.0/ · PHP · 29 lines · 23 code · 6 blank · 0 comment · 0 complexity · e16c25dde241d428476f3ffa85e713d7 MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4. <title><?php echo $title; ?></title>
  5. <style type='text/css'>
  6. <?php $this->file(BASEPATH.'scaffolding/views/stylesheet.css'); ?>
  7. </style>
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9. <meta http-equiv='expires' content='-1' />
  10. <meta http-equiv= 'pragma' content='no-cache' />
  11. </head>
  12. <body>
  13. <div id="header">
  14. <div id="header_left">
  15. <h3>Scaffolding:&nbsp; <?php echo $title; ?></h3>
  16. </div>
  17. <div id="header_right">
  18. <?php echo anchor(array($base_uri, 'view'), $scaff_view_records); ?> &nbsp;&nbsp;|&nbsp;&nbsp;
  19. <?php echo anchor(array($base_uri, 'add'), $scaff_create_record); ?>
  20. </div>
  21. </div>
  22. <br clear="all">
  23. <div id="outer">