HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
__otherEdit.php
Go to the documentation of this file.
1 <table>
2  <tr>
3  <td>State</td>
4  <td><?=CHtml::textField('state', $itemsProvider->rawData[0]["state"], array('class'=>'input-small', 'placeholder'=>''))?></td>
5  </tr>
6  <tr>
7  <td>Recrawl period</td>
8  <td><?=CHtml::textField('recrawlPeriod', $itemsProvider->rawData[0]["recrawlPeriod"], array('class'=>'input-small', 'placeholder'=>''))?></td>
9  </tr>
10  <tr>
11  <td>Description</td>
12  <td><?=CHtml::textField('description', $itemsProvider->rawData[0]["description"], array('class'=>'input-big', 'placeholder'=>'65 chars max', 'maxlength'=>'65'))?></td>
13  </tr>
14  <?php echo CHtml::textField('id', $itemsProvider->rawData[0]["id"], array('hidden'=>'true'));?>
15 </table>