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>Re-crawl</h3>
4  <form action = "/SiteRecrawl/recrawl" method = "post">
5  <table>
6  <tr>
7  <td>Site ID</td>
8  <td><?=$id?></td>
9  </tr>
10  <tr>
11  <td>Cleanup site before re-crawl</td>
12  <td><input type = "checkbox" name = "cleanup"/></td>
13  </tr>
14  <tr>
15  <td>Timeout</td>
16  <td><input name = "delay" type = "text" class = "righted"/></td>
17  </tr>
18  <tr>
19  <td><input type = "submit" value = "Re-crawl"/></td>
20  <td><input type = "button" value = "Cancel" onclick = "cancelRecrawl()"/></td>
21  </tr>
22  </table>
23  <input type = "hidden" name = "iterations" value = "<?=$iterations?>"/>
24  <input type = "hidden" name = "id" value = "<?=$id?>"/>
25  </form>
26 </div>
27 </div>