2 <!--[
if lt IE 7]> <html
class=
"no-js ie6 oldie" lang=
"en"> <![
endif]-->
3 <!--[
if IE 7]> <html
class=
"no-js ie7 oldie" lang=
"en"> <![
endif]-->
4 <!--[
if IE 8]> <html
class=
"no-js ie8 oldie" lang=
"en"> <![
endif]-->
5 <!--[
if gt IE 8]><!--> <html
class=
"no-js" lang=
"en"> <!--<![
endif]-->
7 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
8 <meta http-equiv=
"X-UA-Compatible" content=
"IE=edge,chrome=1">
9 <meta name=
"language" content=
"en" />
11 <link rel=
"shortcut icon" href=
"<?php echo Yii::app()->theme->baseUrl; ?>/favicon2.ico" type=
"image/x-icon" >
13 <!-- blueprint CSS framework -->
14 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->theme->baseUrl; ?>/css/screen.css" media=
"screen, projection" />
15 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->theme->baseUrl; ?>/css/print.css" media=
"print" />
17 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->theme->baseUrl; ?>/css/ie.css" media=
"screen, projection" />
20 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->theme->baseUrl; ?>/css/main.css" />
21 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->theme->baseUrl; ?>/css/form.css" />
23 <script src=
"<?php echo Yii::app()->request->baseUrl; ?>/js/modernizr-2.0.6.min.js"></script>
25 <title><?php echo CHtml::encode($this->
pageTitle); ?></title>
30 <div
class=
"container" id=
"wrapper">
33 <div
id=
"logo"><?php echo CHtml::link(CHtml::encode(Yii::app()->name),
'/'); ?></div>
38 array(
'label'=>
'Home',
'url'=>array(
'/home/index'),
'visible'=>!Yii::app()->user->isGuest),
39 array(
'label'=>
'Conferences',
'url'=>array(
'/conference/index'),
'visible'=>!Yii::app()->user->isGuest),
40 array(
'label'=>
'Papers',
'url'=>array(
'/paper/index'),
'visible'=>!Yii::app()->user->isGuest),
41 array(
'label'=>
'Login',
'url'=>array(
'/site/login'),
'visible'=>Yii::app()->user->isGuest),
42 array(
'label'=>
'Logout ('.Yii::app()->user->name.
')',
'url'=>array(
'/site/logout'),
'visible'=>!Yii::app()->user->isGuest),
45 <?php $this->widget(
'zii.widgets.CMenu',array(
47 'firstItemCssClass'=>
'first',
48 'lastItemCssClass'=>
'last',
50 </nav><!-- mainmenu -->
51 </header><!-- header -->
53 <div
id=
"main-wrapper"><div
id=
"main" role=
"main">
54 <?php echo $content; ?>
55 </div></div><!-- main -->
60 array(
'label'=>
'Home',
'url'=>array(
'/home/index'),
'visible'=>!Yii::app()->user->isGuest),
61 array(
'label'=>
'About',
'url'=>array(
'/site/page',
'view'=>
'about')),
62 array(
'label'=>
'Contact',
'url'=>array(
'/site/contact')),
63 array(
'label'=>
'Logout ('.Yii::app()->user->name.
')',
'url'=>array(
'/site/logout'),
'visible'=>!Yii::app()->user->isGuest),
65 <?php $this->widget(
'zii.widgets.CMenu',array(
66 'items'=>$footerMenuItems,
67 'firstItemCssClass'=>
'first',
68 'lastItemCssClass'=>
'last',
72 Copyright © <?php echo date(
'Y'); ?> by Hacked Hard.<br/>
73 All Rights Reserved.<br/>
75 </footer><!-- footer -->
77 </div><!-- wrapper -->