Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 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 | |
| 5 | <title><?php echo $title; ?></title> |
| 6 | |
| 7 | <style type='text/css'> |
| 8 | <?php $this->file(BASEPATH.'scaffolding/views/stylesheet.css'); ?> |
| 9 | </style> |
| 10 | |
| 11 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 12 | <meta http-equiv='expires' content='-1' /> |
| 13 | <meta http-equiv= 'pragma' content='no-cache' /> |
| 14 | |
| 15 | </head> |
| 16 | <body> |
| 17 | |
| 18 | <div id="header"> |
| 19 | <div id="header_left"> |
| 20 | <h3>Scaffolding: <?php echo $title; ?></h3> |
| 21 | </div> |
| 22 | <div id="header_right"> |
| 23 | <?php echo anchor(array($base_uri, 'view'), $scaff_view_records); ?> | |
| 24 | <?php echo anchor(array($base_uri, 'add'), $scaff_create_record); ?> |
| 25 | </div> |
| 26 | </div> |
| 27 | |
| 28 | <br clear="all"> |
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 29 | <div id="outer"> |