HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
__urlReprocessDialog.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-process resource’s
7  processed content will be updated. Real time when re-process will be started depends on many
8  factors.
9  </p>
10  </div>
11  <form action = "/UrlReprocess/reprocess" method = "post">
12  <table>
13  <tr>
14  <td>
15  <input type="submit" value="Re-process"/>
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('siteId', $siteId);
27  echo CHtml::hiddenField('urlMd5', $urlMd5);
28  ?>
29  </form>
30 </div>
31 </div>