HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
__integrityCheckModal.php
Go to the documentation of this file.
1 <div class = "dialog-overlay">
2 <div id = "integrityCheck-dialog" class = "basic-modal">
3  <h3>Root URLs integrity check</h3>
4  <div>
5  <p>
6  This operation will start the process of comparing lists of site root URLs
7  <br> from tables: "dc_sites.sites_urls" and "dc_urls.urls_SITE_ID".
8  </p>
9  </div>
10  <form action = "/SitesView/integrityCheckRequest" method = "post" id = "integrityCheckForm">
11  <table>
12  <tr>
13  <td>
14  <input type="button" value="Confirm" onclick = "integrityCheckSubmit()"/>
15  </td>
16  <td>
17  <input type = "button" value = "Cancel" onclick = "cancelIntegrityCheck()"/>
18  </td>
19  <td>
20  <input type = "button" value = "Help" onclick = "showHelp()" disabled/>
21  </td>
22  </tr>
23  </table>
24  <?php
25  echo CHtml::hiddenField('id', $id);
26  ?>
27  </form>
28 </div>
29 </div>