1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:lang=
"en" lang=
"en">
4 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
5 <meta name=
"language" content=
"en" />
7 <!-- blueprint CSS framework -->
8 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->theme->baseUrl; ?>/css/screen.css" media=
"screen, projection" />
9 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->theme->baseUrl; ?>/css/print.css" media=
"print" />
11 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->theme->baseUrl; ?>/css/ie.css" media=
"screen, projection" />
14 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->theme->baseUrl; ?>/css/main.css" />
15 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->theme->baseUrl; ?>/css/form.css" />
16 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->theme->baseUrl; ?>/css/buttons.css" />
17 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->theme->baseUrl; ?>/css/icons.css" />
18 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->theme->baseUrl; ?>/css/tables.css" />
20 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->theme->baseUrl; ?>/css/mbmenu.css" />
21 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->theme->baseUrl; ?>/css/mbmenu_iestyles.css" />
24 <title><?php echo CHtml::encode($this->
pageTitle); ?></title>
29 <div
class=
"container" id=
"page">
31 <div
class=
"topnav_text"><a href=
'#'>Home</a> | <a href=
'#'>My Account</a> | <a href=
'#'>Settings</a> | <a href=
'#'>Logout</a> </div>
34 <div
id=
"logo"><img src=
"<?php echo Yii::app()->theme->baseUrl; ?>/images/logo.png"></img><?php
64 <?php $this->widget(
'zii.widgets.CMenu',array(
66 array(
'label'=>
'Dashboard',
'url'=>array(
'/site/index')),
67 array(
'label'=>
'Graphs',
'url'=>array(
'/site/page',
'view'=>
'graphs'),
'itemOptions'=>array(
'class'=>
'icon_chart')),
68 array(
'label'=>
'Form',
'url'=>array(
'/site/page',
'view'=>
'forms')),
69 array(
'label'=>
'Interface',
'url'=>array(
'/site/page',
'view'=>
'interface')),
70 array(
'label'=>
'Buttons & Icons',
'url'=>array(
'/site/page',
'view'=>
'buttons_and_icons')),
71 array(
'label'=>
'Error Pages',
'url'=>array(
'/site/page',
'view'=>
'Demo 404 page')),
74 </div> <!--mainmenu -->
76 <?php $this->widget(
'zii.widgets.CBreadcrumbs', array(
81 <?php echo $content; ?>
84 Copyright © <?php echo date(
'Y'); ?> by webapplicationthemes.com<br/>
85 All Rights Reserved.<br/>
86 <?php echo Yii::powered(); ?>