3   $cs = Yii::app()->getClientScript();
 
    4   $cs->registerScriptFile(
'http://www.google.com/jsapi');
 
    5   $cs->registerCoreScript(
'jquery');
 
    6   $cs->registerScriptFile(
$baseUrl.
'/js/jquery.gvChart-1.0.1.min.js');
 
   14 <h1>Welcome to <i><?php echo CHtml::encode(Yii::app()->name); ?></i> Dashboard</h1>
 
   15 <div 
class=
"flash-error">This is an example of an error message to show you that things have gone wrong.</div>
 
   16 <div 
class=
"flash-notice">This is an example of a notice message.</div>
 
   17 <div 
class=
"flash-success">This is an example of a success message to show you that things have gone according to plan.</div>
 
   18 <div 
class=
"span-23 showgrid">
 
   19 <div 
class=
"dashboardIcons span-16">
 
   20     <div 
class=
"dashIcon span-3">
 
   21         <a href=
"#"><img src=
"<?php echo Yii::app()->theme->baseUrl; ?>/images/big_icons/icon-inbox.png" alt=
"Inbox" /></a>
 
   22         <div 
class=
"dashIconText "><a href=
"#">Inbox</a></div>
 
   25     <div 
class=
"dashIcon span-3">
 
   26         <a href=
"#"><img src=
"<?php echo Yii::app()->theme->baseUrl; ?>/images/big_icons/icon-shopping-cart2.png" alt=
"Order History" /></a>
 
   27         <div 
class=
"dashIconText"><a href=
"#">Order History</a></div>
 
   30     <div 
class=
"dashIcon span-3">
 
   31         <a href=
"#"><img src=
"<?php echo Yii::app()->theme->baseUrl; ?>/images/big_icons/icon-cash2.png" alt=
"Manage Prices" /></a>
 
   32         <div 
class=
"dashIconText"><a href=
"#">Manage Prices</a></div>
 
   35     <div 
class=
"dashIcon span-3">
 
   36         <a href=
"#"><img src=
"<?php echo Yii::app()->theme->baseUrl; ?>/images/big_icons/icon-people.png" alt=
"Customers" /></a>
 
   37         <div 
class=
"dashIconText"><a href=
"#">Customers</a></div>
 
   40     <div 
class=
"dashIcon span-3">
 
   41         <a href=
"#"><img src=
"<?php echo Yii::app()->theme->baseUrl; ?>/images/big_icons/icon-chart.png" alt=
"Page" /></a>
 
   42         <div 
class=
"dashIconText"><a href=
"#">Reports</a></div>
 
   45     <div 
class=
"dashIcon span-3">
 
   46         <a href=
"#"><img src=
"<?php echo Yii::app()->theme->baseUrl; ?>/images/big_icons/icon-barcode.png" alt=
"Products" /></a>
 
   47         <div 
class=
"dashIconText"><a href=
"#">Products</a></div>
 
   50     <div 
class=
"dashIcon span-3">
 
   51         <a href=
"#"><img src=
"<?php echo Yii::app()->theme->baseUrl; ?>/images/big_icons/icon-address-book.png" alt=
"Contacts" /></a>
 
   52         <div 
class=
"dashIconText"><a href=
"#">Contacts</a></div>
 
   55     <div 
class=
"dashIcon span-3">
 
   56         <a href=
"#"><img src=
"<?php echo Yii::app()->theme->baseUrl; ?>/images/big_icons/icon-calendar.png" alt=
"Calendar" /></a>
 
   57         <div 
class=
"dashIconText"><a href=
"#">Calendar</a></div>
 
   60     <div 
class=
"dashIcon span-3">
 
   61         <a href=
"#"><img src=
"<?php echo Yii::app()->theme->baseUrl; ?>/images/big_icons/icon-recycle-bin.png" alt=
"Trash" /></a>
 
   62         <div 
class=
"dashIconText"><a href=
"#">Trash</a></div>
 
   65     <div 
class=
"dashIcon span-3">
 
   66         <a href=
"#"><img src=
"<?php echo Yii::app()->theme->baseUrl; ?>/images/big_icons/icon-warning.png" alt=
"System Alerts" /></a>
 
   67         <div 
class=
"dashIconText"><a href=
"#">System Alerts</a></div>
 
   71 </div><!-- END OF .dashIcons -->
 
   72 <div 
class=
"span-7 last">
 
   76             $this->widget(
'zii.widgets.jui.CJuiProgressBar', array(
 
   79                     'style'=>
'height:10px;',
 
   80                     'class'=>
'shadowprogressbar' 
   87             $this->widget(
'zii.widgets.jui.CJuiProgressBar', array(
 
   90                     'style'=>
'height:10px;',
 
   91                     'class'=>
'shadowprogressbar' 
   98             $this->widget(
'zii.widgets.jui.CJuiProgressBar', array(
 
  100                 'htmlOptions'=>array(
 
  101                     'style'=>
'height:10px;',
 
  102                     'class'=>
'shadowprogressbar' 
  109             $this->widget(
'zii.widgets.jui.CJuiProgressBar', array(
 
  111                 'htmlOptions'=>array(
 
  112                     'style'=>
'height:10px;',
 
  113                     'class'=>
'shadowprogressbar' 
  120             $this->widget(
'zii.widgets.jui.CJuiProgressBar', array(
 
  122                 'htmlOptions'=>array(
 
  123                     'style'=>
'height:10px;',
 
  124                     'class'=>
'shadowprogressbar' 
  130 <div 
class=
"span-10">
 
  132 $this->beginWidget(
'zii.widgets.CPortlet', array(
 
  133     'title'=>
'Pie Chart',
 
  139             <table 
class=
"myChart">
 
  191 <?php $this->endWidget();?>
 
  193 <div 
class=
"span-13 last">
 
  195 $this->beginWidget(
'zii.widgets.CPortlet', array(
 
  196     'title'=>
'Line Chart',
 
  202             <table 
class=
"myChart">
 
  241 <?php $this->endWidget();?>
 
  245 <div 
class=
"flash-notice span-22 last">
 
  246 <p>This is a 
"static" page. You may change the content of 
this page
 
  247 by updating the file <tt><?php echo __FILE__; ?></tt>.</p>