Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2005 Aurelien 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:&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">
29
<div id="outer">