9 'jquery-ui.css'=>
false,
12 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
13 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:lang=
"en" lang=
"en">
15 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
16 <meta name=
"language" content=
"en" />
18 <link rel=
"icon" href=
"<?php echo Yii::app()->request->baseUrl; ?>/images/hce-transparent.png" type=
"image/png" />
19 <!-- blueprint CSS framework -->
20 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->request->baseUrl; ?>/css/screen.css" media=
"screen, projection" />
21 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->request->baseUrl; ?>/css/print.css" media=
"print" />
23 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->request->baseUrl; ?>/css/main.css" />
24 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->request->baseUrl; ?>/css/form.css" />
25 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->request->baseUrl; ?>/css/component.css" />
26 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->request->baseUrl; ?>/css/loaders.css" />
27 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->request->baseUrl; ?>/css/style.css" />
28 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->request->baseUrl; ?>/css/menu.css" />
29 <script type=
"text/javascript" src=
"http://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/md5.js"></script>
30 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo Yii::app()->request->baseUrl; ?>/css/screen.css" media=
"screen, projection" />
31 <script type=
"text/javascript" src=
"<?php echo Yii::app()->request->baseUrl; ?>/js/jquery.js"></script>
32 <script type=
"text/javascript" src=
"<?php echo Yii::app()->request->baseUrl; ?>/js/modals/modernizr.custom.js"></script>
33 <script type=
"text/javascript" src=
"<?php echo Yii::app()->request->baseUrl; ?>/js/purl.js"></script>
34 <script type=
"text/javascript" src=
"<?php echo Yii::app()->request->baseUrl; ?>/js/script.js"></script>
36 <title><?php echo CHtml::encode($this->
pageTitle); ?></title>
41 <nav role=
"custom-dropdown">
42 <input type=
"checkbox" id=
"button" class=
"small-menu-checkbox">
43 <label
for=
"button" onclick></label>
46 $subMenu[
'logInOut'] = array(
48 'url' => array(
'//user/logout'),
52 $subMenu[
'logInOut'] = array(
54 'url' => array(
'//user/login'),
58 $this->widget(
'zii.widgets.CMenu',array(
67 'url'=>array(
'//SitesView/index'),
72 'url'=>array(
'//UrlsView/index'),
80 'url' => array(
'//user/admin/admin'),
85 'url' => array(
'//user/profile/profile'),
95 <button
id=
"traceback" class=
"ui-state-default ui-corner-all " onclick=
"toggleLog()">Log</button>
99 if (isset($this->log))
105 <div
class=
"container" id=
"page">
107 <div
id=
"logo"><img src=
"/images/hce-transparent.png" width=
"100"><?php echo CHtml::encode(Yii::app()->name); ?></div>
108 </div><!-- header -->
110 <?php $this->widget(
'zii.widgets.CBreadcrumbs', array(
116 <?php $this->renderPartial(
'//app/_flash'); ?>
117 <?php echo $content; ?>
120 <div
class=
"clear"></div>
124 $svn = (file_exists(
'.svn/entries')) ?
'SVN '.file(
'.svn/entries')[3] :
'' ;
126 DC service web administration interface.<br/>
127 IOIX Ukraine 2015<br>
129 </div><!-- footer -->