HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
__filtersAreaEdit.php
Go to the documentation of this file.
1 <div id = "filters-hint" class = "fhint">
2  <p>
3  <ul>
4  <li><b>State</b> - <?=$descr['fState']?></li>
5  <li><b>Action</b> - <?=$descr['fAction']?></li>
6  <li><b>Stage</b> - <?=$descr['fStage']?></li>
7  <li><b>Operation code</b> - <?=$descr['fOperationCode']?></li>
8  <li><b>Subject</b> - <?=$descr['fSubject']?></li>
9  <li><b>Group ID</b> - <?=$descr['fGroupId']?></li>
10  <li><b>Mode</b> - <?=$descr['fMode']?></li>
11  <li><b>Pattern</b> - <?=$descr['fPattern']?></li>
12  </ul>
13  </p>
14 </div>
15 <div>
16  <a href="#" id = "add-new-filter" class = "btn btn-default">Add new filter item</a>
17 </div>
18 <div id = "filters-wrapper">
19 </div>