blob: 50f234a491e7564f62025a2a516c3488cb95e06e [file] [log] [blame]
Derek Allard2067d1a2008-11-13 22:59:24 +00001<!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:&nbsp; <?php echo $title; ?></h3>
21</div>
22<div id="header_right">
23<?php echo anchor(array($base_uri, 'view'), $scaff_view_records); ?> &nbsp;&nbsp;|&nbsp;&nbsp;
24<?php echo anchor(array($base_uri, 'add'), $scaff_create_record); ?>
25</div>
26</div>
27
28<br clear="all">
adminb0dd10f2006-08-25 17:25:49 +000029<div id="outer">