header.php
Go to the documentation of this file.00001 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
00002 <html>
00003 <head>
00004
00005 <title><?php echo $title; ?></title>
00006
00007 <style type='text/css'>
00008 <?php $this->file(BASEPATH.'scaffolding/views/stylesheet.css'); ?>
00009 </style>
00010
00011 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
00012 <meta http-equiv='expires' content='-1' />
00013 <meta http-equiv= 'pragma' content='no-cache' />
00014
00015 </head>
00016 <body>
00017
00018 <div id="header">
00019 <div id="header_left">
00020 <h3>Scaffolding: <?php echo $title; ?></h3>
00021 </div>
00022 <div id="header_right">
00023 <?php echo anchor(array($base_uri, 'view'), $scaff_view_records); ?> |
00024 <?php echo anchor(array($base_uri, 'add'), $scaff_create_record); ?>
00025 </div>
00026 </div>
00027
00028 <br clear="all">
00029 <div id="outer">