HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
index.php
Go to the documentation of this file.
1 <?php
2  $this->breadcrumbs=array(
3  'Resources',
4  'Search'
5 );
6  $this->renderPartial('_form', array(
7  'siteId'=>'',
8  'status'=>'',
9  'resourceURL'=>'',
10  'resourceId'=>'',
11  'contentType'=>'',
12  'tcDateFrom'=>'',
13  'tcDateTo'=>'',
14  'tcTimeFrom'=>'',
15  'tcTimeTo'=>'',
16  'limit'=>'10',
17  'httpCode'=>'',
18  'state'=> '',
19  'depthFrom'=> '',
20  'depthTo'=> '',
21  'type'=> '',
22  'cDateFrom'=> '',
23  'cDateTo'=> '',
24  'cTimeFrom'=> '',
25  'cTimeTo'=> '',
26  'pDateFrom'=> '',
27  'pDateTo'=> '',
28  'pTimeFrom'=> '',
29  'pTimeTo'=> '',
30  'parentUrl'=> '',
31  'errorMask'=> '',
32  'onlyRoot'=> false,
33  'tagsMask'=> '',
34  'tagsCount'=> '',
35  'sortBy'=> 'UDate',
36  'sortDirection'=> 'DESC',
37  'hidden'=>'',
38  'position'=>'pos-abs',
39  'page'=>'0',
40  'btn'=>'hidden',
41  )
42  );