HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
filter.php
Go to the documentation of this file.
1 <?php
2 /* @var $this SitesViewController */
3 
4 $this->breadcrumbs=array(
5  'Sites View'=>array('/sitesView'),
6  'Filter',
7 );
8 ?>
9 <h1><?php echo $this->id . '/' . $this->action->id; ?></h1>
10 
11 <p>
12  You may change the content of this page by modifying
13  the file <tt><?php echo __FILE__; ?></tt>.
14 </p>