/halogy/scaffolding/views/header.php
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 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"> 29<div id="outer">