HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
__siteRecrawlDialog.php
Go to the documentation of this file.
1 <div class = "dialog-overlay">
2 <div id = "recrawl-dialog">
3  <h3>WARNING!</h3>
4  <div>
5  <p>
6  After re-crawl process resource content will be fetched
7  from web-server and processed by processor according the site configuration. Content will be updated.
8  Real time when re-crawl process will be started depends on many factors.
9  </p>
10  </div>
11  <form action = "/UrlRecrawl/recrawl" method = "post">
12  <table>
13  <tr>
14  <td>
15  <input type="submit" value="Re-crawl"/>
16  </td>
17  <td>
18  <input type = "button" value = "Cancel" onclick = "cancelRecrawl()"/>
19  </td>
20  <td>
21  <input type = "button" value = "Help" onclick = "showHelp()" disabled/>
22  </td>
23  </tr>
24  </table>
25  <?php
26  echo CHtml::hiddenField('url', $url);
27  echo CHtml::hiddenField('urlType', $urlType);
28  echo CHtml::hiddenField('siteId', $siteId);
29  ?>
30  </form>
31 </div>
32 </div>