HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
__datesAreaEdit.php
Go to the documentation of this file.
1 <table>
2  <tr>
3  <td>Creation date</td>
4  <td><?=CHtml::textField('cDate', '', array('class'=>'input-big', 'placeholder'=>''))?></td>
5  </tr>
6  <tr>
7  <td>Update date</td>
8  <td><?=CHtml::textField('uDate', 'NOW()', array('class'=>'input-big', 'placeholder'=>''))?></td>
9  </tr>
10  <tr>
11  <td>Touch date</td>
12  <td><?=CHtml::textField('tcDate', 'NOW()', array('class'=>'input-big', 'placeholder'=>''))?></td>
13  </tr>
14  <tr>
15  <td>Re-crawl date</td>
16  <td><?=CHtml::textField('recrawlDate', '', array('class'=>'input-big', 'placeholder'=>''))?></td>
17  </tr>
18 </table>