HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
toolbar.php
Go to the documentation of this file.
1 <?php
8 $url = $panels['request']->getUrl();
9 ?>
10 <div id="yii2-debug-toolbar">
11  <?php foreach ($panels as $panel): ?>
12  <?php echo $panel->getSummary(); ?>
13  <?php endforeach; ?>
14  <span class="yii2-debug-toolbar-toggler">›</span>
15 </div>
16 <div id="yii2-debug-toolbar-min">
17  <a href="<?php echo $url; ?>" title="Open Yii Debugger" id="yii2-debug-toolbar-logo">
18  <img width="29" height="30" alt="" src="<?php echo Yii2ConfigPanel::getYiiLogo(); ?>">
19  </a>
20  <span class="yii2-debug-toolbar-toggler">‹</span>
21 </div>
22 
23 <style type="text/css">
24  <?php echo file_get_contents(dirname(__FILE__) . '/toolbar.css'); ?>
25 </style>