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>Re-crawl date</td>
4  <td><?=CHtml::textField('recrawlDate', '', array('class'=>'input-big', 'placeholder'=>''));?></td>
5  </tr>
6 </table>
7 <?=CHtml::hiddenField('cDate', 'now()');?>
8 <?=CHtml::hiddenField('tcDate', 'now()');?>